@charset "UTF-8";
/* CSS Document */
html{
overflow-y: scroll;
}

body{
background-color: #233427;
margin: 50px 0 0 0;
background-image: url('../images/img_bg.jpg');
background-repeat: repeat-x;
color: #666;
}
ul{
list-style-position:inside;
}
.header{
width: 808px;
height: 60px;
background-image: url('../images/img_header_bg.png');
background-repeat: no-repeat;
}
.logo{
width: 178px;
height: 99px;
position: relative;
top: -40px;
}
.logoStatic{
width: 178px;
height: 99px;
position: relative;
top: -40px;
}
.menu{
width: 683px;
background-image: url('../images/img_content_bg.png');
background-repeat: repeat-y;
height: 30px;
padding-left: 125px;
}
.newmenu{
width: 713px;
background-image: url('../images/img_content_bg.png');
background-repeat: repeat-y;
height: 30px;
padding-left: 95px;
}
.content{
width: 808px;
height: 100%;
background-image: url('../images/img_content_bg.png');
background-repeat: repeat-y;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size: 11px;
line-height: 1.3em;
}
.leftColumnA{
float: left;
width: 437px;
padding-right: 25px;
text-align: justify;
}
.leftColumnB{
float: right;
width: 252px;
}	
.schoolsColumnA{
float: left;
width: 444px;
text-align: justify;
}
.schoolsColumnB{
float: right;
width: 296px;
}
.footerCap{
width: 808px;
height: 17px;
background-image: url('../images/img_footer_cap.png');
}
.footer{
width: 808px;
}
h1{
font-size: 30px;
color: #145844;
text-transform: uppercase;
height: 35px;
}
a{
color: #3B5640;
text-decoration:none;
font-weight: bold;
text-transform:uppercase;
}
a:hover{
text-decoration:underline;
font-weight: bold;
text-transform:uppercase;
}
.news{
margin-top: 12px;
background-image: url('../images/img_news_bg.jpg');
font-size: 10px;
line-height: 1.1em;
width: 237px;
height: 85px;
padding: 7px 10px 5px 10px;
}

.newsMenu{
font-size: 16px;
padding-top: 10px;
padding-bottom: 10px;
cursor: pointer;
font-weight: bold;
}
.newsDate{
font-size: 9px;
font-style: italic;
padding-top: 10px;
}

.newsImage{
float: right;
width: 223px;
text-align: left;
padding-top: 10px;
}
.newsLinks{
float: right;
clear: both;
width: 220px;
text-align: left;
padding-top: 10px;
}
.newsStory{
margin-bottom: 10px;
border-bottom: 1px solid #d3e0d1;
text-align: justify;
float: left;
}

.newscollapsed{
border-bottom: 1px solid #d3e0d1;
background-image: url('../images/img_expand.jpg');
background-repeat: no-repeat;
background-position: center right;
}

.newsexpanded{
border-bottom: 1px solid #fff;
background-image: url('../images/img_close.jpg');
background-repeat: no-repeat;
background-position: center right;

}
.schools{
background-image: url('');
color: #3B5640;
height: 21px;
padding-top: 4px;
padding-left: 9px;
}
.schools_over{
background-image: url('../images/img_schools_over.jpg');
background-repeat: repeat-x;
background-position: right;
color: #fff;
height: 21px;
padding-top: 4px;
padding-left: 9px;
}
.schoolsBig{
background-image: url('');
color: #3B5640;
height: 30px;
padding-top: 4px;
padding-left: 9px;
}
.schoolsBig_over{
background-image: url('../images/img_schools_over_big.jpg');
background-repeat: repeat-x;
background-position: right;
color: #fff;
height: 30px;
padding-top: 4px;
padding-left: 9px;
}
.please_select{
text-align: left;
padding-left: 9px;
font-style: italic;
}

.reportcard_2009, .reportcard_top, .reportcard_mid, .reportcard_bot{
font-size: 24px;
padding: 3px 0 3px 0;
text-decoration:none;
float: right;
position: relative;
font-weight: bold;	
}

.reportcard_2009{
top: -160px;
right: -332px;
}
.reportcard_top{
top: -90px;
right: -310px;
}
.reportcard_mid{
top: -19px;
right: -288px;
}
.reportcard_bot{
top: 57px;
right: -275px;
}
td{
vertical-align: top;
padding-top: 3px;
padding-bottom: 3px;
}
.service{
font-weight: bold;
padding-bottom: 5px;
color: #3B5640;
font-size: 12px;
}
#google_sidebar{
margin-top: 10px;
height: 600px; 
overflow-y: scroll;
}