@import "base.css";

body {
	background: #FFFFFF;
	text-align: center;
}
.main:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#container {
	margin: 0 auto 0;
	width: 1024px;
	text-align: left;
	padding: 0;
}

#header {
	width: 1024px;
	height: 129px;
}

 /*Header Background Colors*/
.mainh {background-color: #2150B8} /*Blue*/
.story {background-color: #2150B8} /*Blue*/
.programs {background-color: #FF0000} /*Red, originally #E74233*/
.community {background-color: #F3831F} /*Orange*/
.parents {background-color: #8FD024} /*Green*/
.educators {background-color: #9521C5} /*Purple*/

#header-logo {
	float:left;
	width: 208px;
	height: 129px;
}

#header-text{ 
	float:left;
	width: 575px;
	height: 109px; 
	color: #FFFFFF;
}

.header-title{ 
	font:  bold 18px Arial, Helvetica, sans-serif;
	padding: 20 0 0 20;
}

.header-content{ 
	font:  italic 14px Georgia, "Times New Roman", Times, serif;
	padding: 0 0 0 20;
}

.header-utility-title{
	position: relative;
	left: 14px;
	top: 87px;
}

#header-image{ 
	float: right;
	width: 221px;
}

#content {
	width: 1024px;
	background-color: #F8E57A; /*Fixes Yellow Flow*/
}

#content-splash {
	width: 1024px;
	background-color: #FEF9DC;
}

#content-nav {
	float: left;
	width: 208px;
	height:auto !important; /* ff/etc will use this because it's important. */
	height: 780px; /* ie7 and under will use this because it's read last. */
	min-height: 654px; /* ff/etc will use this value, ie6 and under don't support it so it will be ignored.*/
	background-color: #F8E57A; /*Yellow*/
	text-align: center;
}

.nav-main{
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding: 7 0 8 0;
}

.nav-main-bimg{
	font:  18px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding: 16 0 5 0;
}

.nav-sub{
	font:  14px/23px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5 0 5 0;
}

.on{
	color: #2150B8;
	font-weight: bold;
}

#content-nav li a { text-decoration: none; color: #000000; }
#content-nav li a:hover { text-decoration: none; color: #2150B8; }

#content-nav .blueshim {
	width: 132;
	height: 2;
	margin: 15 0 5 0;
}

#search {
	text-align: right;
}

#search form{
	padding: 0 0 0 0;
}

#search input {
	width: 160px;
	margin: 0 0 5px 0;
	padding: 0;
}

#content-nav #newsletter form {
	margin: 10px 0 0 0;
	padding: 0 0 50 0;
}

#content-nav input {
	width: 160px;
	margin: 0 0 5px 0;
	padding: 0;
}

input.btn{
   font:  14px Arial, Helvetica, sans-serif;
   color: #000000;
   text-align: right;
   background-color: #F8E57A;
   border: 0px;
}

input.btnhov{
   color: #2150B8;
}

#content-main {
	width: 816px;
     background-color: #FFFFFF;
	float: right;
	height:auto !important; /* ff/etc will use this because it's important. */
	height: 780px; /* ie7 and under will use this because it's read last. */
	min-height: 654px; /* ff/etc will use this value, ie6 and under don't support it so it will be ignored.*/
}

#content-login {
	width: 816px;
	height: 39px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6A6A6A;
	background-image: url(../images/shadow.jpg);
}

#content-login p {
	padding: 10 0 0 516; 
	visibility: hidden;
}

#content-login img {
	margin: 0 10 0 10;
	vertical-align: middle;
	visibility: hidden;
}

#content-login a { text-decoration: none; color: #6A6A6A; }
#content-login a:hover { text-decoration: none; color: #2150B8}

#content-photostack {
	float: right;
	width: 427px;
	height: 405px;
	text-align: center;
	padding: 10 0 10 0;
}

#content-photostack .photocaption {
	font:  italic 12px Georgia, "Times New Roman", Times, serif;
	color: #6A6A6A;
	text-align: center;
	padding: 0 0 10 0;
}

#content-text {
	float: left;
	width: 816px;
	height:auto !important; /* ff/etc will use this because it's important. */
	height: 865px; /* ie7 and under will use this because it's read last. */
	min-height: 840px; /* ff/etc will use this value, ie6 and under don't support it so it will be ignored.*/
	text-align: left;
	background-color: #FFFFFF;
	padding: 0 0 20 20;
}

#content-text p {
	font:  16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	line-height: 27px;
	padding: 0 45 15 0;
}

#content-text a { text-decoration: none; color: #2150B8; }
#content-text a:hover { text-decoration: none; color: #F3831F}

#content-text .highlight1 {
	font:  italic 16px Georgia, "Times New Roman", Times, serif;
	color: #2150B8;
	line-height: 27px;
	padding: 0 0 15 0;
}

#content-text h1 {
	font:  16px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	padding: 0 0 15 0;
}
	
#content-text ul {
	font:  16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	line-height: 27px;
	padding: 0 45 15 20;
	list-style-type: disc;
}

#content-text li {
	padding: 0 0 5 10;
}

#content-text input {
	margin: 10 0 0 0;
	font:  16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#content-text textarea {
	font:  16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#content-text input.contactbtn{
	padding: 0;
	font:  16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}	

#footer {
	padding-top: 10px;
	border-top: 1px solid #2150B8;
	text-align: center;
	clear: top;
	background-color: #FFFFFF;
}

#footer li {
	padding: 0 12 0 12;
	display: inline;
	font:  14px Arial, Helvetica, sans-serif;
	color: #2150B8;
}

#footer li a { text-decoration: none; color: #2150B8; }
#footer li a:hover { text-decoration: none; color: #F3831F}

#logonav {
	float:left;
	width: 208px;
}

#content-nav-splash {
	float: left;
	width: 208px;
	height:auto !important; /* ff/etc will use this because it's important. */
	height: 761px; /* ie7 and under will use this because it's read last. */
	min-height: 761px; /* ff/etc will use this value, ie6 and under don't support it so it will be ignored.*/
	background-color: #F8E57A; 
	text-align: center;
	padding: 0;
}

.nav{
	font:  18px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
	line-height: 32px;
	padding-top: 10px;
}

#content-nav-splash li a { text-decoration: none; color: #000000; }
#content-nav-splash li a:hover { text-decoration: none; color: #2150B8; }

#content-nav-splash .blueshim {
	width: 132;
	height: 2;
	margin: 15 0 15 0;
}

#search {
	text-align: right;
	padding: 20px 25px 0 0;
}

#content-nav-splash #newsletter form {
	margin: 10px 0 0 0;
	padding: 0 0 50 0;
}

#content-nav-splash input {
	width: 160px;
	margin: 0 0 5px 0;
	padding: 0;
}

#splash {
	float: right;
	width: 816px;
	height: 761px;
	overflow: hidden;
	background-image: url(../images/splash.jpg);
	background-repeat: no-repeat;
}

#splash-image {
	width: 816px;
	height: 496px;
	background-image: url(../images/splash.jpg);
	background-repeat: no-repeat;

}

#splash-login {
	width: 816px;
	height: 39px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#splash-login p {
	padding: 10px 40px 0px 0px; 
	visibility: hidden;
}

#splash-login img {
	margin: 0 10 0 10;
	vertical-align: middle;
}

#splash-login a { text-decoration: none; color: #FFFFFF; }
#splash-login a:hover { text-decoration: none; color: #F8E57A}

#splash-text {
	width: 816px;
	height: 256px; 
	background-image: url(../images/yellowgrad.jpg); 
	background-repeat: repeat-x;
	background-color: #FDF9DE; /*Light Yellow*/
}

#splash-tip {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14 px;
	color: #000000;
	padding: 431 100 0 160;	
}

#splash-tip a { text-decoration: none; color: #2150B8; }
#splash-tip a:hover { text-decoration: none; color: #F3831F}

#splash-caption {
	font:  italic 12px Georgia, "Times New Roman", Times, serif;
	color: #6A6A6A;
	text-align: center;
	width: 816px;

	padding: 300 0 0 0;
}

/*  For text rendering of splash text
#splash-text img {
	float: left;
	clear: right;
	margin: 0 10 0 0;
}

#splash-text p {
	font:  28px Georgia, "Times New Roman", Times, serif;
	color: #6A6A6A;
	line-height: 50px;
	padding: 30 25 0 15;
} */

#splash2 {
}

#footer-splash {
	float: left;
	width: 1024px;
	padding-top: 10px;
	border-top: 1px solid #2150B8;
	text-align: center;
	background-color: #FFFFFF;
}

#footer-splash li {
	padding: 0 12 0 12;
	display: inline;
	font:  14px Arial, Helvetica, sans-serif;
	color: #2150B8;
}

#footer-splash li a { text-decoration: none; color: #2150B8; }
#footer-splash li a:hover { text-decoration: none; color: #F3831F}

table.ratingstable { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16;
	background-color:#000000;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	width: 750 px;
	margin: 5 0 20 0;
}

th.ratingstable {
	font-size:16pt;
	background-color:#8FD024;
	color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	text-align:left;
	padding: 8;
}

tr.ratingstable { 
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
}

td.ratingstable {  
	font-size:16pt;
	background-color:#FFFFFF;
	color:#000000;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	text-align:left;
	padding: 8 8 8 20;
}

td.ratingstable-gray {  
	font-size:16pt;
	background-color:#CCCCCC;
	color:#000000;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	text-align:left;
	padding: 8 8 8 20;
}

td.ratingstable-green {  
	font-size:16pt;
	background-color:#8FD024;
	color:#000000;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	text-align:left;
	padding: 8 8 8 20;
}

.general { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16;
	line-height:40px;
}

td { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16;
}

#credits {
	font:  9px Arial, Helvetica, sans-serif;
	color: #999999;	
	text-align: right;
	padding: 13 2 10 0;
}

#credits a { text-decoration: none; color: #999999; }
#credits a:hover { text-decoration: none; color: #2150B8;}

#credits-splash {
	float: right;
}

#credits-splash p { 
	font:  9px Arial, Helvetica, sans-serif;
	color: #999999;	
	text-align: right;
	padding: 13 0 10 0;
}

#credits-splash a { text-decoration: none; color: #999999; }
#credits-splash a:hover { text-decoration: none; color: #2150B8;}

