@charset "utf-8";
/* Credit: Jeff Vernon */

/* Kill Defaults */
html 
	{
	min-height: 100%;
	}

body
	{
	padding: 0px;
	margin: 15px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	background-image:url(../images/background.jpg);
	background-position: top;
	background-repeat: repeat;
	}
	
.scheduleTable 
	{
	border: 1px #999999 solid;
	}
	
	
a.nav:link, a.nav:visited, a.nav:active
	{
	color: #555555;
	text-decoration: none;
	font-size: 10px;	
	}

a.nav:hover
	{
	color: #bf4527;
	text-decoration: none;
	font-size: 10px;
	}
	
a.h2:link, a.h2:visited, a.h2:active
	{
	color: #4a4842;
	font-size: 14px;
	padding: 0 0 10px 0;
	text-decoration: none;
	margin: 0px;	
	}

a.h2:hover
	{
	color: #bf4527;
	font-size: 14px;
	padding: 0 0 10px 0;
	text-decoration: none;
	margin: 0px;
	}
	
a:visited, a:active, a:link 
	{
	color: #615b56;
	text-decoration: none;
	font-size: 12px;	
	}

a:hover
	{
	color: #bf4527;
	text-decoration: underline;
	font-size: 12px;
	}
	
a.highlights:visited, a.highlights:active, a.highlights:link
	{
	color: #615b56;
	text-decoration: none;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	}
	
	a.highlights:hover
		{
		color: #bf4527;
		text-decoration: underline;
		font-size: 12px;
		font-style: italic;
		font-weight: bold;
		}
		
a.forms:visited, a.forms:active, a.forms:link, a.forms:hover
	{
	color: #bf4527;
	text-decoration: underline;
	font-size: 12px;
	}

p
	{
	padding: 0 0 10px 0;
	margin: 0px;
	line-height: 20px;
	}

ul, li 
	{
	padding: 0px;
	margin: 0px;
	list-style: none;
	
	}

	.indentedUL
		{
		padding-top: 5px;
		padding-left: 15px;
		}

	.indentedListStyle
		{
		list-style: square;
		font-size: 12px;
		color: #333333;
		}
		
	.indentedListStyleNoDec
		{
		list-style: none;
		font-size: 12px;
		color: #333333;
		}
	
h2 
	{
	color: #4a4842;
	font-size: 14px;
	padding: 0 0 10px 0;
	margin: 0px;
	}
	
	.h2_sub
		{
		color: #4a4842;
		font-size: 14px;
		padding: 0px;
		margin: 0px;
		}

img	
	{
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
	
/* Site Design */
#siteContainer
	{
	margin-left: auto;
	margin-right: auto;
	
	width: 800px;
	
	border-left: 15px solid #4a4842;
	border-right: 15px solid #4a4842;
	border-top: 15px solid #4a4842;
	}
	
.siteHeader
	{
	height: 100px;
	vertical-align: middle;
	background-color: #FFF;
	}

#headerText
	{
	font-size: 24px;	
	}
	
#headerAbout
	{
	font-size: 14px;	
	}
	
.siteNavigation
	{
	border-top: 5px solid #4a4842;
	background-color: #EEEEEE;
	
	height: 20px;
	
	padding: 5px;

	}
	
#home
	{
	height: 20px;
	width: 75px;
	float: left;
	
	padding: 0 0 0 10px;
	}

#about
	{
	height: 20px;
	width: 115px;
	float: left;
	}
	
.aboutDrop
	{
	visibility: hidden;
	left: -5px;
	position: relative;
	text-align: left; 
	background-color: #EEEEEE;
	width: 125px;
	
	padding: 5px;
	
	list-style: none;
	
	border-bottom: 5px solid #ffd667;
	}

#learning
	{
	height: 20px;
	width: 100px;
	float: left;
	}
	
.learningDrop
	{
	visibility: hidden;
	left: -5px;
	position: relative;
	text-align: left; 
	background-color: #EEEEEE;
	width: 125px;
	
	padding: 5px;
	
	list-style: none;
	
	border-bottom: 5px solid #57c51b;
	}
	
#admissions
	{
	height: 20px;
	width: 100px;
	float: left;
	}
	
.admissionsDrop
	{
	visibility: hidden;
	left: -5px;
	position: relative;
	text-align: left; 
	background-color: #EEEEEE;
	width: 125px;
	
	padding: 5px;
	
	list-style: none;
	
	border-bottom: 5px solid #5a9ac7;
	}
	
#contact
	{
	height: 20px;
	width: 100px;
	float: left;
	}
	
#updates
	{
	height: 20px;
	width: 130px;
	float: left;
	}
	
.siteSubNavigation
	{
	border-right: 5px solid #4a4842;
	border-top: 5px solid #4a4842;
	background-color: #FFF;
	
	padding: 15px 15px 100px 15px;
	
	vertical-align: top;
	
	width: 160px;
	
	background-image: url(../images/logo_small.jpg);
	background-repeat: no-repeat;
	background-position: bottom; 
	
	background-color: #FFFFFF;
	}
	
	
.siteContent
	{
	border-top: 5px solid #4a4842;
	background-color: #FFF;
	
	height: 400px;
	
	width: 640px;
	
	vertical-align: top;
	
	background-image: url(../images/fade.jpg);
	background-position:left;
	background-repeat: repeat-y;
	
	padding: 15px;
	
	text-align: left;
	line-height: 20px;
	}	
	
.siteSubNavigationMain
	{
	border-right: 5px solid #4a4842;
	border-top: 5px solid #4a4842;
	background-color: #FFF;
	
	padding: 15px 15px 100px 15px;
	
	vertical-align: top;
	
	width: 240px;
	
	background-image: url(../images/logo_small.jpg);
	background-repeat: no-repeat;
	background-position: bottom; 
	
	background-color: #FFFFFF;
	}
	
	
.siteContentMain
	{
	border-top: 5px solid #4a4842;
	background-color: #FFF;
	
	height: 400px;
	
	width: 560px;
	
	vertical-align: top;
	
	background-image: url(../images/fade.jpg);
	background-position:left;
	background-repeat: repeat-y;
	
	padding: 15px;
	
	text-align: justify;
	line-height: 20px;
	}	
	
.siteSidebar
	{
	border-top: 5px solid #4a4842;
	background-color: #FFF;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	
	background-image: url(../images/fade_right.jpg);
	background-position:right;
	background-repeat: repeat-y;
	
	
	
	}

.sidebarContainers
	{
	border-bottom: 2px solid #4a4842;
	padding-bottom: 5px;
	margin-bottom: 10px;
	
	}
	
.sidebarText
	{
	padding: 0px;
	margin: 0px;
	}
	
.quotes
	{
	background-image: url(../images/mission_quotes.jpg); 
	background-repeat: no-repeat; 
	height: 50px; 
	margin-top: 50px; 
	padding: 20px 10px 20px 20px;
	font-size: 16px;
	}
	
#footerContainer
	{
	margin-left: auto;
	margin-right: auto;
	
	width: 800px;
	
	padding: 15px;
	
	background-color: #4a4842;
	
	font-size: 10px;
	text-align: left;
	color: #FFF;
	}
	
.footerLegal 
	{
	font-weight: bold;
	
	padding-right: 25px;
	}
	
.footerAddress 
	{
	padding-right: 15px;
	}