@charset "UTF-8";
/* CSS Document for basic minisite page structure */

body {
	background:url(cssimages/bg-gradient.jpg) repeat-x;
}

#page {
	margin:0px;
	padding:0px;
}

#explore {
	z-index:200;
}

/* styles that control the appearance of the minisite navigation */

#header {
	background-color: transparent;
	background-image: url(cssimages/headerbasenew2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 125px;
	width: 100%px;
	color: #FFFFFF;
	position: relative;
	margin-left:0px;
	margin-bottom:-125px;
	border-top-width: none;
	border-right-width: none;
	border-bottom-width: none;
	border-left-width: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
	
	
}

#header h1 {
	background-image: url(cssimages/titlename.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 65px;
	display:block;
	font-size: 1px;
	text-indent: -10000px;
	padding-top: 35px;
	margin: 10px 0px 0px;
	width: 98%;
	background-color: transparent;
	
}

/* styles that control the appearance of the minisite navigation */

#layout {
	width:100%;
	}

#layoutnav2 {
	color: #99CCFF;
	padding-top: 98px;
	background-color: #003366;
}

#nav2 {color: #003366;}
#nav2 ul { margin-top:20px;}
#nav2 ul ul {margin-top:0;}
#nav2 ul ul ul {margin-top:0;}
#nav2 li {color: #FFFF00;list-style-type: none;}
#nav2 li a:link, #nav2 li a:visited {
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	padding: 8px;
	margin-top: 0px;
}
#nav2 li a:hover, #nav2 li a.active {background-color:#02284F;}
#nav2 ul ul li a {background-color:#0C4D8E;}
#nav2 ul ul ul li a {background-color:#216FBC;}


/* styles that control the appearance of the main content of page */

#layoutcontent {
  padding:120px 12px 240px 12px;
	background-image: url(cssimages/welcomeimage.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}	

#content {
	width: 100%px;

}


/* styles that control the appearance of the highlight area */

#layouthighlight {
	background-color: #003366;
	background-image: url(cssimages/rightimage2.jpg);
	background-repeat: no-repeat;
	background-position: left 90px;
	margin: 0px;
	padding: 110px 0px 0px;
	height: 450px;
	width: 150px;
	border:none;
}

#highlight {
	padding: 0px;

}

#formatoptions ul li {display:inline; margin-left:12px;}
#content h2 {border:none;font-size:28px;}
#content h3 {border:none;font-size:18px;font-weight:normal;}
/* styles that control the appearance of the footer */

#footer {
	
	background-color: #003366;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

#footer li a:link, #footer li a:visited {
	color: #FFFFFF;

}

