@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background: #20659F url(images/bg_main.gif);
	font: normal 11px/18px Georgia, "Times New Roman", Times, serif;
	color: #000;
	height: 100%;
	padding: 0px;
}


/* BEGIN overall text styles */


.intro-text {
	font: bold 13px/22px Georgia, "Times New Roman", Times, serif;
	padding: 5px 10px;
}
p.intro-text {
	font: bold 13px/22px Georgia, "Times New Roman", Times, serif;
	padding: 5px 10px;
}

h2 {
	font: bold 17px "Arial Narrow", sans-serif;
	color: #917C4C;
	text-transform: uppercase;
}

h3 {
	font: bold 14px Arial, sans-serif;
	color: #917C4C;
	text-transform: uppercase;	
}

h4 {
	font: bold 14px Arial, sans-serif;
	color: #000;
}


h5 {
	font: bold 12px Arial, sans-serif;
	color: #000;
}

.photocaption {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #666;
	padding: 5px 5px 0px 5px;
	border-top: 1px solid #FFF;
}

.photocaption-corner {
	background-color: #666;
}


/* END overall text styles */


.background {
	background: url(images/bg_gradient.png) repeat-x;
	position: absolute;	
	height: 100%;
	width: 100%;
	text-align: center;
	margin: 0px;
}

.border {
	width: 950px;
	margin: 0px auto;	
	border-right: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	border-left: 4px solid #FFF;		
	padding: 0px 2px 2px 2px;
}

.main {
	width: 950px;
	background-color: #FFF;
	padding-bottom: 10px;
}

a.active, a:link, a:visited {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/****** BEGIN main content styles ******/


.header {
	background: url(images/bg_header.png) no-repeat;
	height: 143px;
	padding-bottom: 25px;
}


/* BEGIN meta nav link styles */

.topNavRootItem {
	background: url(images/bg_btn_metanav-gray.gif) repeat-x;
	text-decoration: none;
	height: 20px;
	padding: 12px 15px 6px 15px;
	border-right: 1px solid #F8F8F8;
	color: #777;
}
.topNavRootItemHover {
	background: #777 url(images/bg_btn_metanav-grayover.gif) repeat-x;
	text-decoration: none;
	height: 20px;
	padding: 12px 15px 6px 15px;
	border-right: 1px solid #F8F8F8;
	color: #FFF;
}

.topNavRootItemFirst {
	background: url(images/bg_btn_metanav-gray1.gif) no-repeat;
	text-decoration: none;
	width: 90px;
	height: 20px;
	padding: 12px 15px 6px 15px;
	text-align: center;
	border-right: 1px solid #F8F8F8;
	color: #777;
}
.topNavRootItemHoverFirst {
	background: #777 url(images/bg_btn_metanav-gray1over.gif) no-repeat;
	text-decoration: none;
	width: 90px;
	height: 20px;
	padding: 12px 15px 6px 15px;
	text-align: center;
	border-right: 1px solid #F8F8F8;
	color: #FFF;
}

.metanav {
	position: absolute;
	width: 950px;
	margin: 0px auto;
	vertical-align: top;
	height: 20px;
}

.metanav td {
	font: normal 11px Arial, Helvetica, sans-serif;
	height: 20px;
	vertical-align: text-top;
}

.metanav td a:active.metared, .metanav td a:link.metared, .metanav td a:visited.metared {
	background: url(images/bg_btn_metanav-red.gif) repeat-x;
	text-decoration: none;
	display: block;
	padding: 12px 15px 6px 15px;
	border-right: 1px solid #FFF;
	color: #CC0000;
}

.metanav td a:hover.metared {
	background: #CC0000 url(images/bg_btn_metanav-redover.gif) repeat-x;
	text-decoration: none;
	display: block;
	padding: 12px 15px 6px 15px;
	border-right: 1px solid #F8F8F8;
	color: #FFF;
}

.metanav td a:active.home, .metanav td a:link.home, .metanav td a:visited.home {
	background: url(images/bg_btn_metanav-home.gif) no-repeat;
	text-decoration: none;
	display: block;
	height: 20px;
	padding: 12px 15px 6px 25px;
	text-align: center;
	border-right: 1px solid #F8F8F8;
	color: #917C4C;
}

.metanav td a:hover.home {
	background: #917C4C url(images/bg_btn_metanav-homeover.gif) no-repeat;
	text-decoration: none;
	display: block;
	height: 20px;
	padding: 12px 15px 6px 25px;
	text-align: center;
	border-right: 1px solid #F8F8F8;
	color: #FFF;
}

/* END meta nav link styles */


.header h1 {
	margin: 0px 0px 0px 43px;
	background: url(images/logo.png) no-repeat;
	float: left;
	height: 138px;
	width: 815px;
	text-indent: -10000px;
}


/* BEGIN main nav link styles */

.nav {
	position: absolute;
	top: 100px;
	width: 950px;
	margin: 0px auto;
	height: 30px;
}

.nav td {
	font: normal 16px "Arial Narrow", sans-serif;
	vertical-align: bottom;
	height: 34px;
}

.mainNavRootItem {
	background: url(images/bg_btn_nav.gif) repeat-x;
	text-decoration: none;
	height: 30px;
	padding: 14px 12px 4px 12px;
	border-right: 1px solid #F8F8F8;
	color: #595959;
}
.mainNavRootItemHover {
	background: #917C4C url(images/bg_btn_navover.gif) repeat-x;
	text-decoration: none;
	height: 30px;
	padding: 14px 12px 4px 12px;
	border-right: 1px solid #F8F8F8;
	color: #FFF;
}

.mainNavRootItemFirst {
	background: url(images/bg_btn_navfirst.gif) no-repeat;
	text-decoration: none;
	height: 30px;
	width: 107px;
	padding: 14px 12px 4px 20px;
	border-right: 1px solid #F8F8F8;
	color: #595959;
	white-space: nowrap;
}
.mainNavRootItemHoverFirst {
	background: #917C4C url(images/bg_btn_navfirstover.gif) no-repeat;
	text-decoration: none;
	height: 30px;
	width: 107px;
	padding: 14px 12px 4px 20px;
	border-right: 1px solid #F8F8F8;
	color: #FFF;
	white-space: nowrap;
}
.mainNavSubItem {
	visibility: hidden;
	width: 0px;
	height: 0px;
	background-color: Transparent;
	z-index: -999;
}
.noShow {
	visibility: hidden;
}

.left {
	width: 195px;
	border-right: 1px solid #DDD;
	padding: 0px 15px;
	font: normal 13px/24px Georgia, "Times New Roman", Times, serif;
}

.left-sub {
	width: 199px;
	border-right: 1px solid #DDD;
	padding: 0px 0px 0px 6px;
	font: normal 13px/24px Georgia, "Times New Roman", Times, serif;
}

.second-nav {
	background: url(images/bg_secondnav.gif) repeat-y;
	font: normal 14px "Arial Narrow", sans-serif;
	width: 199px;
}

.second-nav-header {
	background: url(images/bg_secondnav-header.gif) no-repeat;
	padding: 17px 15px 7px 15px;
}

.second-nav h3 {
	font: bold 13px "Arial Narrow", sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #000;
	text-transform: none;
}

.second-nav-footer {
	background: url(images/bg_secondnav-footer.gif) no-repeat;
	height: 3px;
	margin-top: 5px;
}

.second-nav a {
	display:block;
	padding: 7px 12px;
	border-top: 1px solid #DDD;
	margin: 0px 3px;
	color: #595959;
	text-decoration: none;
}

.second-nav a:hover {
	display:block;
	padding: 7px 12px;
	border-top: 1px solid #DDD;
	margin: 0px 3px;
	color: #917C4C;
	text-decoration: none;
}

.sideNavItem {
	display:block;
	padding: 7px 12px;
	border-top: 1px solid #DDD;
	margin: 0px 3px;
	color: #595959;
	text-decoration: none;
}
.sideNavItemHover {
	display:block;
	padding: 7px 12px;
	border-top: 1px solid #DDD;
	margin: 0px 3px;
	color: #917C4C;
	text-decoration: none;
}
.sideNavItemSelected {
	display:block;
	padding: 7px 12px;
	border-top: 1px solid #DDD;
	margin: 0px 3px;
	color: #917C4C;
	text-decoration: none;
}
.sideNavSubItem {
	visibility: hidden;
	width: 0px;
	height: 0px;
	background-color: Transparent;
	z-index: -999;
}

.left-bottom {
	width: 195px;
	border-right: 1px solid #DDD;
	padding: 20px 15px 10px 15px;
	font: normal 10px/13px Arial, Helvetica, sans-serif;
}

.left-bottom-sub {
	width: 199px;
	border-right: 1px solid #DDD;
	padding: 20px 7px 10px 7px;
	font: normal 10px/13px Arial, Helvetica, sans-serif;
}

.center {
	width: 460px;
	border-right: 1px solid #DDD;
	padding: 0px 5px;
}

.center-sub {
	border-right: 1px solid #DDD;
	padding: 0px 5px;
}

.center-tablinks {
	border-bottom: 1px solid #DDD;
	margin-bottom: 1px;
	padding: 10px 0px 1px 0px;
}

.center-tablinks td {
	font: normal 12px Arial, Helvetica, sans-serif;
}

.center-tablinks td a {
	background: url(images/bg_btn_tabs.gif) no-repeat;
	width: 108px;
	height: 17px;
	padding: 12px 7px 0px 10px;
	display: block;
	color: #CC0000;
	text-decoration: none;
}

.center-tablinks td a.current {
	background: #CC0000 url(images/bg_btn_tabsover.gif) no-repeat;
	width: 108px;
	height: 17px;
	padding: 12px 7px 0px 10px;
	display: block;
	color: #FFF;
	text-decoration: none;
}

.center-tablinks td a:hover {
	background: #CC0000 url(images/bg_btn_tabsover.gif) no-repeat;
	width: 108px;
	height: 17px;
	padding: 12px 7px 0px 10px;
	display: block;
	color: #FFF;
}

.center-noborder {
	padding: 0px 5px;
}

.center-threecolumns {
	width: 476px;
	background: url(images/bg_content-subpg3col.gif) repeat-y;
}

.center-twocolumns {
	width: 729px;
	background: url(images/bg_content-subpg2col.gif) repeat-y;
}

.center-threecolumns-header {
	background: url(images/bg_content-subpg3col-header.gif) no-repeat;
	padding: 2px 3px 0px 3px;
}

.center-threecolumns-header h1 {
	margin: 1px;
	padding: 5px 10px;
	font: normal 19px "Arial Black", sans-serif;
	background-color: #004F91;
	color: #FFF;
}

.center-twocolumns-header {
	background: url(images/bg_content-subpg2col-header.gif) no-repeat;
	padding: 2px 3px 0px 3px;
}

.center-twocolumns-header h1 {
	margin: 1px;
	padding: 5px 10px;
	font: normal 19px "Arial Black", sans-serif;
	background-color: #004F91;
	color: #FFF;
}

.center-content {
	background: url(images/bg_center.png) no-repeat;
	padding: 5px 0px;
}

.center-content-sub {
	border-top: 1px solid #DDD;
	background: url(images/bg_center.png) 0 1px repeat-x;
	margin: 0px 4px;
	padding: 0px;
}

.center-threecolumns-footer {
	background: url(images/bg_content-subpg3col-footer.gif) no-repeat;
	height: 14px;
}

.center-twocolumns-footer {
	background: url(images/bg_content-subpg2col-footer.gif) no-repeat;
	height: 14px;
}

.right {
	width: 245px;
	padding-left: 9px;
}

.right-sub {
	width: 245px;
	padding-left: 6px;
}
.feature_box-content-newsfirst {
	margin: 5px 9px;
	border-top: none;
	clear: both;
}

.feature_box-content-news {
	margin: 5px 9px;
	padding-top: 5px;
	border-top: 1px solid #DDD;
	clear: both;
}

.feature_box-content-news p, .feature_box-content-newsfirst p {
	margin: 3px 5px;
	padding-bottom: 5px;	
}

a.readmore {
	font: normal 10px Arial, Helvetica, sans-serif;
}

/* END main nav link styles */


/****** END main content styles ******/


.footer 
{
	width: 950px;
	margin: 0px auto;
	background: url(images/bg_footer.png) no-repeat;
	border-top: 1px solid #DDD;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #B0C8DB;
	height: 18px;
	padding-top: 6px;
	text-align: center;
}

.footer p {
	margin: 0px;
	padding: 0px;
}

.footer a:active, .footer a:link, .footer a:visited {
	color: #999;
	text-decoration: none;
	padding: 0px 10px;
}


.footer a:hover {
	color: #20659F;
	text-decoration: none;
	padding: 0px 10px;
}

.footer-info {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #B0C8DB;
	width: 950px;
	margin: 0px auto;
	padding: 5px 5px 15px 5px;
	height: 25px;
	vertical-align: top;
}

.copyright {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #B0C8DB;
	float: left;
	padding: 0px 0px 0px 0px;
}

.site-requirements {
	float: right;
	padding: 0px 0px 0px 0px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #B0C8DB;
}

a.site-requirements {
	color: #B0C8DB;
	text-decoration: none;
	border: none;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #B0C8DB;
}

a.site-requirements:active, a.site-requirements:link, a.site-requirements:visited {
	color: #B0C8DB;
	text-decoration: none;
	border: none;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #B0C8DB;
}

a.site-requirements:hover {
	color: #FFF;
	text-decoration: none;
	border: none;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	font: normal 10px Arial, Helvetica, sans-serif;
}

.IntroText {
	font: normal 13px/24px Georgia, "Times New Roman", Times, serif;
}

.IntroText p {
	font: normal 13px/24px Georgia, "Times New Roman", Times, serif;
}

.IntroText div {
	font: normal 13px/24px Georgia, "Times New Roman", Times, serif;
}

.Normal {
	font: normal 11px/18px Georgia, "Times New Roman", Times, serif;
	color: #000;
}
.breadcrumb {
	font: normal 14px "Arial Narrow", sans-serif;
	color: #595959;
	text-decoration: none;
}
a.breadcrumb {
	font: normal 14px "Arial Narrow", sans-serif;
	color: #595959;
	text-decoration: none;
}
a.breadcrumb:link {
	font: normal 14px "Arial Narrow", sans-serif;
	color: #595959;
	text-decoration: none;
}
a.breadcrumb:visited {
	font: normal 14px "Arial Narrow", sans-serif;
	color: #595959;
	text-decoration: none;
}
a.breadcrumb:hover {
	font: normal 14px "Arial Narrow", sans-serif;
	color: #917C4C;
	text-decoration: none;
}
a.breadcrumb:active {
	font: normal 14px "Arial Narrow", sans-serif;
	color: #917C4C;
	text-decoration: none;
}
.formField 
{
	color: #000;
	font: normal 11px/18px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.button
{
	padding: 0px 3px 0px 3px;
	font: normal 11px "Arial Black", sans-serif;
	background-color: #004F91;
	color: #FFF;
}