/* CSS Document */
body {
	background-image: url(/includes/css/images/leftSideBackground.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333; 
}

a {color:#000066;}
a:visited {color:#000066;}
a:hover {color:#E35118;}

/*Heading styles*/
H1 {color: #000000; font-size: 130%;}
H2 {font-size: 110%; color:#E35118;}

/*Top section - IBTraining Logo*/
#top {
	margin: 20px 29px 10px 0px;
}
#ibtLogo {
	float: left;
	margin-left: 245px;
	margin-bottom: 14px;
	/*IE8 hack only*/
	margin-bottom /*\**/: 12px\9;
}
*+html #ibtLogo {
	margin-bottom: 12px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
#ibtLogo {margin-bottom: 4px;}
}
#globalNav {
	float: right;
	font-size: 85%;
}
#globalNav label {
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	color: #D55413;
	font-weight: bold;
}
*+html #globalNav label {
	padding-top: 10px;
}
*+html #globalNav #partner_login {
	margin-bottom: 0;
}
#globalNav input {
	font-size: 100%;
	padding: 0.2em;
}
#globalNav  #quick_links { 
	margin-top: 10px;
}
#globalNav  #quick_links #caption_quicklinks {
	padding-top: 0px;
}
/********************/

/********************/
/********************/
/*Primary Navigation*/
#primaryNavigation {
	background-image: url(/media/wsimages/menu-background.jpg);
	background-repeat: repeat-x;
	height: 58px;
	margin: 20px 0 0 229px;
}
/*IE Only*/
* html #primaryNavigation {
	margin: 0px 0 0 230px;
}
/* ----- Hack only for IE 7 ----- */
*+html #primaryNavigation {
   margin: 0px 0 0 245px; 
}

#primaryNavigation ul {
	margin: 0; 
	padding: 0; 
	padding-top: 12px;
	margin-left: 20px;
}

#primaryNavigation ul li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	height: 58px;
	font-size:90%;
	font-weight: bold;
	padding-left: 10px;
}

#primaryNavigation ul li a {
	color: #FFFFFF; 
	text-decoration: none;
	font-style: normal;
	padding-bottom: 2px;
	/*border-bottom: 1.5px solid;*/
}

#primaryNavigation ul li a:visited {color: #FFFFFF;} 
#primaryNavigation ul li a:hover { 
	color: #fa9601; 
	/*text-decoration: underline;*/
}
/*Primary Navigation Highlighted*/ 
#primaryNavigation ul #highlighted { 
	color: #fa9601;
	/*text-decoration: underline;*/
}
/********************/
/********************/
/*BREADCRUMBS*/

.breadcrumbs {
	text-align: left;
	font-size: 70%;
	padding-top: 15px;
	margin-left: 200px;
	margin-bottom: 10px;
}

/********************/
/********************/

#homepageContent {
	margin-left: 240px;
	margin-top: 5px;
}
#pageContent {
	float: left;
	margin-left: 200px;
	padding-right: 0.5em;
	font-size: 90%;
	/*width: 370px;*/
	width: 40%;
	background-image: url(/images/vertical_dots.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

* html #pageContent {
	margin-left: 100px;
	width: 35%;
	padding-right: 0.5em;
}

#latestNews {
	padding-left: 1em;
	font-size: 80%;
	/*width: 150px;*/
	width: 30%;
	float: left;
	margin-top: 10px;
	border-left:1px solid #CCCCCC;
}

* html #latestNews {
	width: 25%;
	margin-left: 1em;
}

#latestNews H1 {font-size: 125%; padding-top:0; margin-top:0;}
#latestNews H2 {color: #E35118; font-size: 110%; padding-bottom:0; margin-bottom:0;}
#latestNews p {padding:0; margin:2px 0 0 0;}

#footer {
	/*color: #ffb444;*/
	color: #666666;
	background-image: url(/media/logos/NationallyRecognisedTrainin.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 50px;
	font-size: 75%;
	margin: 10px 50px 5px 200px;
}

#footer p {margin: 2px;}

/********************/
/********************/
/*COMMON CSS CLASSES*/
/*stop divs floating*/
.break {clear: both; font-size: 1%;}

/*********************************
 * FORMS
 *********************************/
label, buttons {
	clear: both; 
	float: left; 
	width: 11em; 
	/*margin-right: 0.5em;*/ 
	color: #000000; 
	text-align: left;
	font-weight: normal; 
	font-size: 100%;
}

fieldset {
	padding-top: 0.5em;  
	margin-bottom: 0.5em;  
	padding-bottom: 1em;  
	border: 1px solid #ccc;  
	margin-top: 0.5em; 
	width: 90%;
}
* html fieldset {width: 90%;}
/* these are the labels to the right of checkboxes */
label.checkboxLabel, label.checkboxLabelFixedSize, label.radiobuttonLabel, label.checkboxLabelError {
	float: none;
	margin-right: 0;
	margin-top: 0;
	padding-top: 0;
	text-align: left;
	font-weight: normal;
	display: inline;
	width: auto;
}

/* general checkboxes: should have a margin to line up with other form elements */
.checkboxes, .radioButtons, .indented, .checkboxesError, .excursions {
	border: 0;
	margin-top: 0.1em;
	margin-left: 9.2em;
	margin-bottom:0;
	/*
	IE5x PC mis-implements the box model. 
	*/
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 9.2em;
}
html>body .checkboxes, html>body .checkboxesError, html>body .radioButtons, html>body .indented {
	margin-left: 13em;
}

/* left-aligned checkboxes */
.checkboxLeft, .checkboxLeftError{
	border: 0;
	margin-left: 0;
	margin-bottom: 0;
}

fieldset p { 
	margin-left: 2em;
	margin-top: 0px;
}

fieldset ul{
	margin-top: 0px;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.error, .checkboxLeftError, .checkboxesError, .radioTextFieldError, .radioSelectError {
	background-color: #FFD7D7;
}

label.error, .checkboxLabelError, .checkboxLabelFixedSizeError {
	background-color: transparent;
	color: #FF0000;
}

.radioTextField{
	margin: 0;
	padding: 0;
	display: inline;
}

label.checkboxLabelFixedSize{
	width: 17em;
}

textarea {
	font-size:90%; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.formButton {
	border: 1px solid #a6a9ab; 
	background-color: #CCC; 
	font-size: 100%;
}

input {
	font-size: 90%; 
	padding-left: 0.2em;
}

.alert {
	color: #cc0000;
	font-size:100%;
}

#acore {color: #666666;}

#rssFeed {
	float: right;
}
.anylinkcss a, .anylinkcss a:visited  {color:#FFFFFF;}