@charset "utf-8";
/* Home Page Specific */
#homePage #header {
	background-image:url(../Images/homeHeaderBckgnd.gif);
	background-repeat:repeat-y;
	width: 860px;
}
/* Content Space */
#homePage #header #mainFeaturedLeft {
	display:inline;
	clear:none;
	width: 360px;
	background-image:url(../Images/barBckgnd.jpg);
	background-repeat:repeat;
	padding: 0;
	color: #FFFFFF;
	float: left;
	height: 100%;
}

#homePage #header #mainFeaturedLeft img {
	display:inline;
}

#homePage #header #mainFeaturedRight {
	display:inline;
	clear:none;
	vertical-align:top;
	width:460px;
	padding: 0px 20px 20px 20px;
	color: #FFFFFF;
	float: right;
	background-color: #FF9933;
}


#homePage #header h1 {
	color: #002f57; 
	font-style:italic;
	font-weight: bold;
	font-size: 28px;
	line-height: 46px;
	margin: 0px 0px 0px 0px;
}

#homePage #header h2 {
	color: #002f57; 
	font-style:italic;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

#homePage #header #mainFeaturedLeft p {
	padding: 10px 30px 10px 10px;
	width:300px;
}
#homePage #sideNav a {
	display: block;
	text-decoration: none;	
}

#homePageContent {
	display:inline;
	width:450px;
	clear: left;
	float: left;
}
#homePage h1 {
	margin-top: 0px;
}
/* Navigation */
#homePage #globalContainer #homeNavOuter {
	display:inline;
	float:left;
	text-align:center;
	
	
	background-color: #FF9933; 
	width:460px;
}

#homePage #globalContainer #homeNavOuter #homeNav #homeNavLinks {
	float:left;
}
#homePage #globalContainer #homeNavOuter #homeNav {
	padding:0px 30px 0px 30px;
	width:396px;
}
#homePage #globalContainer #homeNavOuter .homeNav {
	min-height:40px;
	float:left;
	display:block;
	text-align: center;
	
	cursor:pointer;
}
#homePage #globalContainer #homeNavOuter .homeNavHover {
	background-image:url(../Images/Menu/icon.gif);
	background-position:left top;
	background-repeat:no-repeat;
	min-height:40px;
	float:left;
	display:block;
	text-align: center;
	
	cursor:pointer;
}

#homePage #globalContainer #homeNavOuter #homeNav .homeMenuLink {
	display:inline;
	overflow:hidden;
	min-height:40px;
	text-align:center;
	width:auto;
	float:left;
	margin:0px 5px 0px 5px;
}
.homeMenuLink a {
	float:left;
	color:#002f57;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	line-height:20px;
	padding:10px 0px 10px 0px;
}
.homeMenuLink a:hover {
	text-decoration:underline;
}
#homeFooter {
	background-color:#ff9933;
	width:860px;
	color: #FFFFFF; 
	margin: 0px auto;
	text-align:right;
}

#homeFooter div.siteFooterLinks {
	height:20px;
	margin-right:10px;
}
#homeFooter a, #homeFooter a:active, #homeFooter a:hover, #homeFooter a:link, #homeFooter a:visited {
	color: #FFFFFF;
	text-decoration:none; 
}
#homePage #globalContainer #content #bottom {
	background-color: #fef7b1;
}
#homePage #globalContainer #content #header #vertCntrHeader {
	background-image: url(../Images/barBckgnd.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
