@charset "utf-8";
/*
	Copyright - Athernet Solutions
	http://www.athernet.com
*/

img, div { behavior: url(iepngfix.htc) }
 
body{
	margin: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

#bodyid{ background: #c9ddf2; }

.error {
	color: #CC0000;
}

.offer { float: left; color: #f00; background: #fff; font-size: 1.1em; font-weight: bold; }

.join_error {
	float: left;
	margin-top: -5px;
	margin-bottom: 10px;
	width: 200px;
	color: #ff0;
}

.join_success {
	float: left;
	margin-top: -5px;
	margin-bottom: 10px;
	width: 200px;
	color: #fff;
	text-decoration: underline;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	font-size:1px;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.page {
	margin: 0px auto;
	width: 980px;
}

.content {
	float: left;
	width: 100%;
	background: #fff;
}

.logo {
	float: left;
	margin: 14px;
	width: 349px;
	height: 74px;
	background: url('/imgs/logo.jpg');
}
.logo a { width: 349px; height: 74px; display:block; text-indent:-9999px; outline:none;}
.prince2_funding { /*width:100px; height:100px; background:url(/imgs/prince2_funding.png) no-repeat; display:block; float:left; margin-left:40px; outline:none;*/}

.banner {
	float: right;
	width: 410px;
	height: 104px;
	background: url('/imgs/banner.jpg') no-repeat;
	background-position: right;
}

.banner h2 {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	color: #949393;
	
}

.banner h1 {
	margin: 0px;
	margin-top: -8px;
	color: #00458f;
	font-size: 2.8em;
}

.banner h3 {
	margin: 0px;
	margin-top: -6px;
	font-weight: bold;
	color: #00458f;
	font-size: 1.6em;
}

.banner h3 a:hover {
	text-decoration: underline;
}

.banner a {
	color: #00458f;
	text-decoration: none;
}

ul {
	margin: 0px;
	padding: 0px;
	margin: 20px;
}

.nav {
	margin: 0px;
	padding: 0px;
	float: left;
	padding-left: 10px;
	width: 970px;
	height: 30px;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url('/imgs/nav.jpg') repeat-x;
}

.nav li {
	float: left;
	background: url('/imgs/separator.jpg') no-repeat;
	background-position: right;
}

.nav li a {
	float: left;
	height: 22px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 15px;	
}

.nav li a:hover,.nav li.hover a {
	background: #678fbc;
}	

.nav li ul {
	display:block;
	position:absolute;
	left: -999em;
	margin:26px 0 0 0;
	width: 140px;
	z-index: 50;
	list-style-type:none;
}
.nav li:hover ul,.nav li.hover ul {
	left:auto;
}
.nav li ul li {
	background: #678fbc;
	float:left;
}
.nav li ul li a:hover { 
	background:#1866a4;
}

.nav li:hover ul li ul,.nav li.hover ul li ul{
	display:block;
	position:absolute;
	left: -999em;
	margin-left : 140px;
	margin-top : 0;
	z-index: 50;
	list-style-type:none;
}
.nav li:hover ul li a,.nav li.hover ul li a{
	width:110px;
	height:auto;
	padding-top:8px;
	padding-bottom:8px;
}
.nav li:hover ul li:hover ul,.nav li.hover ul li.hover ul{
	left:auto;
}
.nav li:hover ul li:hover ul li a,.nav li.hover ul li.hover ul li a{
	height:auto;
	padding:8px 10px;
	width:150px;
}
.nav li ul li.odd a,.nav li ul li.odd ul li.odd a {
	background:#85a5c9;
}
.nav li ul li.odd ul li a {
	background:#678FBC;
}
.nav li ul li.odd a:hover,.nav li ul li.odd ul li.odd a:hover {
background:#1866a4;
}
.active {
	background: #678fbc;
}

/* Left-Hand Navigation */
	.left, .left ul { /* all lists */
		float : left;
		padding: 0;
		margin: 10px 10px 0px 15px;
		width: 215px;
		list-style: none;
		/*width : 11em;*/
	}
	
	.left li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
	}
	
	.left li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 19.05em;
		margin-top : -2.5em;
		width: 170px;
	}
	
	.left li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	.left li a {
		display : block;
		margin-top: 2px;
		padding-left: 15px;
		padding-top: 7px;
		color: #fff;
		font-size: 1.25em;
		text-decoration: none;
		font-weight: bold;
		width: 217px;
		height: 23px;
		background: url('/imgs/left_item.jpg') no-repeat;
	}
	
	.left li a:hover {
		text-decoration: underline;
	}
	
	.left li a:hover {
		color : white;
	}
	
	.left li:hover ul ul, .left li:hover ul ul ul, .left li.sfhover ul ul, .left li.sfhover ul ul ul {
		left: -999em;
	}
	
	.left li ul li a {
		display : block;
		margin-top: 0px;
		margin-left: -1px;
		padding-left: 15px;
		padding-top: 6px;
		color: #fff;
		font-size: 1.1em;
		text-decoration: none;
		font-weight: normal;
		height: 21px;
		width: 157px;
		background: url('/imgs/left_hover.jpg') no-repeat;
	}
	
	.left li ul li a:hover {
		text-decoration: underline;
	}	
	
	.left li:hover ul, .left li li:hover ul, .left li li li:hover ul, .left li.sfhover ul, .left li li.sfhover ul, .left li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	ul#softskills li a { /*background: url('/imgs/left_item_green.png') no-repeat;*/}
	ul#softskills li ul li a { /*background: url('/imgs/left_hover_green.png') no-repeat;*/}

.ls {
	float: left;
	width: 250px;
}

.ms {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 460px;
	color: #363636;
	font-weight: normal;	
}

.ms a {
	color: #004590;
}

.ms ul {
	clear: both;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

.ms ol {
	margin-left: -20px;
	font-weight: normal;
}

.ms ol li {
	margin-bottom: 5px;
}

.ms h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	/*float: left;*/
	color: #004590;
	font-weight: bold;
	font-size: 1.6em;
	width: 100%;
}

.ms h2 {
	/*float: left;*/
	width: 100%;
	color: #004590;
	font-size: 1.2em;
}

.ms h3 {
	font-size: 1.0em;
}


.ms p {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	/*float: left;*/
	color: #363636;
	font-weight: normal;
	display:block;
}

.rs {
	float: right;
	margin-top: 0px;
	width: 245px;
}

.find_our_courses {
	margin: 10px;
	margin-right: 15px;
	float: right;
	padding-top: 35px;
	padding-left: 15px;
	width: 205px;
	height: 76px;
	background: url('/imgs/find_our_courses.jpg') no-repeat;
}

.find_our_courses select {
	float: left;
	margin-bottom: 5px;
	font-size: 0.9em;
	width: 190px;
}

.find_our_courses input {
	float: left;
	font-size: 1.2em;
	width: 112px;
	height: 20px;
	border: none;
	text-indent: -9000px;
	background: url('/imgs/check_availability.gif');
}

.beat_the_downturn {
	float: left;
	margin: 10px 0px 0px 15px;
	width: 220px;
	height: 98px;
	overflow:hidden;
}

.beat_the_downturn a { width:220px; height:98px; display:block; margin:0; padding:0;}

.special_offer {
	float: left;
	width: 460px;
	text-align: center;
}
.special_offer_ipod {
	width: 460px;
	text-align: center;
	margin-bottom:15px;
}

.training_locations {
	float: left;
	margin: 0px 0px 0px 10px;
	width: 218px;
	cellspacing: 0px;
	border: 1px solid #034486;
}

.training_locations table {
float: left;
	margin-top: -1px;
}

.training_locations td {
	height: 19px;
	width: 145px;
	padding-left: 5px;
	font-size: 1.12em;
	font-weight: bold;
}

.training_locations td a {
	color: #000;
}

.a {
	background: #99b5d3;
}

.b {
	background: #a8c0da;
}

.c {
	background: #ccdae9;
}

.d {
	background: #d4e0ec;
}

.training_locations h2 {
	float: left;
	margin: 1px;
	margin-left: 0px;
	width: 216px;
	height: 30px;
	color: #fff;
}
.training_locations img {
	margin-left: 1px;
}

.course_information {
	float: left;
	margin-top: 5px;	
	width: 458px;
	border: 1px solid #034486;
}

.course_information h2 {
	float: left;
	margin: 1px;
	height: 30px;
	width: 456px;
	background: url('/imgs/course_heading.jpg');
}

.h {
	float: left;
	margin-left: 1px;
	width: 456px;
	padding-left: 5px;
	color: #fff;
	font-size: 1em;
	height: 20px;
	background: #003d7e;
}	

.h td {
	width: 84px;
	height: 19px;
}

.z {
	float: left;
	margin-left: 0px;
	width: 704px;
	color: #fff;
	font-weight: normal;
	height: 20px;
	background: #fff;
}

.z_header {
	background: #003d7e;
	text-align: center;
}

.z td {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.course_information_wide {
	float: left;
	margin-left: 10px;
	padding-bottom: 1px;
	width: 705px;
	border: 1px solid #034486;
}

.course_information_wide h2 {
	float: left;
	margin: 1px;
	text-indent: -3000px;
	height: 30px;
	width: 703px;
	background: url('/imgs/course_heading_wide.jpg');
}

.r {
	float: left;
	margin: 0px;
	width: 441px;
	color: #004590;
	font-size: 0.9em;
	height: 20px;
	background: #fff;
}	

.r td a {
	color: #fff;
	text-decoration: underline;
}

.r td {
	height: 37px;
	padding-left: 7px;
}

.overlap {
	float: left;
	width: 100%;
	height: 205px;
	overflow: scroll;
	overflow-x: hidden;
}

.wide_overflow {
	float: left;
	margin-top: -20px;
	width: 723px;
	/*
	height: 550px;
	overflow: scroll;
	overflow-x: hidden;	
	*/
}

img {
	border: none;
}

.enquire {
	color: #000099;
}

.e { width: 110px; background: #003d7e; color: #fff; padding: 5px; } 
.f { background: #a8c0da; color: #004590; padding: 5px; }
.e img { float: left; }
.e a {
	float: left;
	width: 120px;
	color: #fff;
	text-decoration: underline;
}
.g a {
	color: #fff;
	text-decoration: underline;
}
.g { width: 110px; background: #809ebf; color: #fff; text-decoration: none; padding: 5px; }
.i { background: #d4e0ed; color: #004590; padding: 5px; }



.join_newsletter {
	float: right;
	margin: 10px;
	margin-right: 15px;
	width: 218px;
	background: #9cacc4 url('/imgs/newsletter_bg.jpg') repeat-x;
	border: 1px solid #2c4260;
}

.join_newsletter form {
	float: left;
	margin: 0px;
	padding: 10px;
	width: 196px;
	border: 1px solid #d2d8e1;
}

.frm_newsletter {
	float: left;
	width: 170px;
}

.join_newsletter input, .join_newsletter select {
	margin-top: 2px;
	font-size: 0.9em;
}

.join_title {
	float: left;
	margin-top: -6px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.input_email { 
	float: left;
	width: 190px;
	height: 16px;
	margin-right: 5px;
	border: 1px solid #c3c3c3;
	background: #fff url('/imgs/search_input.jpg') no-repeat;
}

.n_line {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 2px;
}

.input_title {
	float: left;
}

.input_name { 
	float: left;
	width: 190px;
	height: 16px;
	border: 1px solid #c3c3c3;
	background: #fff url('/imgs/fld_name.jpg') no-repeat;
}

.input_company { 
	float: left;
	width: 190px;
	height: 16px;
	border: 1px solid #c3c3c3;
	background: #fff url('/imgs/fld_company_name.jpg') no-repeat;
}

.input_phone { 
	float: left;
	width: 190px;
	height: 16px;
	border: 1px solid #c3c3c3;
	background: #fff url('/imgs/fld_phone.jpg') no-repeat;
}

.input_address {
	float: left;
	width: 190px;
	height: 16px;
	border: 1px solid #c3c3c3;
	background: #fff url('/imgs/fld_your_address.jpg') no-repeat;
}

.input_submit {
	float: left;
	margin-left: 0px;
	margin-right: 120px;
	width: 42px;
	height: 20px;
	text-indent: -300px;
	border: none;
	background: #fff url('/imgs/go.jpg') no-repeat;
}

#proc_submit {
	display: none;
}

.wrapper {
	float: left;
}

.latest_news {
	float: left;
	margin: 10px 0px 0px 15px;
	width: 218px;
	height: 205px;
	font-size: 1.3em;
	border: 1px solid #034486;
	overflow: hidden;
}

.latest_news h2 {
	float: left;
	margin: 1px;
	width: 206px;
	height: 30px;
	padding-right: 10px;
	text-align: right; 
	background: url('/imgs/latest-news.png');
}

.footer {
	margin: 0px;
	float: left;
	margin-top: 10px;
	padding-top: 7px;
	width: 100%;
	height: 20px;
	background: #cad6e3;
	border-top: 1px solid #b3bec9;
	border-bottom: 1px solid #b3bec9;	
	text-align: center;
	list-style: none;
}

.footer li {
	display: inline;
	margin-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #5d6587;
}

.footer li a {
	text-decoration: none;
	color: #5d6587;
}

.sub_footer {
	margin: 0px;
	float: left;
	width: 100%;
	margin-top: 1px;
	padding-bottom: 5px;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;	
}

.sub_footer ul {
	float: right;
	margin-top: 1px;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 80%;
	background: #fff;
	text-align: center;
	list-style: none;
	border: none;
	margin-right:50px;
}

.sub_footer li {
	display: inline;
	margin-left: 5px;
	padding-right: 5px;
	font-size: 1.1em;
	color: #999999;
	font-weight: bold;
	border-right: 1px solid #b4b4b4;
}

.sub_footer_copyright {
	margin: 0px;
	font-size: 0.85em;
}

.sub_footer li a {
	text-decoration: underline;
	color: #999999;
}

.seofooter {padding:10px; padding-top:20px;}

.seofooter h1 {margin-top:20px; color:#004590; border-bottom:1px dashed #ccc;}
.seofooter h2 {color:#004590;}
.seofooter h3 {color:#004590;}
.seofooter h4 {}

.seofooter p {}

.seofooter a:link {color:#004590;}
.seofooter a:hover {color:red;}
.seofooter a:visited {color:#004590;}
.seofooter a:visited:hover {color:red;}

.archive_link {
	font-weight: bold; color: #034486; font-size: 0.8em; text-decoration: underline;
}

.archive_span {
	float: left; padding: 4px; padding-top: 0px; height: 22px; margin: 1px; margin-top: -1px; width: 208px; padding-bottom: 2px; background: #d6d6d6;
}

#scrollup {
	position: relative; margin-top: 32px; overflow: hidden; height: 150px; width: 275px;
}

.headline {
	position: absolute; margin-top: -5px; top: 210px; left: 1px; height: 70px; width: 216px;
}

.alt_colour_light {
	float: left; margin-top: 1px; height: 72px; background: #d4e0ec;
}

.alt_colour_dark {
	float: left; height: 75px; background: #a8c0da;
}

.news_image {
	float: left; margin: 5px; margin-top: 0px;
}

.news_title {
	float: left; font-weight: bold; width: 101px; font-size: 0.9em; margin-top: 5px; color: #034486;
}

.news_date {
	float: right; margin-top: 5px; margin-right: 8px; font-size: 0.8em; color: #808080;
}

.news_text {
	float: left; width: 180px; height: 30px; margin-top: -5px; font-size: 0.8em; padding-left: 35px; padding-bottom: 15px; margin-bottom: 5px; border-bottom: 1px dashed #034486;
}

	#slideshow {
		float: left;
		margin-left: 1px;
		width: 217px;
		overflow: hidden;
		margin-left: 0px;
		height: 150px;
	}
	.slide {
		float: left;
		background: #fff;
	}					
	.slide p {
		float: left;
		margin-left: 1px;
		width: 216px;
		height: 30px;
		margin-top: -30px;
		background: #000;
		opacity: 0.7;
		filter: alpha(opacity=70);						
	}
	.slide h2 {
		position: relative;
		width: 200px;
		font-size: 1.2em;
		height: 50px;
		margin-left: 5px;
		margin-top: -35px;
	}
	.slide img {
		float: left;
	}
	.control {
		display: none;
	}	
	.ex_image {
		width: 218px;
		height: 149px;			
	}

.location {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px;
	width: 170px;
	border: 1px solid #034486;
}

.location_text {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px;
	width: 265px;
	height: 120px;
	font-size: 1em;
}

.location p {
	float: left;
	margin-top: -30px;
	margin-bottom: -10px;
	width: 100%;
	height: 30px;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);	
}

.location h2 {
	position: relative;
	top: 110px;
	margin: 0px;
	margin-top: -27px;
	padding: 0px;
	color: #fff;
	padding-top: 5px;
	font-size: 1.0em;
	width: 163px;
	padding-left: 7px;
}

.location h2 a {
	/*color: #000;*/
	color: #fff;
	text-decoration: none;
}

.lo_image {
	float: left;
	width: 170px;
	height: 110px;
}
	
.filter {
	float: left;
	width: 100%;
	border: 1px solid #fff;
	border-bottom: none;
	background: #a8c0da;
	color: #003d7e;
	font-weight: bold;
	font-size: 1.1em;
}

.filter td {
	padding-left: 5px;
}

.filter input {
	font-size: 0.8em;
}

.filter select {
	font-size: 0.8em;
	width: 330px;
}

.selects select { margin-bottom: -5px; }

.submit_filter {
	border: none;
	width: 71px;
	height: 20px;
	background: url('/imgs/filter.jpg');
}

.all_courses {
	float: left;
	width: 100%;
	padding: 0px;
	padding-right: 1px;
	border: 1px solid #034486;
}

.all_courses td {
	padding-left: 5px;
	height: 25px;
	border: 1px solid #fff;
	border-bottom: none;
	border-right: none;
}

.all_courses a {
	color: #003d7e;
	text-decoration: none;
}

.all_courses a:hover {
	color: #003d7e;
	text-decoration: underline;
}

.q {
	background: #003d7e;
	color: #fff;
}

.v {
	background: #ccdae9;
	color: #003d7e;
}

.m {
	background: #a8c0da;
	color: #003d7e;
}

.archived_news {
	float: left;
	width: 450px;
}

.archived_news img {
	float: left;
	margin: 10px;
}

.archived_news a {
	float: left;
	margin-top: 11px;
	width: 380px;
}

.archived_news b {
	float: right;
	font-weight: normal;
	padding-top: 11px;
}

.archived_news p {
	float: left;
	padding-top: 11px;
	width: 400px;
}

.archived_item {
	float: left;
	margin-top: -1px;
	padding-right: 10px;
}

.contact {
	float: left;
	margin-top: -5px;
	font-weight: bold;
	margin-left: 0px;
	border: 1px solid #034486;
	padding: 1px;
	width: 460px;
	color: #000;
}

.contact img {
	float: right;
}

.contact td {
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.contact input, textarea {
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

.book_course_light {
	background: #708fb0;
}

.book_course_dark {
	background: #708fb0;
}

.cr {
	background: #99b5d3;
}

.ct {
	background: #a8c0da;
}

.cy {
	background: #ccdae9;
}

.cb {
	background: #d4e0ec;
}

.contact_error {
	padding: 5px;
	background: #FFE1E1;
	color: #F00;
	margin-bottom: 10px;
	border: 1px solid #FF9595;
}

.contact_error p {
	color: #F00;
	text-decoration: underline;
}

.contact_success {
	float: left;
	padding: 5px;
	width: 450px;
	height: 15px;
	text-align: center;
	font-weight: bold;
	background: #cedded;
	color: #F00;
	margin-bottom: 10px;
	border: 1px solid #034486;
}

.asterix {
	color: #f00;
}

.book {
	float: left;
	font-weight: bold;
	margin-left: 0px;
	border: 1px solid #034486;
	padding: 1px;
	width: 370px;
	color: #000;
}

.book td {
	padding-left: 5px;
	height: 25px;
}

.book_error {
	float: left;
	margin-top: 5px;
	padding: 5px;
	background: #FFE1E1;
	color: #F00;
	margin-bottom: 10px;
	border: 1px solid #FF9595;
}

.book_error p {
	color: #F00;
	text-decoration: underline;
}

.book input, .book select, .book textarea {
	font-size: 1em;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

.acf {
	background: #a8c0da;
	color: #034486;
	font-weight: bold;
}

.acf select {
	margin-left: 5px;
	font-size: 0.9em;
}

.accredited {
	float: left;
	margin-top: 8px;
	margin-left: 10px;
	width: 220px;
}

.accredited img {
	margin-bottom: 0px;
}

.specific_news_item {
	float: left; width: 490px; margin-top: 10px;
}

.specific_news_item a {
	text-decoration: none;
	cursor: pointer;
}

.specific_news_item h3 {
	float: left;
	margin-top: 0px;
	width: 445px;
	padding: 3px;
	background: #eaeaea;
}

.specific_news_item p {
	float: left;
	width: 430px;
	padding-left: 3px;
}

.specific_news_item a:hover {
	text-decoration: underline;
}

.specific_news_item h1 {
	float: left;
	width: 350px;
	padding-left: 3px;
	font-size: 1.2em;
}

.specific_news_item b {
	float: right;
	padding-right: 3px;
	width: 100px;
}

.small_form {
	float: left;
	margin: 0px;
	padding: 0px;
}

.small_form input {
	float: left;
}

.ipod_table td { border: none; }
.ipod_link { wdith: 32px; }
.avail_table td { border: none; }
.course_info_key { float: right; color: #fff; margin-right: 5px; font-weight: normal; font-size: 0.85em; }

.optimization { float: left; text-align: center; width: 245px; } 
	.optimization a { float: left; margin: 0px 0px 5px 0px; width: 100%; color: #003d7e; }
	
.lines_open { float: right; text-align: center; margin-top:10px; }
	.lines_open strong { float: left; width: 100%; color: #003d7e; }

.enquire-btn { float: right; margin-bottom: -5px; }

/* MISC */
.hide { display: none;}
pre { font-size: 12px;}

/* PAGINATION LINKS */
#pagination { margin:15px; padding:0; list-style-type:none; font-size: 14px;}
#pagination li { display:inline; margin:0 5px 0 0; padding:0;}
#pagination li.active { background:none;}
#pagination li.active a { background:none; text-decoration:none; color:#000; }

/* TICKER */
#tickerWrapper { border: 1px solid #197b30; width:100%; height:28px; margin-bottom:5px;}
#ticker { height:28px; background:url(/imgs/ticker-bg.png) repeat-x; margin:0 1px;}
	#ticker p { margin-left:8px; text-align:center;}
	#ticker a { color:#333; line-height:28px; outline:none; text-decoration:none; font-weight:bold; font-size:13px;}
	#ticker a:hover { text-decoration:underline;}
	
/* BLOG */
#blog .post { margin-bottom:15px; border-bottom:1px solid #ccc; padding:10px 10px 0 10px; background:#d4e0ec; width:450px; overflow:none;}
	#blog .post img { float:right; margin-right:-15px; margin-top:-5px;}
	#blog .post h2 { margin:0 0 10px 0; padding:0;}
	#blog .post p { margin:0 0 10px 0; padding:0;}
	#blog .post .readmore { background:url(/imgs/icons/arrow_right.png) no-repeat; padding-left:20px;}
	#blog .post .date { float:right; color:#aaa;}
#blog .odd { background:#e6e6e6;}
#blog a:hover { text-decoration:none;}

#blog_pagination { padding:0; margin:0; list-style-type:none; font-size:14px;}
	#blog_pagination li { 
		display:inline; border:1px solid #80a2c8; background:#80a2c8; padding:5px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	#blog_pagination li:hover { background:#004590; border-color:#004590;}
	#blog_pagination li.active { background:#004590; border-color:#004590;}
		#blog_pagination li.active a { text-decoration:none; color:#fff;}
		#blog_pagination li a { padding:0; margin:0; color:#fff;}
		#blog_pagination li a:hover { text-decoration:none;}

/* SOFTSKILLS CALENDAR */
#FullCourseDetails { margin:0 10px 15px 10px;}
	#FullCourseDetails div { overflow:auto; background:#8eca4b; padding:15px 15px 0 15px; margin:0 0 5px 0; color:#000;}
		#FullCourseDetails div h1,#FullCourseDetails div h2,#FullCourseDetails div h3,#FullCourseDetails div h4,#FullCourseDetails div h5,#FullCourseDetails div h6,#FullCourseDetails div p { margin:0; padding:0 0 15px 0;}
		#FullCourseDetails div table { border-collapse: collapse; margin:0 0 15px 0;}
		#FullCourseDetails div table tr td { background:#fff; padding:5px;}
	#FullCourseDetails #InHouse { display: none;}
	#FullCourseDetails #Public { display: none;}
	#FullCourseDetails #OneToOne { display: none;}
	#FullCourseDetails #Closed { display: none;}
	#FullCourseDetails .book_link,
	#FullCourseDetails .enquire_link { float:left; margin-right: 10px;}
	#booking_options  { width:500px;}
	#booking_options td {}
p.flash_ok { padding:5px; margin:10px 15px;}

/* CALENDAR 1 */
.best_price_guarantee { text-align:center; font-size:18px; float:left; width:683px; border:2px solid #fff568; margin:10px 0 10px 10px; padding:10px; background:#fff799;}
	.best_price_guarantee a { color:#ff0000; font-weight:bold;}
	.best_price_guarantee a:hover { text-decoration:none;}

/* SEO FOOTERS */
#seo_footer_left { width:45%; float:left; color:#034486; padding-left:10px;}
#seo_footer_right { width:45%; float:right; color:#034486;}
	#seo_footer_right ul { list-style-type:none; margin:0; padding:0;}
		#seo_footer_right ul li { margin-bottom:10px;}
	#seo_footer_right a {color:#034486; border-bottom:1px solid #034486; text-decoration:none;}
	#seo_footer_right a:hover { border-bottom:1px solid #fff;}

/* BREADCRUMBS */
#breadcrumbs { float:left; width:100%; padding:10px 10px 5px 15px; margin:0; list-style-type:none;}
#breadcrumbs li { float:left; margin-right:10px;}
	#breadcrumbs li.first { padding-left:0;}
	#breadcrumbs li span { margin-right:5px;}
	#breadcrumbs li a:hover { text-decoration:none;}


/*
	Stylesheet just for the PPC campaign
*/

.ppc { float: left; width: 720px; color: #034486; margin-top: 5px; }
.ppc h1 { margin: 10px; font-size: 2.2em; width: 700px; line-height: 1.1em;}
.ppc h2 { margin: 11px; margin-top: -11px; font-size: 1.7em; }
.ppc b { color: #f00; }
.ipod { float: right; margin-right: 0px; margin-top: -50px; }
.ppc ul { float: left; margin: 0px 0px 10px 0px; width: 410px; font-size: 1.5em; color: #000; list-style-position:inside; list-style-image: url('/imgs/tick.jpg'); }
.ppc li { margin: 0px 0 4px 15px;  padding: 0px 0px 0px 0px; width: 100%; }
.ppc h3 { margin: 0px; padding: 0px; color: #fff; font-size: 1.7em; font-weight: normal; text-align: center; width: 100%; }
.ppc h3.sub { font-size: 1.45em;}
.ppc h4 { margin: 0px; padding: 0px; color: #fff; font-size: 1em; font-weight: normal; text-align: center; width: 100%; }
.browse { float: left; padding-top: 10px; width: 713px; height: 86px; background: url('/imgs/browse.jpg'); }
.wide_overflow { float: left; margin-top: 10px; }
.wide_overflow h2 { margin: 0px; margin-left: 1px; padding: 0px; }

