body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #FFFFFF;
	background-image: url(../images/graphics/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#container {
	width: 1024px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/graphics/bg_y.jpg);
	background-repeat: no-repeat;
	background-position: center 1132px;
} 

#header {
	height: 259px;
	padding-right: 30px;
	padding-left: 20px;
	width: 974px;
	overflow: hidden;
} 
#header h1 {
	padding-top: 25px;
	padding-bottom: 0px;
	padding-left: 38px;
	float: left;
}
#header h2 {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-size: 1.5em;
	color: #033B6F;
}
#sidebar1 {
	width: 150px;
	height: 500px;
	float: left;
	padding-bottom: 10px;
}
#Sidebar1 li {
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	}
#Sidebar1 ul {
	margin-top: 0px;
	margin-right: 5;
	margin-bottom: 5px;
	margin-left: 0px;
	}

#meab {
margin-left: 10px
}

#sidebar1-advert {
margin-left: 5px;
margin-top: 10px;
}

#headerbar-advert {
width: 468px;
margin-left: 175px;
margin-top: -10px;
border-color: white;
border-style: solid;
border-width: 3px;
}


#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* padding keeps the content of the div away from the edges */
	padding-top: 24px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.sidebartext {
	margin-left: 0px;
	margin-right: 15px;
	padding: 7px;
	width: 220px;
	background-image: url(../images/graphics/sidebarbg.jpg);
}
#sidebartext p {
	color: #22231E;
	font-size: 0.8em;
}
#sidebar2 a {
	text-decoration: none;
	color: #B82924;
	font-weight: bold;
	font-size: 0.9em;
	letter-spacing: 1px;
}
#sidebar2 a:hover {
	color: #DF6352;
}


#sidebar2 p {
	color: #5B697B;
	line-height: 1.6em;
	margin-bottom: 15px;
	font-size: 0.8em;
	padding-right: 15px;
}
#opengate {
	background-color: #F2EFEF;
	padding: 10px;
	border: 1px solid #CCC1BC;
}


#sidebar2 img{
	border: 1px solid #CCC1BC;
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 5px;
}
.sideimages {
	font-size: 0.7em;
	margin-bottom: 15px;
	color: #34526F;
	letter-spacing: 1px;
}
#mainContent {
	margin-bottom: 0;
	padding-right: 15px;
	padding-left: 10px;
	padding-top: 25px;
	width: 450px;
	float: left;
	margin-left: 100px;
	padding-bottom: 20px;
} 

#mainContent p {
	color: #263546;
	line-height: 1.8em;
	text-align: left;
	font-size: 0.85em;
	display: block;
	margin-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	letter-spacing: 1px;
} 

#mainContent a {
	text-decoration: underline;
	color: #263546;
} 
#mainContent a:hover {
	color: #5F84A1;
	text-decoration: none;
} 
img.leftteachers {
	margin-right: 12px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	padding: 6px;
	border: 1px solid #D8D0BE;
	float: right;
	clear: inherit;
} 

img.leftteachers {
	margin-right: 12px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	padding: 6px;
	border: 1px solid #D8D0BE;
	float: right;
	clear: inherit;
} 

.teacherscont {
	clear: both;
	padding-left: 3px;
}

img.left {
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
} 

img.right {
	float: right;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 8px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCC1BC;
} 


img.rightnormal {float: right;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 8px;}
	
img.leftnormal {float: left;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-left: 0px;}


#mainContent h2 {
	color: #033b6f;
	font-size: 1.3em;
	margin-bottom: 13px;
	font-weight: normal;
	letter-spacing: 2px;
} 

#mainContent h2.chelsea {
	color: #E7122C;
} 
#mainContent h2.bayswater {
	color: #057DCA;
} 

#mainContent h2.hydepark {
	color: #79AB00;
} 



#footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-size: 0.85em;
	color: #7C8DA4;
	letter-spacing: 2px;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#navcontainer {
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5F788A;
}

/*Fat Erik's Pipelist*/
#navlist
{
list-style: none;
padding: 0;
margin: 0;
}

#navlist li
{
	display: inline;
	padding: 0;
	margin: 0;
	color: #057DCA;
	line-height: 1.8em;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#navlist li a .current
{
	color: #BE351C;
}

#navlist li:before { content: "| "; }
#navlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { border-left: 0; }.imgframe {
	background-color: #FFFFFF;
	border: 1px solid #D8D0BE;
	float: left;
	padding: 6px;
	margin-right: 10px;
}
.title2 {
	float: right;
	display: inline;
	margin-top: 55px;
	margin-right: 215px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	color: #999999;
}
#pagetitle {
	height: 20px;
	width: 400px;
	padding-left: 240px;
	padding-top: 47px;
}




.current a:link {
	font-size: 1em;
	color: #ffffff;
}
#mainContent h3 {
	color: #BE351C;
	font-size: 1em;
	margin-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
.teachers {
	background-color: #00FF66;
}
.divider {
	height: 1px;
	width: 430px;
	padding: 0px;
	clip: rect(0px,auto,auto,auto);
	float: left;
	clear: both;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	margin-top: 4px;
	background-color: #CECBCB;
}
#header h3 {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1.7em;
	color: #033B6F;
	padding-right: 10px;
}

/* Pdf bullets on side bar............*/

#sidebar2 li {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 17px;
	background-image: url(../images/graphics/docs.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0px;
}

#sidebar2 ul {
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 0px;
	padding-left: 5px;
} 
#sidebar2 h2 {
	font-size: 0.9em;
	color: #BD3834;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	width: 190px;
} 


/*Form Style --------------------------------------*/

form {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

label {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	color: #89150D;
	letter-spacing: 2px;
}

input {
	font-size: 11px;
	padding: 6px;
	width:350px;
	color: #027FAD;
	border: 1px solid #CCC1BC;
	background-color: #FFFFFF;
}

.contact_h2 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.95em;
	text-transform: uppercase;
	color: #5B9032;
	margin: 20px 0 10px 0;
	padding: 0 0 12px 0;
	width: 392px;
	font-weight: bold;
	border-bottom-color: #d1d2cd;	
}


textarea {
	font-size: 12px;
	padding: 4px;
	width:350px;
	height: 130px;
	font-family: Arial, Helvetica, sans-serif;
	color: #027FAD;
	background-color: #FFFFFF;
	border: 1px solid #CCC1BC;
}

		
.submitButton {
	font: bold 1.0em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	padding: 4px 6px;
	width: auto;
	background-color: #CB0429;
		}		
.submit input {
	width: 88px;
	padding: 4px 0 3px 0;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color: #CB0429;
	border: 1px solid #CB0429;
	}

.fieldwrap	{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.required {color: #bc5a04;}

.submit{
	width: 88px;
	padding: 1px;
	margin: 10px 0 0 0;
	background-color: #CB0429;	
}	
.jobdescript {
	font-size: 0.8em;
	color: #4F719A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
	display: block;
	font-style: normal;
}

.tracknumb {
	font-size: 0.85em;
	color: #666666;
	border: 1px solid #DAD6C9;
}
.titletracks {
	color: #374D6E;
	margin-left: 20px;
	padding-left: 10px;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}









/* Footer -------------------------------------------------------------------- */

#footer {
	height: 25px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 0px 10px 0px 30px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	clear: both;
}

#credits {
	width: 640px;
	float: right;
	text-align: right;
	color: #CCCCCC;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 5px;
}
#credits a {
	text-decoration: none;
	font-weight: normal;
}
#credits a:link { color: #CCCCCC; }
#credits a:visited { color: #CCCCCC; }
#credits a:active { color: #CCCCCC; }
#credits a:hover { color: #E08F34; }

/* Footer End */



h5 {
	font-size: 1.3em;
	color: #DE9230;
	margin-bottom: 5px;
	margin-top: 10px;
}
#container #mainContent .center {
	text-align: center;
}
