body  {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ACD5FF;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
}
#container {
	width:980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #B3D1F3;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 193px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 40px;
	color: #FFFFFF;
	margin-top: 90px;
	padding-top: 0px;
}

#sidebar1 a:link { text-decoration: none; color: #FFFFFF;}
#sidebar1 a:visited {text-decoration: none; color: #FFFFFF;}
#sidebar1 a:hover {text-decoration: underline; color: #FFFFFF;}
#sidebar1 a:active {text-decoration: none; color: #FFFFFF;}

.sidebar1Head2 {
	font-size: 14px;
	font-weight: bold;
	color: #684F40;
}

.sidebar1Head {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	width: 100px;
}



#mainContent {
	background-image: url(images/main-content-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0;
	padding-bottom: 0;
	float: left;
	width: 980px;
	margin: 0px;
	line-height: 18px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
} 

#mainContent p {
	margin-left: 80px;
	margin-right: 270px;
	margin-bottom: 15px;
	margin-top: 0px;
} 
.eleven_point {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#mainContent table {
	margin-left: 80px;
	margin-right: 270px;
} 

#mainContent ul {
	margin-left: 60px;
	padding-left: 40px;
	
} 

#mainContent ol {
	margin-left: 60px;
	padding-left: 40px;
	
} 
.highlight {
	background-color: #FFD9C6;
	display: inline;
}


#mainContent h1 {
	margin-left: 70px;
	margin-right: 240px;
	margin-bottom: 0px;
	font-size: 16px;
	color: #684f40;
} 
#mainContent h2 {
	margin-left: 70px;
	margin-right: 240px;
	margin-bottom: 0px;
	font-size: 14px;
	color: #684f40;
}

#mainContent h3 {
	margin-left: 70px;
	margin-right: 240px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #684f40;
}  
.spec_subhead {
	font-size: 12px;
	font-weight: bold;
	color: #684f40;
}

#brownbar {
	height:63px;
	background-image:url(images/HomePageMockup1_footer_24_2.jpg);
	background-repeat:no-repeat;
	width: 980px;
}
#footer {
	height: 295px;
	padding: 0 0px 0 0px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
} 
#footer p {
	
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footernav {
height: 40px;
}
.footerToptext {
	color: #FFFFFF;
	padding-left: 215px;
	padding-top: 20px;
}
.footerMaintext {
	font-size: 12px;
	padding-top: 35px;
	padding-left: 400px;
}

.footerMaintext a {
	font-size: 14px;
	font-weight:bold;
	color: #684f40;
	text-decoration:none
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	top: 0;
	left: 0;
}

.specsubhead {
	color: #684f40;
	font-weight: bold;
	margin-left: 70px;
	font-style: italic;
}

#apDiv4 {
	position:absolute;
	width:153px;
	height:65px;
	z-index:1;
	left: 786px;
	top: 16px;
}
