/* Right Track CSS */

/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,label,ul,ol,dl,fieldset,address {margin:1em 0em;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
h2 {line-height: 20px;}

/* Structure */
#top_wrapper {
  background-color: #FFF;
  background-image: url(../images/body_shadow.gif);
  background-position: left top;
  background-repeat: repeat-y;
  font-size: 62.5%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  width: 740px;
}

#bottom_wrapper {
  background-color: transparent;
  background-image: url(../images/footer_shadow.gif);
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 62.5%;
  height: 35px;
  margin: 0 auto 20px auto;
  padding-top: 10px;
  text-align: left;
  width: 780px;
}

#header {
  height: 221px;
  margin-bottom: 10px;
  width: 740px;
}

#lhp {
  float: left;
  width: 160px;
}
#lhp ul#navigation  {
 font-family: Arial, Helvetica, sans-serif;
 margin: 0;
 padding: 0;
 text-align: left;
 list-style-type: none;
}
#lhp ul#navigation li a {
  background-color: #F2F2F2;
  background-image: url(../images/nav_bg.gif);
  background-position: left top;
  background-repeat: repeat-x;
  border-right: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
  color: #000;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  height: 23px;
  margin: 1px 0 0 0;
  padding: 6px 0 0 10px;
  text-decoration: none;
  width: 149px;
}
#lhp ul#navigation li a:hover {
  border-left: 5px solid #00456B;
  padding: 6px 0 0 5px;
}
#lhp ul#navigation li.active a {
  border-left: 5px solid #00456B;
  padding: 6px 0 0 5px;
}
#lhp #training_scheme_logos {
  margin: 20px 0 10px 0;
  width: 160px;
}

#homepage_center_container {
  float: right;
  margin: 0 10px 10px;
  width: 380px;
  text-align: left;
}

#center_container {
  float: right;
  margin: 0 10px 10px;
  width: 560px;
  text-align: left;
}

#rhp {float: right; width: 180px; background-color: #FFF;}
#rhp #courses_container {
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 10px;
  position: relative;
  width: 179px;
}
#rhp #courses_container dl#courses  {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 5px 0 5px;
  padding: 0;
  text-align: left;
}
#rhp #courses_container dl#courses dt {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  padding-top: 10px;
}
#rhp #courses_container dl#courses dd {
  background-image: url(../images/course_bullet.gif);
  background-repeat: no-repeat;
  background-position: 0 9px;
  font-size: 1.1em;
  list-style-type: none;
  padding: 3px 0 3px 10px;
}

.module { }
h2.module_title {
  margin: 0;
  padding: 0;
  position: relative;
}
.module ul {
  margin: 0 5px;
  padding: 0;
  list-style-type: none;
}
.module ul li {
  clear: both;
  margin: 10px 0 0 0;
}
.module ul li p {margin-top: 0; font-size: 1.1em;}
.module ul li p.title {
  font-weight: bold;
  margin-bottom: 0;
}
.module#hp_news {
  background-color: #F8F8F8;
  float: left;
  margin: 0 10px 0 0;
  width: 180px;
}
.module#hp_nvq_training {
  background-color: #F8F8F8;
  float: right;
  margin: 0 0 0 10px;
  width: 180px;
}
.module p.read_more {
  margin-top: -11px;
}

#footer {
  background-color: #AE103C;
  border-top: 2px solid #00456B;
  float: left;
  height: 30px;
  width: 740px;
}
ul#footer_nav {
  margin: 0.5em 0 0;
  padding: 0;
}
ul#footer_nav li {
  color: #FFF;
  display: inline;
  font-size: 1.1em;
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul#footer_nav li a {
  color: #FFF;
  text-decoration: none;
}
ul#footer_nav li a:hover {text-decoration: underline;}

#bottom_wrapper .company_details {
  color: #363636;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 0 30px;
  text-align: left;
}
#bottom_wrapper .company_details a {
  text-decoration: underline;
  color: #363636;
}
#bottom_wrapper .company_details a:hover {text-decoration: none;}

#user_form {
  width: 385px;
  float: left;
  margin-right: 10px;
}
#order_form {
  width: 560px;
  float: left;
}
#order_form td {padding:0 5px;}
.order_form_border {border: 1px solid #D4D4D4;}
#order_form p {margin-top: 5px; margin-bottom: 5px;}
#order_form .quantity_controls {
  font-size: 1.8em;
  font-weight: bold;
}
#order_form .quantity_controls a{
  color: #000;
  text-decoration: none;
}
#address_details{
  width: 550px;
  float: left;
  margin-right: 10px;
}
#address_details h5{
  margin: 0px;
}

#terms_conditions_wrapper {
  font-size: 62.5%;
  margin: 10px auto;
  padding: 0 10px;
}

.button_red {
  color: #FFF;
  border: solid 1px #AE103C;
  background-color: #AE103C;
  cursor: pointer;
}
.form_text {
  text-align: left;
  font-size: 1.2em;
}
.red_asterix {
  color: #FF0000;
  font-weight: bold;
}
#company_information {
  width: 155px;
  float: right;
  padding: 4px;
  border: 1px solid #AE103C;
}

#company_information .map {
  text-align: center;
  margin: 0;
}

#faq_list li {font-size: 1.3em; margin: 5px 10px 5px 30px;}
#faq_answers h3 {margin: 25px 0 -0.7em 0;}

.news_item {width: 560px; border-bottom: 1px dashed #C1C1C1; margin-bottom: 10px;}
.news_item h2 {margin: 0 0 -8px 0;}
.news_item p.date {font-weight: bold; font-size: 1.1em; margin-bottom: -12px;}

.client_list {width: 560px; border-bottom: 1px dashed #C1C1C1; margin-bottom: 10px;}
.client_list h2 {margin: 0;}

.learning_resources_list {width: 560px; border-bottom: 1px dashed #C1C1C1; margin-bottom: 10px;}
.learning_resources_list h2 {margin: 0;}
h1.learning_resource_cat {font-size: 20px; margin: 0 0 -10px 0;}

.careers_item {width: 560px; border-bottom: 1px dashed #C1C1C1; margin-bottom: 10px; padding-bottom: 5px;}
.careers_item h2 {margin: 0 0 10px 0;}
.careers_item p.field_title {margin: 0; font-weight: bold; text-align: right;}
.careers_item p {margin: 0;}
.careers_item ul {list-style-type: square; margin: 10px 0 0 25px;}
.careers_item li {font-size: 1.2em; margin: 0 0 10px 0px;}
.careers_item .vertical_padding_fix {padding: 2px 0;} /* Fix to counter valign="top" for multiple line content table cells */

#breadcrumbs_container {width: 550px; padding-left: 10px; margin: 10px 0 0 0; height: 20px; text-align: left; font-size: 1.1em; border-top: 1px solid #C1C1C1; border-bottom: 1px solid #C1C1C1;}
#search_container {width: 550px; padding-left: 10px; margin: 0; border-bottom: 1px solid #C1C1C1;}
#search_container p {text-align: left; font-size: 1.1em; margin: 0; padding: 0;}
#search_container input {font-size: 1.1em;}
#search_container .search_arrow {margin-bottom: -3px;}

.intro_paragraph {width: 560px; margin: 0 0 10px 0;}

.course_sector_container {width: 250px; float: left; display: inline; margin: 0px 10px 20px 20px}
.course_sector_container .sector_image {width: 82px; height: 82px; margin-right: 8px; float: left; height: auto !important; /* for modern browsers */  height: 110px; /* for IE5.x and IE6 */  min-height: 110px; /* for modern browsers */}
.course_sector_container .sector_description {width: 160px; float: right;}
.course_sector_container .sector_description h5 {margin: 0;}
.course_sector_container .sector_description p {margin-top : 0;}

#courses .course_listings_container {width: 560px; padding-top: 5px; border-bottom: 1px solid #CACACA;}
#courses .course_listings_container .days_image {width: 42px; float: left; padding-left: 6px; padding-bottom: 5px; margin-right: 6px;}
#courses .course_listings_container .course_overview {width: 506px; float: right;}
#courses .course_listings_container .course_overview h2 {margin: 0px;}
#courses ul {list-style-type: square; margin-top: 0; margin-left: 15px;}
#courses li {font-size: 1.2em; margin: 0 0 10px 0px;}

#courses #course_details {width: 560px; margin-bottom: 10px;}
#courses #course_details h2 {margin: 0; padding: 0; vertical-align: middle;}
#courses #course_details p.field_title {margin: 0; font-weight: bold; text-align: right;}
#courses #course_details p {margin: 0;}
#courses #course_details ul {list-style-type: square; margin: 10px 0 0 25px;}
#courses #course_details li {font-size: 1.2em; margin: 0 0 10px 0px;}
#courses #course_details .vertical_padding_fix {padding: 2px 0;} /* Fix to counter valign="top" for multiple line content table cells */
#courses #course_details #course_dates_box_out { float:right; width:200px; margin: 0 0 10px 10px; border-left: 1px solid #d4d4d4; border-bottom: 1px solid #d4d4d4; border-right: 1px solid #d4d4d4; padding-bottom: 10px; background-color:#FFF; font-size:1.1em; }
#course_dates_box_out td {border-bottom: none; border-top: none;}

/*#nvq_search_container {padding: 0 20px; margin: 0 0 10px 0; background-color:#F8F8F8; border: 1px solid #C1C1C1;}
#nvq_search_container .nvq_search_arrow {margin-bottom: -2px;}*/

.bg_grey {background-color: #F3F3F3;}
.bg_grey td {border-bottom: 1px solid #CACACA; border-top: 1px solid #CACACA;}
.bg_white {background-color: #FFFFFF;}
.bg_white td {border-bottom: 1px solid #CACACA; border-top: 1px solid #CACACA;}
.bg_grey_order {background-color: #F3F3F3;}
.bg_grey_order td {border: 1px solid #FFF;}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
}


/* Theme */
body {
  background-color: #FFF;
  color: #323232;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 100.01%;
  line-height: 1.0em;
}

a {color: #00456B;}
a:link, a:visited {text-decoration: underline;}
a:hover, a:active {text-decoration: none;}

h1, h2, h3, h4, h5, h6 {
  color: #AE103C;
  font-weight: bold;
  text-align: left;
}
h1 { font-size:1.8em; margin: 0;}
h2 { font-size:1.7em;}
h3 { font-size:1.5em;}
h4 { font-size:1.4em;}
h5 { font-size:1.2em;}
h6 { font-size:1.0em;}

ul {list-style-type: square;}
li {text-align: left;}

#center_container ul {margin-left: 20px; list-style-type: square;}
#center_container li {text-align: left; font-size: 1.2em;}

hr {color:#AE103C; border-color:#AE103C;}

p {
  font-size: 1.2em;
}
p.intro {
	overflow: auto;
  font-weight: bold;
  font-size: 1.3em;
}

.img_right {float: right;  margin: 2px 0 5px 10px;}
.img_left {float: left; margin: 2px 10px 5px 0;}

.img_right_border {float: right; margin: 0 0 5px 10px; padding: 2px; border: 1px solid #A3AAA8;}
.img_left_border {float: left; margin: 0 10px 5px 0; padding: 2px; border: 1px solid #A3AAA8;}
.img_border {padding: 2px; border: 1px solid #A3AAA8;}

.box_out_left {float:left; width:30%; padding:10px; margin:0px 20px 10px 0px; background-color:#E8B7C5; font-size:1.1em; }
.box_out_right {float:right; width:30%; padding:10px; margin:0px 0px 10px 20px; background-color:#E8B7C5; font-size:1.1em; }
.box_out { padding:10px; margin:10px 10px; background-color:#E8B7C5;}

.notice {padding: 15px; margin: 10px 0px; background-color: #B9D8E9; border: 1px solid #00456B; color: #000; font-size: 1.2em; line-height: 1.5em; }

.error { color: red; font-family: arial; font-size: 12px; font-weight: bold; }
.rightAdviceLk {
	margin: 10px 0 0 0;
	padding: 0;
}