@charset "utf-8";
/* CSS Document */

/***************************************************************************************/
/* THE FOLLOWING RULES CONTROL THE LAYOUT & STYLING OF THE COMMON ELEMENTS OF SUBPAGES */
/* THE INDIVIDUAL PAGE SPECIFIC ITEMS ARE AT THE BOTTOM */
/***************************************************************************************/

/* Body & Main Div containing the page */
body{
background-color:#4169E1;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
}
#subwrapper{
position:relative;
width:782px;
height:550px;
}


/* Picture Div & Content Div positioning */
#picholder{
position:absolute;
width:232px;
height:550px;
}
#content{
	position:absolute;
	left:227px;
	width:672px;
	height:550px;
	background-image:url(../pictures/subpages/newtable.jpg);
	overflow:auto;
	top: -3px;
}

/* Paragraph left and right margin (Brings text in from edges of containing div) */
p{ margin-left:10px; margin-right:10px; }
li{margin-right:25px;}


.sub_head{
font-size:14px;
font-weight:bold;
color:#000000;
text-align:left;
font-family:Verdana;
margin-bottom:2px;
}

/* Main text styling */
.text{
	font-size:12px;
	font-weight:normal;
	color:#0000FF;
	text-align:left;
	display:block;
	font-family:Verdana;
	margin-bottom:2px;
}

.centertext{
	font-size:12px;
	font-weight:normal;
	color:#0000FF;
	text-align:center;
	display:block;
	font-family:Verdana;
	margin-bottom:10px;
}

/* Tagline and Title text styling */
.titles{
color:#000000;
font-family:Verdana;
font-size:18px; font-weight:bolder; text-decoration:underline;
text-align:center;
margin-top: 0px;
}

.subtitles{
color:#000000;
font-family:Verdana;
font-size:12px; font-weight:bolder; text-decoration:underline;
text-align:center;
margin-top: 10px;
}


/* Picture styling */
#pic_house{
position:relative;
width:457px;
height:120px;
float:none;
margin:0px 10px 10px 10px; /*top, right, bottom,  left*/
}



/* Containing div for the pictures aligned left*/
.inlinepicsleft{
position:relative;
width:150px;
height:150;
float:left;
margin:2px 10px 0px 10px;}

/* Containing div for the pictures aligned right*/
.inlinepicsright{
position:relative;
width:150px;
height:150;
float:right;
margin:2px 10px 0px 10px;}

.inlinepicsadobe{
position:relative;
width:112px;
height:33;
float:right;
margin:2px 10px 0px 10px;}

.gallery_title{
color:#FFF;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:18px; font-weight:bold; text-decoration:underline;
text-align:center;
margin-top: 10px;
}

.flashgallery{width:880px; height:490px;}

#gallery{
position:center;
top:45px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-align:center;
}
.gallery_title{
color:#FFFFFF;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:18px; font-weight:bold; text-decoration:underline;
text-align:center;
margin-top: 10px;
}


#gallerytable a:link, #gallerytable a:active, #gallerytable a:visited{
color:#FFFFFF;
font-family:verdana;
font-size:12px;
text-decoration:none;
}
