/*

Re-design feb 2011

Colours:          Body background blue - #223A7B
							Link hover - #A6CCE1

*/

@charset "utf-8";
* {margin: 0; padding: 0;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #223A7B;
}



h1 {
	height: 99px;
	background-image: url(../images/h1_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	width: 320px;
}
h2 {
	color: #3297FC;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -0.06em;
	margin-bottom: 14px;
}
h3 {
	color: #DE4907;
	font-size: 1.4em;
	margin-bottom: 5px;
}
h4 {
	background-image: url(../images/h4_news_events.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 254px;
	text-indent: -9999px;
	margin-top: 10px;
	margin-bottom: 15px;
}
h5 {
	font-size: 1.3em;
	margin-bottom: 8px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
h6 {
	color: #3297FC;
	font-size: 1.5em;
	margin-bottom: 12px;
	padding-top: 12px;
}





p {
	font-size: 1.2em;
	margin-bottom: 12px;
	line-height: 1.3em;
}
a {
	color: #DD3508;
}
a:hover {
	text-decoration: none;
}
ul {
	margin-left: 30px;
	margin-bottom: 12px;
	font-size: 1.2em;
	color: #0373E2;
}
li {
	margin-bottom: 4px;
}








#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#flashHome {
	height: 320px;
	width: 960px;
}

.homeCta {
	height: 130px;
	width: 420px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 40px;
	margin-left: 40px;
	float: left;
}
	.cta1 {
	background-image: url(../images/cta1.jpg);
	}
	.cta2 {
	background-image: url(../images/cta2.jpg);
	}
	.cta3 {
	background-image: url(../images/cta3.jpg);
	}
	.cta4 {
	background-image: url(../images/cta4.jpg);
	}
	.cta5 {
	background-image: url(../images/cta5.jpg);
	}
	.cta6 {
	background-image: url(../images/cta6.jpg);
	}
	.homeCta h2 {
	margin-left: 10px;
	margin-top: 10px;
	color: #FFFFFF;
	font-size: 1.6em;
	margin-bottom: 20px;
	}
	.homeCta p {
	text-decoration: none;
	margin-left: 10px;
	margin-bottom: 5px;
	}
	.homeCta a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	}
	.homeCta a:hover {
	text-decoration: none;
	color: #A6CCE1;
	}

#homeText {
	padding: 0 40px 20px;;
}


#leftCol {
	width: 500px;
	float: left;
	display: inline;
	margin-left: 30px;
}
#rightCol {
	width: 350px;
	float: right;
	margin-right: 30px;
}

#content {
	padding-top: 120px;
	background-image: url(../images/header_curved.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
#content.contentLogin {
    padding-top: 20px;
	background-image: none;
}
#footer {
	background-image: url(../images/footer_logo.jpg);
	background-position: 860px 10px;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #498FE5;
	font-size: 0.8em;
	clear: both;
	background-color: #FFFFFF;
	width: 880px;
	padding: 10px 40px;
}
#learning {
	position: absolute;
	left: 0px;
	top: 94px;
	height: 226px;
	width: 53px;
	background-image: url(../images/your_learning.png);
	background-repeat: no-repeat;
	background-position: left top;
}
	#learning a {
	display: block;
	height: 226px;
	width: 53px;
	}
	
#newsEvents {
	color: #0762BB;
	margin-bottom: 40px;
}
#noticeBoard {
	background-image: url(../images/noticeboard_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 25px;
}
#noticeBoardInner {
	background-image: url(../images/noticeboard_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height:436px;
	height:auto !important;
	height:436px;
	padding-left: 74px;
	padding-right: 74px;
	padding-top: 100px;
}









/* NAVIGATION CSS for drop down menu ########################################### */


#nav, #nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:absolute;
	line-height:1.5em;
	height: 40px;
	width: 620px;
	left: 340px;
	top: 70px;
	}

#nav a {
	display:block;
	height: 40px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
}

#nav a:hover{
	color: #A6CCE1;
}

#nav li{
float:left;
position:relative;
margin-bottom: 0;
}
	#nav li + li {
	margin-left: 20px;
	}

#nav li ul {
	position:absolute;
	display:none;
	width:160px;
	top:27px;
	left: -6px;
	padding-bottom: 8px;
	background-color: #021B53;
	height: 170px;
}
	#nav li ul li {
	margin-left: 0px;
	float: none;
	}

#nav li ul a {
	text-indent: 0px;
	text-decoration: none;
	font-size: 0.8em;
	height:auto;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	display: block;
}

#nav li ul a:hover{

}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 2px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}



.clearer {
	clear: both;
}
.ra {float: left;}
.copy {float: right;}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.boldh2 {
	color: #0254A6;
	font-weight: bold;
}
#rightCol img {
	border: 1px solid #B5D5EC;
	padding: 4px;
	margin-bottom: 16px;
}
#rightCol img.noBorder {border: none;}

.pAddress {
	float: left;
	width: 160px;
}
.pOpening {
	float: right;
	width: 160px;
}
.pContact {
clear: both;
}
td { padding: 0 4px;}ul#courseList {
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 30px;
}
#courseList li {
	background-image: url(../images/course_list_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.testiHead {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F5A067;
	padding-top: 20px;
}

#coursesNav {
	list-style:none;
	margin:0;
	margin-bottom:10px;
}
#coursesNav li{
	display:inline-block;
	width:100%;
	height:30px;
	line-height:30px;
	color:#000000!important;
	padding-left:10px;
	background-color: #9CC9E6;
}


#freephone {
	width: 586px;
	height: 28px;
	text-indent: -9999px;
	position: absolute;
	top: 15px;
	left: 340px;
	background-image: url(../images/freephone.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.centreLeft {
float: left;
}

.pdf {
	background-image: url(../images/pdficon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
}

