/* CSS Document */
html,body{
	height:100%; /* needed for container min-height */
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #FFF;
}
strong{font-weight:bold;}
a {text-decoration: none;
	color: #273995;
}
a:hover {
	color: #5ab83c;
	}
	
acronym {cursor: help; border-bottom: 1px dotted #273995; color: #273995; }
h1 acronym, h2 acronym, h3 acronym, #nav acronym, #snav acronym {border:0}
label acronym {border:0; cursor:default}	
h1, h2, h3, h4, h5, h6 {margin-bottom: 0.3em;}
h1 {
	font-size: 27px;
	color: #5ab83c;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
h2 {
	font-size: 150%;
	color: #273995;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 10px 0px;
	}
	
h3 {
	font-size: 140%;
	color: #273995;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 10px 0px;
	}	
	
h4 {
	font-size: 130%;
	color: #5ab83c;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 5px 0px;
	}
	
h5 {
	font-size: 110%;
	color: #5ab83c;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 10px 0px;
	}			
		
h6 {font-size: 1.1em;}
p {
	margin: 0px;
	}
ul{margin:0px 0px 0px 0px;}
/* ------------- Basic page Structure ------------- */
#container{ /* holds everything */ 
	width:760px;
	}
	
/********** HEADER STYLES *************/
#header {
	width: 760px;
	height: 200px;
	}
	
.accessibility_options {
	display: none;
	}
	
#logo {
	float: left;
	width: 700px;
	}	
	
#welcome {
	width: 700px;
	float: left
	}	
	
	
	
	
/**** END ****/	
/***** CONTENT STYLES ****/
#main_container {
	width: 760px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	position: relative;
	}
	
.introimage {
	display: none;
	}	
	
.banner_home {
	display: none;
	}
	
.banner_about {
	display: none;
	}
	
.banner_faq {
	display: none;
	}
	
.banner_vacancies {
	display: none;
	}
	
.banner_courses {
	display: none;
	}	
	
.banner_training_courses {
	display: none;
	}
	
.banner_nvq {
	height: 10px;
	}			
		
#content_container {
	width: 670px;
	position: relative;
	}
	
#copy p {
	line-height: 150%;
	margin-bottom: 10px;
	}
			
	
	
#copyleft {
	float: left;
	width: 700px;
	font-size: 12px;
	}
	
#copyleft ul {
	margin-bottom: 10px;
	}	
	
#copyleft li {
	list-style-type: disc;
	margin-left: 40px;
	line-height: 150%;
	}
	
		
	
#copyright {
	display: none;
	}	
	
#quicklinks_moduleright {
	display: none;
	}	
	
#studytools_moduleright {
	display: none;
	}	
	
#coursefinder_moduleright {
	display: none;
	}	
	
	
						
	
/**** END ****/
/***** BREADCRUMB STYLES ****/
#breadcrumb {
	display: none;
	}
/**** END ****/
/***** NAVIGATION STYLES ****/
#mainnav {
	display: none;
	}			
/**** END ****/
	
	
.footer {
	display: none;
	}
	
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	}
	
	
.arrowlink {
	background: url(../images/module_link_arrow.gif) 0% 50% no-repeat;
	padding-left: 20px;
	}			
	
.red {
	color: #FF0000;
	}
			
/*********************/
/***** VACANCIES *****/
/*********************/
ul#vaclist li {
	margin: 0 0 5px 20px;
	list-style-type: none;
	background: url(../images/module_link_arrow.gif) 0% 50% no-repeat;
	padding: 0 0 0 15px; 
	}
/****** END ******/	
/*******************/
/***** COURSES *****/
/*******************/
table.course_tbl {
	margin-bottom: 10px;
	}
	
table.course_tbl th {
	background-color: #5ca345;
	border-bottom: 5px solid #FFF;
	padding: 5px;
	font-size: 1.1em;
	color: #FFF;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	}	
	
table.course_tbl td {
	background-color: #eff7ec;
	padding: 5px;
	border-bottom: 5px #FFF solid;
	}	
	
.coursedetail_image {
	display: none;
	}	
	
.coursetitle {
	font-size: 1.8em;
	color: #5aa445;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#courseinfo {
}	
	
#courseinfo p.course_headers {
	color: #5aa445;
	margin: 0px;
	padding: 0px;
	color: #5aa445;
	font-weight: bold;
	}		
/****** END ******/	
	
	