/* CSS Document */

a, a:visited { color: #47b; text-decoration: none; cursor: pointer; }
a:hover, a:visited:hover { color: #47b; text-decoration: underline; cursor: pointer; }

html, body { height: 100%; }
body, div, table, td, img, object, embed { margin: 0px; border: 0px; padding: 0px; }
object, embed { display: block; }
body, table { font: normal 11px/1.81 Verdana, Arial, Helvetica, sans-serif; color: #202020; }
body { background: #8ac url("images/bg_page_sub.gif") repeat-x; }
body.HomePage { background-image: url("images/bg_page_home.gif"); repeat-x; }

td { vertical-align: top; }

h1 { font: bold 17px Verdana, Arial, Helvetica, sans-serif; margin: 0px 0px 20px 0px; color: #47b; }
h2 { font: bold 14px Verdana, Arial, Helvetica, sans-serif; margin: 0px 0px 10px 0px; }
h3 { font: bold 11px Verdana, Arial, Helvetica, sans-serif; margin: 0px 0px 5px 0px; }

h1 a { font: normal 11px Verdana, Arial, Helvetica, sans-serif; float: right; }

#layoutWrapper {
	width: 760px;
	min-height: 100%;
	margin: 0px auto 0px auto;
	position: relative;
	background: #fff url("images/bg_content_sub.gif") repeat-y;
}
body.HomePage #layoutWrapper { background: #fff url("images/bg_content_home.gif") repeat-y; }


#topSection {
	background: #aac6e2 url("images/bg_topbar.gif") left 10px repeat-x;
	padding-top: 10px;
	height: 80px;
}
#imgLogo { display: block; position: absolute; z-index: 200; top: 10px; left: 0px; }

#navSection {
	position: absolute;
	top: 25px;
	right: 0px;
	width:619px;
	z-index:300;
}
#navSection a,#navSection a:link,#navSection a:visited,#navSection a:active {
	display: block;
	float: left;
	text-decoration:none;
	font-weight:bold;
	color:#404040;
	font-size:10px
}
#navSection a span{
	border-left:1px solid #AAA;
	margin:17px 0;
	padding:0 4px;
	display:block;
}
#navSection a:hover {
	display: block;
	float: left;
}
#navSection a.active {
	background:transparent url(images/nav_active.gif) no-repeat scroll top center;
}
#navSection img { display: block;	}
a#navHome span{border-left:hidden !important}
#bannerSection { background: #f0f0f0; height: 80px; background: url("images/bg_bannersection_sub.gif") repeat-x; }
body.HomePage #bannerSection { height: 245px; background-image: none; }
#bannerSection img { float: right; }
body.HomePage #bannerSection img { float: none; display: block; }

#contentSection { min-height: 100%; overflow: auto; }

#subNav {
	list-style: none;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	line-height: 1.5;
	font-weight: bold;
	font-size: 10px;
}
#subNav li {
	border-bottom: 1px solid #d0d0d0;
	margin-left: 0px;
	padding: 5px 0px 5px 29px;
	background: url("images/bullet1.gif") 20px 10px no-repeat;
}
#subNav li ul {
	list-style: none;
	font-weight: normal;
	margin: 0px 0px 0px -40px;
}
#subNav li li {
	border-bottom: 0px;
	background: none;
	padding: 0px;
}

#siteMap { margin: 0px; list-style: none; font-size: 16px; padding: 0px; }
#siteMap ul {	margin: 0px 0px 10px 20px; padding-left: 15px; list-style: square; font-size: 12px; }
#siteMap ul ul { font-size: 11px; }

body.HomePage #column1 { width: 420px; padding: 20px 40px 0px 40px; }
body.HomePage #column2 { width: 250px; padding: 20px 10px 20px 0px; }

body.SubPage #contentSection { width: 660px; padding: 30px 40px 0px 40px; }

body.SubPageWithNav #column1 { width: 180px; padding: 20px 40px 0px 0px; }
body.SubPageWithNav #column2 { width: 480px; padding: 30px 0px 20px 0px; }

#footerSection {
	font-size: 9px;
	line-height: 1.66;
	padding: 20px 0px 40px 0px;
	border-top: 1px solid #d0d0d0;
	margin: 20px 0px 0px 0px;
}
body.SubPage #footerSection, body.SubPageWithNav #footerSection { clear: both; margin: 25px 60px 0px 40px; }
#footerSection a { color: #202020; text-decoration: underline; }
#footerSection a:hover { color: #202020; text-decoration: none; }

#affiliateList th { width: 180px; text-align: center; vertical-align: top; }
#affiliateList td { padding-bottom: 10px; }


.Column { display: inline; float: left; }

.NewsItem { padding: 0px 10px 20px 20px; border-bottom: 1px solid #d0d0d0; margin-bottom: 20px; }
.NewsItem p { font-size: 10px; line-height: 1.5; margin: 8px 0px 0px 70px; }

.NMOContentRotator { display: none; }

.BorderedPicCenter { margin: 5px auto 5px auto; }
.BorderedPicLeft, .BorderedPicRight, .BorderedPicCenter { border: 1px solid #8ac; padding: 4px; background: #fff; display: block; }
.BorderedPicLeft, .PicLeft { float: left; margin: 5px 20px 10px 0px; display: block; }
.BorderedPicRight, .PicRight { float: right; margin: 5px 0px 10px 20px; display: block; }

.NewsItem .BorderedPicLeft { margin: 0px 10px 0px 0px; }

.ProjectList { list-style: none; margin: 0px; padding: 0px; padding-top: 10px; }
.ProjectList li { margin: 0px; padding: 0px 0px 10px 0px; }

.OfficerList h2 { margin-bottom: 0px; }

.ProjectInfoBox {
	float: right;
	width: 250px;
	padding: 9px;
	background: #f0f0f0;
	border: 1px solid #ccc;
	margin: 0px 0px 10px 15px;
	font-size: 10px;
}
.ProjectInfoBox img { display: block; border: 1px solid #999; }
.ProjectInfoBox .Section { margin-top: 10px; border-top: 1px solid #ccc; padding-top: 10px; }
	
