/*========================================================

Our Homes CSS

Created by Strawberrysoup - www.strawberrysoup.co.uk

=========================================================*/

/*===================================================================
Search Header
===================================================================*/

#search_header {
	position: relative;
	margin-top: 4px;
	width: 600px;
	padding: 10px 20px;
	background-color: #FFFFFF;
}

/*================================IE6 FIX================================*/

* html #search_header {
	width: 560px;
}

#search_header_left {
	width: 400px;
}

#search_header_left div {
	color: #606060;
}

#search_header_left div span {
	color: #000000;
}

#search_header_left .nearest {
	margin-top: 10px;
	font-size: 24px;
	color: #3F90CA;
}

#search_header_right {
	position: absolute;
	right: 0px;
	top: 12px;
	font-size: 11px;
	width: 200px;
}

#search_header_right div {
	margin-bottom: -5px;
}

#search_header_right input {
	border: solid 1px #ccc;
	padding: 4px 0 2px 5px;
	width: 140px;
}

#search_header_right input.submit {
	height: 24px;
	width: 43px;
	text-indent: -9999em;
	border: none;
	padding: 0;
	background: url('../cssimages/postcode_submit.jpg') no-repeat;
}

/*=================================IE FIX=================================*/

* html #search_header_right input.submit {
	background: url('../cssimages/IE_postcode_submit.jpg') no-repeat;
	font-size: 1em;
	color: #fff;
}

*:first-child+html #search_header_right input.submit {
	background: url('../cssimages/IE_postcode_submit.jpg') no-repeat;
	font-size: 1em;
	color: #fff;
}

/*=================================END OF IE FIX=================================*/

#search_searching {
	margin-top: 4px;
	padding: 20px;
	width: 600px;
	font-size: 24px;
	color: #3F90CA;
	background-color: #FFFFFF;
}

/*===================================================================
HOMES LIST PAGE
===================================================================*/

#cms_content .home_details {
	margin: 4px 0 0 0;
	padding: 10px 0 8px 10px;
	background: #FFFFFF;
	border: solid 1px #ccc;
}

#cms_content .home_photo {
	width: 200px;
	float: left;
	clear: left;
}

#cms_content .home_photo img {
	width: 200px;
}

#cms_content .home_info {
	width: 360px;
	float: right;
	padding: 0px 20px 0 16px;
}

#cms_content .home_info ul {
	margin: 0;
}

#cms_content .home_info li, .home_info li {
	list-style-type: none;
	line-height: 1.6em;
}

#cms_content .home_buttons {
	clear: both;
	margin: 20px 0 0 0;
}

#cms_content .home_buttons .our_homes_nav li {
	list-style: none;
	float: left;
	margin: 0 2px 0 0;
	line-height: 1em;
}

#cms_content .our_homes_nav li a {
	display: block;
	width: 66px;
	height: 17px;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
	padding: 3px 0 0 0;
}

#cms_content .our_homes_nav li a:hover {
	color: #BCBCBC;
}

#cms_content .our_homes_nav li.button_more a {
	background: url('../cssimages/button_green.jpg') no-repeat;
}

#cms_content .our_homes_nav li.button_contact a {
	background: url('../cssimages/button_purple.jpg') no-repeat;
}

#cms_content .our_homes_nav li.button_map a {
	background: url('../cssimages/button_blue.jpg') no-repeat;
}

/*===================================================================
GOOGLE API RESULTS
===================================================================*/

#cms_content .home_info .care_home {
	font-size: 18px;
	font-weight: bold;
	color: #3F90CA;
}

#cms_content .home_info .distance {
	font-size: 12px;
	font-weight: normal;
}

#search_footer {
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 20px;
	width: 580px;
	font-size: 24px;
	background-color: #FFFFFF;
}

#homes_menu {
	width: 190px;
	margin: 20px auto 0px auto;
	font-size: 14px;
	font-weight: bold;
}

#homes_menu ul {
	list-style-type: none;
}

#homes_menu li {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #3F90CA;
}

#homes_menu li.home_selected {
	cursor: default;
	color: #000000;
}

/*------------------------------Inspection Report------------------------------*/

#cms_content .inspection_report a {
	display: block;
	width: 320px;
	height: 52px;
	background: url('../cssimages/inspection_report.jpg') no-repeat;
	color: #fff;
	padding: 12px 0 0 50px;
	text-align: center;
	font-size: 1.4em;
}