@charset "utf-8";
/* CSS Document */


body {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	background: #231f20;
}

h1 {
	color: #820053;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 5px 0 0;
}

table {
	margin: 10px auto 10px auto;
}

table td {
	padding: 4px;
	border: 2px #FFFFFF solid;
}
table .row {
	background-color: #e4cee2;
	text-align:	left;
	vertical-align: top;
}

table .alt {
	background-color: #cfa6be;
	text-align:	left;
	vertical-align: top;
}

ul li {
	list-style-type: circle;
}

a:link, a:visited {
	color: #820053;
	text-decoration: none;
}

a:active, a:hover {
	color: #C20053;
	text-decoration: none;
}

#root {
	margin: 5px auto 15px auto; padding: 0;
	width: 774px;
}


#nav {
	font-size: 15px;
	/* padding-top: 145px; */
	margin-left: 23px;
	padding: 0;
	height: 40px;
}

#nav ul {
	list-style: none;
	padding-left: 0;
	padding-top: 145px;
	margin: 0;
}

#nav ul li {
	display: inline;
}

#nav ul li a:link, #nav ul li a:visited {
	display: block;
	margin-right: 8px;
	float: left;
	text-decoration: none;
	padding-bottom: 5px;
	color: #999999;
	border-bottom: 	#dcddde 12px solid;
}

#nav ul li a:hover, #nav ul li a:active, #nav ul li a.sel {
	display: block;
	margin-right: 8px;
	float: left;
	text-decoration: none;
	padding-bottom: 5px;
	color: #820053;
	border-bottom: 	#820053 12px solid;
}

#main 
{
	background: #FFFFFF;
}

#subLink {
	background: #FFFFFF;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	font-size: 10px;
}

#subLink ul {
	list-style: none;
	padding-left: 23px;
	padding-top: 0;
	margin: 0;
}

#subLink ul li {
	display: inline; 
}

#subLink ul li a:link, #subLink ul li a:visited {
	display: block;
	margin-right: 8px;
	float: left;
	text-decoration: none;
	color: #999999;
}

#subLink ul li a:hover, #subLink ul li a:active, #subLink ul li a.sel {
	display: block;
	margin-right: 8px;
	float: left;
	text-decoration: none;
	color: #CCCCCC;
	background: #820053;
}

#lCol {
	padding-left: 25px;
	float: left;
	width: 236px;
	border-right: #dbdddc solid 2px;
}

#rCol {
	float: right;
	width: 495px;
	padding-right: 10px;
}

#footer {
	clear: both;
	font-size: 10px;
	padding-left: 25px;
	color: #999999;
}


/* special heading and block text styles */

.GreyBar {
	display: block;
	text-transform: uppercase;
	line-height: -3px;
	background: #FFFFFF url(../images/greybar.gif) repeat-y top left;
	color: #FFFFFF;
	font-size: 22px;
	width: 100%;
	height: 25px;
}

.purpleHead {
	color: #820053;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

.greyHead {
	color: #AAAAAA;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

.GreyBlock{
	display: block;
	background: #AAAAAA;
	color: #FFFFFF;
	margin: 10px;
	padding: 6px;
	margin-left: 0px;
}

.GreyBlock h1 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0 5px 0 0;
}

.GreyBlock p {
	margin: 0px;
	font-size: 11px;
}

/* sub styles for aligning images and blocks of text, etc */
.Left {
	float: left;
	width: 56%;
}
.Right {
	float: right;
	width: 42%;
}
.Full {
	float: none;
	clear: both;
	width: 100%;
}


/* Banners */

/* Default header in templates is set to (headHome) */

#headHome {
	height: 184px;
	width: 100%;
	background: url("../images/banners/home.jpg") top left no-repeat #FFFFFF;
}
#headGallery {
	height: 184px;
	width: 100%;
	background: url("../images/banners/gallery.jpg") top left no-repeat #FFFFFF;
}
#headVacancies {
	height: 184px;
	width: 100%;
	background: url("../images/banners/vacancies.jpg") top left no-repeat #FFFFFF;
}
#headNews {
	height: 184px;
	width: 100%;
	background: url("../images/banners/news.jpg") top left no-repeat #FFFFFF;
}
#headStudents {
	height: 184px;
	width: 100%;
	background: url("../images/banners/students.jpg") top left no-repeat #FFFFFF;
}
#headAboutUs {
	height: 184px;
	width: 100%;
	background: url("../images/banners/aboutus.jpg") top left no-repeat #FFFFFF;
}
#headContactUs {
	height: 184px;
	width: 100%;
	background: url("../images/banners/contactus.jpg") top left no-repeat #FFFFFF;
}
#headSixthForm {
	height: 184px;
	width: 100%;
	background: url("../images/banners/sixthform.jpg") top left no-repeat #FFFFFF;
}
#headCurriculum {
	height: 184px;
	width: 100%;
	background: url("../images/banners/curriculum.jpg") top left no-repeat #FFFFFF;
}
#headPolicies {
	height: 184px;
	width: 100%;
	background: url("../images/banners/policies.jpg") top left no-repeat #FFFFFF;
}