@charset "utf-8";
/* CSS Document */

html, body, form {
	height:100%;
}
/*CSS RESET SHEET - THIS RESETS MOST BROWSERS DEFAULT MARGIN AND PADDING VALUES TO ENSURE CROSS BROWSER CONSISTANCY*/
body, h1, h2, h3, h4, h5, h6, p, img {
	margin:0px;
	padding:0px;
	border:none;
}
img {
	display:block;
	border:0px;
}
/*--------------------- VISIONSCAPE MENU SETTINGS ---------------------*/
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	overflow-y: scroll;
}
/*--------------------- BASIC TEXT STYLING ---------------------*/

p, li, ol, ul {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:15px;
	line-height:21px;
	color:#fff;
}
p, ol, ul, h1, h2, h3, h4, h5, h6 {
	margin-bottom:20px;
}
a:link, a:visited {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #02407d;
	text-decoration: none;
	font-weight:normal;
}
a:hover, a:visited:hover {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #02407d;
	text-decoration:underline;
	font-weight:normal;
}
h1 {
	font-size:24px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color:#fff;
	font-weight: bold;
}
h2 {
	font-size:21px;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	color:#fff;
	font-weight: normal;
	line-height:26px;
}
h3 {
	font-size:18px;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	color:#fff;
	text-decoration:none;
}
h4 {
	font-size:15px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color:#00529c;
	text-decoration:underline;
}
h5 {
}
h6 {
}
ul {
	list-style-image:url('../images/bullet_point.png');
}
/*--------------------- HOMEPAGE STYLING ---------------------*/

#home_wrapper {
	position:relative;
	background: url('../images/home_banner.jpg') repeat-x top center;
}
#home_bg {
	background: #00a2e0 url('../images/home_btm.jpg') repeat top center;
}
#home_header {
	position:relative;
	height: 171px;
}
#home_header_flash {
	position:absolute;
	left:50%;
	margin-left:-136px;
	height:111px;
	width:502px;
}
#home_content {
	position:relative;
	height: 526px;
	background: url('../images/home_bg.jpg') repeat-x 0px 182px;
	z-index:30;
}
#home_flash {
	position:absolute;
	left:50%;
	margin-left:-370px;
	height:506px;
	width:736px;
	z-index:30;
}
#home_flash_grass {
	position:absolute;
	left:50%;
	top:182px;
	margin-left:366px;
	height:324px;
	width:114px;
	background: url('../images/home_flash_grass.jpg') no-repeat top left;
	z-index:30;
}
/*--------------------- ABOUT US STYLING ---------------------*/

#about_wrapper {
	position:relative;
	background: url('../images/about_banner.jpg') repeat-x top center;
}
#about_bg {
	background: #01b2e6;
}
#about_header {
	position:relative;
	height: 171px;
}
/*--------------------- OUR COMMUNITY STYLING ---------------------*/

#community_wrapper {
	position:relative;
	background: url('../images/community_banner.jpg') repeat-x top center;
}
#community_bg {
	background: url('../images/community_bg.jpg') repeat top center;
}
#community_header {
	position:relative;
	height: 171px;
}
/*--------------------- SCHOOL PROGRAMS STYLING ---------------------*/

#school_wrapper {
	position:relative;
	background: url('../images/school_banner.jpg') repeat-x top center;
}
#school_bg {
	background: #00c6cf;
}
#school_header {
	position:relative;
	height: 171px;
}
/*--------------------- LEARNING RESOURCES STYLING ---------------------*/

#learning_wrapper {
	position:relative;
	background: url('../images/learning_banner.jpg') repeat-x top center;
}
#learning_wrapper #content a:link, #learning_wrapper #content a:visited, #learning_wrapper #content a:hover, #learning_wrapper #content a:visited:hover {
	color:#f8f24c;
}
#learning_bg {
	background: url('../images/learning_bg.jpg') repeat top center;
}
#learning_header {
	position:relative;
	height: 171px;
}
/*--------------------- COMMON STYLING ---------------------*/

#logo {
	position:absolute;
	left:50%;
	top: 19px;
	margin-left:-367px;
	height:63px;
	width:200px;
}
#content {
	position:relative;
	left:50%;
	margin-left:-285px;
	width:578px;
	top: 40px;
	min-height: 350px;
	z-index:30;
}
#takeoff {
	position:absolute;
	left:50%;
	margin-left:-136px;
	height:111px;
	width:502px;
}
/*--------------------- NAVIGATION STYLING ---------------------*/

#navigation {
	position:absolute;
	left:50%;
	top:108px;
	margin-left:-353px;
	height:61px;
	width:710px;
	z-index:100;
}
#nav_home {
	position:absolute;
	left:0px;
	width:76px;
	height:61px;
	background: url('../images/m_home.png') no-repeat top left;
	z-index:101;
}
#nav_about {
	position:absolute;
	left:105px;
	width:90px;
	height:61px;
	background: url('../images/m_about.png') no-repeat top left;
	z-index:101;
}
#nav_community {
	position:absolute;
	left:225px;
	width:131px;
	height:61px;
	background: url('../images/m_our_community.png') no-repeat top left;
	z-index:101;
}
#nav_schools {
	position:absolute;
	left:378px;
	width:144px;
	height:61px;
	background: url('../images/m_schools_programs.png') no-repeat top left;
	z-index:101;
}
#nav_learning {
	position:absolute;
	left:555px;
	width:155px;
	height:61px;
	background: url('../images/m_learning_resources.png') no-repeat top left;
	z-index:101;
}
/*--------------------- SUB-MENU DIV STYLING ---------------------*/

.megadiv {
	position:relative;
	display: none;
	margin-top:-22px;
	z-index:999;
}
.hovering .megadiv {
	display: block;
}
.subnav_top {
	position:relative;
	height:13px;
	width:217px;
	background:url('../images/subnav_top4.png') no-repeat top left;
	z-index:1000;
}
.subnav_mid {
	position:relative;
	min-height:20px;
	width:179px;
	padding: 0px 19px 0px 19px;
	background:url('../images/subnav_bg4.png') repeat-y top left;
	z-index:1000;
}
.subnav_mid a:link, .subnav_mid a:visited {
	font-size:12px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color:#fff;
	font-weight: normal;
	line-height:23px;
}
.subnav_mid a:hover, .subnav_mid a:visited:hover {
	font-size:12px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color:#000;
	font-weight: normal;
	text-decoration:none;
	line-height:23px;
}
.subnav_btm {
	position:relative;
	height:16px;
	width:217px;
	background:url('../images/subnav_btm4.png') no-repeat top left;
	z-index:1000;
}
/*--------------------- FOOTER STYLING ---------------------*/

#footer {
	position:relative;
	left:50%;
	height:26px;
	width:117px;
	margin:65px 0px 0px 249px;
	padding-bottom:30px;
}
