/* 
   Copyright (c) 2006 Robeson Marketing & Design
   Author -> Jason S. Webb (JsWebb.net)
   Date   -> 08.13.06
*/
 
/*** global elements ***/
* {
    margin: 0;
    padding: 0;
}

/*** links ***/
li a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*** layout ***/
body {
    font-family: Verdana, Arial, "Times New Roman", San-serif;
    font-size: 75%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
}

#wrapper{
    width: 760px;
    margin: 0 auto;
	background: #fff url(images/bg.gif) repeat-y;
	border: 1px solid #333366;
	position: relative;
}
	#leftcol, .leftcontentnav {
		background: #3366cc;
		float: left;
		width: 380px;
		color: #fff;
		height: 294px;
	}	

		.leftcontentnav p {
			padding-top: 27px;
			padding-left: 24px;
		}
		.leftcontentnav a  {
			color: #fff;
		}
	
		.leftcontentnav ul {
			margin-left: 24px;
		}
		
	#rightcol {
		float: right;
		width: 356px;
		padding-left: 24px;
		min-height: 294px;
		_height:294px; /* Internet Explorer, temporary until min-height fix is implemented */
	}
	
	/*#rightcontentcol {
		float: right;
		width: 346px;
		padding-left: 24px;
	}*/

		#rightcol h3 {
			margin-top: 12px;
			font-size: 13px;
			font-weight: bold;
			padding-right: 30px;
		}
		
		#intro {
			margin-bottm: 10px;
			padding-bottom: 25px;
		}
		
		body#homeon #rightcol {
			color: #fff;
			background: #3366cc;
		}
		
		p.intro {
			font-size: 11px;
			line-height: 16px;
			padding-right: 22px;
			margin-bottom: 26px;
		}
		
		p, p.text {
			color: #fff;
			line-height: 17px;
			font-size: 11px;			
		} 
	
		p.text {
			font-weight: normal;
			margin-top: -12px;
			padding-right: 30px;	
		}
		
		p.lastparagraph {
			font-weight: normal;
			margin-top: -12px;
			padding-right: 30px;
			margin-bottom: 20px;
		}
		
		h2.intro {
			margin: 20px 0  10px 0;
			font-size: 22px;
		}
		
		h2.news {
			margin: 15px 0 10px 0;
			font-size: 22px;
		}
		
		#news {
			background: #333366;
			height: 148px;
			margin-left: -24px;
			padding-left: 24px;
			border-top: 1px solid #111144;
		}
	
#header {
   	height: 181px;	 
}

	#logo {
		width: 378px;
		float: left;
		height: 181px;
	}
	
	img {
		border: none;
	}
	
	#randomimg {
		height: 181px;
		float: right;
		width: 382px;
	}

#nav {
	height: 56px;
	padding-bottom: 19px;
	clear: both;
	width: 760px;
	background: #fff;
}

#footer {
	background: #fff;
	clear: both;
	border-top: 1px solid #444;
	font-size: 10px;
	color: #777;
	height: 10px;
	padding: 8px 0 8px 0;
	text-align: center;
}

#footer a {
	color: #777;
}

#footer a:hover {
	color: #777;
}

#slogan {
	height: 20px;
	clear: both;
	background:  #3366cc;
}
/*** navigation ***/
ul {
	list-style: none;
}

ul#menu {
	background: url(images/navbar.jpg) no-repeat;
	float: left;
	height: 56px;
	width: 760px;
	position: relative;
}

ul#menu li.top a {
	display: block;
    height: 56px;
}

ul#menu li.top {
	display: block;
	height: 56px;
	position: absolute;
	top: 0;
}

ul#menu li.top a {
	text-decoration: none;
}

ul#menu li.top a span {
	display: none;
}

#about {
	width: 115px;
	left: 0;
}

#excellence {
    width: 93px;
    left: 115px;
}

#whole-child {
	width: 112px;
	left: 208px;
}

#organizations {
	width: 111px;
	left: 320px;
}

#alumni {
	width: 70px;
	left: 431px;
}

#edline {
	width: 64px;
	left: 501px;
}

#support {
	width: 79px;
	left: 565px;
}

#uniforms {
	width: 116px;
	left: 644px;
}

#about a:hover {
	background: url(images/navbar.jpg) no-repeat 0 -56px;
}

body#abouton #about {
	background: url(images/navbar.jpg) no-repeat 0 -112px;
}

#excellence a:hover {
	background: url(images/navbar.jpg) no-repeat -115px -56px;
}

body#excellenceon #excellence {
	background: url(images/navbar.jpg) no-repeat -115px -112px;
}

#whole-child a:hover {
	background: url(images/navbar.jpg) no-repeat -208px -56px;
}

body#wholechildon #whole-child {
	background: url(images/navbar.jpg) no-repeat -208px -112px;
}

#organizations a:hover {
	background: url(images/navbar.jpg) no-repeat -320px -56px;
}

body#organizationson #organizations {
	background: url(images/navbar.jpg) no-repeat -320px -112px;
}

#alumni a:hover {
	background: url(images/navbar.jpg) no-repeat -431px -56px;
}

body#alumnion #alumni {
	background: url(images/navbar.jpg) no-repeat -431px -112px;
}

#edline a:hover {
	background: url(images/navbar.jpg) no-repeat -501px -56px;
}

body#edlineon #edline {
	background: url(images/navbar.jpg) no-repeat -501px -112px;
}

#support a:hover {
	background: url(images/navbar.jpg) no-repeat -565px -56px;
}

body#supporton #support {
	background: url(images/navbar.jpg) no-repeat -565px -112px;
}

#uniforms a:hover {
	background: url(images/navbar.jpg) no-repeat -644px -56px;
}

body#uniformson #uniforms {
	background: url(images/navbar.jpg) no-repeat -644px -112px;
}

/*** secondary navigation ***/
ul#menu li ul.leveltwo {
    position: absolute;
    left: -999em;
	top: 56px;
    height: auto;
    background: #fff;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	filter:alpha(opacity=89);
	opacity: 0.89;
	-moz-opacity:0.89;
	border-top: 2px solid #312e5d;
	border-bottom: 2px solid #312e5d;
	border-right: 1px solid #312e5d;
	border-left: 1px solid #312e5d;
	z-index: 999999;
}

ul#menu li ul.leveltwo li {
	width: 195px;
	display: block;
	float: left;
}

ul#menu li ul.leveltwo li.about {
	width: 250px;	
}

ul#menu li ul.leveltwo li a {
    color: #666;
    text-align: left;
	height: auto;
	color: #1144aa;
	padding: 4px 0 4px 0;
	display: block;
	padding-left: 8px;
    border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

ul#menu li ul.leveltwo li:hover a, ul#menu li ul.leveltwo li.sfhover a {
    background: #ffcc33;
	border-top: 1px solid #ccaa11;
	border-bottom: 1px solid #ccaa11;
}

ul#menu li:hover ul, ul#menu li.sfhover ul { /* lists nested under hovered 
list items*/
	left: -1px;
}

ul#menu li#uniforms:hover ul, ul#menu li#uniforms.sfhover ul {
	left: -80px;	
}

/**** nested list, main button stays highlighted when cursor hovers over sublist ****/
ul#menu #about:hover, ul#menu #about.sfhover {
	background: url(images/navbar.jpg) no-repeat 0 -56px;
}

ul#menu #excellence:hover, ul#menu #excellence.sfhover {
	background: url(images/navbar.jpg) no-repeat -115px -56px;
}

ul#menu #whole-child:hover, ul#menu #whole-child.sfhover {
	background: url(images/navbar.jpg) no-repeat -208px -56px;
}

ul#menu #organizations:hover, ul#menu #organizations.sfhover {
	background: url(images/navbar.jpg) no-repeat -320px -56px;
}

ul#menu #alumni:hover, ul#menu #alumni.sfhover {
	background: url(images/navbar.jpg) no-repeat -431px -56px;
}

ul#menu #edline:hover, ul#menu #edline.sfhover {
	background: url(images/navbar.jpg) no-repeat -501px -56px;
}

ul#menu #support:hover, ul#menu #support.sfhover {
	background: url(images/navbar.jpg) no-repeat -565px -56px;
}

ul#menu #uniforms:hover, ul#menu #uniforms.sfhover {
	background: url(images/navbar.jpg) no-repeat -644px -56px;
}

/*** news ***/
table.news {
	text-align: left;
	width: 315px;
	margin-top: 10px;
}

table.news a {
	color: #fff;
}

table.news th {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
}

td.article {
	line-height: 17px;
	font-size: 11px;
}

table.news td {
	padding-bottom: 10px;
	padding-right: 15px;
}

td.date {
	font-size: 14px;
	font-weight: bold;
}

/** SPECIFIC PAGE SETTINGS, COLORS **/
span.header {
	font-size: 22px;
	font-weight: bold;
}

ul.subheadings {
	list-style: circle;
	padding-left: 12px;
}

	ul.subheadings li ul.subnav {list-style-type: disc;}

	#rightcol ul.subheadings li ul.subnav {margin-left: 24px;}
	
ul.subheadings li {
	padding-left: 6px;
}

ul#greatnews li span {
	display: block;
	font-weight: normal;
}

.r-about, .r-uniforms {
	background: #3366cc;
}

.r-excellence {
	background: #7d7da8;
}

.r-edline {
	background: #bbaa00;
}

.r-wholechild, .r-support {
	background: #333366;
}

.r-organizations {
	background: #cc9933;
}

.r-alumni {
	background: #996633;
}

.leftcontentnav ul li a,
.r-excellence ul li a, 
.r-about ul li a, 
.r-wholechild ul li a, 
.r-organizations ul li a, 
.r-alumni ul li a, 
.r-support ul li a, 
.r-uniforms ul li a,
.r-edline ul li a {
	color: #fff;
	line-height: 17px;
	font-size: 11px;
	font-weight: bold;
}

.r-about a, 
.r-excellence a, 
.r-wholechild a, 
.r-organizations a, 
.r-alumni a, 
.r-support a, 
.r-uniforms a,
.r-edline a {
	color: #fff;
}

.r-about p, 
.r-excellence p, 
.r-wholechild p, 
.r-organizations p, 
.r-alumni p, 
.r-support p, 
.r-uniforms p,
.r-edline p {
	padding-top: 27px;
}

body#homeon .leftcontentnav  {
	background: #fff url(images/home_content_blue.jpg) no-repeat;
}

body#abouton .leftcontentnav{
	background: #3366cc url(images/about_content_blue.jpg) no-repeat;
}

body#excellenceon .leftcontentnav {
	background: #fff url(images/excellence_content_blue.jpg) no-repeat;
}

body#wholechildon .leftcontentnav {
	background: #fff url(images/wholechild_content_blue.jpg) no-repeat;
}

body#organizationson .leftcontentnav {
	background: #fff url(images/organizations_content_blue.jpg) no-repeat;
}

body#alumnion .leftcontentnav {
	background: #fff url(images/alumni_content_blue.jpg) no-repeat;
}

body#edlineon .leftcontentnav{
	background: #fff url(images/edline_content_blue.jpg) no-repeat;
}

body#supporton .leftcontentnav {
	background: #fff url(images/support_content_blue.jpg) no-repeat;
}

body#uniformson .leftcontentnav {
	background: #fff url(images/uniforms_content_blue.jpg) no-repeat;
}

/** Level I, II Backgrounds **/

body#homeon #leftcol{
	background: #fff url(images/home_content.jpg) no-repeat;
}

body#abouton #leftcol {
	background: #fff url(images/about_content.jpg) no-repeat;
}

body#excellenceon #leftcol {
	background: #fff url(images/excellence_content.jpg) no-repeat;
}

body#wholechildon #leftcol {
	background: #fff url(images/wholechild_content.jpg) no-repeat;
}

body#organizationson #leftcol {
	background: #fff url(images/organizations_content.jpg) no-repeat;
}

body#alumnion #leftcol {
	background: #fff url(images/alumni_content.jpg) no-repeat;
}

body#edlineon #leftcol {
	background: #fff url(images/edline_content.jpg) no-repeat;
}

body#supporton #leftcol {
	background: #fff url(images/support_content.jpg) no-repeat;
}

body#uniformson #leftcol {
	background: #fff url(images/uniforms_content.jpg) no-repeat;
}

/*** HACKS ***/
/*----- MIN-HEIGHT -----*/

/*----------------TEXT FORMATTING---------------*/
.ulnormal {
	font-weight: normal;
	margin-top: 10px;
	padding-right: 20px;
}

.italboldunder {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

.ital {
	font-style: italic;
}

.under {
	text-decoration: underline;
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.boldunder {
	font-weight: bold;
	text-decoration: underline;
}

.italbold {
	font-weight: bold;
	font-style: italic;
}

.montessori, .traditional {
	font-weight: normal;
	padding-right: 30px;
	margin-bottom: 20px;
	list-style: circle;
	padding-left: 12px;
}

.montessori li, .traditional li {
	padding-left: 6px;
}

.menuwithlastparagraph {
	line-height: normal;
	font-weight: normal;
	padding-right: 30px;
	margin-top: -20px;
}

.calschedule {
	font-weight: normal;
	margin-bottom: 20px;
}

.calschedule td {
	padding: 2px;
	padding-left: 6px;
}

.calschedule td.timecell {
	text-align:right;
	padding-left: 0;
}

.calschedule td.timerow {
	font-weight: bold;
	border-top: 1px solid #fff; 
	border-bottom:1px solid #fff;
	padding-left: 15px;
}

.tuition {
	font-weight: normal;
	margin-top: 10px;
	border: 1px solid #fff;
	width: 350px;
}

.tuition .tuitioncat {
	font-weight: bold;
	width: 100px;
}

.tuition .tuitiondesc {
	width: 200px;
}

.tuition .tuitionpay {
	width: 50px;
}

.tuition td {
	padding: 2px 0 2px 4px;
}

.tuition .tblbgPurple {
	background: #333366;;
}

.tuition td.gradecell {
	padding-left: 0;
}

.tuition td.daygradecell {
	padding-left: 35px;
}

.tuition td.gradesrow {
	font-weight: bold;
	border-top: 1px solid #fff; 
	border-bottom:1px solid #fff;
}

.blurb {
	font-weight: normal;
	padding-left: 15px;
	margin-bottom: 5px;
	padding-right: 30px;
}
/* --- Definition Lists --- */
dl {
	padding-right: 30px;
}

dt {
	font-weight: normal;
	padding-left: 10px;
}

/* ////////////////////////////////////////////
	REQUEST FORM, CONTACT US FORMS
//////////////////////////////////////////// */
#requestform, #contactform {
	margin-top: 10px;
}

#requestform ul.ulform li, #contactform ul.ulform li {
	margin-bottom: 7px;
}

input.small {
	width: 60%;
}

input.medium {
	width: 75%;
}

input.large {
	width: 90%
}

.req {
	border: 1px solid #fff;
	background: #333366;
	color: #999;
}

.noreq {
	border: 1px solid #333366;
	color: #666;
}

input.req, 
input.noreq, 
textarea.noreq,
textarea.req {
	height: 14px;
	font-size: 11px;
	font-family: Verdana;
	padding: 3px 3px 3px 3px;
}

textarea.noreq, textarea.req {
	font-size: 11px;
	width: 90%;
	height: 140px;
	font-family: Verdana;
}

/* ///////////////////////////////////////////
	TEST SCORE RESULTS FAUX POPUP
/////////////////////////////////////////// */
#testscores {
	position:absolute;
	top: 210px;
	right:135px;
	background:#fff;
	border:3px solid #333366;
	color:#000;
	text-align:left;
	padding:8px;
	z-index:100;
	width:500px; 	
	voice-family: "\"}\""; 
	voice-family:inherit; 
	width:460px; 	
	} html>body #testscores {
	width:460px; 
	}

#testscores2 {
	position:absolute;
	top: 210px;
	left: 90px;
	background:#fff;
	border:3px solid #333366;
	color:#000;
	text-align:left;
	padding:8px;
	z-index:100;
	width:600px; 	
	voice-family: "\"}\""; 
	voice-family:inherit; 
	width:560px; 	
	} html>body #testscores2 {
	width:560px; 
}
	
#testscores p, #testscores2 p {
	margin: 0 0 7px;
	padding: 0;
	line-height: 13px;
	font-size: 10px;
}

#testscores .desc, #testscores2 .desc {
	float: left;
	width: 195px;
	clear: both;
}

 #testscores2 .desc {
	width: auto;
}

#testscores a, #testscores2 a {
	color: #fff;
}

#testscores .closebtn, #testscores2 .closebtn {
	text-align: right;
	font-weight: 10px;
	background: #7d7da8;
	border-bottom: 1px solid #333;
	margin-bottom: 7px;
	color: #fff;
	padding: 3px;
}

/* /////////////////////////////////////////////
	TERRA NOVA TABLE
////////////////////////////////////////////  */
#tblResults {
	border: 1px solid #333;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	width: 460px;
	margin: 0 0 7px 0;
}

#tblResults2 {
	border: 1px solid #333;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	width: 560px;
	margin: 0 0 7px 0;
}

#tblResults td, #tblResults2 td{
	text-align: center;
	padding: 0;
}

#tblResults th, #tblResults2 th{
	text-align: center;
	font-size: 10px;
}

#tblResults tr.suvRes, #tblResults2 tr.suvRes {
	background: #7d7da8;
	color: #FFF;
}

/* /////////////////////////////////////////////
	GREAT NEWS
////////////////////////////////////////////  */
.tblEvents {
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	padding-right: 13px;
}

.tblEvents a {
	color: #fff;
}

.caption {
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	margin-top: -25px;
	padding-right: 30px;
	margin-bottom: 6px;
}

.newsimg {
	margin-top: 14px;
}

.signoff {
	line-height: normal;
	font-family: Times New Roman;
}

.tblEvents td {
	padding-bottom: 3px;
}

.tblEvents td.newsdate {
	padding: 0 0 0 10px;
}

.tblEvents td.newsitem {
	padding-left: 5px;
}

/***********************
	TESTIMONIALS
************************/
.testimonylist dt {
	padding: 0;
	line-height: normal;
}

.testimonylist dd {
	margin-bottom: 10px;
}

/***********************
	PHOTO GALLERY
************************/
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 760px;
	height: 580px;
	z-index: 999999999;
	background: #3366CC;
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
}

.photogallery {
	width: 540px;
	margin: 20px auto 0 auto;
	text-align: center;
	position:relative;
	padding: 20px 0 0 0;
}

.photogalleryintro {
	font-size: 12px;	
}

#overlay .closebtn {
	float: right;
	margin-right: 22px;
	margin-bottom:6px;
}
