@charset "UTF-8";

/*****************************
** MAIN CONTAINERS FOR SITE **
*****************************/
html {
	height: 101%;	
}
body {
	height: 101%;	
	font-size: 62.5%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #000000;
	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: #333;
	background-image: url(../images/wttl-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColFixHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0px 20px 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}




/*******************
** HEADER STYLING **
*******************/
.thrColFixHdr #container #header { 
	height: 242px;
	background-image: url(../images/banners/home-banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
} 
/* deal with banners for different sections */
.thrColFixHdr #container #header.introduction-to-wttl-courses,
.thrColFixHdr #container #header.licence-aquisition-young-driver,
.thrColFixHdr #container #header.driver-development,
.thrColFixHdr #container #header.nvq,
.thrColFixHdr #container #header.driver-cpc-national-international,
.thrColFixHdr #container #header.management-development,
.thrColFixHdr #container #header.frequently-asked-questions-faqs { background-image: url(../images/banners/our-courses-banner.jpg); }
.thrColFixHdr #container #header.wttl-course-dates { background-image: url(../images/banners/course-dates-banner.jpg); }
.thrColFixHdr #container #header.news { background-image: url(../images/banners/news-banner.jpg); }
.thrColFixHdr #container #header.employer-group { background-image: url(../images/banners/employment-group-banner.jpg); }
.thrColFixHdr #container #header.support-service { background-image:url(../images/banners/support-service-banner.jpg); }
.thrColFixHdr #container #header.about-us, .thrColFixHdr #container #header.testimonials { background-image: url(../images/banners/about-us-banner.jpg); }
.thrColFixHdr #container #header.contact-us { background-image: url(../images/banners/contact-us-banner.jpg); }
.thrColFixHdr #container #header.case-studies { background-image: url(../images/banners/case-studies-banner.jpg); }

.thrColFixHdr #container #header span#telephone {
	float: right;
	width: 200px;
	color: #FFF;
	font-size: 2.5em;
	margin: 180px 15px 0px 0px;
	padding: 0px;
	display: block;
	text-align: right;
}

.thrColFixHdr #container #header img {
	float: left;
	margin: 20px 0px 0px 15px;
	border: none;
}

.thrColFixHdr #container #header ul {
		margin: 5px 0px 0px 10px;
		height: 27px;
		padding: 0px;
		list-style-type: none;
		width: 960px;
		float: left;
		font-size: 1.3em;
	}
	
.thrColFixHdr #container #header ul li {		
		float: left;
		text-align: center;
		margin: 0px;
		padding: 0px;
		color: #FFFFFF;
		letter-spacing: 0.01em;		
	}
	
.thrColFixHdr #container #header ul li a:link,
.thrColFixHdr #container #header ul li a:active,
.thrColFixHdr #container #header ul li a:visited {	
		text-decoration: none;
		color: #FFF;
		padding: 0px 15px;
		line-height: 27px;
		margin: 0px;
		display: block;
	}
.thrColFixHdr #container #header ul li a:hover,
.thrColFixHdr #container #header ul li a.current {
		background-color: #FFFFFF;
		color: #F00;
		text-decoration: none;
	}
.thrColFixHdr #container #header ul li a:hover {
	background-color: #EEE;	
}




/******************
** LEFT SIDE BAR **
******************/
.thrColFixHdr #container #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 19px 19px 19px 0px;
	}
.thrColFixHdr #container #sidebar1 img {
	margin: 0px 0px 10px 19px;
	padding: 0px;
	}
.thrColFixHdr #container #sidebar1 img#cpc {
	border: 1px solid #999;	
	}

.thrColFixHdr #container #sidebar1 h1 {
	font-size: 1.8em;
	line-height: 1em;
	margin: 0px auto 19px 19px;
	padding: 0px;
	}

.thrColFixHdr #container #sidebar1 p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: auto auto 10px 19px;
	color: #333;
	}
	
.thrColFixHdr #container #sidebar1 p a.redLink {
	font-size: 1em;
	margin-left: 0px;
	color: #F00;
}
	
.thrColFixHdr #container #sidebar1 a:hover {
	border-bottom: 1px dashed #999;
	}

.thrColFixHdr #container #sidebar1 ul {
	margin: 0px;
	padding: 0px;
	width: 176px;
	list-style-type: none;
	border-top: 1px solid #999;
	font-size: 1.2em;
	line-height: 1.5em;
	}
.thrColFixHdr #container #sidebar1 ul li ul,
.thrColFixHdr #container #sidebar1 ul li ul li {
	border-top: none;
	border-bottom: none;
	font-size: 0.95em;
	margin-left: 10px;
	}
.thrColFixHdr #container #sidebar1 ul li {
	margin: 0px;
	padding: 3px 0px 3px 5px;
	border-bottom: 1px solid #999;
	}
.thrColFixHdr #container #sidebar1 ul li a:link,
.thrColFixHdr #container #sidebar1 ul li a:active,
.thrColFixHdr #container #sidebar1 ul li a:visited {
	color: #666;
	text-decoration: none;
	border: none;
	padding-left: 15px;
	display: block;
	}
.thrColFixHdr #container #sidebar1 ul li a:hover,
.thrColFixHdr #container #sidebar1 ul li a.current {
	color: #F00;
	text-decoration: none;
	border: none;	
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	}




/*******************
** RIGHT SIDE BAR **
*******************/
.thrColFixHdr #container #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 197px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 19px 0px 19px 19px;
	padding: 0px;
}

.thrColFixHdr #container #sidebar2 a:link#enews,
.thrColFixHdr #container #sidebar2 a:active#enews,
.thrColFixHdr #container #sidebar2 a:visited#enews {
	background-color: #F00;
	color: #FFF;
	font-size: 1.8em;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	}
.thrColFixHdr #container #sidebar2 a:hover#enews {
	background-color: #900;
	}

.thrColFixHdr #container #sidebar2 div#news {
	margin: 20px 0px 0px 0px;
	padding: 10px;
	background-image: url(../images/wttl-news-background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #999;	
	}

.thrColFixHdr #container #sidebar2 div#news h2 {
	font-size: 1.6em;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	letter-spacing: 0.05em;
	}

.thrColFixHdr #container #sidebar2 div#news ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

.thrColFixHdr #container #sidebar2 div#news ul li h3 {
	font-weight: bold;
	font-size: 1.2em;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}
.thrColFixHdr #container #sidebar2 div#news ul li h3 a:link,
.thrColFixHdr #container #sidebar2 div#news ul li h3 a:active,
.thrColFixHdr #container #sidebar2 div#news ul li h3 a:visited {
	text-decoration: none;
	color: #333;
}
.thrColFixHdr #container #sidebar2 div#news ul li h3 a:hover {
	text-decoration: underline;	
}
	
.thrColFixHdr #container #sidebar2 div#news ul li p {
	font-size: 1em;
	line-height: 1.2em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #333;
	}

.thrColFixHdr #container #sidebar2 a:link.sideButton,
.thrColFixHdr #container #sidebar2 a:active.sideButton,
.thrColFixHdr #container #sidebar2 a:visited.sideButton {
	
	display: block;
	font-size: 1.3em;
	color: #000;
	padding: 5px 10px;
	margin: 10px 0px;
	text-decoration: none;
	border: 1px solid #999;
	}
.thrColFixHdr #container #sidebar2 a:hover.sideButton {
	background-color: #CCC;
	}



/***********************
** MAIN AREA STYLING  **
***********************/
.thrColFixHdr #container #mainContent { 
	float: left;
	width: 520px;
	background-color: #FFF;
	margin: 19px 0px 0px 0px;
	padding: 0px;
	} 

.thrColFixHdr #container #mainContent.notePad {
	background-image: url(../images/testimonials-line.gif);
	background-repeat:repeat-y;
	background-position: top;
	}
	
.thrColFixHdr #container #mainContent p.testimonials {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.6em;
	font-weight: bold;
}
.thrColFixHdr #container #mainContent p.testimonials small em {
	color: #999;	
}

.thrColFixHdr #container #mainContent h1 {
	font-size: 1.8em;
	line-height: 1em;
	margin: 0px auto auto auto;
	padding: 0px;
	}

.thrColFixHdr #container #mainContent a#otherNews {
	float: right;
	color: #333;
	font-size: 1.6em;
}

.thrColFixHdr #container #mainContent h2 {
	font-size: 1.5em;
	line-height: 1em;
	}
	
.thrColFixHdr #container #mainContent h2 a:link,
.thrColFixHdr #container #mainContent h2 a:active,
.thrColFixHdr #container #mainContent h2 a:visited,
.thrColFixHdr #container #mainContent ol#courseDates li a.redLink {
	font-size: 0.8em;
	margin-left: 20px;
	color: #F00;
	}
	
.thrColFixHdr #container #mainContent ol#courseDates li a.redLink {
	font-size: 1.1em;
	margin-left: 0px;
	color: #F00;
	}

.thrColFixHdr #container #mainContent p {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333;
	}
	
.thrColFixHdr #container #mainContent ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

.thrColFixHdr #container #mainContent ol li {
	font-size: 1.1em;
	line-height: 1.5em;
	}
	
.thrColFixHdr #container #mainContent ul,
.unordered-list {
	list-style-type: disc;

	}
.thrColFixHdr #container #mainContent ul li,
.unordered-list li {
	font-size: 1.1em;
	line-height: 1.5em;
	}	

	
.thrColFixHdr #container #mainContent a:link,
.thrColFixHdr #container #mainContent a:active,
.thrColFixHdr #container #mainContent a:visited,
.thrColFixHdr #container #sidebar1 a:link,
.thrColFixHdr #container #sidebar1 a:active,
.thrColFixHdr #container #sidebar1 a:visited,
a.weblink {
	color: #F00;
	text-decoration: none;
	}
.thrColFixHdr #container #mainContent a:hover,
a:hover.weblink {
	border-bottom: 1px dashed #999;
	}


.thrColFixHdr #container #mainContent div#leftSection {
	width: 200px;	
	float: left;	
}
.thrColFixHdr #container #mainContent div#rightSection {
	width: 280px;
	float: left;
}

.thrColFixHdr #container #mainContent #leftList {
	width: 220px;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}
.thrColFixHdr #container #mainContent #leftList ol {
	list-style-image: url(../images/tick.png);		
	margin-left: 15px;
}

.thrColFixHdr #container #mainContent #rightList {
	width: 240px;
	float: left;
}
.thrColFixHdr #container #mainContent #rightList ol {
	list-style-image:url(../images/cross.png);	
	margin-left: 15px;
}


form { 	
	font-size: 0.9em;
	margin: 10px; 
}
form.contact { width: 520px; margin: 0px; padding: 0px; }

fieldset { border-top:1px solid #CCC;border-left:1px solid #CCC; }
legend { font-size: 1.6em; padding: 0px 10px; font-weight: bold; }

label { 
	width: 25%;
	float: left; 
	clear: left;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	padding: 0 5px 0 0;
	margin: 3px;
}
form.contact label { width: 55px; }
input { float: left; padding:0; margin:1px 10px 0 0;}
textarea { width: 450px; height: 100px; }
form div {
	float: left;
	display: block;
	margin: 0px 10px 0px 0px;
	text-align: left;
}
form.contact select,
form.contact select option { padding: 0px 0px 0px 0px; }
form img,
form a {
	float: right;	
}
form input[type=submit].button {
	float: right;
	color: #FFF;
	background-color: #999;
	padding: 2px 10px;
}
form input[type=image] { float: right; }
form br { clear: both; }
p.message {
	font-weight: normal;
	color: #F00;
	padding: 5px;
	border: 1px solid red;
}
table.noborder { border-right: none; }

.thrColFixHdr #container #mainContent ol#courseDates {
	list-style-type: none;
	border-top: 1px solid #999;
	}
.thrColFixHdr #container #mainContent ol#courseDates li {
	border-bottom: 1px solid #999;
	padding: 3px 0px;
	}
.thrColFixHdr #container #mainContent ol#courseDates li span {
	float: right;
	}
.thrColFixHdr #container #mainContent ol#courseDates li span.worldDomination {
	float: none;
	}	

.thrColFixHdr #container #mainContent div.newsArticle {
	margin: 0px;
	padding: 0px;
	}
.thrColFixHdr #container #mainContent div.newsArticle h2,
.newsHeading {
	margin: 0px 0px 0px 0px;
	}
.thrColFixHdr #container #mainContent div.newsArticle p.date {
	margin: 0px;
	padding: 0px;
	}
.thrColFixHdr #container #mainContent div.newsArticle img {
	float: right;
	margin: 0px 0px 20px 20px;
	}
.thrColFixHdr #container #mainContent hr {
	border: none;
	height: 1px;
	background-color: #999;
	}
	
.thrColFixHdr #container #mainContent table.paging {
	font-size: 1.3em;	
	width: 100%;
	text-align: center;
}

.thrColFixHdr #container #mainContent table.tabData {
	width: 300px;
	font-size: 1.1em;
	border-collapse: collapse;
	border-top: 1px solid #CCC;
}

.thrColFixHdr #container #mainContent table.tabData tr:hover {
	background-color: #EEEEEE;	
}

.thrColFixHdr #container #mainContent table.tabData tr td a {
	font-size: 1.1em;
	margin-left: 0px;
	color: #F00;
}

.thrColFixHdr #container #mainContent table.tabData tr td {	
	border-bottom: 1px solid #CCC;
	padding: 5px 10px;
}


.thrColFixHdr #container #mainContent div.faq h3 {
	margin-bottom: 0px;	
}
.thrColFixHdr #container #mainContent div.faq p {
	margin-top: 0px;
}





/****************************
** FOOTER STYLING FOR SITE **
****************************/
.thrColFixHdr ul#footer { 
	width: 960px;
	margin: 10px auto;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	} 
.thrColFixHdr ul#footer li {
	float: left;
	color: #FFF;
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0px 20px 0px 0px;
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}

.thrColFixHdr ul#footer li a:link,
.thrColFixHdr ul#footer li a:active,
.thrColFixHdr ul#footer li a:visited {
	text-decoration: none;
	color: #FFF;
	}
.thrColFixHdr ul#footer li a:hover {
	text-decoration: underline;	
	}






/**************************
** ADMIN STYLING SECTION **
**************************/
.thrColFixHdr #container.admin #mainContent {
	width: 900px;
	padding: 10px 30px;
}

.thrColFixHdr #container.admin #mainContent h1 {
	border-bottom: 1px solid #999;	
}

.thrColFixHdr #container.admin #mainContent p {
	width: 65%;
}


.thrColFixHdr #container.admin #mainContent table {
	font-size: 1.1em;		
}
.thrColFixHdr #container.admin #mainContent table.borders tr th,
.thrColFixHdr #container.admin #mainContent table.borders tr td {
	padding: 5px 20px 5px 5px;	
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.thrColFixHdr #container.admin #mainContent a { border: none; }
.thrColFixHdr #container.admin #mainContent a:hover { border: none; text-decoration:underline; }






/**********************
** GENERICAL STYLING **
**********************/
.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;
}

#preview{
	position:absolute;
	margin-top: -200px;
	border:2px solid #000;
	background:#FFF;
	padding:0px;
	display:none;
	color:#fff;
}

table.WADAResultsTable tbody tr.WADAResultsRowDark td.WADAResultsTableCell {
	padding: auto;
	margin: 0px 0px 5px 0px;
	font-size: 1em;
	line-height: 1em;
}

span.worldDomination {
	color: #3e57b3;	
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;	
}

