/* CSS Document */

html {
	display:block;
	height:100%;
}

 body {
   margin:0;
   padding:0;
   height:100%;
   display:block;
font-size:100%;
}

#container {
   min-height:100%;
   position:absolute;
   width:100%;
   display:block;
   
}

#header {
	height:208px;
	background:url('../img/header_rev_05.jpg') repeat-x left bottom;
	z-index:100
}

#header-wrap {
	width:960px;
	height:208px;
	position:absolute;
	margin-left:50%;
	left:-480px;
}

#top-nav {
	width:740px;
	height:158px;
	float:right;
}

#top-nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#top-nav li {
	float:left;
	display:block;
	width:120px;
height:130px;
	margin:0;
	padding:0;
	text-align:center;
}

#top-nav li a:link, #top-nav li a:visited {
display:block;
padding:135px 0 0 0;
color:white;
font-family: Helvetica, Arial, sans-serif;
font-size:11px;

}

#top-nav li a:hover {
color:#fcb813;
text-decoration:none;
}

/* icons swaps for top-nav defined here */

a.news-link:link, a.news-link:visited {
	background:url('../img/news_icon.jpg') no-repeat top center;
}

a.news-link:hover {
	background:url('../img/news_icon_ovr.jpg') no-repeat top center;
}

a.org-search:link, a.org-search:visited {
	background:url('../img/flticon.jpg') no-repeat top center;
}

a.org-search:hover {
	background:url('../img/flticon_on.jpg') no-repeat top center;
}

a.faq-link:link, a.faq-link:visited {
	background:url('../img/faq_icon.jpg') no-repeat top center;
}

a.faq-link:hover {
	background:url('../img/faq_icon_ovr.jpg') no-repeat top center;
}

a.train-link:link, a.train-link:visited {
	background:url('../img/lgvicon.jpg') no-repeat top center;
}

a.train-link:hover {
	background:url('../img/lgvicon_on.jpg') no-repeat top center;
}

a.vacancies-link:link, a.vacancies-link:visited {
	background:url('../img/vacancies_icon.jpg') no-repeat top center;
}

a.vacancies-link:hover {
	background:url('../img/vacancies_icon_ovr.jpg') no-repeat top center;
}

a.events-link:link, a.events-link:visited {
	background:url('../img/events_icon.jpg') no-repeat top center;
}

a.events-link:hover {
	background:url('../img/events_icon_ovr.jpg') no-repeat top center;
}

#logo {
	height:208px;
	width:183px;
	float:left;
}

#nav {
	display:block;
	width:769px;
	float:left;
	position:relative;
	top:0px;
	height:48px;
}

#body-wrap {
	width:960px;
	display:block;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;

	
}

#body-image {
	margin:0;
	padding:0;
}

#ajax-feed {
	background: url('../img/blu_trans.png') repeat;
	display: block;
	width: 280px;
	height: 276px;
	float:left;
	position:relative;
	margin-top:-296px;
	z-index:1000;
overflow:hidden;
padding:10px;
}

#content {
	padding-bottom:116px;
	background:#f4f3eb;
}

#top-shadow {
	background:url('../img/rtitb_08.jpg') repeat-x left;
	height:10px
}

#col1 {
	width:175px;
	float:left;
	background:#f4f3eb;
	
}

#intro {
	width:660px;
	float:left;
	background:#f4f3eb;
	padding-bottom:116px;
}

#col2, #intro {
	border-left:1px solid #c4c5c7; border-right:1px solid #c4c5c7; border-top:0px solid #c4c5c7; border-bottom:1px solid #c4c5c7; width:658px;
	float:left;
	background:#f4f3eb;
	padding-bottom:116px;

}

#col2-sub {
	width:482px;
	float:left;
	border-left:1px dotted #CCCCCC;
}

#col3 {
	width:300px;
	float:left;
	height:100%;
}

.overview {
	width:325px;
	float:left;
}

.vert-divider {
	width:10px;
	float:left;
	height:220px;
	background:url('../img/vert-divider.png') no-repeat center;
	text-align:center
}

.horiz-divider {
	width:100%;
	height:3px;
	float:left;
	text-align:center;
	background:url('../img/horiz-divider.jpg') no-repeat center;
}

.static-link {
	width:300px;
	height:60px;
	float:left;
	background:url('../img/rtitb_12.jpg') no-repeat top;
}

#r-col-shadow {
	width:300px;
	height:100px;
	background:url('../img/shadow_07.jpg') no-repeat top left;
	float:left
}

#footer-bg {
	position:absolute;
	height:108px;
	width:100%;
	background:url('../img/rtitb_15.jpg') repeat-x top left;
	bottom:40px;
	display:block
}

#footer-wrap {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

.footer-link {
	width: 192px;
	height: 85px;
	margin:0;
	float:left;
	background:url('../img/footer-divider.jpg') no-repeat top right;
}

.footer-link-last {
	width: 192px;
	height: 98px;
	margin:0;
	float:left;
} 

/* text styles */

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:22px;
	color:#1d2172;
	letter-spacing:-1px;
	word-spacing: -1px;
	margin: 10px 10px 10px 20px;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#444;
	letter-spacing:-1px;
	word-spacing: 1px;
	margin: 10px 10px 10px 20px;

clear:both;
}

#text-obj h2 {
	margin: 0 7px;
padding:0;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#1d2172;
	margin: 5px 10px 5px 10px;
}

#col2 h3 {
        margin: 5px 10px 5px 20px;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#246;
	margin: 5px 10px 10px 20px;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#333;
	line-height:18px;
	margin: 10px 20px 10px 20px;
}

a:link, a:visited {
	color:#1d2172;
	text-decoration:none;
}

a:hover {
	color:#fcb813;
	text-decoration:underline;
}

#nav ul {
	list-style:none;
	margin:1px 0 0 0;
	float:right;
}

#nav li {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:48px;
	display:inline;
}

#nav a:link, #nav a:visited {
	padding:15px 30px;
	color:#000;
	text-decoration:none;
	float:left;
}

#nav li a:hover, #nav li a.current {
	background:url('../img/nav-bg_03.gif') repeat-x left;
}

#col1 ul {
	list-style-type:none;
	float: left;
	width: 175px;
	margin:0px 0;
	padding:0;
}

#col1 li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	width:175px;
	height:35px;
	background:url('../img/square.gif') no-repeat left center;
}

#col1 li a:link, #col1 li a:visited {
	color:#333;
	text-decoration:none;
	font-weight:normal;
	display:block;
	height:35px;
	line-height:35px;
	background:url('../img/square.gif') no-repeat left center;
	border-bottom:1px dotted #ccc;; padding-left:25px; padding-right:0; padding-top:0; padding-bottom:0
}

#col1 li a:hover {
	color:#fff;
	background:#1d2172 url('../img/square-ovr.gif') no-repeat left center;
}

.static-link p {
	font-size:11px;
	line-height:10.5px;
	margin: 0px 0 0 10px;
}

.static-link a:link, .static-link a:visited {
	color:#333;
	text-decoration:none;
}

.static-link a:hover {
	color:#1d2172;
	text-decoration:underline;
}

.static-link img {
	float:right;
	margin:8px 5px 5px 5px;
}

#footer-wrap p {
	font-size:11px;
	line-height:normal;
	margin: 0px 10px 10px 10px;
	color:white;
}

#footer-wrap h4 {
	color:#FFCC00;
	margin: 5px 10px 2px 10px;
}

.footer-link p a:link, .footer-link p a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.footer-link p a:hover {
	color:#fcb813;
}

.footer-link-last p a:link, .footer-link-last p a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.footer-link-last p a:hover {
	color:#fcb813;
}

.links-box {
	float:right;
	display:block;
	width:150px;
	padding:5px 0;
	margin:0 20px 10px 10px;
	border:1px solid #d0cfd3;
	-moz-border-radius:5px;
	background: #e7e5dc;
}

#content #col2 .links-box ul {
	padding:0;
	list-style-image:url('../img/links_list.gif'); 
	background:none;
	border:medium none;; margin-left:25px; margin-right:10px; margin-top:5px; margin-bottom:5px
}

#content #col2 .links-box li {
	margin:5px 0;
	font-size:10px;

}

.modules-box {
	float:left;
	display:block;
	width:440px;
	padding:0;
	margin:0 20px 10px 20px;
	border:1px solid #cdcfd4;
	-moz-border-radius:5px;
    background:#f6f5ee;
}

#col2 #col2-sub .modules-box ul {
	list-style-image:url('../img/links_list.gif');
    border:medium none;
	background:#f6f5ee; margin-left:25px; margin-right:10px; margin-top:5px; margin-bottom:5px; padding-left:20px; padding-right:0; padding-top:5px; padding-bottom:5px
}


.modules-box li {
	margin:5px 0;
	font-size:10px;
}

.pdf-box {
display:block;
width:140px;
float: right;
clear:both;
background:white;
border:1px solid #d3d3d3;
margin:0px 20px;
padding: 5px;
text-align:center;
-moz-border-radius:5px;
}

#col2 .pdf-box a {
font-size:10px;
line-height:13px;
color:#1d2172;
text-decoration:none;
}

.links-table {
	width:620px;
	margin:0 20px;
	border:1px #ccc solid;
-moz-border-radius:3px;
background:#f6f5ee;
}

.links-table th {
	background-color:#ffcc00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	padding:5px 0;
	text-transform:uppercase;
-moz-border-radius:3px;
border:1px solid #ffaa00;
}


.links-table td {
	width:50%;
	text-align:center;
	background:white;
-moz-border-radius:3px;
border:1px solid #ddd;
}

#links-table td p {
	padding:0; margin:2px 0;
}

#course-dates-table {
	width:95%;
	margin:0 0 10px 0;
	border:1px #ccc solid;
float:left;
-moz-border-radius:3px;
}

#course-dates-table th {
	background-color:#1d2172;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	padding:5px 0;
	text-transform:uppercase;
-moz-border-radius:3px;
}

#course-dates-table th h4 {
margin:0 5px;
color:#ffcc00;
}

#course-dates-table th h6 {
margin:0 5px;
font-size:10px;
color:white;
}

#course-dates-table td {
	text-align:left;
	background:#f6f5ee;
border:1px solid #ddd;
-moz-border-radius:3px;
}

#course-dates-table td p {
	padding:0; margin:2px 0;
}

#col2 #col2-sub ul, #col2 ul.focus {
	color:#1d2172;
	list-style-image:url('../img/square.gif');
	border:1px solid #cdcfd4;
	-moz-border-radius:5px;
	background:#e7e8eb;
	margin: 0 20px;
        padding:0 25px;
}

#col2 #col2-sub ul li, #col2 li.focus2 {
	margin: 5px 20px 5px 0;
	padding:3px 0;
	font-size:12px;
}

#col2 #col2-sub ol {
	color:#1d2172;
	border:1px solid #cdcfd4;
	-moz-border-radius:5px;
	background:#fff;
	margin: 0 20px;
        padding:5px 25px;
}

#col2 #col2-sub ol li {
	margin: 5px 20px 5px 10px;
	padding:0;
	font-size:12px;
        color:#000;
}

#col2 legend {
font-size:16px;
font-weight:bolder;
letter-spacing:-0.8px;
color:#1d2172;
}

#col2 .large-list ul, .large-list ul {
	color:#1d2172;
	list-style-image:url('../img/square.gif');
	border:1px solid #cdcfd4;
	-moz-border-radius:5px;
	background:#e7e8eb;
	margin: 0 20px;
        padding:0 25px;
}


#col2 .large-list li, .large-list li {
	margin: 5px 20px 5px 0;
	padding:3px 0;
	font-size:12px;
}


/* Publications styles start here */

#intro {
	text-align:left;
}

#order-wrap {
	display:block;
	width:640px;
	margin:0 auto;
	
}

#order-nav {
	display:block;
	width:660px;
	height:25px;
}

#order-nav ul {
	margin:5px 5px 0 5px;
	padding:0;
	list-style-type:none;
	width:660px;
z-index:1000;
}

#order-nav li {
	display:block;
	float:left;
	width:110px;
	height:25px;
	text-align:center;
}

#order-nav li a:link, #order-nav li a:visited {
	font-family:Helvetica, Arial, Sans-serif;
	font-size:12px;
	color:#FFCD05;
	text-decoration:none;
	display:block;
	width:110px;
	height:25px;
	line-height:26px;
	background:url('../img/pub_tab_01.gif') no-repeat center;
}

#order-nav li a:hover, #order-nav li a:active {
	background:url('../img/pub_tab_02.gif') no-repeat center;
	color:#2B2B6E;
}

#form-wrap {
	border-left:1px solid #ccc; border-right:1px solid #ccc; border-top:0px solid #ccc; border-bottom:1px solid #ccc; text-align:left;
background:#fff;
-moz-border-radius:5px;
float:left;
margin-bottom:10px; padding-left:4px; padding-right:0px; padding-top:0; padding-bottom:10px
}

#input {
	text-align:center;
	margin-top:15px;
}

#form-wrap h2 {
border:1px solid #ff9900;
border-width:1px 1px 1px 1px;
-moz-border-radius:5px;
	margin:0 0 5px -4px;
	padding:0 0 0 5px;
background:#ffcc00;
display:block;
width:633px;
height:25px;
line-height:25px;
}

.training {
display:block;
}

.marking {
display:none;
}



.accessories {
display:none;
}

.visual {

display:none;
}

.other {
display:none;
}

/* item styles */

.item-wrap {
	border:1px #ccc solid;
	-moz-border-radius:3px;
	display:block;
	width:615px;
	padding:5px;
	margin:2px 2px 5px 2px;
	float:left;
}

.item-img {
margin:5px 5px 5px 0;
float:left;
}

.item-img img {
	border:1px #eef solid;
	width:100px;
	height:100px;
}

.item-title {
	margin:0 0 5px 0;
}

.item-title h4 {
	margin:0 5px;
	padding:0;
	text-align:left;
	font-family:Helvetica, Arial, Sans-serif;
	font-size:14px;
	color:#1d2172;
}

.item-desc p {
	margin:10px 10px 0 0;
	padding:0;
	font-family:Helvetica, Arial, Sans-serif;
	font-size:12px;
line-height:normal;
	color:#666;
width:390px;
float:left;
}

.prod-det-link {
margin:0;
width:110px;
float:right;
clear:right;
}

.item-price p {
	margin:0 5px 0 0;
	padding:10px 0 5px 0px;
	font-family:Helvetica, Arial, Sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
	float:left;	
}

.purchase-item {
float:none;
margin:5px 0;
width:110px;
float:right;
clear:right;
}

#buttons {
width:100%;
display:block;
clear:both;

}

#form-wrap #buttons input {
	margin:5px 0 0 0;
	width:65px;
	height:20px;
	line-height:12px;
	font-size:12px;
	color:#fff;
	background-color:#1d2172;
}	

.channel-wrap {
padding:10px;
display:block;
width:210px;
background:#fff;
border:1px solid #ccc;
margin:20px 10px -15px 5px;
float:right;
clear:both;
-moz-border-radius:5px;
}

.img-wrap {
width:230px;
float:right;
clear:both;
margin:20px 10px -15px 5px;
}

.channel-wrap p {
margin:0;
padding:0;
font-size:11px;
line-height:14px;
}


#col2 .channel-wrap h3 {
padding:0;

margin:0;
}

.add_cart {
border:none;
margin:0;
padding:0;
}

#text-obj {
width:325px;
float:right;
text-align:left;
}

div#News a img {
display:none;
}

#col2 form#PublicationsForm {
margin:0 auto;
}

.formRow {
clear:both;
}

.formRow.even img {
border:1px solid e7e7e7;
margin:5px;
}

.formRow.even, .formRow.odd {
height:135px;
}

.formRow.even {
background:#f1f1f1;
}

#inst-qual-table {
padding:5px;
}

#inst-qual-table td, #nors-stats-tbl td, #inst-qual-table th {
background:#fff;
border:1px solid #ccc;
-moz-border-radius:5px;
}

#contact-nos {
width:400px;
padding:2px 2px;
margin-left:10px;
}

#contact-nos td, #contact-nos th  {
background:#fff;
border:1px solid #ccc;
-moz-border-radius:5px;
}

#contact-nos td p {
font-size:11px;
line-height:12px;
}

#terms p {
width:800px;
clear:both;
text-align:center;
margin:0 auto;
line-height:15px;
padding:20px 0px 10px 0px;
font-size:11px;
}

.rtitb-blue {
color: #ffcc00;
font-weight:boldest;
margin:0 2px;
}

a img {
border:none;
}

#cs-signup p {
margin: 5px 0;
}

#col2 p#trail, #col2-sub p#trail {
border-left:0px solid #0096FF; border-right:1px solid #0096FF; border-top:1px solid #0096FF; border-bottom:1px solid #0096FF; background:#1d2172; -moz-border-radius:5px;
color:white;
font-size:11px;
}

#col2 p#trail a:link, #col2 p#trail a:visited, #col2-sub p#trail a:link, #col2-sub p#trail a:visited {
background:#fcb813;
padding: 5px 10px;
margin:0;
-moz-border-radius:5px;
color: #1d2172;
border: 1px solid #ff8800;
font-weight:lighter;
font-size:11px;
}

#col2 p#trail a:hover, #col2-sub p#trail a:hover {
background:#1d2172;
color: #C9E9FF;
text-decoration:none;
border: 1px solid #0096FF;
}

#content p#trail {
border-left:0px solid #0096FF; border-right:1px solid #0096FF; border-top:1px solid #0096FF; border-bottom:1px solid #0096FF; background:#1d2172; -moz-border-radius:5px;
color:white;
font-size:11px;
}

#content  p#trail a:link, #content p#trail a:visited { 
background:#fcb813;
padding: 5px 10px;
margin:0;
-moz-border-radius:5px;
color: #1d2172;
border: 1px solid #ff8800;
font-weight:lighter;
font-size:11px;
}

#content p#trail a:hover {
background:#1d2172;
color: #C9E9FF;
text-decoration:none;
border: 1px solid #0096FF;
}


/* Instructor Course Search */

#train-details {
margin:10px 10px 0 10px;
padding:20px 10px 20px 0;
background:white;
-moz-border-radius:5px;
border:1px solid #e7e7e7;
clear:both;
}

img.geo-map {
float:right;
margin:-60px 0 0 0;
padding:0;
}

#train-details h1 {
border-left:0px solid #a1a1a1; border-right:0px solid #a1a1a1; border-top:0px solid #a1a1a1; border-bottom:1px solid #a1a1a1; clear:both;
padding-bottom:10px;
margin-bottom:0;

}

h2.company{
float:left;
clear:both;
}

h2.town {
float:right;
clear:none;
color:#1d2172;
}

#train-details p {
clear:both;
}

/* CPC search styles */

#col2 ul {
padding:0 10px;
}

*:first-child+html #col2 ul {
   padding:0px; 
}


#col2 #col1 ul {
padding:0;
}

#col2 li.m_1, #col2 li.m_2 {
float:left;
margin:0 8px ;
list-style-type:none;
font-size:0;
}

#col2 li.m_1 a:link, #col2 li.m_1 a:visited {
display:block;
width:300px;
height:300px;
background:url('../img/courseFinder/regSearch_off.jpg') no-repeat center center;
}

#col2 li.m_1 a:hover {
background:url('../img/courseFinder/regSearch_on.jpg') no-repeat center center;
}

#col2 li.m_2 a:link, #col2 li.m_2 a:visited {
display:block;
width:300px;
height:300px;
background:url('../img/courseFinder/pcSearch_off.jpg') no-repeat center center;
}

#col2 li.m_2 a:hover {
background:url('../img/courseFinder/pcSearch_on.jpg') no-repeat center center;
}

#col2 td.email a:link, #col2 td.email a:visited {
background:url('../img/courseFinder/email_icon.png') no-repeat center center;
}

/* Region based results */

#col2 table.results-region {
width:635px;
border:1px solid #c0c0c0;
margin:0 12px;
background:white;
-moz-border-radius:10px;
}

#col2 table.results-region th {
text-align:left;
color:#1d2172;
height:30px;
font-size:14px;
letter-spacing:-1px;
}

#col2 table.results-region td {
text-align:left;
font-size:11px;
background:white;
padding:3px;
height:10px;
}

#col2 table td.start {
text-align:center;
}

#col2 table td.end {
text-align:center;
}

#col2 table.results-region tr.alt td {
background:#f3f3f3;
}

#col2 table.results-region td.company {
font-weight:bold;
}

/*Postcode based results */

#col2 table.results-postcode {
width:635px;
border:1px solid #c0c0c0;
margin:0 12px;
background:white;
-moz-border-radius:10px;
}

#col2 table.results-postcode th {
text-align:left;
color:#1d2172;
height:30px;
font-size:14px;
letter-spacing:-1px;
}

#col2 table.results-postcode td {
text-align:left;
font-size:11px;
background:white;
padding:3px;
}

#col2 table.results-postcode tr.alt td {
background:#f3f3f3;
}

#col2 table.results-postcode td.distance {
text-align:center;
}

#col2 table.results-postcode td.company {
font-weight:bold;
}

#col2-sub #sitemap ul {
border:0px;
background:none;
}

#col2-sub #sitemap ul li {
font-size:16px;
font-weight:bold;
}

#col2-sub #sitemap ul ul li {
font-size:14px;
font-weight:normal;
text-transform: Uppercase;
}

#col2-sub #sitemap ul ul ul li {
font-size:11px;
font-weight:normal;
text-transform: Capitalize;
}

p.noresults {
color:red; font-weight:bold;
}

/* courseSearch2010 styles */
#accordion {width:590px; margin:5px auto}
.accordion {width:590px; font:12px Verdana,Arial; color:#033}
.accordion dt {width:570px; border:2px solid #9ac1c9; padding:8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(../img/header.gif)}
.accordion dt:hover {background:url(../img/header_over.gif); border: 2px solid #ffcc33;}
.accordion dd {overflow:hidden; background:#fff; margin:0;}
.accordion span {display:block; width:425px; border:2px solid #9ac1c9; border-top:none; padding:15px}
.accordion dd tr {background:white;}
.courseSelect {vertical-align:top;}
.courseSelect input {margin:5px;}

/* Vacancies */
.vacancy_wrap {border: 1px solid rgb(228, 228, 228); padding: 5px; margin: 10px; background:white;}

.rtitb_vacancy_wrap {border: 1px solid rgb(228, 228, 228); padding: 5px; margin: 10px; background:#e4edf6 url(../img/rtitb_vac_bg.jpg) bottom right no-repeat; }

#fontControl {
float:right;
clear:none;
margin:5px 10px 0 0;
}

.media-table {
margin:0 auto; width:640px;
}

.media-table p {
font-size:10px;
}

.media-table td {
border: 1px solid #aaa; margin:2px; background:white; width:160px;
}

/* RSS feed */

div.gfc-resultsHeader {
font-size:20px;
font-weight:bold;
}

div.gfc-resultsHeader div.gfc-title {
color:#E2DFEE;
}

div.gfc-results {
color:white;
line-height:18px;
font-size:12px;
}

.gf-result div.gf-snippet {
border-bottom: 1px dotted white;
padding-bottom:5px;
}

div.gfc-result a {
color:#fcb813;
font-weight:normal;
font-size:16px;
line-height:14px;
}

div.gfc-result a:hover {
text-decoration:underline;	
}

div.gfc-result a:visited {
color:orange;
font-weight:normal;
}
