/* Reset CSS */
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;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,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-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
html, body{
	height: 100%;
}
body{
	background-color:#A3B2C5;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
h1{
	font-size:18px;
	font-weight:bold;
}
h2{
	font-size:15px;
	font-weight:bold;
}
p, li{
	font-size:13px;
	color:#333;
	margin:5px 0;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#container{
	background-color:#fff;
	min-height: 100%;
	margin:0 auto;
	position:relative;
	width:940px;
}

/*
* html #container {
height: 100%;
}
*/

#content{
	background-color:#fff;
	padding:10px;
	padding-bottom:60px;
}
#banner{
	background: url(../images/banner.jpg) no-repeat;
	height:150px;
	width:940px;
}
#navigation{
	float:left;
	padding-bottom:10px;
	width:160px;
}
#navigation li{
	font-size:16px;
	height:20px;
	margin:2px 0 0 0;
	padding:10px;
	width:140px;
}
#navigation li a{
	color:#fff;
	width:auto;
}
#navigation ul{
	/* float:left; */
}

#home_regions{
	background-color:#91744F;
	display:none;
	padding-bottom:1px;
	width:160px;
}
#navigation #home_regions li{
	background-color:#CCB89D;
	margin:0 2.5px 2px 2.5px;
	width:135px;
}
#navigation img{
	margin-top:10px;
}
#navigation p{
	text-align:center;
}
#top_nav li{
	background-color:#91744F;
}
#bottom_nav li{
	background-color:#00285E;
}
#main_content, #about_main, #future_homes_main, #recruitment{
	float:left;
	/* margin:0 8px; */
	padding:0 8px;
	width:550px;
}
.right_col{
	float:right;
	width:177px;
}
.right_col h2{
	background-color:#91744F;
	color:#fff;
	font:normal 16px arial, sans-serif;
	height:20px;
	padding:10px;
	width:157px;
}
.right_col a{
	color:#00285E
}
#latest_news{
	height:50px;
	font-size:12px;
	padding-top:10px;
}
#latest_news li{
	border-bottom:dashed 2px #C0CDE1;
	padding-bottom:5px;
}
#img_slideshow{
	height:296px;
}
#welcome{
	background-color:#91744F;
	float:left;
	height:38px;
	width:566px;
}
#welcome h1{
	color:#fff;
	margin:8px;
}
#intro{
	float:left;
}
#intro p{
	color:#00285E;
	font:italic 16px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	line-height:1.5;
	margin:10px 0;
}
#footer{
	background-color:#00285E;
	height:60px;
	/* margin: -50px auto 0 auto; */
	position:absolute;
   	bottom:0;
	width:940px;
}
#footer img{
	float:left;
	padding:8px 10px;
}
#footer ul{
	margin:20px auto;
	/* float:left; */
	text-align:center;
	width:auto;
}
#footer li{
	color:#fff;
	display:inline;
	margin:0 20px;
}
#footer a{
	color:#fff;
}
#clearfooter {
height: 50px;
}
#homecare_main, .homes_main, #recruitment_main,#news_main,
#contact_main, #our_homes_main, #contact_main, #search_results_main,
#error_main, #submit_main, #recruitment_admin_main, .main{
	float:left;
	/* margin-left:10px; */
	padding-left:10px;
	width:750px;
}
.homes_main h1{
	margin:0 0 10px 5px;
}
#home_tabs{
	float:left;
}
#homes_img_cont{
	float:left;
	width:300px;
}
#introduction,#general-information,#map,#jobs{
	border:1px solid #00285E;
	clear:both;
	float:left;
	padding:10px;
	width:728px;
}
#introduction p{	
	line-height:1.5;
}
#home_intro_text{
	float:left;
	margin-right:10px;
	width:410px;
}
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; background-color:#91744F; -moz-border-radius-topleft:4px; -webkit-border-top-left-radius:4px;-moz-border-radius-topright:4px; -webkit-border-top-right-radius:4px;}
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; color:#fff; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; background-color:#00285E; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

#mapContainer{
	float:right;
	height:300px;
	width:500px;
}
#address{
	float:left;
	width:215px;
}
#address p, #address b, #address span{
	float:left;
}
#address b{
	width:60px;
}
#address span b{
	width:auto;
}
#gi-col1, #gi-col2{
	float:left;
	padding:0 5px;
	width:350px;
}
#gi-col2{
	float:right;
}
#quote{
	background:url(/images/quote_box.gif) no-repeat;
	height:256px;
	padding:0 35px;
	width:496px;
}
.future_homes_cont{
	border-top:2px dashed #657E9D;
	padding-top:10px;
}
#recruitment_main label, #contact_main label, #submit_main label,
.main label
{
	font-size:12px;
	color:#333;
	width:200px;
	float:left;
	padding:5px 0;
}
#recruitment_form input, #contact_form input, #submit_cv_form input,
#add_job_form input
{
	width:300px;
	float:left;
	margin:5px 0;
}
#recruitment_form p, #contact_form p, #submit_cv_form p,
#add_job_form p
{
	clear:both;
	margin:0;
	padding:0;
	width:100%;
}
#contact_form textarea, #submit_cv_form textarea,
#add_job_form textarea{
	width:300px;
	height:150px;
}
legend
{
	display:none;
}
fieldset
{
	color:#333;
}
label.error 
{
	color:#cc0000 !important;
	width:100px !important;
	float:none !important;
	vertical-align:top;
	padding:0 0 0 10px !important;
}
.submit_but
{
	text-align:center;
	padding:10px 0 0 0 !important;
	float:left !important;
	width:460px !important;
}
.submit_but input{
	width:auto !important;
	float:none !important;
}
label.marketing_opt
{
	width:650px !important;
}
#homes_nav{
	float:left;
}
#cambridge, #essex, #lewisham,
#milton_keynes{
	float:left;
	padding:10px 0;
	width:750px;
}
#cambridge_north, #lambeth{
	float:left;
	width:325px;
}
#cambridge_south, #tower_hamlets{
	float:left;
	width:325px;
}
#img_container
{
	float:right;
	width:330px;
}
#img_1
{
	text-align:center;
	padding:5px;
}
#thumb_container ul
{
	padding-left:15px;
}
#thumb_container li
{
	list-style:none inside none;
	display:inline;
	padding-right:5px;
}
#thumb_container li a img
{
	border:none;
}
#our_homes_main h1{
	margin:5px 0;
}
#our_homes_main hr
{
	border:1px solid #657E9D;
	clear:both;
	margin:0;
}
#our_homes_main a{
	padding:0;
}

/* Homecare styles */
#homecare_main p{
	line-height:1.5;
}
#accordion
{
	display:inline;
	float:left;
	margin-top:10px;
	width:750px;
}
#accordion h3
{
	background: url(/images/accordion_bg.gif) repeat-x;
	border:1px solid #00285E;
	border-top:none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height:20px;
}
#accordion h3 a
{
	color:#fff;
	font:normal 13px verdana;
	text-decoration:none;
}
#accordion h3 a:hover
{
	text-decoration:underline;
}
#accordion div
{
	border:1px solid #00285E;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top:2px;
	padding:5px;
}
#accordion ul
{
	padding-left:10px;
}
#accordion li
{
	/*color:#660204;*/
	font:normal .8em arial, sans-serif;
	list-style:disc inside none;
}
#accordion h4
{
	color:#333333;
	font:bold 13px verdana, arial;
	margin:5px 0;
}
#homecare_main img
{
	float:right;
	padding:0 0 0 10px;
}

#homecare_offices li{
	list-style:none inside none;
}
#homecare_offices ul{
	padding:0;
}

/* News Styles */
#news_main h1{
	margin:10px 0;
}
#news_main h2{
	font-size:14px;
}

#news_main p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

#news_main img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

#news_main img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

#news_main img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

#news_main .alignright {
	float: right;
	}

#news_main .alignleft {
	float: left;
	}
	
.wp-post-image {
	float: left;
	padding: 0px 10px 10px 0px;
}

.entry ul li{
	display : inline;
	float : left;
	width : 575px;
}

.entry ul li:first-child{
	width : 160px;
}

.entry ul li ul li{
	display : block;
}

.entry ul li ul li:first-child{
	width : auto;
}

#news_main .entry hr{
	border:none;
	border-top : solid 1px #cccccc;
	margin : 0;
}

.read_more{ color : #D31E47; font-size: 11px;}

#news_main hr {
	border : none;
	border-top : solid 1px #00285E;
}
	
/* End News */

#recruitment_main label.error{
	color:red;
}

.greenBox 
{
	margin:0 auto;
	padding:10px;
	background-color:#E6FFCC;
	border:solid 1px #5FB800;
}
#cont_form_err h2, #cont_form_err li{
	color:red;
}
#homes_img_cont br{
	margin:5px 0;
}

/* Recruitment style */
#recruitment a{
	color:#00285E;
	text-decoration:underline;
}
#recruitment a:hover{
	text-decoration:none;
}
#recruitment p{
	line-height:1.5;
}
#job_results td div{
	background-color:#D3DAE4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border:2px solid #657E9D;
	margin-bottom:10px;
	padding:10px;
	width:726px;
	
}
#search_results_main h1{
	margin-bottom:10px;
}
#search_results_main h2, #search_results_main h3, #search_results_main h2 a{
	color:#516681;
	margin-bottom:5px;
}
#search_results_main h3{
	font-size:14px;
}
#job_results{
	clear:both;
}
.dataTables_filter, .dataTables_info{
	font-size:12px;
	font-weight:normal;
}

#job_results_filter{
	width:auto;
	float:right;
}
#job_results a{
	color:#ffffff;
}

#job_main{
	background:url('/images/job_grad_bg.jpg') no-repeat;
	-moz-border-radius-topleft:4px; 
	-webkit-border-top-left-radius:4px; 
	-moz-border-radius-topright:4px; 
	-webkit-border-top-right-radius:4px; 
	display:inline;
	float:left;
	margin-left:10px;
	padding:10px;
	width:730px;
}

#job_main p{
	line-height:1.5;
}

#job_main ul{
	float:left;
	margin-bottom:5px;
	width:225px;
}

#job_main ul li{
	display:inline;
}
.job_apply a{
	color:#91744F;
	font-weight:bold;
}
#job_main hr{
	border:1px dotted #657E9D;	
}

#contact{
	float:left;
	width:730px;
}
#contact ul{
	float:left;
	padding-left:10px;
}
#job_main #contact li{
	display:block;
}
#contact p{
	float:left;
	width:auto;
}

#recruitment_image{
	float:left;
	margin-top:10px;
}

#jobs ul{
	list-style: disc none inside;
}

.main td, .main th{
	font-size:12px;
	padding:5px;
}

/* Applicant styles */

#applicant_table{
	margin-top:10px;
}

#applicant_table th{
	font-weight:bold;
}

.row-on{
	background-color:#efefef;
}
.row-off{
	background-color:#ffffff;
}

#job_results_paginate{
	float:right;
	font-size:12px;
	text-align:right;
	width:350px;
}

#job_results_info{
	float:left;
	text-align:left;
	width:190px;
}

.paging_full_numbers .fg-button {
cursor:pointer;
padding:2px 6px;
}

#job_results_filter{
	padding-bottom:10px;
}

.news_date{
	font-size:10px;
}

.more-link{
	color: #000;
	font-weight:bold;
}

.sml_txt{font-size : 11px;}
