 @charset "UTF-8";
/* CSS Document */

body{
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	background-image: url(images/trees.jpg);
	background-color:#FFF;
	} 

H1{
	top:0;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #001ca8;
	font-weight: bold;
	}
	
H2{
	top:0;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FF0000;
	font-weight: bold;
	}  

p{
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	color: #333333;
	font-weight: normal;
	} 
	
.share{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:30px;
	color: #FFF;
	font-weight:bold;
	margin-left:5px;
	} 
	
.share2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:30px;
	color: #FFF;
	font-weight:bold;
	margin-right:5px;
	} 

	/*roll over images above 480pixels*/


a.ncma {
	float:right;
	margin-right:0px;
	display: block;
	width: 72px;
	height: 60px;
	text-decoration: none;
	background: url("images/ofsted.png");
	}

a.ncma:hover {
	background-position: -72px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
	
a.ofsted {
	float:right;
	margin-right:10px;
	display: block;
	width: 75px;
	height: 60px;
	text-decoration: none;
	background: url("images/ncma.png");
	}

a.ofsted:hover {
	background-position: -75px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
	
a.mm {
	float:right;
	margin-right:10px;
	display: block;
	width: 79px;
	height: 60px;
	text-decoration: none;
	background: url("images/mm.png");
	}

a.mm:hover {
	background-position: -79px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
	
a.facebook {
	float:right;
	margin-right:0px;
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	background: url("images/facebook.png");
	}

a.facebook:hover {
	background-position: -30px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
	
a.twitter {
	float:right;
	margin-right:10px;
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	background: url("images/twitter.png");
	}

a.twitter:hover {
	background-position: -30px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
	
a.linkedin {
	float:right;
	margin-right:10px;
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	background: url("images/linkedin.png");
	}

a.linkedin:hover {
	background-position: -30px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
	
	
	/*Navigation links
-------------*/
.nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	}
	
.nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	}
	
.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #001ca8;
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	}
	
.nav a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	}

.navtext {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	}
	
.navtext2 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	}
	
a:link {
	color: #001ca8;
	text-decoration:underline;
}

a:visited {
	color: #001ca8;
	text-decoration:underline;
}

a:hover {
	color: #ff0000;
	text-decoration:underline;
}

a:active {
	color: #001ca8;
	text-decoration:none
}

mail a:link {
	color: #333;
	font-weight: normal;
	text-decoration:underline;
}

mail a:visited {
	color: #333;
	font-weight: normal;
	text-decoration:underline
}

mail a:hover {
	color: #ff6600;
	font-weight: normal;
	text-decoration:underline;
}

mail a:active {
	color: #333;
	font-weight: normal;
	text-decoration:underline
}

/*containers
-------------*/

#container{
	width: 60%;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	border: solid #ba9c35 4px;
	max-width:1152px;
	}
		
#headerdiv{
	float: left;
	position:relative;
	width: 38%;
	overflow: none;
	} 
	
#headerdivbg{
	float: left;
	position:relative;
	width: 100%;
	overflow: none;
	background: rgba(255, 255, 255, 0.85);
    -pie-background:  rgba(255, 255, 255, 1);
    behavior: url(PIE.htc);
	}
	
#headerdiv img{
    /* Hide image off-screen on larger devices, but leave it accessible to screen-readers */
    position:absolute;
    left:-9999px; /*change value to "static" to show image */
	}

#logos{
	float: right;
	position:relative;
	width: 56%;
	overflow: none;
	padding-top: 22px;
	margin-right: 10px;
	} 
		
#body{
	float: left;
	background: rgba(255, 255, 255, 0.85);
    -pie-background:  rgba(255, 255, 255, 1);
    behavior: url(PIE.htc);
	position:relative;
	width: 100%;
	overflow: none;
	} 
	
#bodycopy{
	float: right;
	position:relative;
	width: 57%;
	overflow: none;
	margin-right:2%;
	} 
	
.image{
	height:auto;
	position:relative;
	float: left;
	width:38%;
	margin-bottom: 1.5%;
	margin-top: 2%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	overflow: visible;
	}
	
#navdiv{
	position:relative;
	float: left;
	width: 98%;
	background-image: url(images/wood1.jpg);
	background-color:none;
	padding:1.5% 1.5% 1.5% 1.5%;
	text-align: center;
	} 

#sociallinks{
	position:relative;
	float: left;
	width: 100%;
	text-align: center;
	padding-top:5px;
	} 
	
#sociallinks2{
	position:relative;
	float: right;
	width: 37%;
	text-align: right;
	padding-top:5px;
	margin-right:10px;
	}
	
#footer{
	position:relative;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #FFF;
	font-weight:bold;
	} 
	
#footerdiv{
	background-color: #FFF;
	background-image: url(images/wood1.jpg);
	position:relative;
	float: left;
	width: 100%;
	} 

/*forms
-------------*/

#contact-area input, #contact-area textarea {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	color: #333333;
	font-weight: normal;
	width: 100%!important;
	border-style:groove;
	margin: 0px 0px 5px 0px;
	background-color:#f2f3f2;
	 -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
	}

#contact-area textarea {
	border-style:groove;
	height: 30%;
	width: 100%!important;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;	
	 }
	
#contact-area input.submit-button {
	max-width: 75px;
	text-align: center;
	float: left;
	margin-bottom:2%;
	}
	
#sent{
	background-color:#ded9c2;
	width: 200px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	border: solid #ba9c35 10px;
	text-align: center;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/*image scroller
-------------*/

#slideshow {
    width: 100%;
	float:left;
    height:auto;
	position: relative;
	margin-top: 0%;
	margin-bottom: 47%;
	background-color:#FFF;
    }

#slideshow img {
    top: 0;
    left: 0;
	width: 100%;
    height:auto;
    position:absolute;
	background-color:#FFF;
    }
