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

}


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;
	line-height: 1.4em;

}

img {
border: 0;
}

.left {
	margin-top: 0px;
	margin-right: 15px;
	float: left;
	padding: 0;
}

ul {
	font-size: 0.96em;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
}

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

h2.strapLine {
	color: #fff;
	font-size: 1.4em;
	line-height: 1em;
	width: 880px;
	text-align: right;
	padding-top: 185px;
	padding-bottom: 0px;
	margin: 0;	
}
h3 {
	font-size: 1.2em;
	line-height: 1.2em;
}

.centred {
	text-align: center;

}

.small {
	font-size: 0.9em;
}

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

.purple {
padding: 15px;
background: #dedeef;
}

.green {
padding: 15px;
background: #d6ebeb;
}


.blue {
padding: 15px;
background: #c0e5ee;
}

.grey {
padding: 15px;
background: #d3d3d3;
}


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

#labfooter img{	
margin-top: 5px;
}

/* 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;
	padding-top: 0;
}

/* 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: 211px;	
	height:auto !important;
	height:211px;
	width: 900px;
	background: #669 url(../images/header.jpg) no-repeat 0 0;
	color: #fff;
	
}

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


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

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

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

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



/* *************************************
		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:#fff; }
#labfooter a:visited {text-decoration: none;color:#fff;}
#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;}



.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 **/

/* *************************************
		navigation bar
	************************************* */

#navholder {
	width: 900px;
	margin: 0 auto; /*Center container on page*/
	margin-top: -1px;	
	padding: 0;
	padding-top: 7px;	
	background: #669 url(../images/nav_bg.gif) no-repeat 100% 0;   	
	height: 2.2em;
	border: none;
	
}

#nav {

	background: #669 url(../images/nav_bg.gif) no-repeat 100% 0;     
    font-weight:bold;
	font-size:1.34em;
    width: 850px;	
}

#nav {
    float:left;    
   line-height:1.2em;
    padding:0;  
    margin:0;
    width:100%;
    }
	
#nav {
	list-style: none;}	



#nav a {
    display:block;
    color: #fff;
    text-decoration:none;
    padding:0px 12px;	
    }

#nav li {
    float:left;
    padding:0;
	border-right: 2px solid #fff;
	background: #669;      
	 
    }	


#nav li:hover a {
    color:#fff;
    }
#nav li:hover li a {
    color:#fff;
	
    }

#nav li:hover {
    background:#39c;		
    }
	


/* *************************************
		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
	************************************* */

.leftBlock {
	margin: 0;
	margin-right: 10px;
	width: 540px;
	float: left;
}

.leftBlock h3 {	
	margin-left: 20px;
	line-height: 1.2em;	
	font-size: 1.2em;
}

.leftBlock p{	
	margin-left: 20px;	
}

.leftBlock ul{	
	margin-left: 40px;	
}

.rightBlock {
	margin: 0;	
	width: 350px;
	background: url(../images/rightBlockBg.gif) 100% 0 repeat-y;
	float: left;
}

.rightBlockWhite {
	margin: 0;	
	width: 350px;
	float: left;
}

.rightBlock p, .rightBlock h4, .rightBlock h3, .rightBlock h2, .rightBlockWhite p, .rightBlockWhite h4, .rightBlockWhite h3, .rightBlockWhite h2 {
	margin-left: 40px;
	margin-right: 15px;
	color: #006;
}

.purple h3, .green h3, .blue h3, .grey h3, .purple h2, .green h2, .blue h2, .grey h2 {
	margin-left: 0px;
}

.rightBlock p.telephone {
	margin-left: 10px;	
	margin-right: 90px;
	border-left: 10px solid #cacadb;
	color: #006;
	background: #afbdce;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
}

.rightBlock .centred, .rightBlockWhite .centred {
	margin-left: 35px;
}

.rightBlock ul, .rightBlockWhite ul {
	margin-left: 60px;
	margin-right: 15px;
	color: #006;
}

.rightBlock  ul{	
	margin-left: 40px;
	margin-bottom: 20px;
	margin-right: 15px;
	color: #006;
	list-style-type: none;
}

.rightBlock .blue ul, .rightBlockWhite .blue ul, .rightBlock .green ul, .rightBlockWhite .green ul, .rightBlock .purple ul, .rightBlockWhite .purple ul, .rightBlock .grey ul, .rightBlockWhite .grey ul{
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 15px;
	color: #006;
	list-style-type: none;
}

.rightBlock .blue, .rightBlockWhite .blue, .rightBlock .green, .rightBlockWhite .green, .rightBlock .purple, .rightBlockWhite .purple, .rightBlock .grey, .rightBlockWhite .grey {
	margin-left: 20px;
	margin-right: 0px;
	color: #006;
}

.rightBlock li, .rightBlockWhite li  {
	background:url(../images/button.gif) no-repeat 0 5px;
	padding-left: 30px;
	margin-bottom: 7px;
	font-weight: bold;
}

.greenLeft {
padding: 15px;
background: #d6ebeb;
float: left;
width:220px;
margin-right: 15px;
margin-left: 20px;
min-height: 170px;	
	height:auto !important;
	height:170px;
}

.greenRight {
padding: 15px;
background: #d6ebeb;
float: left;
width:220px;
margin-left: 0px !important;
margin-right: 0px;
min-height: 170px;	
	height:auto !important;
	height:170px;
}

.purpleLeft {
padding: 15px;
background: #dedeef;
float: left;
width:220px;
margin-right: 15px;
margin-left: 20px;
min-height: 170px;	
	height:auto !important;
	height:170px;
}

.purpleRight {
padding: 15px;
background: #dedeef;
float: left;
width:220px;
margin-left: 0px !important;
margin-right: 0px;
min-height: 170px;	
	height:auto !important;
	height:170px;
}

.greenLeft p, .greenRight p, .purpleLeft p, .purpleRight p, .greenLeft h3, .greenRight h3, .purpleLeft h3, .purpleRight h3 {
	margin-left: 10px;
}

.logo {
	width: auto;
	background: #fff;
	margin: 0;
	padding: 0;
}

.logo p{	
	background: #fff;
	margin-bottom: 0;
	padding: 0;
}

dl { border-bottom: 1px solid #999; }

dt
{
width: 8em;
padding: .5em;
float: left;
margin: 0;
border-top: 1px solid #999;
font-weight: bold;
background: #dedeef;
}

dd
{
margin-left: 9em;
padding: .5em;
line-height: 1.2em;
}

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




