/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	padding:20px 0;
	color:#3a3a3a;
	background:#0081b2 url(../images/bg.jpg) repeat-x 0 0;
	font:normal 13px/19px Arial, Helvetica, sans-serif;
}
.bodyhtml-00-middle {
	background:none;
	padding:0;
	margin:0;
}
ul {
	list-style:none;
}
img {
	border:0;
}
h2 {
	font:bold 25px/28px Helvetica, sans-serif;
	color:#113486;
	padding-bottom:12px;
	text-transform:uppercase;
}
p {
	padding-bottom:15px;
}
.spacer {
	clear:both;
	font-size:0;
	line-height:0;
}
a {
	color:#ff7814;
	text-decoration:underline;
	outline:none;
}
a:hover {
	text-decoration:none;
}
.linkContact,
.linkMySite,
.linkHelp {
	font-weight:bold;
	line-height:18px;
	text-decoration:none;
	color:#646464;
	float:right;
	margin:78px 20px 0 0;
	padding-left:23px;
	background-position:0 50%;
	background-repeat:no-repeat;
}
.linkContact {
	background-image:url(../images/contact-ico.gif);
}
.linkMySite {
	background-image:url(../images/home-ico.gif);
}
.linkHelp {
	background-image:url(../images/help-ico.gif);
}
.linkContact:hover,
.linkMySite:hover,
.linkHelp:hover {
	color:#1258a0;
}

#page {
	width:1050px;
	margin:0 auto;
	border-top:15px solid #06224a;
	position:relative;
}
#logo {
	margin:2px 59px 12px;
}
#header {
	background:#fff url(../images/header-top-bg.gif) repeat-x 0 0;
	padding-bottom:3px;
	height:100%;
	overflow:hidden;
	margin-bottom:10px;
}
#header h1 {
	width:290px;
	font-weight:bold;
	font-size:14px;
	line-height:16px;
	color:#fff;
	position:absolute;
	top:226px;
	left:332px;
	text-transform:uppercase;
	z-index:100;
}
#header h2 {
	width:290px;
	font-weight:bold;
	font-size:14px;
	line-height:15px;
	color:#7c4402;
	position:absolute;
	top:275px;
	left:332px;
	text-transform:uppercase;
	z-index:100;
}
.headerImg {
	width:1044px;
	margin:0 auto;
	padding-top:18px;
	overflow:hidden;
	background:#1359a0 url(../images/header-img-bg.jpg) no-repeat 0 100%;
}
.headerImg img {
	float:right;
	position:relative;
	top:4px;
}
#navSite {
	width:265px;
	font-weight:bold;
	font-size:13px;
	line-height:16px;
	text-transform:uppercase;
	color:#fff;
	position:absolute;
	top:166px;
	left:23px;
}
#navSite li {
	background:url(../images/top-nav-divider.gif) repeat-x 0 0;
	padding-top:2px;
	clear:both;
	width:265px;
	overflow:hidden;
}
#navSite li.siteNav1 {
	background:none;
	padding-top:0;
}
#navSite li a {
	padding:7px 5px 7px 18px;  /* (Ed) */
	display:block;
	color:#fff;
	background:url(../images/top-nav-arrow.gif) no-repeat 5px 12px;
	text-decoration:none;
}
#navSite li a:hover {
	color:#fe9b1d;
}
#pageContent {
	background-color:#fff;
	padding:3px 3px 0;
	height:100%;
	overflow:hidden;
	clear:both;
	min-height: 800px;
	_height: 800px;
}
#pageContent .top {
	width:100%;
	overflow:hidden;
}
#pageContent .top .top {
	background:none;
}
#middle {
	width:525px;
	padding:15px 20px 15px;
	float:left;
	_padding:15px 12px 15px 20px;

}
#middle ul,
.innerMiddle ul,
.bodyhtml-00-middle ul {
	padding-bottom:15px;
}
#middle ul li, 
.innerMiddle ul li,
.bodyhtml-00-middle ul li {
	background:url(../images/right-bullet.gif) no-repeat 0 0;
	padding:0 0 14px 32px;
}

.underConstruction {
	margin:auto !important;
	float:none !important;
	text-align:center !important;
	font-size:16px;
	padding:50px 0 !important;
}



#footer {
	color:#5982e4;
	background-color:#fff;
	padding:3px;
	clear:both;
	font-size:11px;
	line-height:15px;
}
#footer p {
	float:right;
	padding-bottom:0;
}
#footer a {
	color:#5982e4;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
}
#footer .top {
	padding:15px 20px;
	background:url(../images/footer-bg.jpg) repeat-x 0 0;
	overflow:hidden;
	height:100%;
}
#footer .footerNav {
	float:left;
}
#footer .footerNav li {
	float:left;
	padding-left:16px;
	background:url(../images/footer-nav-divider.gif) no-repeat 6px 8px; 
}
#footer .footerNav li.footerNav1 {
	padding-left:0;
	background:none; 
}



