html,body {
	margin:0;
	padding:0;
	color:#000;
	/*background:#05347a url(../images/bg.jpg) repeat-x ;*/
	background:#000 url(../images/bg.gif) repeat ;
}
body {
	padding:10px;	
	font-family: Arial, Helvetica, Sans-serif; 	
	font-size: 0.8em;

}

#newhomePage {
	padding: 0;
}

div.clear {
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 1px !important;
	height: 1px !important;
	width: 1px !important;
	float: none !important;
}	

.hidden {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 1px !important;
	height: 1px !important;
	width: 0.2px !important;
	float: none !important;
}

p {margin:1em 0;
	font-size: 0.96em;

}

h2 {
	color: #f00;
	font-size: 1.4em;
	line-height: 1.2em;
}

#newhomePage h2{
	margin: 0;
	padding: 0;
}

h3 {
	color: #f00;
	font-size: 1.2em;
}

#newhomePage #mainContent h3 {
	color: #006;
	font-size: 1.2em;
	line-height: 1.2em;
}

.small {
	font-size: 0.9em;
}

.error {
	color: #c00;
	font-weight: bold;
}

#labfooter {
	text-align:center;
	clear:both;
	color: #000;
}

/* CSS for the box starts here
================================================*/
/* Insert the custom corners and borders for browsers with JavaScript on */
.cb {
	margin: 0 auto; /*Center container on page*/
	width: 940px;
}

/* Hides from IE5-mac \*/
* html .cb {height: 1%;}
/* End hide from IE5-mac */

/* Rules for the top corners and border */
.bt {
	background:url(../images/box.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
}

/* Hides from IE5-mac \*/
* html .bt {height: 1%;}
/* End hide from IE5-mac */

.bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/box.png) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.bb {
	background:url(../images/box.png) no-repeat 100% 100%;
	margin:0 0 0 18px;
	height:17px;
}

/* Hides from IE5-mac \*/
* html .bb {height: 1%;}
/* End hide from IE5-mac */

.bb div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/box.png) no-repeat 0 100%;
}

/* Insert the left border */
.i1 {
	padding:0 0 0 12px;
	background:url(../images/borders.png) repeat-y 0 0;
}

/* Hides from IE5-mac \*/
* html .i1 {height: 1%;}
/* End hide from IE5-mac */

/* Insert the right border */
.i2 {
	padding:0 12px 0 0;
	background:url(../images/borders.png) repeat-y 100% 0;
	z-index: 2;
	overflow: visible;
}

/* Hides from IE5-mac \*/
* html .i2 {height: 1%;}
/* End hide from IE5-mac */

/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 10px;
}

/* Hides from IE5-mac \*/
* html .i3 {height: 1%;}
/* End hide from IE5-mac */
/* CSS for the box ends here */


/* *************************************
		Header
	************************************* */
#header {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 190px;	
	height:auto !important;
	height:190px;
	width: 900px;
	background: #c00 url(../images/navy_header.jpg) no-repeat 0 0;
	
}

/* Hides from IE5-mac \*/
* html #header {height: 1%;}
/* End hide from IE5-mac */

#newhomePage #header {
	margin: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;	
	padding-bottom: 0;
	height:277px !important;
	width: 896px;
	background: url(../images/homeHeader2.jpg) no-repeat 0 0;
}

#newhomePage #header .headerText{
	position: relative;
	padding-left: 650px;	
	padding-top: 60px;	
	width: 220px;	
}
#newhomePage #header .headerText p{	
	background: #eab070;
	color: #006;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	
}



.findSchool {
	margin-top: 20px;
}

#header img{
	margin: 0 !important;	
	padding: 0 !important;
}

#header #photos img{	
	margin-left: 15px !important;
	padding: 0 !important;
}

#photos {
	width: auto;
	text-align: right;
	margin-right: 15px;
	margin-top: -45px;
}

/* Hides from IE5-mac \*/
* html #photos {height: 1%;}
/* End hide from IE5-mac */

#photos h2 {
	color: #fff;
	margin: 0;	
	padding: 0;	
	font-size: 1.4em;
}

#mainContent {
	margin: 0 !important;	
	padding: 0 !important;			
	line-height: 1em;
	zoom:100%;		
}

/* Hides from IE5-mac \*/
* html #mainContent {height: 1%;}
/* End hide from IE5-mac */

#newhomePage #mainContent {	
	position: relative;
	background:  url(../images/homeHeaderB.jpg) no-repeat 0 0;	
	margin-top: 0 ;
	padding-top: 0;
	width: 638px;
	float: left;
	margin: 0 !important;	
	padding: 0 !important;	
}

/* *************************************
		Typography
	************************************* */
 h1 {
	margin:0;		
	padding:5px;	
	font-size: 1.2em;	
}	

a:link    { color:#33c ;  }
 a:visited { color:#33c ; }
 a:hover   { color:#f00;  }
	
#labfooter a:link    {text-decoration: none;color:#000; }
#labfooter a:visited {text-decoration: none;color:#000;}
#labfooter a:hover   {text-decoration: none; color:#f00;}

 a.linkBut:link    {text-decoration: none; font-weight: bold; color:#fff !important; margin: 0; }
 a.linkBut:visited {text-decoration: none; font-weight: bold; color:#fff !important; margin: 0; }
 a.linkBut:hover   {text-decoration: none; font-weight: bold; color:#fc6 !important; margin: 0; }
 
 a.starLink:link {text-decoration: none; color:#c00; background:url(../images/asterisk.gif) no-repeat 0 0; padding-top: 10px; padding-bottom: 10px; padding-left: 35px;} 
 a.starLink:visited {text-decoration: none; color:#c00; background:url(../images/asterisk.gif) no-repeat 0 0; padding-top: 10px; padding-bottom: 10px; padding-left: 35px;} 
 a.starLink:hover {text-decoration: none; color:#009; background:url(../images/asterisk.gif) no-repeat 0 0; padding-top: 10px; padding-bottom: 10px; padding-left: 35px;} 

.lowLink {margin-bottom: 17px;}

/* *************************************
		Login box on index page
	************************************* */
	
	
#loginFields {
	margin: 0 ;	
	padding: 0 ;
	width: 900px;		
	background: #ebe6dc url(../images/login_bg.gif) no-repeat ;	
}	



/* Hides from IE5-mac \*/
* html #loginFields {height: 1%;}
/* End hide from IE5-mac */

.schoolName {
	margin: 0;	
	padding: 0;	
	width: 450px;
	float: left;		
}

/* Hides from IE5-mac \*/
* html .schoolName {height: 1%;}
/* End hide from IE5-mac */

.staffLogin {
float: right;
margin: 0;
padding: 0;
text-align: right;
}

/* Hides from IE5-mac \*/
* html .staffLogin {height: 1%;}
/* End hide from IE5-mac */



/* *************************************
		Search box on index page
	************************************* */
	
#search {
	margin: 0;
	margin-left: 143px;
	background: url(../images/search_mid.jpg) repeat-y ;
	line-height: 1em;
	zoom:100%;
}	

/* Hides from IE5-mac \*/
* html #search {height: 1%;}
/* End hide from IE5-mac */

.searchboxTop {
	width: auto;
	background: url(../images/search_topnavy.jpg) no-repeat ;
	margin: 0;
	padding: 0;
}

/* Hides from IE5-mac \*/
* html .searchboxTop {height: 1%;}
/* End hide from IE5-mac */

.searchTopContent {
	width: auto;	
	background: url(../images/search_topnavyBg.jpg) repeat-y ;
	margin: 0;
	padding: 0;
}

/* Hides from IE5-mac \*/
* html .searchTopContent {height: 1%;}
/* End hide from IE5-mac */

.searchboxMid {
	margin: 0;
	padding: 0;	
	background: url(../images/search_mid.jpg) repeat-y ;
	width: auto;
	line-height: 1em;
	zoom:100%;
}

/* Hides from IE5-mac \*/
* html .searchboxMid {height: 1%;}
/* End hide from IE5-mac */

.searchboxBot {
	margin: 0;
	width: auto;
	height: 48px;	
	background: url(../images/search_bot.jpg) no-repeat ;
}

/* Hides from IE5-mac \*/
* html .searchboxBot {height: 1%;}
/* End hide from IE5-mac */


.address {
	background: #616263 url(../images/envelope.gif) 0 0 no-repeat ;
	width: 317px;
	margin: 0;	
	padding: 0;
	color: #fff;
	min-height : 100px;
	height:auto !important;
	height:100px;
}

/* Hides from IE5-mac \*/
* html .address {height: 1%;}
/* End hide from IE5-mac */

.address p {
	margin: 0;	
	margin-left: 38px;
	padding-top: 35px;
	padding-bottom: 5px;
	width: 250px;
	color: #fff;
}

.leftBox {
	float: left;
	margin: 0;	
	padding-left: 38px;	
	width: 279px;
	zoom:100%;
	
}

/* Hides from IE5-mac \*/
* html .leftBox {height: 1%;}
/* End hide from IE5-mac */


.leftBox img {
	border: 1px solid #000;	
}

.rightBox {
	float: left;
	margin: 0;	
	margin-left: 0 !important;	
	padding: 0 !important;		
	width: 332px;
	zoom:100%;	
	
}


.searchText {
	margin: 0;	
	padding: 0 !important;
	width: 332px;
	background: #036;
	color: #fff;
}

/* Hides from IE5-mac \*/
* html .searchText {height: 1%;}
/* End hide from IE5-mac */

.searchText h2 {
	color: #fff;
	font-size: 1.8em;
	font-style: italic;
	font-family: Century Gothic, Arial, Helvetica, Sans-serif; 
	margin: 0;	
	margin-left: 20px !important;	
	padding: 0 !important;	
	padding-left: 0 !important;		
	line-height: 1em;
		
}

.searchForm {
	margin: 0;		
	padding: 0;	
	width: auto;
	background: #f1f1f1;
	overflow: visible;
	z-index: 5;
	zoom:100%;
}

/* Hides from IE5-mac \*/
* html .searchForm {height: 1%;}
/* End hide from IE5-mac */

.searchForm p {
	width: 270px !important;
	margin-left: 20px !important; 
}

.long { display:none;
	margin: 0;
	padding: 0;

 }

.short {
	display: inline;
	width: auto;
	margin: 0;	
	padding: 0;		
}

.short img {
	margin: 0;
	padding: 0;
}

*+html .somediv, *+html .somediv *, *+html .somediv.somechilddiv {zoom:100%} /** IE7 ONLY YAAAY **/

/* *************************************
		rounded boxes
	************************************* */
	
.leftDetails {
	width: 440px;
	float: left;
	margin-right: 15px;
}	
	
.leftDetails .bl {background: url(../images/sw_blue.gif) 0 100% no-repeat #bed8ff;}
 .leftDetails  .br {background: url(../images/se_blue.gif) 100% 100% no-repeat}
.leftDetails  .tl {background: url(../images/nw_blue.gif) 0 0 no-repeat}
.leftDetails .tr {background: url(../images/ne_blue.gif) 100% 0 no-repeat; padding:15px; overflow:auto;}
.leftDetails h2 {
	color: #009;
	font-size: 1.2em;
	margin: 0;
	background: url(../images/greendot.jpg) 0% 0% no-repeat;
	text-indent: 25px;
	height: 2em;	
}

.rightDetails {
	width: 440px;
	float: left;	
}	
	
.rightDetails .bl {background:  #dadbdb;}

.rightDetails  .tl {background: url(../images/nw_grey.gif) 0 0 no-repeat}
.rightDetails .tr {background: url(../images/ne_grey.gif) 100% 0 no-repeat; padding:15px; overflow:auto;}
.rightDetails h2 {
	color: #009;
	font-size: 1.2em;
	margin: 0;
	background: url(../images/greendot.jpg) 0% 0% no-repeat;
	text-indent: 25px;
	height: 2em;	
}

.underDetails {
	width: 645px;
	float: left;	
	margin-right: 15px;
}	
	
.underDetails .bl {background: url(../images/sw_sil.gif) 0 100% no-repeat #cce2fd;}
 .underDetails  .br {background: url(../images/se_sil.gif) 100% 100% no-repeat}
.underDetails  .tl {background: url(../images/nw_sil.gif) 0 0 no-repeat}
.underDetails .tr {background: url(../images/ne_sil.gif) 100% 0 no-repeat; padding:15px; overflow:auto;}
.underDetails h2 {
	color: #009;
	font-size: 1.2em;
	margin: 0;
	background: url(../images/greendot.jpg) 0% 0% no-repeat;
	text-indent: 25px;
	height: 2em;	
}

.rightDetails ul, .leftDetails ul, .underDetails ul  {
	line-height: 1.2em;
	margin: 0;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 0;
}

.rightDetails li, .leftDetails li, .underDetails li  {	
	margin-bottom: 5px;
	padding: 0;
}

.resultImage {
	background: url(../images/homework_page.gif) 0 0 no-repeat;
	width: 438px;
	min-height: 100px;	
	height:auto !important;
	height:100px;
	border: 1px solid #ccc;
	border-top: none;
}

.schoolList {
	width: 230px;
	border: 1px solid #ccc;
	padding: 0;
	float: left;
}

.schoolList h3 {
	margin: 10px;
}

.schoolList ul {
	list-style: none;
	margin: 0;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 0;
}

/* *************************************
		homepage
	************************************* */
.tabBg {
	background: #aac1c6;
	padding-top: 7px;
}

.tabInnerBg {	
	width: 622px;
	margin: 0;	
	margin-top: 0px;
	margin-left: 8px;
	margin-bottom: 8px;
	padding: 0;		
	background: #fff url(../images/ne_wg.gif) 100% 0 no-repeat;
}

/* Hides from IE5-mac \*/
* html .mainHome {height: 1%;}
/* End hide from IE5-mac */

.redRight {
	float: left;
	width: 258px;
	background: #c00 url(../images/redRight_tr.jpg) 100% 0 no-repeat;
	margin: 0;
	padding: 0;
	color: #fff;
}

.redRight h3 {
	color: #fff;
	margin: 0;
	margin-left: 12px;
	font-size: 1.4em;
	padding-top: 15px;
}

.redRight ul {
	color: #fff;	
	font-size: 1.2em;
	font-weight: bold;
}

.redRight li {
	margin-bottom: 5px;
}

.redRight a:link    {text-decoration: none; color:#fc6;}
.redRight a:visited {text-decoration: none; color:#fc6;}
.redRight a:hover   {text-decoration: none; color:#036;}

.rightFloat {
	float: right;	
	padding: 0;
	margin: 0;	
	
}




/* ////////////// tabs and tabbed areas  ///////////////// */


#tabtops {
	font-size: 1em;
	font-weight: bold;		
	padding-top: 0;	
	line-height: 1.9em;	
	border-bottom : 1px solid #ccc;
	width: 600px;	
	margin-top: 7px;
	margin-left: 7px;
	}
	
	
	
#tabarea {
	position: relative;	
	padding: 0;	
	padding-top: 10px;
	margin: 0;
	margin-left: 7px;
	margin-top: 0 !important;	
	z-index: 2;	
	width: 600px;
	line-height: 1.2em;	
	color: #000;
}
	
#tabarea .blue {
	background: #9ecdfb !important;
}

#tabarea h2, #tabarea h3, #tabarea h4, #profileSum h4 {
	margin: 0 !important;
	margin-bottom: 7px !important;
	padding: 0;
	
	}

#tabarea p {
	margin-left: 0 !important;
	margin-right: 0 !important;	
	}
	
#tabarea ul {
	margin-left: 0px !important;	
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-top: 10px !important;
	padding: 0;
	line-height: 1.2em;
	list-style: none;
	}	
	
#tabarea li {	
	margin-left: 0px ;
	margin-bottom: 8px !important;	
	line-height: 1.3em;
	background: #fff url(../images/asterisk_small.gif) 0 0 no-repeat;
	padding-left: 25px;
	padding-bottom: 7px;
	}		

#tabarea .fullPara {
	background: #fff;
	padding: 10px;
	border: 1px solid #e5d9ce;
} 
	
	
			
#tabtops ul, #tabtops ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#tabtops ul {
	padding: 5px 0 0px 0px !important;
	padding: 10px 0 1px 0px;	
	margin: 0 0 0px 0;
	
}

#tabtops ul li {
	display: inline;
	margin-right: 0px;
	margin-left: 0em;
}



#tabtops ul li a {
	background: url("../images/tab_right.gif") no-repeat 100% 0;
	color: #fff;
	padding: 5px 0 5px 0px !important;
	padding: 0px 0 0px 0px;
	text-decoration: none;
}

#tabtops ul li a.livetab {
	background: url("../images/tab_right_on.gif") no-repeat 100% 0;
	color: #fff;
	text-decoration: none;
	}	
	

#tabtops ul li a:hover {
	background: url("../images/tab_right_on.gif") no-repeat 100% 0;
	color: #fff;
	text-decoration: none;
}

#tabtops ul li a span {
	background: url("../images/tab_left.gif") no-repeat;
	color: #fff;
	padding: 5px 0.8em !important;
}

#tabtops ul li a.livetab span {
	background: url("../images/tab_left_on.gif") no-repeat;
	color: #fff;
	text-decoration: none;	
}


#tabtops ul li a:hover span {
	background: url("../images/tab_left_on.gif") no-repeat;
	color: #fff;
	text-decoration: none;
	padding-bottom: 5px;
	
}
.condTabArea {
	margin: 0;
	margin-top: -1px;	
	width: auto;
	border: 1px solid #ccc;
	z-index: 2;	
}

/* Fix for Opera margin at top of tabbed area */

@media screen and (min-width: 0px){
.condTabArea { margin-top: -14px;}
}

.news img {
	border: 1px solid #c00;
}

#tabarea dl { border-bottom: 1px dotted #999; 
margin-left: 20px;
margin-right: 20px;}

#tabarea dt
{
width: 430px;
padding: .5em;
float: left;
margin: 0;
border-top: 1px dotted #999;
font-weight: bold;
background: #f4dcae;
}

#tabarea dd
{
	margin-left: 440px;
	padding: .5em;
	line-height: 1.2em;
	border-top: 1px dotted #999;	
}

#tabarea dd.first { border-top: 1px dotted #999; }

#tabarea dd:after { 
	 content: "."; 
	 display: block; 
	 height: 0;	 
	 clear: both; 
	 visibility:hidden; 
	 } 
#tabarea dd {
	 display: inline-block;
	}  
/* Mark Hadley's fix for IE Mac */  
/* Hides from IE Mac \*/ 
*	html #tabarea dd {
	 height: 1%;
	}
#tabarea dd {
	display:block;
	} 
/* End Hack */ 



/* warning (dp) */

div#copyWarn
{
	background-color: #ffcccc;
	margin: 20px;
	padding: 20px;
	border: 3px solid red;
	font-size: 150%;
}
