/* CSS Document */
body {
	margin:0;
	background-color:#023968;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg-home-jo.jpg);
	background-repeat:repeat-x;
	}
	
#head {
	margin-top:0px;
	background-color:#023968;
	/*background-image:url(../images/home_web_logo.jpg);*/
	background-image:url(../images/home-web-logo.png);
	background-position:left top;
	background-repeat:no-repeat;
	min-height:55px;
}

/*----- NEWS SLIDER --------*/
.main_view {
	float: left;
 	position: relative; 
}
/*--Window/Masking Styles--*/
.window {
	height:200px;	
	width: 600px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
 	position: relative; 
}
.image_reel {
	position: absolute; 
	top: 0; 
	left: 0;
}
.image_reel img {
	float: left;
	border:none; /*-- JASON Hides BORDER Bug in IE8 outside of the set width/height--*/
	}
.image_reel a {
	text-decoration:none;
	}
.image_reel a.active {
	text-decoration:none;
	}
.image_reel a:hover {
	text-decoration:none;
	}
		
	
/*-- Styles--*/
.paging {
	position: absolute;
	bottom: 8px; right: -7px;
	width: 182px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(../images/news-slider/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #083c68;
	border: 1px solid #07345a;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {
	font-weight: bold;
	}


/*****************************/





.homeTitle {
	position:static;
	padding:0px 20px 20px 200px;
	font-size:xx-large;
	color:#FFFFFF;
	}
	
.ofsted {
	background-image:url(../images/ofsted_outstanding.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	min-height:130px;
	margin-right:9%;
	}
#buildingimage{
	width:500px;
	height:242px;
	background-image:url(../images/building_image.jpg);
	background-repeat:no-repeat;
	 }	
	
#options {	
    list-style: none;
    font-family: Verdana, sans-serif;
    font-size: medium;
    margin: 0;
    color:#FFFFFF;
}

#options li {
    display: inline;
    margin:0px;
    padding:0px;
}

#options ul {
    display: inline;
    margin:0px;
    padding:0px;
}

#options a {
	text-decoration:none;
	color:#FFFFFF;
	padding-right:6px;
	padding-left:10px;
	}
	
.border {
	border-right:1px;
	border-right-color:#cccccc; 
	border-right-style:solid;
	}
	
#options a:hover {
	text-decoration:underline;
	color:#CCCCCC;
	}

#contentArea {
	margin-left:10%;
	margin-right:10%;
	margin-top:20px;
	color:#FFFFFF;
	font-size:small;
	border:1px solid #023968;
	background-color: #024074;
	}
.imageLeft {
	padding:10px 10px 10px 0px;
	float:left;
	}
#footerDiv {
	background-color: #024074;
	height:130px;
	margin-top:20px;
	background-image:url(../images/teaching-schools.png);
	background-position:right;
	background-repeat:no-repeat;
	margin-right: 10%;
	margin-left: 10%;
	border:1px solid #023968;
	}	
.footer {	
    list-style: none;
    font-family: Verdana, sans-serif;
    font-size: 0.6em;
    font-weight: normal;
    padding: 10px;
    margin: 40px 0px 0px 0px;
    height: 2.20em;
    clear:both;
    color:#FFFFFF;
    font-size:x-small;
}

.footer li {
    display: inline;
    height: 2.20em;
}
.footer a {
    position: relative;
    padding: .45em 10px .54em 0px;
    text-decoration: none;
}
* html .footer a { margin-bottom: -.09em; }

.footer .active a {
    padding-bottom: .54em;
}

.footer a:link,
.footer a:visited {
    color: #FFFFFF;
}
.footer a:hover,
.footer a:active {
    color : #FFFFFF;
    text-decoration:underline;
}
.background {
	float:right;
	background-color:#014580;
	padding:10px;
	width:500px;
	height:226px;
	background-image:url(../images/Harton-6th-form.gif);
	background-repeat:no-repeat;
	}
#choose {
	padding-left:7px;
	}

h1 {
	font-size:large;
	margin-top:0;
	}
h2 {
	font-size:medium;
	margin-top:0;
	color:#f7c532;
	}
h3 {
	font-size:small;
	margin-top:0;
	color:#f7c532;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

