@charset "UTF-8";
/* CSS Document */
/* Browser reset */
html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* Browser Reset End */



body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-family: arial, serif;
	font-size:12px;
	padding-top: 0px;
	background: #ffc221 url(gfx/mainbg.jpg) no-repeat center top;
	
}

#contentContainer{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#innerContainer{
	width:800px;
	float: left;
	display: inline;
}
#mainContainer {
	width:800px;
	float: left;
	background: transparent fixed;
	margin-top: 20px;
}

#logo {
	width: 260px;
	height: 160px;
	float: left;
	text-align: center;
}

#logo img {
	margin-left: 280px;
	
}

#menu {
	float: left;
	width: 778px;
	height: 36px;
	margin: 20px auto 10px auto;
	padding: 0 0 0 12px;
}

.menuhome a {
	width: 96px;
	background-image: url(gfx/menu.png);
	text-decoration: none;
	background-repeat: no-repeat;
	height: 36px;
	float: left;
	background-position:0 0px;	
}

.menuhome a:hover {
	background-position: 0 -36px;
}

.menuabout a {
	width: 105px;
	background-image: url(gfx/menu.png);
	text-decoration: none;
	background-repeat: no-repeat;
	height: 36px;
	float: left;
	background-position:-96px 0px;	
}

.menuabout a:hover {
	background-position: -96px -36px;
}

.menuwhatis a {
	width: 181px;
	background-image: url(gfx/menu.png);
	text-decoration: none;
	background-repeat: no-repeat;
	height: 36px;
	float: left;
	background-position:-201px 0px;	
}

.menuwhatis a:hover {
	background-position: -201px -36px;
}
.menuopening a {
	width: 143px;
	background-image: url(gfx/menu.png);
	text-decoration: none;
	background-repeat: no-repeat;
	height: 36px;
	float: left;
	background-position:-382px 0px;	
}

.menuopening  :hover {
	background-position: -382px -36px;
}

.menuprospectus a {
	width: 120px;
	background-image: url(gfx/menu.png);
	text-decoration: none;
	background-repeat: no-repeat;
	height: 36px;
	float: left;
	background-position:-525px 0px;	
}

.menuprospectus a:hover {
	background-position: -525px -36px;
}

.menucontact a {
	width: 132px;
	background-image: url(gfx/menu.png);
	text-decoration: none;
	background-repeat: no-repeat;
	height: 36px;
	float: left;
	background-position:-645px 0px;	
}

.menucontact a:hover {
	background-position: -645px -36px;
}


h1 {
	color: #ffc221;
	font-size: 24px;
	margin-bottom: 25px;
	line-height: 1.4em;
	font-weight: normal;
}

#left {
	float: left;
	width: 470px;
	height: 460px;
	background-color:transparent;
	margin: 0 35px 0 40px;
	position: relative;
	padding-top: 10px;
	color: #ffffff;
}

.hometext {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.abouttext {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.abouttext {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 10px;
}

#right {
	float: left;
	width: 255px;
	height: 470px;
	background-color: transparent;
	position: relative;
}

.ofsted {
	vertical-align: baseline;
	float: right;
	text-align: right;
	position: absolute;
	margin: 0 35px 0 0;
	bottom: 0px;
	right: 0px;
}

.copyright {
	vertical-align: baseline;
	float: left;
	text-align: right;
	position: absolute;
	margin: 0 0 0 5px;
	bottom: 0px;
	left: 0px;
	font-size: 10px;
	color: #ffffff;
}

#rightabout {
	float: left;
	width: 245px;
	height: 470px;
	background-color: transparent;
	position: relative;
	margin-left: 10px;
}

.righttext {
	z-index: -1;
	background-color: rgba(0,0,0,0.5);
	margin:-40px 0 0 0px;
	padding: 30px 10px 10px 10px;
	width: 190px;
	height: auto;
	position: relative;

}

.righttext p {
	color: #ffffff;
	font-size: 14px;	
}

.name {
	color: #ffc221;
	font-size: 12px;
	}
	
.acc {
	color: #ffc221;
	font-size: 10px;
}

.smallertext {
	font-size: 14px;
	color: #ffffff;
	line-height: 1.5em;
}

.whattext p {
	font-size: 14px;
	color: #ffffff;
	line-height: 1.4em;
	margin-bottom: 10px;
}

#left ul {
	padding-left: 15px;
	color: #ffffff;
	margin-top: 10px;
}

#left ul li {
	padding-left: 5px;
	margin-bottom: 5px;
}

.rightwhattext {
	z-index: -1;
	background-color: rgba(0,0,0,0.5);
	margin:-60px 0 0 0px;
	padding: 30px 10px 10px 10px;
	width: 190px;
	height: auto;
	position: relative;
}

.rightwhattext p {
	color: #ffffff;
	font-size: 12px;
	margin-top: 10px;	
}

.rightwhattext a { text-decoration: none;
color: #ffc221;
}

.smallimage a {
	visibility: hidden;
	float: left;
}

.openingorange {
	color: #ffc221;
	font-size: 20px;
	
}

.openingtext {
	font-size: 16px;
	color: #ffffff;
	line-height: 1.4em;
	margin: 10px 0;
}

.openingtext p {
	margin-bottom: 15px;
	}
	
#rightprosp {
	float: left;
	width: 245px;
	height: 490px;
	background-color: transparent;
	position: relative;
	margin-left: 10px;
	margin-top: -20px;
}
	
.rightprosptext {
	z-index: -100;
	background-color: rgba(0,0,0,0.5);
	margin:-50px 0 0 0px;
	padding: 10px 10px 10px 10px;
	width: 190px;
	height: auto;
    float: left;
    margin-top: -20px;
    position: relative;
}

.rightprosptext p {
	color: #ffffff;
	font-size: 14px;
	margin: 0 0 10px 0;
	line-height: 1.4em;	
}

.rightprosptext a { text-decoration: none;
color: #ffffff;
}

.prospdownload a {
	float: left;
	background: url(gfx/prospectusimageoff.png);
	height: 310px;
	width: 254px;
	z-index: 100px;
}

.prospdownload a:hover {
	background: url(gfx/prospectusimage.png);
	height: 310px;
	width: 254px;
	float: left;
}

.contactorange {
	color: #ffc221;
	font-size: 16px;
	margin-top: 5px;
}

#rightcontact {
	float: left;
	position: relative;
	float: left;
	margin-left: 10px;
	margin-top: -10px;	
	height: 490px;
	width: 244px;
}

.rightcontactwrap {
	width: 200px;
	height: 380px;
	position: relative;
	background-color: rgba(0,0,0,0.5);
	padding: 15px 5px 5px 5px ;
}

#rightcontact p {
	margin-bottom: 10px;
}

.contactrightorange {
	color: #ffc221;
	font-size: 14px;
	margin-bottom: 5px;
	}

.contactrightwhite {
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 10px;
	}
		
	
