html {
 	font-family:  Arial, Helvetica, "Trebuchet MS", sans-serif;
}

body {
	color: #444;
	/*font-size:13px;*/
	margin-top: 0px;
	background-color: #2F63AB;
	margin-top: 10px;
}

img { border: 0px; }
	
h1 { 
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif; 
	font-size: 150%;
	margin: 8px 0px 9px 0px;
	padding: 0px 0px 0px 0px;
}
h2 { 
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif; 
	font-size: 80%; 
	margin: 8px 0px 9px 0px;
	padding: 0px 0px 0px 0px;
}
h3 { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 80%; 
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*height:36px;*/
	min-height: 53px;
	_height: 53px;
	display: inline;
}
h4 { 
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif; 
	font-size: 60%;
	margin: 8px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
}
h5 { 
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif; 
	font-size: 140%; 
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h6 { 
	background: url(../images/tick.gif) no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 70%; 
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 4px 20px;
}
div#small { 
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif; 
	font-size: 60%; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p {
	font-size: 70%; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul { font-size: 55%; }

/* Globals */
.border { border: 1px solid #000 !important; }
.center { text-align:center; }
.clrb { clear: both; }
.inline { display: inline; }
.left { float: left; }
.right { float: right; }
.size60 { font-size: 60%; }
.size70 { font-size: 70%; }
.size80 { font-size: 80%; }
.size90 { font-size: 90%; }
.size100 { font-size: 100%; }
.size110 { font-size: 110%; }
.hidden { visibility: hidden; }
.none { display: none; }
.bold { font-weight:bold; }
.text_center { text-align: center; }
.black { color: #000; }
.red { color: #FF0000; }
.blue { color:#0066CC; }
.white { color:#FFFFFF; }
.light_grey { color:#CCCCCC; }
.mid_grey { color:#999999; }
.grey { color:#666666; }
.dark_grey { color:#333333; }
.message { color: #FF0000; font-size: 70%; font-weight: bold;}

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

a.blue:link, a.blue:active, a.blue:visited { 
	text-decoration: none; 
	color: #0066CC;
}
a.blue:hover { 
	text-decoration: underline; 
	color: #990000;
}

a.white:link, a.white:active, a.white:visited { 
	text-decoration: none; 
	color: #FFFFFF;
}
a.white:hover { 
	text-decoration: underline; 
	color: #FFFFFF;
}

.dotted_line {
	width: 188px;
	height: 3px;
	background-image: url(../images/dotted_line.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
}

ul#menu {
	text-indent: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#menu li { 
	padding: 4px 4px 4px 20px;
	background: url(../images/tick.gif) no-repeat;
	font-weight:bold;
}

/* Main styles */
div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 688px;
}
div#wrapper div#container_header { 
	width: 688px;
	height: 23px;
	background-image: url(/images/container_header2.gif);
}
div#wrapper div#container {
	width: 638px;
	background: url(/images/container_bckgrd2.gif) top no-repeat #9dcae2;
	padding: 0px 22px 0px 28px;
}
div#wrapper div#container div#left_col {
	float: left;
}
div#panel_top_left {
	width: 412px;
	/*height: 158px;*/
	background-image: url(../images/panel_top_left.gif);
	background-repeat:no-repeat;
	float: left;
}

div#panel_top_left_about {
	width: 612px;
	/*height: 158px;*/
	background-image: url(../images/panel_top_left_about.gif);
	background-repeat:no-repeat;
	float: left;
}


div#panel_top_left div#panel_top_left_content{
	padding: 18px 10px 0 12px;
}
div#panel_top_left div#panel_top_left_footer{
	width: 412px;
	height: 13px;
	background-image: url(../images/panel_top_left_footer.gif);
	background-repeat:no-repeat;
}

div#panel_top_left_about div#panel_top_left_content{
	padding: 18px 10px 0 12px;
}
div#panel_top_left_about div#panel_top_left_footer{
	width: 612px;
	height: 13px;
	background-image: url(../images/panel_top_left_footer_about.gif);
	background-repeat:no-repeat;
}
div.panel_center {
	width: 136px;
	/*height: 136px;*/
	float: left;
	padding-bottom: 4px;
}
div.panel_center div.panel_center_content {
	background-image: url(../images/panel_center.gif);
	/*height: 119px;*/
	padding: 14px 8px 6px 15px;

}
div.panel_center div.min_height {
	/* IE7 & FF respond to this - the div will expand above the min-height */
	min-height: 160px; 
	/* Only IE6 will respond this and the div will still expand. This won't validate. 
	   So its best to import these hacks on a seperate IE6 only style sheet. */
	_height: 160px;
}
div.panel_center div.min_height_low {
	min-height: 200px; 
	_height: 200px; 

}
div.panel_center p.min_height {
	min-height: 70px; 
	_height: 70px; 

}
div.panel_center div.panel_center_content div.panel_center_content_header {
	padding: 0px 0px 0 0px;
	min-height: 68px;
	_height: 68px;
}
div.panel_center div.panel_center_footer {
	width: 136px;
	height: 17px;
	background-image: url(../images/panel_center_footer.gif);
	background-repeat:no-repeat;
}
div#panel_bottom_left {
	width: 412px;
	background-image: url(../images/panel_bottom_left.gif);
	background-repeat:no-repeat;
	float: left;
}
div#panel_bottom_left div#panel_bottom_left_content {
	margin:10px 0 0 0;
	padding: 0 0 0 10px;
}
div#panel_bottom_left div#panel_bottom_left_footer {
	width: 412px;
	height: 10px;
	background-image: url(../images/panel_bottom_left_footer.gif);
	background-repeat:no-repeat;
}
div#wrapper div#container div#right_col {
	float: right;
	width: 220px;
	background-image: url(../images/panel_right.gif);
}
div#wrapper div#container div#right_col div#right_col_content {
	padding: 10px 16px 0 20px;
}
div#wrapper div#container div#right_col div#lsc_logo {
	margin-left:auto;
	margin-right:auto;
	width:140px;
	font-size:100%;
	line-height:18px;
}
div#wrapper div#container div#right_col_footer {
	width: 220px;
	height: 24px;
	background-image: url(../images/panel_right_footer.gif);
}
div#wrapper div#container_footer { 
	width: 688px;
	height: 23px;
	background-image: url(../images/container_footer2.gif);
}

div#wrapper div#textsize_links {
	padding: 2px 0px 6px 15px;
	}
label {
	font-family: "Trebuchet MS";
	font-size: 80%;
}
input.tf {
	width: 300px;
}
div.wide_panel_head {
	width: 631px;
	background: url(/images/wide_panel_head.png) top #fff;
	margin-left: 1px;
}
div.wide_panel_head h1 {
	float: left;
	padding: 20px 0 0 20px;
}
div.wide_panel_head p {
	float: left;
	padding: 1px 0 20px 20px;
	font-weight: bold;
	font-size: 80%;
	width: 510px;
}
div.wide_panel_foot {
	width: 631px;
	background: url(/images/wide_panel_foot.png) top no-repeat;
	height: 14px;
	margin-left: 1px;
	margin-bottom: 10px;
	_margin-bottom: 7px;
}
img.logo_icon {
	float: right;
	padding: 27px 25px 0 0;
}
div.wide_content_head {
	background: url(/images/wide_content_head.png) top #fff no-repeat;
	width: 600px;
	margin: 0 0 0 6px;
	padding: 5px 10px 5px 10px;
}
div.wide_content_foot {
	background: url(/images/wide_content_foot.png) top no-repeat;
	width: 600px;
	height: 8px;
	margin: 0 0 0 6px;
	padding: 0px 10px 5px 10px;
}
div.wide_content_head h2 {
	font-size: 90%;
}
p.search_by {
	float: left;
	font-size: 80%;
	margin: 15px 0 13px 10px;
	_margin: 15px 0 13px 5px;
}
p.hide_show {
	float: right;
	margin: 16px 10px 13px 0;
	font-size: 80%;
}
form#search {
	margin: 0;
}
form#search fieldset {
	border: 0;
	padding: 0;
	margin: 15px 0 0 0;
}
form#search fieldset legend {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 85%;
	color: #333;
}
form#search label {
	display: block;
	font-size: 80%;
	padding-bottom: 14px;
}
form#search label.two_row {
	float: left;
}
form#search label span {
	display: block;
	width: 120px;
	float: left;
	text-align: right;
	margin: 1px 0 0 0;
	padding: 0 5px 0 0;
}
form#search label span.postcode {
	width: 167px;
}
form#search label span.provider_id {
	width: 70px;
}
form#search input.tf {
	float: left;
	width: 280px;
}
form#search input.postcode {
	float: left;
	width: 150px;
}
form#search input.provider_id {
	float: left;
	width: 60px;
}
form#search input.ldcs {
	float: left;
	width: 120px;
}
form#search label img {
	float: left;
	margin: 0 0 0 6px;
}
form#search select {
	float: left;
}
form#search select.select {
	width: 284px;
}
form#search select.distance {
	width: 100px;
}
form#search select.postcode {
	width: 284px;
}
img.lsc_logo {
	float: left;
	margin: 0 0 0 4px;
}
div.search_buttons {
	float: right;
	width: 270px;
	margin: 13px 0 0 0;
	_margin: 15px 0 0 0;
}
img.logo_bottom_right {
	float: right;
	margin: 0 10px 0 0;
}
p.return_home {
	margin: 7px 20px 0 0;
	float: right;
}
html p.hide_show {
	display: none;
}
html.js p.hide_show {
	display: block;
}
html.js div.advanced_controls_container_on {
	display: block;
}
html.js div.advanced_controls_container_off {
	display: none;
}
.block {
	display: block;
}
.none {
	display: none;
}
ul.errors {
	color: red;
	font-size: 80%;
	letter-spacing: -1px;
	font-weight: bold;
	list-style: circle;
	margin: 0 0 8px 30px;
}
div.first_prev {
	float: left; 
	margin: 6px 9px 7px 0;
	font-size: 90%;
}
div.paging_num {
	float: left; 
	margin: 5px 0 6px 0; 
	padding: 0 4px 0 4px;
	font-size: 90%;
}
div.next_last {
	float: left; 
	margin: 6px 0 7px 8px; 
	padding: 0 3px 0 3px;
	font-size: 90%;
}
h3.page_nav {
}
.count {
	font-size: 85%;
}
table.style1 {
	font-size: 90%;
	border-collapse: collapse;
}
table.style1 caption {
	background: #2F63AB;
	padding: 5px 0 5px 0;
	color: #fff;
}
table.style1 th {
	vertical-align: top;
	text-align: right;
	padding: 3px 3px 3px 3px;
	width: 25%;
	background: #2F63AB;
	font-weight: normal;
	color: #fff;
	border: 1px solid #fff;
}
table.style1 td {
	border: 1px solid #9DCAE2;
	padding: 3px 3px 3px 6px;
}
h2.results_heading {
	font-size: 95%!important;
	padding: 5px 0 0 0;
	float: left;
}
h1.course_heading {
	font-size: 120%;
}
ol.search_results li {
	margin-bottom: 10px;
	font-size: 90%;
}
.brown {
	color: #990000!important;
}
hr {
	backgorund: #ddd;
	border: 1px solid #ddd;
}

img.ft_links {
	border: 1px solid #000000 !important;
	margin: 1px 10px 1px 10px;
}

div#recaptcha_container {
	margin-left: 120px;
}
div#recaptcha_container input {
	width: auto;
}
div#recaptcha_container label {
	display: inline!important;
	width: auto!important;
	
	text-align: left;
}
div#recaptcha_container span {
	display: inline;
	width: auto;
	float: none!important;
}

