@charset "utf-8";
/* Universal Reset */
* {
	vertical-align: baseline;

	font-family: inherit;
	font-style: inherit;

	padding: 0;
	margin: 0;
}

body {
	background-color: #8db7ff;
	font-family:Arial, Helvetica, sans-serif;

}
h1{
	background-image:url(../images/h1bg.gif);
	background-repeat:no-repeat;
	margin:35px 20px -4px 20px;
	color:#941417;
	font-size:16px;
	font-weight:bolder;
	padding:0px 0px 15px 6px;
}

h1.miniH1{
	background-image:url(../images/h1bg.gif);
	background-repeat:no-repeat;
	margin:0px 10px -4px 2px;
	color:#941417;
	font-size:16px;
	font-weight:bolder;
	padding:0px 0px 15px 0px;
}

h2{
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	color:#ffd204;
	padding:25px 20px 5px 20px;
}
h3{
    font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bolder;
	color:#0079c2;
	padding:25px 0px 20px 0px;
	text-align:center;
}
h4{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	color:#941417;
	padding:0px 30px 0px 0px;
	margin:0px;
}
h5{
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	color:#0079c2;
	padding:10px 0px 5px 24px;
	text-align:left;
}
h6{
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	color:#0079c2;
	padding:0px 25px 15px 25px;
	text-align:left;
}

#nav{
margin-left:207px;
width:554px;


}

#nav ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: bolder 10px Verdana;
list-style-type: none;

}

#nav ul li{

margin: 0;
position: relative;
display: inline;
float: left;
}

#nav ul li a{
display: block;
text-decoration: none;
margin: 0;
padding: 18px 5px 18px 5px; /*padding inside each tab*/
border-right: 1px solid #114d7e; /*right divider between tabs*/
border-left: 1px solid #8cd0f1; /*left divider between tabs*/
color:#FFF;
background: #1880c9; /*background of tabs (default state)*/
text-align: center;
}

/*1st sub level menu*/
#nav ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#nav ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#nav ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
#nav ul li ul li a{
display: block;
width: 140px; /*width of sub menu levels*/
color: #FFF;
text-decoration: none;
padding: 5px 5px;
border: 1px solid #ccc;
text-align: left;
}


#nav li.contact a{
border-right: none; /*right divider between tabs*/

}
#nav li.home a{
border-left: none; /*left divider between tabs*/
}

#nav li.homeselected a{
border-left: none; /*left divider between tabs*/
background: #da5053;
color:#ffd204;

}

#nav li.contactselected a{
border-right: none; /*right divider between tabs*/
background: #da5053; 
color:#ffd204;
}

#nav li.selected a{
background: #da5053; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color:#ffd204;
}

#nav li a:hover{
background: #8db7ff; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */

}
#nav li.selected a:hover{
background: #da5053; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color:#ffd204;
}
#nav li.homeselected a:hover{
background: #da5053; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color:#ffd204;
}
#nav li.contactselected a:hover{
background: #da5053; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color:#ffd204;
}
#nav ul li.selected ul li a{

color: #FFF;
background: #1880c9;

}
#nav ul li.homeselected ul li a{

color: #FFF;
background: #1880c9;

}
#container {
	width:810px;
	background-image:url(../images/body_bg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	text-align:left;
	overflow:hidden;
}

#header {
margin:0px;
padding:0px;
width:800px;
}

#logo {
	float:left;
	margin: -9px 0px 0px 34px;
	padding:0px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:163px;
	height:154px;
	cursor:pointer;

}
#logoSubpages {
	position:absolute;
	margin: 38px 0px 0px 34px;
	padding:0px 0px 0px 0px;
	background-image:url(../images/logo_subpages.png);
	background-repeat:no-repeat;
	width:198px;
	height:154px;
	cursor:pointer;

}
#rightside {
	position:absolute;
	margin:0px 0px 0px 760px;
	background-image:url(../images/right-side.jpg);
	background-repeat:no-repeat;
	width:10px;
	height:120px;
    clear:both;

}

#flashbanner{
margin-right:30px;
background-repeat:no-repeat;
width:573px;
height:170px;
float:right;
}
#leftContainer{
float:left;

}
#leftContainer p{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	padding:0px 5px 20px 20px;
}
#form{
	padding:0px 25px 0px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#54311e;
	

}
#form form{
	border: 1px solid #941417; 

}
#form input {
 
}

.indent{
	width:300px;
}
.indented {
	padding-right: 25px;
	padding-left: 25px;
}

.required{
 background-color: #fefd84;
 width:80%;
}
.notrequired{
 width:80%;
}
#form textarea {
font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
#form select {
 width:250px;
}

#contactUs{
position:absolute;
margin-left:31px;
margin-top:0px;
padding:0px;
background-image:url(../images/left-sidebar.png);
background-repeat:no-repeat;
width:175px;
height:161px;

}


#help{
position:absolute;
margin-top:171px;
margin-left:31px;
padding:0px;
background-image:url(../images/left-sidebar.png);
background-repeat:no-repeat;
width:175px;
height:161px;

}
#helpSubpages{
position:relative;
margin-left:31px;
margin-top:168px;
padding:0px;
background-image:url(../images/left-sidebar.png);
background-repeat:no-repeat;
width:175px;
height:161px;

}

#contactUsSubpages{
position:relative;
margin-top:10px;
margin-left:31px;
padding:0px;
background-image:url(../images/left-sidebar.png);
background-repeat:no-repeat;
width:175px;
height:161px;

}
table{
	border:none;
	margin-left:auto; 
	margin-right:auto;
}
td{
	border:none;
}
tr{
	border:none;
}
.gobtn {
float:right;	
width:28px;
height:23px;
margin:-35px 5px 0px 0px;
	
}

#bodyContainer {
	float:right;
	width:553px;
	min-height:425px;
	background-color:#ffffff;
	background-image:url(../images/contentbg_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:0px 50px 0px 0px;
}
#bodyContainer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#54311e;
	margin:0px 25px 10px 25px;
	
}
#bodyContainerSubpages {
	float:right;
	width:553px;
	min-height:500px;
	background-color:#ffffff;
	background-image:url(../images/contentbg_top_subpage.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:0px 50px 0px 0px;
}
#bodyContainerSubpages p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

	color:#54311e;
	margin:0px 10px 20px 0px;
	
}

#bodyContainerSubpages #content {
padding: 10px 20px 20px 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#54311e;
}

#bodyContainerSubpages #content p, 
#bodyContainerSubpages #content ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#54311e;
}

#bodyContainerSubpages #content a, .copysubpages a, .copysubpages a:visited {	

color:#0079C2
}
#bodyContainerSubpages #content a:hover, .copysubpages a:hover{	
color:#941417;
}

.copy a, .copy a:visited {	

color:#0079C2
}
.copy a:hover{	
color:#941417;
}


#bodyContainerSubpages a img{	
border:2px #ca4043 solid;
margin-left:25px;

}
#bodyContainerSubpages a:hover img{	
border:2px #8db7ff solid;
}
#enlarge{
	background-image:url(../images/enlarge.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin:3px 0px 0px 240px;
	height:17px;
	width: 89px;
}
#enlarge2{
	background-image:url(../images/enlarge.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin:3px 0px 0px 90px;
	height:17px;
	width: 89px;
}
#enlarge3{
	background-image:url(../images/enlarge.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin:3px 0px 0px 440px;
	height:17px;
	width: 89px;
}
#enlarge4{
	background-image:url(../images/enlarge.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin:3px 0px 0px 60px;
	height:17px;
	width: 89px;
}
.left{
	float:left;
}
.right{
	float:right;
	width:202px;
}
.contentImage{
float:left;
padding:0px 0px 3px 25px;


}
.contentImage img{

border:2px #761a1c solid;
margin-right:14px;
}
.contentImage a:hover img{

border:2px #8db7ff solid;

}

.subpageImage{
margin-left:5px;
font-size: 13px;
font-weight:normal;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
color:#54311e;


}
.subpageImage p{
font-size: 13px;
font-weight:normal;
font-family: Arial, Helvetica, sans-serif;
text-align: center; 
color:#54311e;
}
.subpageImage img{
margin:20px 20px 0px 10px;
border:2px #761a1c solid;


}
.subpageImage a:hover img{

border:2px #8db7ff solid;

}
.captioncontainter{
margin-left:25px;
margin-bottom:10px;
}
.caption { 
float:left;
width:82px;
font-size: 13px;
font-weight:normal;
font-family: Arial, Helvetica, sans-serif;
text-align: center; 
padding-right:23px;
color:#54311e;
}
.copy {
	
}
.copysubpages p{
	padding: 0px 25px 0px 25px;
}
.copysubpages ul{
	padding: 0px 25px 0px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#54311e;
}
.copysubpages ul a, .copysubpages ul a:visited {	

color:#0079C2
}
.copysubpages ul a:hover{	
color:#941417;
}
.copyimg{
border:2px #761a1c solid;
margin-right:7px;
display: inline;
}
.adobe{
float:left;
padding:3px 0px 3px 25px;


}
.adobe a img{

border:none;
margin-right:14px;
}
.adobe a:hover img{

border:none;

}
#footer {
	font-family:Arial, Helvetica, sans-serif;
	height:80px;
	width:802px;
	background-image:url(../images/footer.png);
	background-position:top;
	background-repeat:no-repeat;
	margin:0px 0px 0px 3px;
	
}
#footerbottom {
	height:433px;
	width:802px;
	background-image:url(../images/footerbottom.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:0px 12px 0px 0px;

}

#footerLinks {
	float:right;
	width:420px;
	text-align:right;
	margin: 42px 45px 0px 0px;
	font-size:10px;

	
}

#footerInfo {
	float:left;
	width:130px;
	margin: 42px 0px 0px 205px;
    font-size:9px;
}

#footerLinks a{
	padding-left:3px;
	padding-right:3px;
}
		
#footer a {
	font-weight:normal;
	color:#000;
	text-decoration:none;

}
		
		
#footer a:link    {  
}
#footer a:visited {  
}
#footer a:hover   { 
	color:#FFF;
	text-decoration:none; 
}
#footer a:active  {
	color:#ce9623;
	text-decoration:none;
}

#footer a.pndLink{
	color:#000;
}
#footer a.pndLink:hover{
	text-decoration:underline;
}

/* ######### CSS for Shade Tabs.  ######### */

.shadetabs{
padding: 0px 0px 0px 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right:0px;
overflow:hidden;
font: 11px Arial;
font-weight:bolder;
text-transform:uppercase;
list-style-type: none;
border:none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

/*English Tabs*/
.shadetabs li.english a{
padding: 5px 9px;
text-decoration: none;
float:left;
display: block;
margin:0px;
color: #FFF;
background-color:#0079c2;

}

.shadetabs li.english a:visited{
background-color:#0079c2;
color: #FFF;
}

.shadetabs li.english a:hover{
background-color:#8db7ff;
color: #FFF;
}

.shadetabs li.english a.selected, .shadetabs li.english a.selected:hover{ /*selected main tab style */
background-color:#0079c2;
color: #FFF;
}

/*End English Tab*/

/*Math Tabs*/
.shadetabs li.math a{
padding: 5px 9px;
text-decoration: none;
float:left;
display: block;
color: #FFF;
background-color:#941417;

}

.shadetabs li.math a:visited{
background-color:#941417;
color: #FFF;
}

.shadetabs li.math a:hover{
background-color:#8db7ff;
color: #FFF;
}

.shadetabs li.math a.selected, .shadetabs li.math a.selected:hover{ /*selected main tab style */
background-color:#941417;
color: #FFF;
}
/*End Math Tab*/

/*science Tabs*/
.shadetabs li.science a{
padding: 5px 9px;
text-decoration: none;
float:left;
display: block;
color: #FFF;
background-color:#008a1d;
}

.shadetabs li.science a:visited{
background-color:#008a1d;
color: #FFF;
}

.shadetabs li.science a:hover{
background-color:#8db7ff;
color: #FFF;
}

.shadetabs li.science a.selected, .shadetabs li.science a.selected:hover{ /*selected main tab style */
background-color:#008a1d;
color: #FFF;
}
/*End science Tab*/

/*socialstudies Tabs*/
.shadetabs li.socialstudies a{
padding: 5px 9px;
text-decoration: none;
float:left;
display: block;
color: #FFF;
background-color:#d86b00;
}

.shadetabs li.socialstudies a:visited{
background-color:#d86b00;
color: #FFF;
}

.shadetabs li.socialstudies a:hover{
background-color:#8db7ff;
color: #FFF;
}

.shadetabs li.socialstudies a.selected, .shadetabs li.socialstudies a.selected:hover{ /*selected main tab style */
background-color:#d86b00;
color: #FFF;
}
/*End socialstudies Tab*/

/*pe Tabs*/
.shadetabs li.pe a{
padding: 5px 9px;
text-decoration: none;
float:left;
display: block;
color: #FFF;
background-color:#93b738;
}

.shadetabs li.pe a:visited{
background-color:#93b738;
color: #FFF;
}

.shadetabs li.pe a:hover{
background-color:#8db7ff;
color: #FFF;
}

.shadetabs li.pe a.selected, .shadetabs li.pe a.selected:hover{ /*selected main tab style */
background-color:#93b738;
color: #FFF;
}
/*End pe Tab*/

/*arts Tabs*/
.shadetabs li.arts a{
padding: 5px 10px;
text-decoration: none;
float:left;
display: block;
color: #FFF;
overflow:hidden;
background-color:#b907bf;
}

.shadetabs li.arts a:visited{
background-color:#b907bf;
color: #FFF;
}

.shadetabs li.arts a:hover{
background-color:#8db7ff;
color: #FFF;
}

.shadetabs li.arts a.selected, .shadetabs li.arts a.selected:hover{ /*selected main tab style */
background-color:#b907bf;
color: #FFF;
}
/*End arts*/

/*music Tabs*/
.shadetabs li.music a{
padding: 5px 29px 5px 28px;
text-decoration: none;
float:left;
display: block;
color: #FFF;
overflow:hidden;
background-color:#81a6e6;
}

.shadetabs li.music a:visited{
background-color:#81a6e6;
color: #FFF;
}

.shadetabs li.music a:hover{
background-color:#8db7ff;
color: #FFF;
}

.shadetabs li.music a.selected, .shadetabs li.music a.selected:hover{ /*selected main tab style */
background-color:#81a6e6;
color: #FFF;
}
/*End music*/

.divcontent{
	
	margin-left: 25px;
	margin-bottom:10px;
	padding-top:0px;
	width:475px;

}

.divcontent ul{
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.divtop{
	position:absolute;
	background-image:url(../images/elsbg_top.gif);
	background-position: top center;
	background-repeat:no-repeat;
	width:474px;
	height:12px;
	margin: 12px 0px 0px 10px;
}
.divbottom{
	position:absolute;
	background-image:url(../images/elsbg_bottom.gif);
	background-position: top center;
	background-repeat:no-repeat;
	width:474px;
	height:12px;
	margin: -22px 0px 0px 10px;
}

#english{
	width:444px;
	font:Arial;
	font-size:11px;
	border-left: 10px solid #0079c2;
	border-right: 11px solid #0079c2;
	border-top: 22px solid #0079c2;
	border-bottom: 22px solid #0079c2;
	color:#004067;
	padding:15px;
}
#math{
	width:444px;
	font:Arial;
	font-size:11px;
	border-left: 10px solid #941417;
	border-right: 11px solid #941417;
	border-top: 22px solid #941417;
	border-bottom: 22px solid #941417;
	color:#941417;
	padding:15px;
}
#science{
	width:444px;
	font:Arial;
	font-size:11px;
	border-left: 10px solid #008a1d;
	border-right: 11px solid #008a1d;
	border-top: 22px solid #008a1d;
	border-bottom: 22px solid #008a1d;
	color:#008a1d;
	padding:15px;
}
#socialstudies{
	width:444px;
	font:Arial;
	font-size:11px;
	border-left: 10px solid #d86b00;
	border-right: 11px solid #d86b00;
	border-top: 22px solid #d86b00;
	border-bottom: 22px solid #d86b00;
	color:#d86b00;
	padding:15px;
}
#pe{
	width:444px;
	font:Arial;
	font-size:11px;
	border-left: 10px solid #93b738;
	border-right: 11px solid #93b738;
	border-top: 22px solid #93b738;
	border-bottom: 22px solid #93b738;
	color:#93b738;
	padding:15px;
}
#arts{
	width:444px;
	font:Arial;
	font-size:11px;
	border-left: 10px solid #b907bf;
	border-right: 11px solid #b907bf;
	border-top: 22px solid #b907bf;
	border-bottom: 22px solid #b907bf;
	color:#b907bf;
	padding:15px;
}
#music{
	width:444px;
	font:Arial;
	font-size:11px;
	border-left: 10px solid #81a6e6;
	border-right: 11px solid #81a6e6;
	border-top: 22px solid #81a6e6;
	border-bottom: 22px solid #81a6e6;
	color:#0962fd;
	padding:15px;
}
.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}
h7 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	color:#941417;
	padding:10px 0px 5px 24px;
	text-align:left;
}
.smallBlue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0079c2;
	padding:10px 0px 5px 24px;
	text-align:left;
}
.smallRed {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#941417;
	padding:10px 0px 5px 24px;
	text-align:center;
}
.smallRedLeft {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#941417;
	text-align:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 24px;
}
