/* PrimarySite Stylesheet, based on Rob Willie's version, 2005 */
/* contains new fix for #right-col in IE */


html,body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	background-color: #45A828;
}
		
#container {
	width: 757px;
	margin: 0px auto;
	position: relative;
	top: 0px;
}

#header {
	height: 117px;
	background-repeat: no-repeat;
}

#content{
_height: 600px; /*needed as IE6 doesn't support min-height but treats height as min-height*/
min-height: 600px;
}

#left-col {
	position: absolute;
	top: 117px;
	left: 0px;
	width: 146px;
	margin: 0px;
	padding: 0px;
} 





#contentstyle{ /* For Mozilla etc */
	position: absolute;
	top: 117px;
	left: 0px;
	width: 255px;
	margin: 0px 0px 0px 146px;
	padding: 0px;
	height: 340px;
	background-color: #FFD200;
}

* html #contentstyle{
	position: absolute;
	top: 117px;
	left: 0px;
	width: 255px;
	margin: 0px 0px 0px 146px;
	padding: 0px;
	height: 340px;
	background-color: #FFD200;
}

#right-col{ /* For Mozilla etc */
	position: relative;
	margin: 0px 0px 0px 401px;
	padding: 0px;
	width: 356px;
	z-index:103;
	min-height: 340px; /* IE doesn't understand min-height, but other browsers do */
	background-color: #FFD200;
}

* html #right-col{
	position: relative;
	margin: 0px 0px 0px 401px;
	padding: 0px;
	width: 356px;
	height: 340px;
	background-color: #FFD200;
}


#clearer {
clear:both;
}


#ticker {
position: absolute;
top:10px;
left:170px;
display: block;
width: 300px;
color:#FF0;
font-weight: bold;
}

		#ticker_edit {
		position: absolute;
		left:-20px; 
		z-index: 100;} 
 


#footer {
	height: 80px;
	width: 757px;
	background-color: #45A828;
	text-align: center;
	font-family: Arial, Veranda, sans-serif;
	font-size: 10pt;
	color: #CC6600;
	clear:both;
}



#vle {
	position:absolute;
	top:120px;
	left:330px;
	z-index:200;	
	}

#vle a{
	border:none;
	text-decoration:none;
	border-width:0;
	}
	
#vle a img {
	border-width: 0;
	text-decoration:none;
	}

#img.right {
float:right
}

#img.left {
float:left
}



/* template section */
#container-template {
	width: 757px;
	margin: 0px auto;
	position: relative;
	top: 0px;
	background-color: #45A828;
	background-image:  url(images/container_bg.gif);
	background-repeat: repeat-y;
}

#header-template {
	height: 135px;
	background-repeat: no-repeat;
}


#left-col-template {
	position: absolute;
	top: 135px;
	left: 1px;
	width: 146px;
	margin: 0px;
	padding: 0px;
	background-image:   url();
	background-repeat: repeat-y;
} 

#content-template{ /* For Mozilla etc */
	position: relative;
	margin: 0px 10px 0px 160px;
	padding: 0px;
	min-height: 600px; /* IE doesn't understand min-height, but other browsers do */
	_height: 600px;
	background-color: #FCF2C3;
}

* html #content-template{
	position: relative;
	margin: 0px 10px 0px 160px;
	padding: 0px;
	height: 500px;
	background-color: #FCF2C3;
}

#footer-template {
	height: 50px;
	width: 611px;
	margin: 0px 0px 0px 146px;
	background-color: #FCF2C3;
	text-align: center;
	font-family: Arial, Veranda, sans-serif;
	font-size: 10pt;
	color: #CC6600;
	clear:both;
}

#footer-template a {
	text-decoration: none;
	color: #45A828;
}

#footer-template a:hover {
	text-decoration: underline;
	color: #330066;
}
#footer a {
	text-decoration: none;
	color: #9CE800;
}

#footer a:hover {
	text-decoration: underline;
	color: #330066;
}
a {
	text-decoration: none;
	color: #009900;
}

a:hover {
	text-decoration: underline;
	color: #330066;
}

/* (6)  Classpages and Year Groups */


#classbgbox {height:650px;} /* For classpage background image, and also used to force height on classpage */

#classbgbox ul li { display: inline; padding: 0; list-style-type: none;}



li.foundation a {
	width: 178px;
	height: 116px;
	display: block;
	background: url(../images/classpages/foundation.jpg) no-repeat;
	overflow: hidden;
	position: absolute;
	left: 15px;
	top: 57px;
	text-indent: -5000px;
}
li.foundation a:hover {
background-position: -178px 0;
}


li.bh1 a {
	width: 190px;
	height: 126px;
	display: block;
	background: url(../images/classpages/1bh.jpg) no-repeat;
	overflow: hidden;
	position: absolute;
	left: 196px;
	top: 544px;
	text-indent: -5000px;
}
li.bh1 a:hover {
background-position: -190px 0;
}

li.ar2 a {
	width: 182px;
	height: 130px;
	display: block;
	background: url(../images/classpages/2ar.jpg) no-repeat;
	overflow: hidden;
	position: absolute;
	left: 389px;
	top: 415px;
	text-indent: -5000px;
}
li.ar2 a:hover {
background-position: -182px 0;
}

li.sw3 a {
	width: 190px;
	height: 130px;
	display: block;
	background: url(../images/classpages/3sw.jpg) no-repeat;
	overflow: hidden;
	position: absolute;
		left: 196px;
	top: 415px;
	text-indent: -5000px;
}
li.sw3 a:hover {
background-position: -190px 0;
}



li.ch4 a {
	width: 178px;
	height: 130px;
	display: block;
	background: url(../images/classpages/4ch.jpg) no-repeat;
	overflow: hidden;
	position: absolute;
	left: 15px;
	top: 415px;
	text-indent: -5000px;
}
li.ch4 a:hover {
background-position: -178px 0;
}

li.ha5 a {
	width: 182px;
	height: 114px;
	display: block;
	background: url(../images/classpages/5ha.jpg) no-repeat;
	overflow: hidden;
	position: absolute;
	left: 389px;
	top: 299px;
	text-indent: -5000px;
}
li.ha5 a:hover {
background-position: -182px 0;
} 

li.lt6 a {
	width: 190px;
	height: 114px;
	display: block;
	background: url(../images/classpages/6lt.jpg) no-repeat;
	overflow: hidden;
	position: absolute;
	left: 196px;
	top: 299px;
	text-indent: -5000px;
}
li.lt6 a:hover {
background-position: -190px 0;
} 

li.ac7 a {
	width: 178px;
	height: 114px;
	display: block;
	background: url(../images/classpages/7ac.jpg) no-repeat;
	overflow: hidden;
	position: absolute;
	left: 15px;
	top: 299px;
	text-indent: -5000px;
}
li.ac7 a:hover {
background-position: -178px 0;
}

li.jb8 a {
	width: 182px;
	height: 121px;
	display: block;
	background: url(../images/classpages/8jb.jpg) no-repeat;
	overflow: hidden;
	position: absolute;
	left: 389px;
	top: 176px;
	text-indent: -5000px;
}
li.jb8 a:hover {
background-position: -182px 0;
}

li.rs9 a {
	width: 190px;
	height: 121px;
	display: block;
	background: url(../images/classpages/9rs.jpg) no-repeat;
	overflow: hidden;
	position: absolute;
	left: 196px;
	top: 176px;
	text-indent: -5000px;
}
li.rs9 a:hover {
background-position: -190px 0;
}

li.vl10 a {
	width: 178px;
	height: 121px;
	display: block;
	background: url(../images/classpages/10vl.jpg) no-repeat;
	overflow: hidden;
	position: absolute;
	left: 15px;
	top: 176px;
	text-indent: -5000px;
}
li.vl10 a:hover {
background-position: -178px 0;
}

li.nw11 a {
	width: 182px;
	height: 116px;
	display: block;
	background: url(../images/classpages/11nw.jpg) no-repeat;
	overflow: hidden;
	position: absolute;
	left: 389px;
	top: 57px;
	text-indent: -5000px;
}
li.nw11 a:hover {
background-position: -182px 0;
}

li.rr12 a {
	width: 190px;
	height: 116px;
	display: block;
	background: url(../images/classpages/12rr.jpg) no-repeat;
	overflow: hidden;
	position: absolute;
	left: 196px;
	top: 57px;
	text-indent: -5000px;
}
li.rr12 a:hover {
background-position: -190px 0;
}

#fundraising-but a {
position:absolute; 
top:462px; 
left:0px; 
z-index:100; 
background-image:url(images/index_nav95h.gif); 
background-repeat:no-repeat; 
width:146px;
height:27px;
text-indent:-9999px;
}


#fundraising-but a:hover {background-position:-146px 1px;}

div#fundraising-but1 a{
position: absolute; 
top:682px; 
left:1px;
background-image:url(images/index_nav95h.gif); 
background-repeat:no-repeat; 
width:146px;
height:27px;
z-index:100; 
text-indent:-9999px;
}

#fundraising-but1 a:hover {background-position:-146px 1px;}


div#psupport-but1 a{
position: absolute; 
top:713px; 
left:1px;
background-image:url(images/index_nav96.gif); 
background-repeat:no-repeat; 
width:146px;
height:27px;
z-index:100; 
text-indent:-9999px;
}
#psupport-but1 a:hover {background-position:-146px 0;}

#psupport-but a {
position:absolute; 
top:492px; 
left:0px; 
z-index:100; 
background-image:url(images/index_nav96.gif); 
background-repeat:no-repeat; 
width:146px;
height:27px;
text-indent:-9999px;
}
#psupport-but a:hover {background-position:-146px 0;}

/*Newsletter subscriber form styles*/
dl#letsubform
{
width: 41.1em;
margin: 2em 0;
padding: 0;
}

#letsubform dt
{
width: 15em;
float: left;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #3d8ecf;
font-weight: bold;
}

#letsubform dd
{
float: left;
width: 24em;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #3d8ecf;
}

a#newsletter_subscriber_form{
position: relative;
top: 0;
left: 0;
width: 129px;
height: 63px;
display: block;
background: url(../images/subscribe.gif) no-repeat 0 0;
text-indent: -5000px;
}

/*Editable Area on homepage - for newsletters*/

#latestnewsletter{
position: absolute;
width: 400px;
height: 50px;
left: 160px;
top: 480px;
overflow:hidden;
}


#latestnewsletter #EditButton{
position:absolute;
left: 0px;
top: 20px;
}

#homelogin{
position:relative;
top: 140px;
}

#right-col #fader {
height:262px;
position:relative;
top:0px;
left:0px;
width:356px;
}


#right-col #fader img{
height:262px;
position:relative;
top:0px;
left:0px;
width:356px;
}

#vle {
position:absolute;
top:10px;
left:-70px;
}

#teasers {
position:absolute;
top:262px;
}

#MediaBlock .MediaFloat{width:33.3%}

h2.sectionheading {
color:#E57217
}
