	@charset "UTF-8";
	/* CSS Document */
	
	
	/*----------PAGE TITLE----------*/
	
	/* font face */
	
	@import url(../fonts/stylesheet.css);
	
	/* ...... */
	#page_title_wrapper
	{
	position: relative;
	width: 100%;
	background: #392948;
	margin: 0 0 0 0;
	}
	
	
	#page_title
	{
	position: relative;
	width: 960px;
	font-family: 'Merriweather', serif;
	font-size: 32px;
	font-weight:normal;
	line-height: 100%;
	color: #fff;
	padding: 32px 10px;
	margin: 0 auto 0 auto;
	}
	
	
	/*----------REFINE SEARCH BTN----------*/
	
	
	#refine_search_btn_wrapper
	{
	position: relative;
	width: 100%;
	background: #E6E7E8;
	margin: 0 0 0 0;
	}
	
	
	#refine_search_btn
	{
	position: relative;
	width: 960px;
	padding: 0 10px;
	margin: 0 auto 0 auto;
	}
	.refine {
	padding: 0 !important;
	width: 100% !important;
	}
	.refine a {
	border-radius: 0 !important;
	font-weight: bold !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
	}
	
	#refine_search_btn a
	{
	display: block;
	width: 896px;
	background: #9FCAD2;
	border-bottom-left-radius: 8px; 
	-moz-border-bottom-left-radius: 8px; 
	-webkit-border-bottom-left-radius: 8px; 
	-khtml-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px; 
	-moz-border-bottom-right-radius: 8px; 
	-webkit-border-bottom-right-radius: 8px; 
	-khtml-border-bottom-right-radius: 8px;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	color: #fff;
	padding: 16px 30px;
	margin: 0 0 0 0;
	}
    .warningMesg {
    color: rgb(57, 41, 72);
    font-family: 'Merriweather',serif;
    font-size: 16px;
    text-align: center;
    width: 100%;
	line-height:22px;
    }

	
	#refine_search_btn a:hover
	{
	background: #463753;
	text-decoration: none;
	color: #fff;
	}
	
	
	/*----------REFINE SEARCH----------*/
	
	
	#refine_search_wrapper
	{
	position: relative;
	width: 100%;
	background: #463753;
	border-bottom: solid 2px #D1D3D4;
	margin: 0 0 0 0;
	}
	
	
	#refine_search
	{
	position: relative;
	width: 960px;
	padding: 32px 10px;
	margin: 0 auto 0 auto;
	}
	
	
	/*----------REFINED SEARCH STYLES----------*/
	
	
	#price_range {
	border-right: 1px solid rgb(99, 85, 109);
	float: left;
	margin: 0 25px 0 0;
	padding-bottom: 25px;
	padding-right: 25px;
	padding-top: 25px;
	width: auto;
	}
	
	
	
	#price_range_min {
	float: left;
	margin: 0 10px 0 0;
	width: auto;
	}
	
	
	
	#price_range_max {
	float: right;
	margin: 0;
	width: auto;
	}
	
	
	#bedrooms
	{
	float: left;
	width: auto;
	margin: 0 25px 0 0;
	padding-right: 30px;
	padding-top: 25px;
	border-right: 1px solid rgb(99, 85, 109);
	padding-bottom:25px;
	}
	
	
	
	#location {
	border-right: 1px solid rgb(99, 85, 109);
	float: left;
	margin: 0 25px 0 0;
	padding-bottom: 25px;
	padding-right: 25px;
	padding-top: 25px;
	width: auto;
	}
	
	
	#search_radius {
	float: left;
	margin: 0;
	padding-bottom: 25px;
	padding-top: 25px;
	width: auto;
	}
	#bedrooms .selectBoxIt1 {
	width: 90px !important;
	}
	#page_results .selectboxit-btn {
	background-color: rgba(0, 0, 0, 0);
	color: rgb(0, 0, 0);
	}
	
	#maximum_rent {
	border-right: 1px solid rgb(99, 85, 109);
	float: left;
	margin: 0 25px 0 0;
	padding-bottom: 25px;
	padding-right: 15px;
	padding-top: 25px;
	width: 195px;
	}
	
	
	.refined_search_title {
	color: rgb(255, 255, 255);
	font-family: 'Merriweather',sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 100%;
	margin: 0 0 16px;
	position: relative;
	width: 100%;
	}
	
	
	/*----------PAGE RESULTS----------*/
	
	
	#page_results_wrapper
	{
	position: relative;
	width: 100%;
	background: #fff;
	border-top: solid 2px #D1D3D4;
	border-bottom: solid 2px #D1D3D4;
	margin: 0 0 0 0;
	}
	
	
	#page_results
	{
	position: relative;
	width: 960px;
	padding: 0 10px;
	margin: 0 auto 0 auto;
	}
	
	
	#results_showing
	{
	float: left;
	background: #BBBDBF;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 100%;
	color: #58595B;
	padding: 16px;
	margin: 0 2px 0 0;
	}
	
	
	#listings_per_page
	{
	float: left;
	margin: 0 2px 0 0;
	}
	
	
	#price_order
	{
	float: left;
	margin: 0 0 0 0;
	}
	
	
	/*----------LISTING----------*/
	
	
	#listing_wrapper
	{
	position: relative;
	width: 952px;
	background: #fff;
	border: solid 2px #D1D3D4;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px; 
	padding: 2px;
	margin: 0 0 0 0;
	}
	
	
	#listing_leftcol
	{
	float: left;
	width: 510px;
	margin: 0 0 0 0;
	}
	
	
	/*----------LISTING IMG----------*/
	
	
	#listing_img
	{
	float: left;
	width: 364px;
	padding: 2px;
	margin: 0 0 0 0;
	}
	
	
	#listing_img img
	{
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px; 
	}
	
	
	/*----------LISTING FEATURES----------*/
	
	
	#listing_features
	{
	float: right;
	width: 142px;
	margin: 4px 0 0 0;
	}
	
	
	.feature_wrapper
	{
	position: relative;
	width: 142px;
	margin: 2px 0 0 0;
	}
	
	
	.feature_icon
	{
	float: left;
	width: 46px;
	margin: 0 0 0 0;
	}
	
	
	.feature_text
	{
	float: right;
	width: 78px;
	height: 38px;
	background: #9FCAD2;
	border-top-right-radius: 4px; 
	-moz-border-top-right-radius: 4px; 
	-webkit-border-top-right-radius: 4px; 
	-khtml-border-top-right-radius: 4px; 
	border-bottom-right-radius: 4px; 
	-moz-border-bottom-right-radius: 4px;  
	-webkit-border-bottom-right-radius: 4px; 
	-khtml-border-bottom-right-radius: 4px; 
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 140%;
	color: #fff;
	padding: 8px;
	margin: 0 0 0 0;
	}
	
	
	.feature_text_link
	{
	float: right;
	width: 94px;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 140%;
	color: #fff;
	margin: 0 0 0 0;
	}
	
	
	.feature_text_link a
	{
	display: block;
	height: 38px;
	background: #9FCAD2;
	border-top-right-radius: 4px; 
	-moz-border-top-right-radius: 4px; 
	-webkit-border-top-right-radius: 4px; 
	-khtml-border-top-right-radius: 4px; 
	border-bottom-right-radius: 4px; 
	-moz-border-bottom-right-radius: 4px;  
	-webkit-border-bottom-right-radius: 4px; 
	-khtml-border-bottom-right-radius: 4px; 
	text-decoration: none;
	color: #fff;
	padding: 8px;
	margin: 0 0 0 0;
	}
	
	
	.feature_text_link a:hover
	{
	background: #463753;
	text-decoration: none;
	color: #fff;
	}
	
	
	#listing_rightcol
	{
	float: right;
	width: 442px;
	margin: 0 0 0 0;
	}
	
	
	/*----------LISTING DETAILS----------*/
	
	
	#listing_details
	{
	position: relative;
	width: 344px;
	margin: 32px auto 0 auto;
	}
	
	
	#listing_details a
	{
	text-decoration: none;
	color: #9FCAD2;
	}
	
	
	#listing_details a:hover
	{
	text-decoration: underline;
	color: #9FCAD2;
	}
	
	
	#details_header
	{
	position: relative;
	width: 344px;
	border-bottom: dotted 1px #D1D3D4;
	padding: 0 0 16px 0;
	margin: 0 0 16px 0;
	}
	
	
	#details_title
	{
	position: relative;
	width: 344px;
	font-family: 'Merriweather', serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 130%;
	color: #392948;
	margin: 0 0 0 0;
	font-weight:normal;
	}
	
	
	#details_price
	{
	position: relative;
	width: 344px;
	font-family: 'Lato', serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 100%;
	color: #9FCAD2;
	margin: 4px 0 0 0;
	font-weight:normal;
	}
	
	
	/*----------PAGE NUMBERS----------*/
	
	
	#page_numbers_wrapper
	{
	position: relative;
	width: 960px;
	margin: 32px 0 0 0;
	}
	
	
	#page_numbers
	{
	float: right;
	margin: 0 0 0 0;
	}
	
	
	#page_numbers li
	{
	list-style: none;
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 100%;
	color: #58595B;
	margin: 0 0 0 2px;
	}
	
	
	#page_numbers li a
	{
	display: block;
	background: #fff;
	border: solid 1px #D1D3D4;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	text-decoration: none;
	color: #58595B;
	padding: 8px;
	margin: 0 0 0 0;
	}
	
	
	#page_numbers li a:hover
	{
	display: block;
	background: #BBBDBF;
	border: solid 1px #D1D3D4;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	text-decoration: none;
	color: #58595B;
	padding: 8px;
	margin: 0 0 0 0;
	}
	
	
	/*----------WATER MARK----------*/
	
	
	#water_mark
	{
	position: relative;
	bottom: 45px;
	left: 0;
	z-index: -9999;
	}
	
.current {
    background: none repeat scroll 0 0 rgb(159, 202, 210);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
    color: rgb(88, 89, 91);
    float: left;
    font-family: 'Lato',sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    list-style: none outside none;
    margin: 0 4px 0 2px;
    padding: 8px;
}


#location .mortgage_input {
    background: none repeat scroll 0 0 rgb(84, 70, 96);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 6px;
    color: rgb(105, 166, 177);
    font-family: 'Merriweather',serif;
    font-size: 16px;
    height: 42px;
    padding-left: 10px;
	width:180px;
}
#search_radius .mortgage_input {
    background: none repeat scroll 0 0 rgb(84, 70, 96);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 6px;
    color: rgb(159, 202, 210);
    font-family: 'Merriweather',serif;
    font-size: 16px;
    height: 42px;
    padding-left: 10px;
	width:180px;
}

.pagination	a {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    border: 1px solid rgb(209, 211, 212);
    border-radius: 4px;
    color: rgb(88, 89, 91);
    float: left;
    font-family: 'Lato',sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    list-style: none outside none;
    margin: 0 4px 0 2px;
    padding: 8px;
}
	
	
	
	
	
	
	
	.select1 {
	padding:5px;
	margin: 0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:none;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color:#888;
	outline:none;
	display: inline-block;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	width:145px;
	}
	
	.select1 option {
	padding-left: 7px;
	}
	
	.select-wrapper {
	background: url("../img/arrow-srch-result.jpg") no-repeat scroll right center rgba(0, 0, 0, 0);
	border-color: rgb(216, 216, 216) -moz-use-text-color rgb(216, 216, 216) rgb(216, 216, 216);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	}
	
	.select-wrapper, .select-wrapper select {
	height: 30px;
	padding-top: 15px;
	
	
	
	}
	.custom-select option {
	font-size: 16px;
	font-style: normal;
	} 
	.select-wrapper:hover{background: url("../img/arrow-srch-result.jpg") no-repeat right center; border-color: #239fdb;}
	
	
	.select-wrapper .holder {
	color: rgb(88, 89, 91);
	cursor: pointer;
	font-family: lato;
	height: auto;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 35px;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	z-index: 1;
	}
	.select-wrapper select{margin: 0; padding-right: 6px; position: absolute; z-index: 2; cursor: pointer; outline: none; opacity: 0;/* CSS hacks for older browsers */
	_noFocusLine: expression(this.hideFocus=true); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -khtml-opacity: 0; -moz-opacity: 0;}
	
	
	/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
	@media screen and (-webkit-min-device-pixel-ratio:0) {
	select {padding-right:18px;}
	}
	
	label {position:relative; }
	label:after {
	content:'<>';
	font:11px "Consolas", monospace;
	color:#aaa;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	right:8px; top:2px;
	padding:0 0 2px;
	position:absolute;
	pointer-events:none; 
	}
	label:before {
	content:'';
	right:6px; top:0px;
	width:20px; height:20px;
	background:#f8f8f8;
	position:absolute;
	pointer-events:none;
	display:block;
	
	}
	
	
	#maximum_rent .select-wrapper {
	border: 2px solid #cac8cb;
	height: 30px;
	padding-top: 10px;
	border-radius:5px;
	background: url("../img/selectbox-arrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	border-right:0;
	width:180px;
	}
	#maximum_rent .select-wrapper:hover {
	background: url("../img/selectbox-arrow.png") no-repeat right center; border-color: #239fdb;
	}
	
	#maximum_rent .select-wrapper select  {
	padding-right: 46px;
	padding-top: 0;
	}	
	#maximum_rent .select-wrapper .holder {
	color: rgb(159, 202, 210);
	}
	
	#bedrooms .select-wrapper {
	border: 2px solid #cac8cb;
	height: 30px;
	padding-top: 10px;
	border-radius:5px;
	width:75px;
	border-right:0;
	background: url("../img/selectbox-arrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	}
	#bedrooms .select-wrapper:hover {
	background: url("../img/selectbox-arrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	}
	#bedrooms .select-wrapper select  {
	padding-right: 45px;
	padding-top: 0;
	}	
	#bedrooms .select-wrapper .holder {
	color: rgb(159, 202, 210);
	}	
	
	#price_range .select-wrapper {
	border: 2px solid #cac8cb;
	height: 30px;
	padding-top: 10px;
	border-radius:5px;
	width:75px;
	border-right:0;
	background: url("../img/selectbox-arrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	}
	
	#location .select-wrapper {
	border: 2px solid #cac8cb;
	height: 30px;
	padding-top: 10px;
	border-radius:5px;
	width:160px;
	border-right:0;
	background: url("../img/selectbox-arrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	}
	#search_radius .select-wrapper {
	border: 2px solid #cac8cb;
	height: 30px;
	padding-top: 10px;
	border-radius:5px;
	width:160px;
	border-right:0;
	background: url("../img/selectbox-arrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	}
	
	.room {
	padding-top:0 !important;
	
	}
	
	
	
	
	
	.letting {
	padding: 0 !important;
	}	
	
	
	#bedrooms .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 90px !important;
	}	
	
	
	
	
	
	
	
	
	
	
	.row {
	display:none;
	}
	
	
	@media screen and (max-width: 960px) {  
	#header {
	width:780px;
	padding-left: 0;
	padding-right: 0;
	}
	#main_menu li a {
	padding: 10px 17px;
	}
	#property_description {
	width: 780px;
	}
	#property_search {
	width: 780px;
	}
	#property_title {
	width: 780px;
	}
	#property_detail {
	width: 780px;
	}
	#property_search a {
	width: auto;
	}
	#footer_logos {
	width:780px;
	}
	#footer_logos img {
	width:100%;
	}
	#cookie_trail {
	width:780px;
	padding-left: 0;
	padding-right: 0;
	}
	#main_content {
	width:780px;
	}
	#footer {
	width:780px;
	padding-left: 0;
	padding-right: 0;
	}
	#details_price {
	width:auto;
	}
	#details_title {
	width:auto;
	}
	#listing_details {
	width:auto;
	}
	#cta_wrapper_absolute {
	width:780px;
	}
	#cta_selling {
	width: 46%;
	}
	#cta_letting {
	width: 46%;
	}
	#intro_content {
	width:780px;
	}
	#services_wrapper {
	width:780px;
	}
	#services_leftcol {
	width: 46%;
	}
	#services_rightcol {
	width: 46%;
	}
	
	#arla_logo {
	bottom: -40px;
	left: 50%;
	margin: 0 0 0 -105px;
	position: absolute;
	width: 200px;
	z-index: 9;
	}
	
	#visit_contact_page {
	bottom: -24px;
	left: 50%;
	margin: 0 0 0 -204px;
	position: absolute;
	width: 464px;
	z-index: 9;
	}
	#main_intro {
	width:780px;
	}
	#download {
	bottom: -24px;
	left: 50%;
	margin: 0 0 0 -200px;
	position: absolute;
	width: 464px;
	z-index: 9;
	}
	#portfolio_intro {
	width:780px;
	}
	#potential_returns {
	width:780px;
	}
	#potential_returns img {
	width:100%;
	height:auto;
	}
	#residential_performance {
	width:780px;
	}
	#residential_performance_charts {
	width:780px;
	}
	#residential_performance_charts img {
	width:100%;
	height:auto;
	}
	#container {
	width:780px;
	padding-left: 0;
	padding-right: 0;
	}
	#register_wrapper {
	width:780px;
	}
	#cta_content {
	width:780px;
	}
	#page_title {
	width:780px;
	padding-left: 0;
	padding-right: 0;
	}
	#refine_search_btn {
	width:780px;
	padding-left: 0;
	padding-right: 0
	}
	#refine_search_btn a {
	width: 720px;
	}
	#page_results {
	width:780px;
	padding-left: 0;
	padding-right: 0;
	}
	#page_numbers_wrapper {
	width:780px;
	}
	#listing_wrapper {
	width:773px;
	padding-left: 0;
	padding-right: 0;
	}
	#listing_rightcol {
	width: 365px;
	}
	#listing_leftcol {
	width: 400px;
	}
	#listing_img img {
	width:100%;
	height:auto;
	}
	#listing_img {
	width: 295px;
	}
	
	#listing_rightcol {
	width: 330px;
	}	
	
	#listing_features {
	float: right;
	margin: 4px 0 0;
	width: 95px;
	}
	.feature_icon img {
	height: auto;
	width: 100%;
	}
	
	.feature_icon {
	float: left;
	margin: 0;
	width: 36px;
	}
	.feature_text {
	float: left;
	height: 30px;
	padding-top: 4px;
	width: 70px;
	}
	.feature_text_link {
	float: left;
	width: 86px;
	}
	
	.feature_text_link a {
	height: 30px;
	padding-top: 4px;
	}
	#details_header {
	width: 320px;
	}
	#refine_search {
	width:780px;}
	
	#refine_search .select1 {
	width: 144px;
	} 
	
	#maximum_rent .select-wrapper select {
	padding-right: 62px;
	padding-top: 0;
	}
	
	#bedrooms .select-wrapper select {
	padding-right: 63px;
	padding-top: 0;
	}
	#price_range {
	margin: 0 20px 0 0;
	padding-right: 15px;
	}
	#bedrooms {
	margin: 0 20px 0 0;
	padding-right: 15px;
	}
	#location {
	margin: 0 20px 0 0;
	padding-right: 15px;
	}
	#price_range {
	margin: 0 20px 0 0;
	padding-right: 15px;
	}
	}
	@media screen and (max-width: 780px) {  
	#header {
	width:670px;
	}
	#main_menu li a {
	padding: 10px 17px;
	}
	#property_description {
	width: 670px;
	}
	#property_search {
	width: 670px;
	}
	#property_title {
	width: 670px;
	}
	#property_detail {
	width: 670px;
	}
	#property_search a {
	width: auto;
	}
	#footer_logos {
	width:670px;
	}
	
	#main_menu li a {
	padding: 6px 10px;
	}
	#logo {
	float: left;
	height: auto;
	margin: 0;
	width: 230px;
	}
	#logo img {
	height: auto;
	width: 100%;
	}
	#cookie_trail {
	width:670px;
	}
	#main_content {
	width:670px;
	}
	#footer {
	width:670px;
	}
	#cta_wrapper_absolute {
	width:670px;
	}
	#inner_wrapper {
	width:670px;
	}
	#intro_content {
	width:670px;
	}
	#services_wrapper {
	width:670px;
	}
	#visit_contact_page {
	margin: 0 0 0 -226px;
	}
	#main_intro {
	width:670px;
	}
	#portfolio_intro {
	width:670px;
	}
	#potential_returns {
	width:670px;
	}
	#residential_performance {
	width:670px;
	}
	#residential_performance_charts {
	width:670px;
	}
	#residential_performance_charts img {
	width:100%;
	height:auto;
	}
	#download {
	margin: 0 0 0 -215px;
	}
	#container {
	width:670px;
	}
	#register_wrapper {
	width:670px;
	}
	#cta_content {
	width:670px;
	}
	#page_title {
	width:670px;
	}
	#refine_search_btn {
	width:670px;
	}
	#page_results {
	width:670px;
	}
	
	#refine_search_btn a {
	width: 605px;
	}
	#page_numbers_wrapper {
	width:670px;
	}
	#listing_wrapper {
	width:665px;
	}
	
	#listing_leftcol {
	width: 350px;
	}
	
	#listing_img {
	width: 250px;
	}
	
	#listing_rightcol {
	width: 290px;
	}
	
	#listing_details {
	margin-top: 5px;
	width: 100%;
	}
	
	#details_header {
	width: 100%;
	}
	#details_title {
	width: 100%;
	}
	#details_price {
	width: 100%;
	}
	.feature_icon {
	float: left;
	margin: 0;
	width: 30px;
	}
	
	.feature_text {
	float: left;
	font-size: 12px;
	height: 26px;
	padding-top: 1px;
	width: 70px;
	}
	
	.feature_text_link a {
	font-size: 12px;
	height: 26px;
	padding-top: 1px;
	}
	#refine_search {
	width:670px;}
	
	#water_mark {
	display: none;
	}
	
	#refine_search .select1 {
	width: 122px;
	}
	.select-wrapper select {
	padding-right: 23px;
	}
	#price_range {
	padding-right: 15px;
	margin-right:15px;
	}	
	#bedrooms {
	padding-right: 15px;
	margin-right:15px;
	}	
	#location {
	padding-right: 15px;
	margin-right:15px;
	}
	#location .selectBoxIt1-container .selectBoxIt1 {
	width: 165px !important;
	}
	#location .mortgage_input {
	width: 130px;
	}
	#search_radius .mortgage_input {
	width: 130px;
	}
	
	
	}
	@media screen and (max-width: 670px) {  
	#header {
	width:565px;
	}
	#main_menu li a {
	padding: 10px 17px;
	}
	#property_description {
	width: 565px;
	}
	#property_search {
	width: 565px;
	}
	#property_title {
	width: 565px;
	}
	#property_detail {
	width: 565px;
	}
	#property_search a {
	width: auto;
	}
	#footer_logos {
	width:565px;
	}
	#main_menu li {
	margin: 0 0 0 1px;
	}
	#main_menu li a {
	padding: 6px 8px;
	}
	#logo {
	float: left;
	height: auto;
	margin: 0;
	width: 176px;
	}
	#logo img {
	height: auto;
	width: 100%;
	}
	#cookie_trail {
	width:565px;
	}
	#main_content {
	width:565px;
	}
	#footer {
	width:565px;
	}
	#cta_wrapper_absolute {
	width:565px;
	}
	#inner_wrapper {
	width:565px;
	}
	#intro_content {
	width:565px;
	}
	#services_wrapper {
	width:565px;
	}
	#main_intro {
	width:565px;
	}
	#portfolio_intro {
	width:565px;
	}
	#potential_returns {
	width:565px;
	}
	#residential_performance {
	width:565px;
	}
	#residential_performance_charts {
	width:565px;
	}
	
	#download {
	margin: 0 0 0 -228px;
	}
	
	
	#container {
	width:565px;
	}
	#register_wrapper {
	width:565px;
	}
	#cta_content {
	width:565px;
	}
	#page_title {
	width:565px;
	}
	#refine_search_btn {
	width:565px;
	}
	#page_results {
	width:565px;
	}
	
	#refine_search_btn a {
	width: 505px;
	}
	
	#listing_wrapper {
	width: 565px;
	}
	
	#page_numbers_wrapper {
	width: 570px;
	}
	#listing_leftcol {
	padding: 1%;
	width: 98%;
	}
	
	#listing_rightcol {
	padding: 1%;
	width: 98%;
	}
	
	#listing_features {
	float: left;
	margin: 4px 0 0;
	width: 180px;
	}
	
	.feature_text_link {
	float: left;
	width: 136px;
	}
	
	
	.feature_text_link a {
	font-size: 12px;
	height: 36px;
	padding-top: 10px;
	}
	#listing_img {
	width: 367px;
	}
	.feature_icon {
	float: left;
	margin: 0;
	width: 46px;
	}
	
	.feature_wrapper {
	margin: 2px 0 0;
	position: relative;
	width: 190px;
	}
	
	.feature_text {
	float: left;
	font-size: 12px;
	height: 34px;
	padding-top: 12px;
	width: 120px;
	}
	#refine_search {
	width:565px;}
	
	
	#refine_search .select1 {
	width: 101px;
	}	
	#price_range {
	width: 100%;
	border-right:0;
	}
	#maximum_rent {
	width: 270px;
	}
	#maximum_rent .selectBoxIt1-container .selectBoxIt1 {
	width: 250px !important;
	}
	#bedrooms .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 255px !important;
	}
	#maximum_rent .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 255px !important;
	}
	#price_range_max .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 255px !important;
	}
	#price_range_min .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 255px !important;
	}
	#location .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 255px !important;
	}
	#search_radius .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 255px !important;
	}
	#location .mortgage_input {
    width: 240px;
    }
	
    #search_radius .mortgage_input {
    width: 240px;
   }	
	}
	
	
	
	@media screen and (max-width: 600px) { 
	#header {
	width:490px;
	}
	#main_menu li a {
	padding: 10px 17px;
	}
	#property_description {
	width: 490px;
	}
	#property_search {
	width: 490px;
	}
	#property_title {
	width: 490px;
	}
	#property_detail {
	width: 490px;
	}
	#property_search a {
	width: auto;
	}
	#footer_logos {
	width:490px;
	}
	#main_menu li {
	margin: 0 0 0 1px;
	}
	#main_menu li a {
	padding: 6px 8px;
	}
	#logo {
	float: left;
	height: auto;
	margin: 0;
	width: 176px;
	}
	#logo img {
	height: auto;
	width: 100%;
	}
	.menu {
	display:none;
	}
	.row {
	display: block;
	float: left;
	height: 35px;
	}
	.list {
	background-color: rgb(234, 232, 235);
	position: absolute;
	right: 35px;
	width: auto;
	z-index: 9999;
	}
	.list ul li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: rgb(159, 202, 210);
	border-color: rgb(234, 232, 235);
	border-image: none;
	border-style: solid;
	border-width: 3px 4px 0;
	clear: both;
	color: rgb(255, 255, 255);
	font-family: verdana;
	font-size: 17px;
	padding: 10px 5px 10px 10px !important;
	width: 100%;
	}
	.last {
	border-bottom:4px solid rgb(234, 232, 235) !important;
	
	}
	#cookie_trail {
	width:490px;
	}
	#main_menu {
	margin: 25px 0 0;
	}
	#main_content {
	width:490px;
	}
	#footer {
	width:490px;
	}
	#cta_wrapper_absolute {
	width:490px;
	}
	#inner_wrapper {
	width:490px;
	}
	#intro_content {
	width:490px;
	}
	#services_wrapper {
	width:490px;
	}
	#services_leftcol {
	width: 100%;
	}
	#services_rightcol {
	width: 100%;
	}
	#main_intro {
	width:490px;
	}
	#portfolio_intro {
	width:490px;
	}
	#potential_returns {
	width:490px;
	}
	#residential_performance {
	width:490px;
	}
	#residential_performance_charts {
	width:490px;
	}
	#container {
	width:490px;
	}
	#register_wrapper {
	width:490px;
	}
	#cta_content {
	width:490px;
	}
	.form_row {
	width: 500px;
	}
	.form_input {
	padding-left: 0;
	width: 100%;
	}
	#register_form {
	width: auto;
	}
	.form_title {
	text-align: left;
	margin-bottom: 10px;
	}
	#contact_wrapper {
	width: 490px;
	}
	#contact_leftcol {
	width: 100%;
	}
	#contact_rightcol {
	width: 100%;
	margin-top: 20px;
	}
	#page_title {
	width:490px;
	}
	#refine_search_btn {
	width:490px;
	}
	#page_results {
	width:490px;
	}
	
	#listing_wrapper {
	width: 480px;
	}
	
	#page_numbers_wrapper {
	width: 485px;
	}
	
	#listing_img {
	width: 100%;
	}
	
	.feature_wrapper {
	float: left;
	margin: 2px 0 0;
	position: relative;
	width: 112px;
	}
	#listing_features {
	width: 100%;
	}
	.feature_icon {
	width: 38px;
	}
	
	.feature_text {
	float: left;
	font-size: 12px;
	height: 29px;
	padding-top: 8px;
	width: 51px;
	}
	
	.feature_text_link {
	float: left;
	width: 67px;
	}
	
	.feature_text_link a {
	height: 32px;
	padding-top: 5px;
	}
	#refine_search {
	width:490px;}
	
	#refine_search_btn a {
	width: 425px;
	}
	
	#refine_search .select1 {
	width: 86px;
	}
	
	#maximum_rent {
	width: 230px;
	}
	#maximum_rent .selectBoxIt1-container .selectBoxIt1 {
	width: 210px !important;
	}
	#bedrooms .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 210px !important;
	}
	#maximum_rent .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 210px !important;
	}
	#price_range {
	padding-right:0;
	
	}
	#price_range_max .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 385px !important;
	}
	#price_range_min .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 385px !important;
	}
	#location .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 385px !important;
	}
	#search_radius .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 385px !important;
	}
	#location .mortgage_input {
    width: 220px;
    }
	#search_radius .mortgage_input {
    width: 220px;
    }
	
	
	}
	
	
	
	
	
	@media screen and (max-width: 565px) {  
	#header {
	width:490px;
	}
	#main_menu li a {
	padding: 10px 17px;
	}
	#property_description {
	width: 490px;
	}
	#property_search {
	width: 490px;
	}
	#property_title {
	width: 490px;
	}
	#property_detail {
	width: 490px;
	}
	#property_search a {
	width: auto;
	}
	#footer_logos {
	width:490px;
	}
	#main_menu li {
	margin: 0 0 0 1px;
	}
	#main_menu li a {
	padding: 6px 8px;
	}
	#logo {
	float: left;
	height: auto;
	margin: 0;
	width: 176px;
	}
	#logo img {
	height: auto;
	width: 100%;
	}
	.menu {
	display:none;
	}
	.row {
	display: block;
	float: left;
	height: 35px;
	}
	.list {
	background-color: rgb(234, 232, 235);
	position: absolute;
	right: 35px;
	width: auto;
	z-index: 9999;
	}
	.list ul li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: rgb(159, 202, 210);
	border-color: rgb(234, 232, 235);
	border-image: none;
	border-style: solid;
	border-width: 3px 4px 0;
	clear: both;
	color: rgb(255, 255, 255);
	font-family: verdana;
	font-size: 17px;
	padding: 10px 5px 10px 10px !important;
	width: 100%;
	}
	.last {
	border-bottom:4px solid rgb(234, 232, 235) !important;
	
	}
	#cookie_trail {
	width:490px;
	}
	#main_menu {
	margin: 25px 0 0;
	}
	#main_content {
	width:490px;
	}
	#footer {
	width:490px;
	}
	#cta_wrapper_absolute {
	width:490px;
	}
	#inner_wrapper {
	width:490px;
	}
	#intro_content {
	width:490px;
	}
	#services_wrapper {
	width:490px;
	}
	#services_leftcol {
	width: 100%;
	}
	#services_rightcol {
	width: 100%;
	}
	#main_intro {
	width:490px;
	}
	#portfolio_intro {
	width:490px;
	}
	#potential_returns {
	width:490px;
	}
	#residential_performance {
	width:490px;
	}
	#residential_performance_charts {
	width:490px;
	}
	#container {
	width:490px;
	}
	#register_wrapper {
	width:490px;
	}
	#cta_content {
	width:490px;
	}
	.form_row {
	width: 500px;
	}
	.form_input {
	padding-left: 0;
	width: 100%;
	}
	#register_form {
	width: auto;
	}
	.form_title {
	text-align: left;
	margin-bottom: 10px;
	}
	#contact_wrapper {
	width: 490px;
	}
	#contact_leftcol {
	width: 100%;
	}
	#contact_rightcol {
	width: 100%;
	margin-top: 20px;
	}
	#page_title {
	width:490px;
	}
	#refine_search_btn {
	width:490px;
	}
	#page_results {
	width:490px;
	}
	
	#listing_wrapper {
	width: 480px;
	}
	
	#page_numbers_wrapper {
	width: 485px;
	}
	
	#listing_img {
	width: 100%;
	}
	
	.feature_wrapper {
	float: left;
	margin: 2px 0 0;
	position: relative;
	width: 112px;
	}
	#listing_features {
	width: 100%;
	}
	.feature_icon {
	width: 38px;
	}
	
	.feature_text {
	float: left;
	font-size: 12px;
	height: 29px;
	padding-top: 8px;
	width: 51px;
	}
	
	.feature_text_link {
	float: left;
	width: 67px;
	}
	
	.feature_text_link a {
	height: 32px;
	padding-top: 5px;
	}
	#refine_search {
	width:490px;}
	
	
	#maximum_rent {
	margin-right: 0;
	padding-right: 5px;
	width: 230px;
	}
	#maximum_rent .selectBoxIt1-container .selectBoxIt1 {
	width: 210px !important;
	}
	#bedrooms .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 215px !important;
	}
	#maximum_rent .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 215px !important;
	}
	#price_range_max .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 215px !important;
	}
	#price_range_min .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 215px !important;
	}
	#location .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 215px !important;
	}
	#search_radius .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 215px !important;
	}
	}
	
	@media screen and (max-width: 490px) {  
	#header {
	width:380px;
	}
	#main_menu li a {
	padding: 10px 17px;
	}
	#property_description {
	width: 380px;
	}
	#property_search {
	width: 380px;
	}
	#cookie_trail {
	width:380px;
	}
	#property_title {
	width: 380px;
	}
	#property_detail {
	width: 380px;
	}
	#property_search a {
	width: auto;
	}
	#footer_logos {
	width:380px;
	}
	#main_menu li {
	margin: 0 0 0 1px;
	}
	#main_menu li a {
	padding: 6px 8px;
	}
	#logo {
	float: left;
	height: auto;
	margin: 0;
	width: 176px;
	}
	#logo img {
	height: auto;
	width: 100%;
	}
	.menu {
	display:none;
	}
	.row {
	display: block;
	}
	.list {
	background-color: rgb(234, 232, 235);
	position: absolute;
	right: 35px;
	width: auto;
	z-index: 9999;
	}
	.list ul li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: rgb(159, 202, 210);
	border-color: rgb(234, 232, 235);
	border-image: none;
	border-style: solid;
	border-width: 3px 4px 0;
	clear: both;
	color: rgb(255, 255, 255);
	font-family: verdana;
	font-size: 17px;
	padding: 10px 5px 10px 10px !important;
	width: 100%;
	}
	.last {
	
	border-bottom:4px solid rgb(234, 232, 235) !important;
	
	}
	#main_menu {
	margin: 25px 0 0;
	}
	#main_content {
	width:380px;
	}
	#footer {
	width:380px;
	}
	#cta_wrapper_absolute {
	width:380px;
	}
	#inner_wrapper {
	width:380px;
	}
	#intro_content {
	width:380px;
	}
	#services_wrapper {
	width:380px;
	}
	
	#visit_contact_page {
	margin: 0 0 0 -88px;
	width: 50%;
	}
	#main_intro {
	width:380px;
	}
	#portfolio_intro {
	width:380px;
	}
	#potential_returns {
	width:380px;
	}
	#residential_performance {
	width:380px;
	}
	#residential_performance_charts {
	width:380px;
	}
	
	#download {
	margin: 0 0 0 -180px;
	width: 370px;
	}
	#container {
	width:380px;
	}
	#register_wrapper {
	width:380px;
	}
	#cta_content {
	width:380px;
	}
	.form_row {
	width: 395px;
	}
	
	#contact_wrapper {
	width: 380px;
	}
	#page_title {
	width:380px;
	}
	#refine_search_btn {
	width:380px;
	}
	#page_results {
	width:380px;
	padding:0;
	}
	
	#refine_search_btn a {
	width: 315px;
	}
	
	.feature_icon {
	width: 32px;
	}
	
	.feature_text_link a {
	font-size: 11px;
	height: 26px;
	line-height: 13px;
	padding-left: 4px;
	padding-top: 4px;
	}
	.feature_wrapper {
	width: 91px;
	}
	
	.feature_text {
	font-size: 11px;
	line-height: 13px;
	padding-left: 4px;
	width: 44px;
	float: left;
	height: 25px;
	padding-top: 5px;
	}
	
	#page_numbers_wrapper {
	width: 383px;
	}
	.feature_text_link {
	float: left;
	width: 56px;
	}
	#listing_wrapper {
	width: 375px;
	}
	#refine_search {
	width:380px;}
	
	
	#price_range {
	margin-right: 0;
	width: 100%;
	margin-bottom:15px;
	}
	
	
	#location {
	margin-right: 0;
	width: 100%;
	margin-bottom:15px;
	}
	
	#search_radius {
	margin-right: 0;
	width: 100%;
	margin-bottom:15px;
	}
	
	#price_range_min select {
	width: 100%;
	}
	
	#price_range_max select {
	width: 100%;
	}
	#bedrooms select {
	width: 100%;
	
	}
	.bed select {
	width: 100%;
	}
	
	.refined_search_title {
	width: 100%;
	}
	#maximum_rent select {
	width: 100%;
	}
	#location select {
	width: 100%;
	}
	#search_radius select {
	width: 100%;
	}
	
	#refine_search .select1 {
	width: 100%;
	}
	
	#listings_per_page {
	clear: both;
	float: left;
	margin: 0 2px 0 0;
	width: 100%;
	}
	
	#price_order {
	float: left;
	margin: 0;
	width: 100%;
	margin-bottom:5px;
	}
	
	.select-wrapper, .select-wrapper select {
	height: 30px;
	padding-top: 15px;
	width: 97%;
	}
	
	#listings_per_page {
	clear: both;
	float: left;
	margin: 0 2px 3px 0;
	width: 100%;
	}
	
	#maximum_rent .select-wrapper select {
	width: auto;
	}
	#bedrooms .select-wrapper select {
	width: auto;
	}
	
	#price_range_min {
	margin: 0 0 20px;
	}
	
	
	#maximum_rent {
	width: 100%;
	border-right:0;
	}
	#maximum_rent .selectBoxIt1-container .selectBoxIt1 {
	width: 380px !important;
	}
	#bedrooms .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 385px !important;
	}
	#maximum_rent .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 385px !important;
	}
	#price_range_max .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 385px !important;
	}
	#price_range_min .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 385px !important;
	}
	#location .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 385px !important;
	}
	#search_radius .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 385px !important;
	}
	#page_results .selectboxit-btn {
	border: 1px solid rgb(201, 201, 201);
	}
	
	#listings_per_page {
	margin-top: 3px;
	}
	#location .mortgage_input {
    width: 368px;
    }
	
    #search_radius .mortgage_input {
    width: 368px;
    }
	}
	
	@media screen and (max-width: 384px) {  
	#header {
	width:340px;
	}
	#main_menu li a {
	padding: 10px 17px;
	}
	#property_description {
	width: 340px;
	}
	#property_search {
	width: 340px;
	}
	#cookie_trail {
	width:340px;
	}
	#property_title {
	width: 340px;
	}
	#property_detail {
	width: 340px;
	}
	#property_search a {
	width: auto;
	}
	#footer_logos {
	width:340px;
	}
	#main_menu li {
	margin: 0 0 0 1px;
	}
	#main_menu li a {
	padding: 6px 8px;
	}
	#logo {
	float: left;
	height: auto;
	margin: 0;
	width: 176px;
	}
	#logo img {
	height: auto;
	width: 100%;
	}
	.menu {
	display:none;
	}
	.row {
	display: block;
	}
	.list {
	background-color: rgb(234, 232, 235);
	position: absolute;
	right: 35px;
	width: auto;
	z-index: 9999;
	}
	.list ul li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: rgb(159, 202, 210);
	border-color: rgb(234, 232, 235);
	border-image: none;
	border-style: solid;
	border-width: 3px 4px 0;
	clear: both;
	color: rgb(255, 255, 255);
	font-family: verdana;
	font-size: 17px;
	padding: 10px 5px 10px 10px !important;
	width: 100%;
	}
	.last {
	border-bottom:4px solid rgb(234, 232, 235) !important;
	
	}
	#main_menu {
	margin: 25px 0 0;
	}
	
	#main_content {
	width:340px;
	}
	#footer {
	width:340px;
	}
	#cta_wrapper_absolute {
	width:340px;
	}
	#inner_wrapper {
	width:340px;
	}
	#intro_content {
	width:340px;
	}
	#services_wrapper {
	width:340px;
	}
	#main_intro {
	width:340px;
	}
	#portfolio_intro {
	width:340px;
	}
	#potential_returns {
	width:340px;
	}
	#residential_performance {
	width:340px;
	}
	#residential_performance_charts {
	width:340px;
	}
	
	#download {
	margin: 0 0 0 -150px;
	width: 300px;
	}
	#container {
	width:340px;
	}
	.mortgage_row {
	width: 320px;
	}
	.mortgage_title {
	width: 100%;
	margin-bottom: 10px;
	}
	.mortgage_input {
	padding: 10px 0;
	width: 100%;
	}
	#register_wrapper {
	width:340px;
	}
	#cta_content {
	width:340px;
	}
	
	.form_input {
	float: none;
	padding-left: 0;
	width: 100%;
	}
	
	.form_row {
	width: 310px;
	}
	
	#submit_btn {
	float: right;
	margin: 0;
	width: 285px;
	}
	#submit_btn input {
	float: left;
	height: 45px;
	width: 100%;
	}
	
	#contact_wrapper {
	width: 330px;
	}
	#page_title {
	width:340px;
	}
	#refine_search_btn {
	width:340px;
	}
	#page_results {
	width:340px;
	}
	
	#refine_search_btn a {
	width: 275px;
	}
	
	#listing_wrapper {
	width: 333px;
	}
	
	#listing_leftcol {
	padding: 1%;
	width: 97%;
	}
	
	.feature_wrapper {
	height: auto;
	width: auto;
	}
	
	.feature_icon {
	border: 2px solid rgb(255, 255, 255);
	border-radius: 4px;
	height: auto;
	margin-right: 2px;
	width: 41px;
	}
	.feature_icon img {
	border-radius: 4px;
	height: 38px;
	width: 40px;
	}
	.feature_wrapper {
	width: auto;
	}
	#page_numbers_wrapper {
	width: 340px;
	}
	.feature_text {
	display:none;
	}
	
	#listing_features {
	margin-top: -35px;
	width: 100%;
	}
	.feature_text_link {
	display:none;
	}
	#refine_search {
	width:340px;}
	#price_range_min {
	margin-bottom: 15px;
	width: 100%;
	}
	
	#price_range_max {
	width: 100%;
	}
	#maximum_rent .selectBoxIt1-container .selectBoxIt1 {
	width: 335px !important;
	}
	#bedrooms .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 340px !important;
	}
	#maximum_rent .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 340px !important;
	}
	#price_range_max .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 340px !important;
	}
	#price_range_min .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 340px !important;
	}
	#location .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 340px !important;
	}
	#search_radius .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 340px !important;
	}
	#price_range {
	padding-right:0;
	
	}
	#page_results .selectboxit-btn {
	border: 1px solid rgb(201, 201, 201);
	}
	#listings_per_page {
	margin-top:3px;
	}
    #location .mortgage_input {
    width: 325px;
	padding-bottom: 0;
    padding-top: 0;
    }
	
    #search_radius .mortgage_input {
    width: 325px;
	padding-bottom: 0;
    padding-top: 0;
    }
	
	}
	
	@media screen and (max-width: 340px) {  
	#header {
	width:270px;
	}
	#main_menu li a {
	padding: 10px 17px;
	}
	#property_description {
	width: 270px;
	}
	#property_search {
	width: 270px;
	}
	#property_title {
	width: 270px;
	}
	#property_detail {
	width: 270px;
	}
	#property_search a {
	width: auto;
	}
	#cookie_trail {
	width:270px;
	}
	#footer_logos {
	width:270px;
	}
	#main_menu li {
	margin: 0 0 0 1px;
	}
	#main_menu li a {
	padding: 6px 8px;
	}
	#logo {
	float: left;
	height: auto;
	margin: 0;
	width: 176px;
	}
	#logo img {
	height: auto;
	width: 100%;
	}
	.menu {
	display:none;
	}
	.row {
	display: block;
	}
	.list {
	background-color: rgb(234, 232, 235);
	position: absolute;
	right: 35px;
	width: auto;
	z-index: 9999;
	}
	.list ul li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: rgb(159, 202, 210);
	border-color: rgb(234, 232, 235);
	border-image: none;
	border-style: solid;
	border-width: 3px 4px 0;
	clear: both;
	color: rgb(255, 255, 255);
	font-family: verdana;
	font-size: 17px;
	padding: 10px 5px 10px 10px !important;
	width: 100%;
	}
	.last {
	border-bottom:4px solid rgb(234, 232, 235) !important;
	
	}
	#main_menu {
	margin: 25px 0 0;
	}
	#main_content {
	width:270px;
	}
	#footer {
	width:270px;
	}
	#cta_wrapper_absolute {
	width:270px;
	}
	#inner_wrapper {
	width:270px;
	}
	#intro_content {
	width:270px;
	}
	#services_wrapper {
	width:270px;
	}
	
	#visit_contact_page {
	margin: 0 0 0 -64px;
	width: 50%;
	}
	#main_intro {
	width:270px;
	}
	#portfolio_intro {
	width:270px;
	}
	#potential_returns {
	width:270px;
	}
	#residential_performance {
	width:270px;
	}
	#residential_performance_charts {
	width:270px;
	}
	
	#download {
	margin: 0 0 0 -113px;
	width: 230px;
	}
	#container {
	width:270px;
	}
	
	.mortgage_row {
	width: 270px;
	}
	#register_wrapper {
	width:270px;
	}
	#cta_content {
	width:270px;
	}
	
	.form_row {
	width: 245px;
	}
	
	#submit_btn input {
	float: left;
	height: 40px;
	width: 100%;
	}
	
	#submit_btn {
	float: right;
	margin: 0;
	width: 220px;
	}
	
	#contact_wrapper {
	width: 255px;
	}
	#page_title {
	width:255px;
	}
	#refine_search_btn {
	width:255px;
	}
	#page_results {
	width:270px;
	}
	
	#refine_search_btn {
	padding-left: 0;
	padding-right: 0;
	width: 274px;
	}
	
	#refine_search_btn a {
	width: 210px;
	}
	
	#listing_wrapper {
	width: 264px;
	}
	
	#listing_leftcol {
	padding: 1%;
	width: 96%;
	}
	
	#page_numbers_wrapper {
	width: 270px;
	}
	#refine_search {
	width:270px;}
	
	.nav-list {
	display: none;
	}
	#maximum_rent .selectBoxIt1-container .selectBoxIt1 {
	width: 265px !important;
	}
	#maximum_rent .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 265px !important;
	}
	#bedrooms .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 265px !important;
	}
	#price_range_max .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 265px !important;
	}
	#price_range_min .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 265px !important;
	}
	#location .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 265px !important;
	}
	#search_radius .selectBoxIt1-container .selectBoxIt1-options {
	min-width: 265px !important;
	}
	#price_range {
	padding-right:0;
	
	}
	#location .mortgage_input {
    width: 250px;
	padding-bottom: 0;
    padding-top: 0;
    }
	
    #search_radius .mortgage_input {
    width: 250px;
	padding-bottom: 0;
    padding-top: 0;
    }
	}
	
	
	@media screen and (max-width: 240px) { 
	#header {
	width:200px;
	}
	#property_description {
	width: 200px;
	}
	#property_search {
	width: 200px;
	}
	#property_title {
	width: 200px;
	}
	#property_detail {
	width: 200px;
	}
	#cookie_trail {
	width:200px;
	}
	#footer_logos {
	width:200px;
	}
	#main_content {
	width:200px;
	}
	#footer {
	width:200px;
	}
	#cta_wrapper_absolute {
	width:200px;
	}
	#inner_wrapper {
	width:200px;
	}
	#intro_content {
	width:200px;
	}
	#services_wrapper {
	width:200px;
	}
	#main_intro {
	width:200px;
	}
	#portfolio_intro {
	width:200px;
	}
	#potential_returns {
	width:200px;
	}
	#residential_performance {
	width:200px;
	}
	#residential_performance_charts {
	width:200px;
	}
	#container {
	width:200px;
	}
	
	.mortgage_row {
	width: 200px;
	}
	#register_wrapper {
	width:200px;
	}
	#cta_content {
	width:200px;
	}
	.detail_text {
	width: auto;
	}
	.detail_block {
	width: auto;
	}
	#logo {
	width:100%;
	}
	.nav {
	float: left;
	}
	#contact_wrapper {
	width: auto;
	}
	}
	
	
	
	
	
	
