@charset "utf-8";

body {
	font: 100% Verdana, 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: #DDDCAC;
}
#container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 100px;
	background-image: url(../images/AD-Logo.gif);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	margin: 0px;
	padding: 0px;
}
#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 */
	display: none;
}
#navWrapper {
	float: right;
	width: 380px;
	display: inline;
	height: 94px;
	margin: 0px;
	padding: 0px;
}

#topNav1 {
	height: 84px;
	float: left;
	padding: 0px;
	margin-top: 10px;
	width: 190px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: left;
	left: 10px;
}
#topNav2 {
	height: 84px;
	float: right;
	padding: 0px;
	margin-top: 10px;
	width: 190px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: right;
}
#header li {
	height: 28px;
	color: #666666;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	width: 100%;
	list-style-type: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 0px 4px;
}
.oneColFixCtrHdr li a:link {
	height: 28px;
	color: #666666;
	text-decoration: none;
}
.oneColFixCtrHdr li a:visited {
	height: 28px;
	color: #666666;
	text-decoration: none;
}
.oneColFixCtrHdr li a:hover {
height: 28px;
	color: #094C37;
	text-decoration: underline;
}
.oneColFixCtrHdr li a:active {
height: 28px;
	color: #094C37;
}


#banner {
	height: 316px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}





#mainContent {
	background: #FFFFFF;
	font-size: 10pt;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#mainContent h1 {
	font-size: 1.5em;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-top: 0.25em;
	padding-right: 0;
	padding-bottom: 0.25em;
	padding-left: 0;
}
#mainContent h2 {
	font-size: 1.5em;
	margin: 0 0 0.33em;
	padding: 0.25em 0;
	color: #094C37;
	font-weight: normal;
}
#mainContent h3 {
	font-size: 1.33em;
	margin: 1em 0 0.25em;
	padding: 0.125em 0;
	font-weight: normal;
}
#mainContent h4 {font-size: 1.1em; margin: 0.5em 0 0;}
#mainContent h5 {font-size: 1em; margin: 0.5em 0 0;}
#mainContent h6 {font-size: 0.85em; margin: 0.5em 0 0;}
#mainContent p {margin: 0.33em 0 1em 0;}
#mainContent ul, ol {
	margin: 0.33em 0 1em 0;
}

#mainContent ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
}
#mainContent img {
	margin-left: 10px;
	float: right;
}
#mainContent a {
	color: #094C37;
}
#footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0;
	height: 84px;
	width: 727px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: both;
}


#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.suppImageWCaption {
	width: 210px;
	float: right;
	font-size: 8pt;
	text-align: center;
}
.suppImageWCaption img{
	border: 1px solid #094C37;

}

