@charset "utf-8";
@import url("style_reset.css");
@import url("style_core.css");

/* >>>>>>>>>>>>>>>>>>>>>>>> */
/* >   BEGIN GLOBAL CSS   > */
/* >>>>>>>>>>>>>>>>>>>>>>>> */
/* The elements and classes common to multiple sites. */

/* [----------------- Shared -----------------] */

/* Bottom margin. */
h1,
h2,
h3,
ol,
ul,
dl,
p,
table,
fieldset,
ul.pagination,
ul.buttons,
div.joined_buttons,
.error_box,
.success_box,
.attention_box,
.information_box,
.generic_box_body {
	margin-bottom:12px;
}

/* [-------------- HTML Elements -------------] */

html {
	background:#0C0C0C url('../images/bg.gif') repeat-y center;
}

body {
	background:#0C0C0C url('../images/bg.gif') repeat-y center;
	font-family:'Arial', 'Helvetica', sans-serif;
	font-size:70%;
	margin:0;
	color:#444;
}

h1 {
	font-size:1.2em;	
}

h2 {
	font-size:1.1em;	
}

ol,
ul {
	margin-left:32px;
}

dl {
	margin-left:0px;
}

dt {
	font-weight:bold;
}

dd {
	margin:0 0 0 12px;
}

/* [----------------- Links ------------------] */

a:link,
a:visited {
	color:#dc0079;
	text-decoration:underline;
}

a:active,
a:hover {
	color:#C0C;
	text-decoration:underline;
}

a img {
	border:0;
}

/* [----------------- Tables -----------------] */

table {
	clear:both;
}

table caption {
	background-color:#3366FF;
	color:#FFFFFF;
	font-weight:bold;
	padding:8px;
}

td {
	background-color:#FFFFFF;
}

th,
td {
	padding:8px;
	text-align:center;
}

thead th {
	background-color:#dc0079;
	border-bottom:1px solid #CCCCCC;
	color:#FFFFFF;
	font-weight:bold;
}

thead th a:link,
thead th a:visited {
	color:#FFFFFF;
}

thead th a:hover {
	color:#FFFFFF;
}

tbody th {
	background-color:#CED5EA;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	color:#333333;
	font-weight:bold;
}

tbody th a:link,
tbody th a:visited {
	color:#333333;
}

tbody th a:hover {
	color:#333333;
}

tbody tr.row2 th {
	background-color:#C5CEE8;
}

tbody td {
	border-bottom:1px solid #CCCCCC;
}

tbody tr.row2 td {
	background-color:#F5F5F5;
}

tfoot td {
	background-color:#CED5EA;
	border-bottom:1px solid #CCCCCC;
	color:#333333;
	font-weight:bold;
}

table tr th:first-child,
table tr td:first-child {
	text-align:left;
}

/* List Tables. */
table.list_table {
	border-top:1px solid #CCCCCC;
}

table.list_table th {
	background-color:#EEEEEE;	
}

table.list_table th,
table.list_table td {
	text-align:left;
	vertical-align:top;
}
/* ---------- */

/* [----------------- Forms ------------------] */

form {
	border:0;
	clear:both;
	margin:0;
	padding:0;
}

input.medium,
textarea.medium,
select.medium,
fieldset li input,
fieldset li textarea,
fieldset li select {
	width:300px;
}

input.tiny,
textarea.tiny,
select.tiny {
	width:40px;
}

input.short,
textarea.short,
select.short {
	width:80px;
}

input.long,
textarea.long,
select.long {
	width:540px;
}

input.full,
textarea.full,
select.full {
	width:99%;
}

form fieldset {
	border:1px solid #AAAAAA;
	padding:0;
}

/* For IE background bug. */
form > fieldset {
	position:relative;
}

	form fieldset legend {
		background-color:#FAFAFA;
		border:1px solid #AAAAAA;
		color:#000000;
		font-weight:bold;
		margin-left:10px;
		padding:1px 6px 2px 6px;
	}

	/* For IE background bug. */
	form > fieldset > legend {
		left:.2em;
		position:absolute;
		top:-.6em;
	}

	form ol {
		clear:both;
		list-style:none;
		margin:0;
		padding:16px 16px 0px 16px;
	}

	form ol li {
		clear:both;
		padding-bottom:16px;
	}

		form fieldset ol li label {
			display:block;
			font-weight:bold;
			margin-bottom:2px;
			text-align:left;
		}

		label.required:before {
			color:red;
			content:"∗ ";
			font-size:1.2em;
		}

		label span,
		legend span {
			display:block;
			font-size:0.8em;
			font-weight:normal !important;
		}

		fieldset li input,
		fieldset li textarea,
		fieldset li select {
			border:1px solid #AAAAAA;
			color:#000000;
			font-family:'Arial', 'Helvetica', sans-serif;
			font-size:1em;
			padding:3px;
		}

		fieldset li select {
			width:auto;
		}

		fieldset li select {
			color:#000000;
			font-size:1em;
			padding:2px;
		}

		button,
		input[type="submit"],
		input[type="reset"],
		input[type="button"] {
			color:#dc0079;
			cursor:pointer;
			font-family:'Arial', 'Helvetica', sans-serif;
			font-size:1em;
			font-weight:bold;
			margin-right:3px;
			padding:1px 3px 1px 3px;
			width:auto;
		}

		button.big,
		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big {
			font-size:1.4em;
			padding:4px 8px 4px 8px;
		}

		input[type="checkbox"],
		input[type="radio"] {
			width:auto;
		}

		/* Nested fieldsets for radio buttons & checkboxes. */
		form fieldset ol li ol,
		form fieldset ol li ol li {
			margin:0;
			padding:0;
			width:auto;
		}

		form fieldset ol li ol li label {
			font-weight:normal;
			margin:0;
			text-align:left;
			width:auto;
		}

		form fieldset ol li ol li input {
			border:0;
			width:auto;
		}
		/* ---------- */

	/* Multi-column lists. */
	ol.dual_column li,
	ol.tri_column li,
	ol.quad_column li {
		clear:none;
		float:left;
	}

	ol.dual_column li {
		width:50%;
	}

	ol.tri_column li {
		width:33%;
	}

	ol.quad_column li {
		width:25%;
	}
	/* ---------- */

	form fieldset.submit {
		background:none;
		border:0;
		clear:both;
		float:none;
		margin:0;
		width:auto;
	}

	.mceContentBody {
		background:white;
		background-image:none;
		font-size:80%;
		padding:10px;
	}

/* Bar forms/fieldsets (e.g. search bars). */
form.bar fieldset,
fieldset.bar {
	border:0;
	border-top:1px solid #AAA;
	border-bottom:1px solid #999;
	background-color:#CED5EA;
	margin-bottom:0;
}

form.bar label,
fieldset.bar label {
	display:inline;	
}

form.bar input,
fieldset.bar input {
	width:auto;	
}

form.bar ol,
fieldset.bar ol {
	padding:8px;
}

form.bar ol li,
fieldset.bar ol li {
	clear:none;
	float:left;
	margin:0 16px 0 0;
	padding:0;
}
/* ---------- */

/* [--------------- Pagination ---------------] */

ul.pagination {
	font-family:'Arial', 'Helvetica', sans-serif;
	font-size:0.9em;
	float:left;
	list-style:none;
	margin-left:0;
	padding:0;
}

	ul.pagination li {
		float:left;
		margin:0 3px 0 0;
	}

	ul.pagination li.ellipsis {
		border:none;
		font-weight:bold;
		padding-top:3px;
	}

	ul.pagination li.disabled,
	ul.pagination li.current,
	ul.pagination li a {
		border:1px solid #dc0079;
		padding:2px 5px 2px 5px;
		text-decoration:none;
		background-color:#FFFFFF;
	}

		ul.pagination li.disabled {
			border:1px solid #DDD;
			color:#CCCCCC;
		}

		ul.pagination li.current {
			background-color:#dc0079;
			color:#FFF;
			font-weight:bold;
		}

		ul.pagination li a {
			color:#dc0079;
			display:block;
		}

		ul.pagination li a:active,
		ul.pagination li a:hover {
			background-color:#DBE3FF;
			border:1px solid #39C;
		}

/* [------------------ Tabs ------------------] */

ul.tabs {
	float:left;
	font-family:'Arial', 'Helvetica', sans-serif;
	list-style:none;
	margin:0;
	padding:0;
}

	ul.tabs li {
		float:left;
	}

		ul.tabs li a {
			background:transparent url('../images/buttons/tab_left.png') no-repeat top left;
			color:#04B;
			display:block;
			float:left;
			font-size:12px;
			height:27px; /* Height of button background image. */
			line-height:19px; /* This + 4px + 4px (top and bottom padding of span) must equal height of button background (default 27px). */
			margin-right:4px;
			padding-left:3px; /* Width of left button background. */
			text-decoration:none;
		}

			ul.tabs li a span {
				background:transparent url('../images/buttons/tab_right.png') no-repeat top right;
				display:block;
				font-weight:bold;
				padding:4px 10px 4px 6px;
			}

			ul.tab li a:link,
			ul.tab li a:visited {
				text-decoration:none;
			}

			ul.tabs li a:hover,
			ul.tabs li.current a {
				background-position:bottom left;
			}

			ul.tabs li a:hover span,
			ul.tabs li.current a span {
				background-position:bottom right;
			}

			ul.tabs li.current a,
			ul.tabs li.current a:link,
			ul.tabs li.current a:visited,
			ul.tabs li.current a:active,
			ul.tabs li.current a:hover {
				color:#888;
				cursor:default;
			}

/* [----------------- Buttons ----------------] */

ul.buttons {
	float:left;
	list-style:none;
	margin-left:0;
	padding:0;
}

ul.rightside {
	float:right;
}

	ul.buttons li {
		float:left;
	}

		ul.buttons li a,
		a.button {
			background:transparent url('../images/buttons/btn_right.png') no-repeat top right;
			color:#dc0079;
			display:block;
			float:left;
			font-family:'Arial', 'Helvetica', sans-serif;
			font-size:12px;
			height:23px; /* Height of button background image. */
			line-height:15px; /* This + 4px + 4px (top and bottom padding of span) must equal height of button background (default 23px). */
			margin-right:16px;
			padding-right:4px; /* Width of left button background. */
		}

		ul.rightside li a {
			margin-right:0;
			margin-left:16px;
		}

			ul.buttons li a span,
			a.button span {
				background:transparent url('../images/buttons/btn_left.png') no-repeat top left;
				display:block;
				font-weight:bold;
				padding:4px 6px 4px 10px;
				text-decoration:none;
			}

			ul.buttons li a:link,
			ul.buttons li a:visited,
			a.button:link,
			a.button:visited {
				text-decoration:none;
			}

			ul.buttons li a:hover,
			ul.buttons li.current a,
			a.button:hover {
				background-position:bottom right;
			}

			ul.buttons li a:hover span,
			ul.buttons li.current a span,
			a.button:hover span {
				background-position:bottom left;
			}

			ul.buttons li.current a,
			ul.buttons li.current a:link,
			ul.buttons li.current a:visited,
			ul.buttons li.current a:active,
			ul.buttons li.current a:hover {
				color:#666;
				cursor:default;
			}

/* [------------- Joined Buttons -------------] */

ul.joined_buttons {
	border-left:1px solid #777;
	float:left;
	font-family:'Arial', 'Helvetica', sans-serif;
	list-style:none;
	margin-left:0;
	padding:0;
}

ul.rightside {
	float:right;
}

	ul.joined_buttons li {
		float:left;
	}

		ul.joined_buttons li a {
			background:transparent url('../images/buttons/btn_bg.png') repeat-x top left;
			border-right:1px solid #777;
			color:#04B;
			display:block;
			float:left;
			font-size:12px;
			font-weight:bold;
			height:15px; /* Height of button background image. */
			line-height:15px; /* Height of button background image. */
			margin:0;
			padding:4px 10px 4px 10px;
			text-decoration:none;
		}

			ul.joined_buttons li a:link,
			ul.joined_buttons li a:visited {
				text-decoration:none;
			}

			ul.joined_buttons li a:hover,
			ul.joined_buttons li.current a {
				background-position:bottom left;
			}

			ul.joined_buttons li.current a,
			ul.joined_buttons li.current a:link,
			ul.joined_buttons li.current a:visited,
			ul.joined_buttons li.current a:active,
			ul.joined_buttons li.current a:hover {
				color:#666;
				cursor:default;
			}

/* [------------------ Boxes -----------------] */

.error_box,
.success_box,
.attention_box,
.information_box {
	background-position:10px 10px;
	background-repeat:no-repeat;
	clear:both;
	padding:10px 10px 10px 36px;
}

.error_box {
	background-color:#FFCECE;
	background-image:url('../images/icons/notify_error.png');
	border:1px solid #DF8F8F;
	color:#665252;
}

.success_box {
	background-color:#D5FFCE;
	background-image:url('../images/icons/notify_success.png');
	border:1px solid #9ADF8F;
	color:#556652;
}

.attention_box {
	background-color:#FFFBCC;
	background-image:url('../images/icons/notify_attention.png');
	border:1px solid #E6DB55;
	color:#666452;
}

.information_box {
	background-color:#DBE3FF;
	background-image:url('../images/icons/notify_information.png');
	border:1px solid #A2B4EE;
	color:#585b66;
}

.error_box ul,
.success_box ul,
.attention_box ul,
.information_box ul {
	margin-bottom:0;
}

.generic_box_head {
	background-color:#0066CC;
	border:1px solid #0066CC;
	color:#FFFFFF;
	line-height:100%;
	margin:0;
	padding:6px 10px 6px 10px;
}

.generic_box_body {
	background-color:#ECEDFF;
	border:1px solid #0066CC;
	padding:10px;
}

/* [------------- Generic Classes ------------] */

.bmargin {
	margin-bottom:12px !important;
}

.lmargin {
	margin-left:12px !important;
}

.rmargin {
	margin-right:12px !important;
}

.tmargin {
	margin-top:12px !important;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* >   BEGIN MAIN SITE CSS   > */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* Classes and styles specific to this site. */

/* [------------ Layout Divisions ------------] */

#wrapper {
	margin:0 auto;
	font-size:1.2em;
	/* background-color:#FFF;
	width:960px;
	border-left:15px solid white;
	border-right:15px solid white;*/
	width:960px;
	background:none;
}

	#banner {
		background:#58585a url('../images/bg_banner.png') repeat-x;
		border-left:1px solid black;
		border-right:1px solid black;
	}
	
		#banner .banner_text {
			background-image:url(../images/banner_text.png);
			background-repeat:no-repeat;
			background-position:710px 22px;
			height:86px;
			padding:12px;
		}

	#middle {
		background:transparent url('../images/bg_content.jpg') no-repeat top right;
		/*border-left:1px solid black;
		border-right:1px solid black;*/
		padding:16px 0 8px 0;
		min-height:570px;
	}
	
	#inner_middle {
		background-color:transparent;
		margin-left:17px;
		margin-right:17px;	
	}
	
		#navigation, #bottom_nav {
			padding:0;
			margin:0;
			height:193px;
			margin-bottom:16px;
		}
		
		#bottom_nav {
			height:28px;
			margin:0 0 10px 0;
		}
			#navigation li, #bottom_nav li {
				padding:0;
				margin:0;
				float:left;
				list-style:none;
			}

				#navigation li a, #bottom_nav li a {
					background-repeat:no-repeat;
					width:152px;
					padding:172px 8px 7px 8px;
					display:block;
					text-align:center;
					text-decoration:none;
					color:#666;
					font-weight:bold;
				}
				
				#bottom_nav li a {
					padding:7px 0 7px 0;
					width:154px;
				}
				
				#navigation li.home a {
					background-image:url('../images/nav_home.png');
					padding-left:0;
				}
				
				#navigation li.courses a {
					background-image:url('../images/nav_courses.png');
				}
				
				#navigation li.qualifications a {
					background-image:url('../images/nav_qual.png');
				}
				
				#navigation li.contact a {
					background-image:url('../images/nav_contact.png');
					padding-left:0;
				}	
				
				#navigation li.home a:hover,
				#navigation li.home a:active {
					background-image:url('../images/nav_home_hover.png');
					color:#ff0085;
				}
				
				#navigation li.courses a:hover,
				#navigation li.courses a:active {
					background-image:url('../images/nav_courses_hover.png');
					color:#00cfff;
				}
				
				#navigation li.qualifications a:hover,
				#navigation li.qualifications a:active {
					background-image:url('../images/nav_qual_hover.png');
					color:#aa00ff;
				}
				
				#navigation li.contact a:hover,
				#navigation li.contact a:active {
					background-image:url('../images/nav_contact_hover.png');
					color:#ff8500;
				}
				
				#bottom_nav li.gallery a, 
				#bottom_nav li.support a, 
				#bottom_nav li.employers a, 
				#bottom_nav li.links a {
					background-image:url('../images/nav_bottom.png');
					padding-left:0;
				}
				#bottom_nav li.news a {
					background-image:url('../images/nav_bottom_start.png');
					padding-left:0;
				}
				#bottom_nav li.ofsted a {
					background-image:url('../images/nav_bottom_end.png');
					padding-left:0;
				}

				#bottom_nav li.gallery a:hover,
				#bottom_nav li.gallery a:active,
				#bottom_nav li.support a:hover,
				#bottom_nav li.support a:active,
				#bottom_nav li.employers a:hover,
				#bottom_nav li.employers a:active,
				#bottom_nav li.links a:hover,
				#bottom_nav li.links a:active{
					background-image:url('../images/nav_bottom_hover.png');
				}

				#bottom_nav li.news a:hover,
				#bottom_nav li.news a:active{
					background-image:url('../images/nav_bottom_hover_start.png');
				}
				
				#bottom_nav li.ofsted a:hover,
				#bottom_nav li.ofsted a:active{
					background-image:url('../images/nav_bottom_hover_end.png');
				}
				

		#middle {
			clear:both;
		}
		
			#content {

			}
			
				#main_img {
					float:left;
				}
				
				#content_box {
					float:left;
					padding:16px;
					width:520px;
					background-image:url(../images/bg_content_box.png);
					background-repeat:no-repeat;
					background-color:#e8e8e8;
					background-position:top right;
					border:1px solid #DDDDDD;
					margin-left:16px;
				}
				
				#content_box_full {
					padding:16px;
					background-image:url(../images/bg_content_box.png);
					background-repeat:no-repeat;
					background-color:#e8e8e8;
					background-position:top right;
					border:1px solid #DDDDDD
				}

#footer_wrapper {
	clear:both;
	width:960px;
	margin:0 auto;
	background-color:transparent;
	border-top:0;
	/*border-left:15px solid white;
	border-right:15px solid white;*/
}

#footer {
	padding:0 16px 16px 16px;
	/*border-left:1px solid black;
	border-right:1px solid black;*/
}

	#footer_text {
		border-top:1px solid #A2A2A2;
		border-bottom:1px solid #A2A2A2;
		margin:0;
		padding:8px 0 8px 0;
	}
	
		#footer_text_left {
			display:block;
			float:left;
		} 
	
		#footer_text_right {
			display:block;
			float:right;
			text-align:right;
		}

/* [------------ Site-Wide Classes -----------] */

.highlighted {
	color:#96C;	
}

.tmargin {
	margin-top:16px;	
}

/* Slider Pagination */

ol#pagination {
	margin:3px 0;
	padding:0;
	height:28px;
	float:right;
}

ol#pagination li {
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:22px;
	line-height:22px;
}

ol#pagination li a {
	float:left;
	height:22px;
	line-height:22px;
	border:1px solid #ccc;
	background:#EEE;
	color:#555;
	padding:0 5px;
	text-decoration:none;
}

ol#pagination li.current a {
	background:#ff0085;
	color:#FFF;
}

ol#pagination li a:focus, #prevBtn a:focus, #nextBtn a:focus {outline:none;}


#contact_form table {
	width:auto;
	background-color:transparent;
}

#contact_form table tr td {
	background-color:transparent;
	padding:0 10px 4px 0;
	border:0;
	text-align:left;
}

div.full_panel {
	background-color:#F7F7F7;
	border:1px solid #CCC;
	padding:16px;
}

/* Pager */

.pager {
	margin-top:16px;	
}

.pager a {
	margin-right:4px;	
}

.pager .highlight {
	font-weight:bold;
	text-decoration:none;
	color:#333;
}

/* [---------- Page Specific Classes ---------] */

/* Admin */
ul.admin_options {
	list-style:none;
	margin:0;
}

ul.admin_options li {
	float:left;
	padding-right:20px;
	text-align:center;
	width:64px;
}

ul.admin_options li a {
	text-decoration:none;	
}

/* Newsletters */

.newsletter_box {
	padding-bottom:16px;
	margin-bottom:16px;
	border-bottom:1px solid #AAA;
}

.newsletter_box h2 {
	font-size:1em;
}

.newsletter_icon {
	float:right;
	font-size:0.8em;
	text-align:center;
	display:block;
	text-decoration:none !important;
	width:100px;
}

.newsletter_icon,
.newsletter_icon:link,
.newsletter_icon:visted,
.newsletter_icon:active,
.newsletter_icon:hover {
	text-decoration:none;
}
