/*this css is the Layout and LOOK and TYPE for the site*/

/*this centers the page and sets baseline font for page*/
body {
	margin:0px auto;
	padding:0px;
	float:none;
	clear:none;
	
	text-decoration:none;
	
	font-family:"Century", Times New Roman, Times, serif;

	text-decoration:none;
	font-size:12px;
	color:#000000;
	

	}
	
.white {
		
	background-color:#FFF;
	}
	
	
.blue {
		
	background-color:#62CAE3;
	}
	
		
.link{
	color:#62CAE3;
	font-weight:bold;
	text-decoration:none;

}	

.link:hover{
	color:#8B5E25;
}

.link_lite{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;

}	

.link_lite:hover{
	color:#8B5E25;
}


	
#txtCol {
	display:block;
	float:left; 
	width:640px;

	text-align:left;
	padding-top:30px;
	padding-right:30px; 
	padding-left:0px;
	padding-bottom:40px; 
	line-height:18px; 
	word-spacing:0px; 
	
	border:#CCC 1px;
	
}

#txtCol p{
	color:#50483B;
	font-size:14px;
	line-height:18px; 
	word-spacing:0px; 
	}
	


#txtCol li, table{
	padding-top:20px;
	width:100%;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#50483B;
	font-size:14px;
	line-height:18px; 
	
	}

.missionList {

	width:100%;
	margin-left:0px;
	padding-left:10px;
	padding-top:0px;
	color:#50483B;
	font-size:14px;
	list-style:none;
}

.missionList li{
	padding:0px;
	margin:0px;
}

/*overall page div's which center the inner divs*/
#containerDiv {
	margin:0px auto;
	padding:0px;
	width:915px;
	/* part 2 of the centering hack
	text-align:center;*/
	clear:none;
	float:none;
	
}



/*layout of content of the page*/

#header {
	display:block;
	float:left;
	width:915px;
	height:auto;

	z-index:99;

	
	}
#main {
	display:block;
	float:left;
	width:915px;
	height:auto;

	
	margin:0px;
	
	}

#bodyTopImg {
	display:block;
	float:left;

	width:456px;
	height:275px;
	border:#fff 1px solid;
	
	}




#middleContent {
	display:block;
	float:left;
	
	width:914px;
	height:auto;
	padding-top:20px;
	
	z-index:99;
	
		
	}
#sidebar {
	display:block;
	float:left;

	padding:18px 0px 0px 10px;
	width:223px;
	height:auto;

	text-align:left;

	z-index:99;
	}
	
	


.sidebarNav {
	font-family: "Arial", Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	color:#8B5E25;
	

	padding-left:20px;
	
	line-height:40px;
	background-image:url(css/unchecked.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
	
.sidebarNav:hover {
	color:#D9DA56;
	background-image:url(css/checked.gif);
	background-position:left top;
	background-repeat:no-repeat;
	
}

.sidebarNavOn{
	font-family: "Arial", Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	color:#009FCB;
	line-height:40px;

	padding-left:20px;
	background-image:url(css/checked.gif);
	background-position:left top;
	background-repeat:no-repeat;
	
}
.schoolhoursrow td{
	border-bottom:#C0E5E9 1px dotted;
}



	
#pullquote {
 	display:block;
	float: left; 
	width:100%; 
	
	height:auto;
	
	padding:0px 0px 15px 0px;
	 
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em; 
	line-height: 20px; 
	font-style:normal;
	font-weight:bold;
	
	
	color: #FFF; 
	text-align:center;

	}

	
.caption {
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	color: #62CAE3;
	font-size:0.9em;
	
}	

.title {
	font-family:"Century", Times New Roman, Times, serif;
	color:#8B5E25; 
	font-size:1.1em;
	font-weight:900;
	padding-bottom:15px;
	}
	
	
.subTitle {
padding-top:0px;
text-align:left; 
font-family:Arial, Helvetica, sans-serif; 
color: #009FCB; 
font-size:1.5em; 
font-weight:bold;

}

.subTitle2 {
padding-top:0px;
text-align:center; 
font-family:Arial, Helvetica, sans-serif; 
color: #8B5E25; 
font-size:14px; 
font-weight:bold;
letter-spacing:normal;
}

.supraTitle{
padding-top:10px;
text-align:center;
font-size:1.75em;
letter-spacing:1px;
text-transform:uppercase;
font-family:"Century", Times New Roman, Times, serif;
color:#62CAE3;
line-height:2em;


}


/*style for cross fading photos*/
	#crossfade-container{
	position:relative;
	display:block;
	height:275px;
	top:0px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	
	}

.welcomeImage {
	padding-top:20px;padding-left:114px;
}

.foundersImage {
	padding-top:17px;
	padding-bottom:15px;
}


#footer {
	display:block;
	float:left;
	
	width:915px;
	height:35px;
		
	text-align:center;
	
	overflow:hidden;
		
	background-color:#8B5E25;

	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	
	padding-top:20px;
}


