/* -----------------------------------------------
Global Styles - Screen
----------------------------------------------- */


/*\*/
* html div {
height: 1%;
}
/* */

body {
	background: #b4cde3 url(../img/background/body_bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	}
	
#container {
	margin: 0 auto;
	width: 960px;
	padding: 0;
	}
	
#header {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../img/background/header_bg2.jpg) no-repeat top left;
	height: 241px;
	margin: 0;
	padding: 0;
	}
	
img#fta_logo {
	float: left;
	border: none;
	position: relative;
	top: 42px;
	left: 34px;
	margin: 0;
	padding: 0;
	}
	
.clearer {
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 0px;
}


	
/* -----------------------------------------------
Primary Navigation
----------------------------------------------- */
#navigation {
	float: right;
	margin: 25px 0 0 0;
	}
	
#navigation ul {
	list-style-type: none;
	}
	
#navigation li {
	color: #fff;
	font: 13px Arial, Helvetica, sans-serif;
	float: left;
	line-height: 34px;
	}
	
#navigation li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0 10px;
	border-right: 1px solid #1a5892;
	outline: none;
	}

#navigation li a:hover {
	text-decoration: underline;
	}
			
#navigation li.last_item a {
	border-right: none;
	padding-right: 0;
	}
	
#navigation li.selected_nav a {
	font-size: 15px;
	text-decoration: underline;
	}
	
/* used for dropped course calender sub nav, hidden short term incase required in the future */	
#navigation li a.sub_nav {
	font-size: 11px;
	border: none;
	line-height: 13px;
	padding: 0 23px 0 12px;
	margin: 0 0 0 15px;
	position: relative;
	top: -8px;
	background: url(../img/background/sub_nav_arrow.gif) no-repeat;
	outline: none;
	}
	
	
/* Headline */
	
#header h1 {
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	clear: right;
	width: 550px;
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	text-align: right;
	padding: 0;
	}
	
#header h3 {
	font-size: 16px;
	font-weight: normal;
	width: 550px;
	color: #FFFFFF;
	float: right;
	margin: 80px 0 0 0;
	text-align: right;
	padding: 0;
	}
	
#header h3 strong {
	font-weight: bold;
	}

#header #randomImage {
	float: left;
	margin: -2px 0 0 20px;
	padding: 0;
}

#header #randomImage img {
	padding: 0;
	margin: 0 auto;
	outline: none;
	border: none;
	display: block;
}


/* -----------------------------------------------
Sidebar (Left Column)
----------------------------------------------- */
#page_content {
	}

#sidebar {
	float: left;
	width: 385px;
	background: #6c9bc2 url(../img/background/sidebar_top_bg.gif) no-repeat top;
	clear: left;
	margin: 0;
	padding: 0;
	}
	


	
#sidebar_inner {
	padding: 14px 0 98px 0;
	background: url(../img/background/sidebar_lower_bg.gif) no-repeat bottom;
	margin: 0;
	}
	
img#sidebar_feature {
	margin: 0 auto;
	display: block;
	padding: 0;
	}
	
/*  Course List */
#course_list {
	width: 342px;
	margin: 0 auto 0 auto;
	background: #78a3c7 url(../img/background/course_list_top_bg2.gif) no-repeat top;
	padding: 0;
	}
	
#course_list_inner {
	background: url(../img/background/course_list_lower_bg.gif) no-repeat bottom;
	padding: 10px 0 3px 0;
	margin: 0;
	}
	
#course_list_inner ul {
	width: 323px;
	margin: 0 auto;
	padding: 0;
	}

#course_list_inner a {
	color: #DAE6F0;
	text-decoration: none;
	}
	
#course_list_inner a:hover {
	color: #523443;
	text-decoration: none;
	}
	
#course_list_inner li {
	background: url(../img/background/course_bg2.gif) no-repeat top;
	list-style-type: none;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	display: block;
	height: 16px;
	width: 270px;
	margin: 0 0 8px 0;
	padding: 6px 0 0 53px;
	}
	
/* Manually selected highlighted course */
#course_list_inner li.highlighted_course {
	background-position: bottom;
	color: #004181;
	}
	
#course_list_inner li.highlighted_course a {
	color: #000;
	}
	
/* These hover styles are ignored in IE6 */
#course_list_inner li:hover {
	background: url(../img/background/course_bg2.gif) no-repeat bottom;
	color: #004181;
	}
	
#course_list_inner li:hover a {
	color: #000;
	}
	
/* -----------------------------------------------
Primary Content (Right Column)
----------------------------------------------- */
#primary_content {
	float: right;
	width: 547px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #355477;
	margin: 60px 0 0 0;
	padding: 0;
	}
	
#primary_content h1 {
	font-size: 23px;
	font-weight: normal;
	color: #a90000;
	margin: 0 0 10px 0;
	padding: 0;
	}

#primary_content h2 {
	font-size: 19px;
	font-weight: normal;
	color: #a90000;
	margin: 0 0 6px 0;
	}

#primary_content p {
	margin: 0 0 6px 0;
	}

#primary_content li {
	list-style-type: disc;
	margin: 0;
	line-height: 1.5;
	}
	
#primary_content ul ul li {
	list-style-type: circle;
	margin: 0;
	}
	
#primary_content li ul li{
	list-style-type: circle;
	list-style-type: 
	margin: 0;
	}
	
#primary_content a {
	color: #000000;
	}

/* Text Callouts */	
.callout_text {
	font-size: 140%;
	}
#primary_content blockquote {
}

	
.text_feature {
	float: right;
	width: 133px;
	background: #a5b6cb url(../img/background/callout_top_bg.gif) no-repeat 10px 10px;
	margin: 4px 0 10px 15px;
	padding: 25px 16px 17px 25px;
	}
	
.text_feature_inner {
	background: url(../img/background/callout_lower_bg.gif) no-repeat bottom right;
	}
	
.text_feature p {
	color: #042c4d;
	font: italic 14px "Trebuchet MS", Arial, sans-serif;
	}
	
/* Mini Columns */
.mini_column_container {
	border-top: 1px solid #7fa8cb;
	margin-top: 15px;
	padding-top: 10px;
	}
	
.mini_column {
	float: left;
	width: 48%;
	margin-right: 10px;
	}
	
/* -----------------------------------------------
Footer
----------------------------------------------- */
#footer {	
	clear: both;
	background: #4079ac url(../img/background/footer_bg.gif) repeat-x top;
	height: 50px;
	margin: 0;
	padding: 0;
	}
	
#footer_inner {
	width: 960px;
	margin: 0 auto;
	color:  #fff;
	font: 10px Arial, Helvetica, sans-serif;
	padding: 30px 0 0 0;
	}
	
#footer_inner a {
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}
	
#footer_inner p {
	margin: 0;
	padding: 0;
	}
	
#copyright {
	float: left;
	}
	
#footer_links {
	float: right;
	}
	



/* form styles */

form {
width: 500px;
margin: 20px auto;
padding: 5px;
background-color: #6C9BC2;
border: 1px solid #004F90;
color: #004F90;
}

form p {
	clear: left;
	margin: 2px 0;
	padding: 2px 0;
	color: #004F90;
}

#aboutyou label, #coursedetails label, #techniques label, #trainerdetail label, #register label {
	float: left;
	width: 150px;
	margin: 0 5px 0 0;
	color: #004F90;
}

#dataprotection label {
	margin: 0 5px 0 0;
	color: #004F90;
}

form #aboutyou input, form #aboutyou select, form #coursedetails input, form #coursedetails select,
form #techniques input, form #techniques select, form #trainerdetail input, #trainerdetail select
 {
width: 300px;
padding: 0 0 0 2px;
border: 1px solid #004F90;
background-color: #fff;
color: #004F90;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
}

form #aboutyou textarea, form #coursedetails textarea, form #techniques textarea, form #trainerdetail textarea {
	width: 300px;
	padding: 0 0 0 2px;
	border: 1px solid #004F90;
	background-color: #fff;
	color: #004F90;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

fieldset {
background-color: #D7E4EE;
border: 1px solid #004F90;
margin: 10px 0;
padding-left: 5px;
color: #483C2A;
}

legend {
color: #004F91;
background-color: #fff;
border: 1px solid #004F90;
font-weight: bold;
font-size: 90%;
padding: 2px;
}

#buttons {
border: 0;
padding: 0;
background-color: transparent;
}

#send {
	float: right;
	color: #004F90;
}

#clearform {
	float: left;
	color: #004F90;
}

.text_feature p a {
	color: #042c4d;
	font: italic 14px "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
}

.quote_feature {
	background: #a5b6cb url(../img/background/callout_top_bg.gif) no-repeat 10px 10px;
	margin: 4px 0 10px 15px;
	padding: 25px 16px 17px 25px;
}

.quote_feature_inner {

	background: url(../img/background/callout_lower_bg.gif) no-repeat bottom right;
}

.quote_feature blockquote {


	color: #042c4d;
	font: italic 14px "Trebuchet MS", Arial, sans-serif;
}

blockquote .quomark {
	display: none;
}

.signoff {
	font-weight: lighter;
	color: #A90000;
}

.required {
	font-size: 150%;
	font-weight: bold;
	color: #F00;
	margin: 0px;
	padding: 0 5px 0 0;
	float: right;
}

#required p span {
	font-size: 150%;
	font-weight: bold;
	color: #F00;
	margin: 0px;
	padding: 0;
}

.exercise {
	background-color: #84ACCE;
	margin: 0;
	padding: 5px;
	color: #444;
}

.print {
	background: url(../img/background/print.gif) no-repeat left 50%;
	padding: 0 0 0 23px;
	height: 22px;
}
