@charset "utf-8";
/* CSS Document */
body {
	background: #7b8ca1;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #565045;
	font-size:.8em;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue","Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
a {
	color: #BB2222;
	color:#364873;
	text-decoration:none;
}
a:hover {
	color: #000000;
	border-bottom:dotted 1px #999999;
}
h1 {
	color: #aba195;
	font-size:180%;
}
h2 {
	color: #93a5b7;
	font-size:46px;
	letter-spacing:-3px;
	padding-bottom:15px;
	font-weight:normal;
}
h3 {
	color: #aba195;
	font-size:180%;
	letter-spacing:-1px;
	margin-top:15px;
	margin-bottom:20px;
	font-weight:normal;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
	color:#948e85;
	font-weight: normal;
}
p {
	font-size:105%;
}
/*Body Styles*/
.contentarea {
	width: 860px;
	margin: 0 auto;
	padding: 0 10px 30px;
	text-align: left;
}
#header {
	background: #082653 url(../images/header-back-d.png) center no-repeat;
	height: 121px;
	border-bottom: solid 1px #2c3d65;
}
#header h1 {
	margin: 11px 0 0;
	color: #7280A4;
	font-size:110%;
	font-weight:normal;
}
#header h1 em {
	color: #B0E1F8;
	font-style:normal;
}
#logo {
	background: url(../images/ADC_Logo.gif) no-repeat bottom;
	border: none;
	width: 216px;
	height: 63px;
	display: block;
	padding-top: 19px;
}
#mainmenu {
	float:right;
	text-align:right;
	margin-top:17px;
	border: none;
	width: 400px;
	display: block;
	padding: 0;
	list-style:none;
	color: #7280A4;
	font-size:110%;
	font-weight:normal;
}
#mainmenu li {
	float:right;
	margin-right:10px;
	display:block;
}
#mainmenu a {
	color: #64749b;
}
#mainmenu a:hover {
	color: #7f8eb5;
	border-bottom: solid 1px #fff;
}
#mainmenu a.selected {
	color: #fff;
}
#headerdivide {
	height: 10px;
	background: #e06b53;
	border-top: solid 1px #1d253a;
}
#pagebody {
	min-height: 300px;
	background: #f3f1e9;
	border-bottom: solid 1px #535e6a;
	padding-top:30px;
	padding-bottom: 30px;
}
#pagebody h2.title {
	margin-top:0px;
}
#footer {
	background: url(../images/footer-back.png) center top no-repeat;
	border-top: solid 1px #6e7d90;
	min-height: 300px;
	color: white;
	padding-top:15px;
	text-align:left;
}
#footer a{
	border:none;
	color:white;
}
#footer a:hover{
	border:0px none;
	color:#243B68;
}
#footer .contact-link
{
	vertical-align:middle;
	margin:0 0 .5em;
	padding-bottom:4px;
	margin-right:10px;
}
#footer .contact-link img
{
	margin:0 4px -4px 0;
}
.frame {
	background: #FFFFFF;
	padding: 10px;
}
.lighttext {
	color:#aba39a;
}
br.clear {
	height:0px;
	display:none;
	visibility:hidden;
	clear:both
}
