/* CSS Document */

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

a {color: #000066;}
a:visited {color: #000066;}
a:hover {color: #E35118;}
p a img {text-decoration: none; border:none;}

/*Heading styles*/
H1 {
	color: #000000; 
	font-size: 130%;
}
*+html H1 {
	margin-top: 10px;
}
H2 {font-size: 110%; color:#E35118;  margin:20px 0 5px 0;}

* html #pageContent h2 {margin-left: 0px; padding-left: 0;}

/*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 {margin: 18px 0 0 235px;}

#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: 2px solid;*/
}
#primaryNavigation ul li a:visited {color: #FFFFFF;} 
#primaryNavigation ul li a:hover { 
	color: #fa9601;
	/*color: #FF0033; */
}

* html #primaryNavigation ul li a:hover { 
	color: #ffffff;
}
*+html #primaryNavigation ul li a:hover { 
	color: #ffffff;
}

/*Primary Navigation Highlighted*/ 
#primaryNavigation ul #highlighted { 
	color: #fa9601;
}


/********************/
/********************/
/*BREADCRUMBS*/

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

* html .breadcrumbs { 
	margin-left: 260px;
}

.breadcrumbs2 {
	text-align: left;
	font-size: 80%;
	margin-left: 10px;
	margin-bottom: 10px;
}

* html .breadcrumbs2 { 
	margin-left: 5px;
	margin-bottom: 30px;
}

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

#homepageContent {
	margin-left: 0px;
	margin-top: 5px;
}
#pageContent {
	float: left;
	margin-left: 227px;
	padding-right: 0.5em;
	font-size: 85%;
}

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

#homepageContent2 {
	margin-left: 215px;
	margin-top: 5px;
}
#pageContent2 {
	float: left;
	margin-left: 180px;
	padding-right: 0.5em;
	font-size: 85%;
}

* html #pageContent2 {
	margin-left: 90px;
	padding-right: 0.5em;
	width: 75%;
}
/* ----- Hack only for IE 7 ----- */
*+html #pageContent2 {
	width: 70%;
}

.contactusform {
	margin-left: 220px;
}

* html .contactusform {
	width: 70%;
	margin-left: 230px;
}

#footer {
	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 225px;
}

* html #footer {
	margin-left: 230px;
}

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

* html #footer2 {
	margin-left: 5px;
}

/*#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: right;
	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: 100%;}
/* 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:100%; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

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

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

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

#rightImages {
	float:right; 
	margin: 0em 0.5em 1em 0.5em; 
	border-bottom:3px solid #2a1f55; 
	border-top:1px solid #2a1f55; 
	padding:0.15em 0 0.15em 0;
}

/*.textInput,textarea, input{ 
  width:250px;  
  background-color:#FFFFFF;
  border:1px solid #000;
}*/


.inputHighlighted{  /* Highlighting style */
  background-color:#809FFF;
  color: #333333;
  width:250px;
  border:1px solid #000;
}

.formButton {
	border: 1px solid #809FFF; 
	background-color: #BFCFFF; 
	font-size: 100%;
	width: 100px;
	text-align: left;
}
/*
#menu6 {
	position: absolute;
	top: 262px; 
	left: 225px; 
	width: 160px;
	padding-bottom: 40px;
	padding-top: 0px;
}

* html #menu6 {
	top: 253px; 
	left: 180px;
	width: 200px;
}

#menu6 ul {
	padding-left: 0;
	padding-top: 0;
}

#menu6 li {
	list-style: none;
}

#menu6 li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	font: bold 90% arial;
}

* html #menu6 li a {
	font-size: 90%;
}

#menu6 li a:link, #menu6 li a:visited {
	color: #000000;
	display: block;
	background: url("images/menu6.gif");
	padding: 8px 0 0 10px;
}

#menu6 li a:hover, #menu6 li #current, #menu6 li a:active {
	color: #FFFFFF;
	background: url("images/menu6.gif") 0 -32px;
	padding: 8px 0 0 10px;
}
*/
#acore {
	color: #666666;
	margin-top: 10px;
}

#menu6 {
	position: absolute;
	top: 250px; 
	left: 200px; 
	width: 160px;
	padding-bottom: 40px;
	padding-top: 0px;
}

* html #menu6 {
	top: 253px; 
	left: 190px;
	width: 200px;
}

*+html #menu6 {
	top: 263px; 
	left: 200px;
	width: 200px;
}

#menu6 ul
{
	list-style-type: none;
	text-align: left;
}
#menu6 ul li {
	margin-bottom: 5px;
}
#menu6 ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 15px Arial, "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #999;
font-weight: bold;
margin-bottom: 7.5px;
}

#menu6 ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: #ffb444;
}

#menu6 ul li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #000000;
}

table tr td {padding: 5px 0 5px 0;}

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