	@charset "UTF-8";
	/* CSS Document */
	
	
	/*----------INTRO WRAPPER----------*/
	/* font face */
	
	@import url(../fonts/stylesheet.css);
	
	/* ...... */
	
	#register_wrapper
	{
	position: relative;
	width: 960px;
	padding: 32px 10px;
	margin: 0 auto 0 auto;
	}
	
	
	#register_wrapper h2
	{
	font-family: 'Merriweather', serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 130%;
	text-align: center;
	color: #9FCAD2;
	margin: 0 0 32px 0;
	}
	
	
	/*----------REGISTER FORM----------*/
	
	
	#register_form
	{
	position: relative;
	width: 730px;
	margin: 0 auto 0 auto;
	}
	
	
	.form_row
	{
	position: relative;
	width: 735px;
	margin: 16px 0 0 0;
	}
	
	.error_name {
    float: left;
    margin-left: 360px;
    margin-top: 15px;
    }
	.refresh {
	background-color: rgb(70, 55, 83);
    border: 2px solid rgb(209, 211, 212);
    border-radius: 5px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-family: 'Merriweather',serif;
    font-size: 13px;
    padding: 0 8px;
	margin-left:20px;
	margin-top:20px;
	float:left;
	}
	
    #submit_btn input {
    background-color: rgb(159, 202, 210);
    background-image: none;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 8px;
    color: rgb(255, 255, 255);
    font-family: 'Lato',sans-serif;
    font-size: 22px;
    font-weight: bold;
    height: 48px;
    width: 364px;
	cursor:pointer;
    }
	#fancybox-content {
	 width: 715px !important;
	}
	#submit_btn input:hover {
	background-color:#392948;
	} 
	#simple_captcha_c {
	clear: both;
    float: left;
    margin-left: 350px;
    margin-top: 15px;
	}
	#fancybox-wrap {
	width: auto !important;
	}
    .contact_form_detail {
    background-color: rgb(58, 41, 72);
    color: rgb(255, 255, 255);
    font-family: lato;
    font-size: 13px;
    height: 35px !important;
    line-height: 20px;
    margin: 0;
    padding: 30px 10px;
	border-radius: 8px;
    }
	.msg1 {
    color: rgb(159, 202, 210);
    float: left;
    font-family: lato;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
	font-family: 'Merriweather', serif;
	}
	.msg2 {
    clear: both;
    float: left;
	text-align: left;
	font-family: 'Merriweather', serif;
	}
	.form_title
	{
	float: left;
	width: 345px;
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	text-align: right;
	color: #fff;
	margin: 18px 16px 0 0;
	}
	
	
	.form_input {
	background: none repeat scroll 0 0 rgb(70, 55, 83);
	border: 2px solid rgb(209, 211, 212);
	border-radius: 8px;
	color: rgb(118, 162, 175);
	float: left;
	font-family: 'Merriweather',serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	margin: 0;
	padding: 13px 16px 12px;
	width: 331px;
	}
	
	
	#submit_btn
	{
	float: right;
	width: 373px;
	margin: 0 0 0 0;
	}
	
	
	/*----------CTA WRAPPER----------*/
	
	
	#cta_wrapper
	{
	position: relative;
	width: 100%;
	background: #463753;
	border-top: solid 1px #D1D3D4;
	border-bottom: solid 1px #D1D3D4;
	margin: 0 0 0 0;
	}
	
	
	#cta_content
	{
	position: relative;
	width: 960px;
	padding: 32px 10px;
	padding-bottom: 56px;
	margin: 0 auto 0 auto;
	}
	
	
	#cta_content h2
	{
	font-family: 'Merriweather', serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 130%;
	text-align: center;
	color: #9FCAD2;
	margin: 0 0 16px 0;
	}
	
	
	#cta_content p
	{
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 140%;
	text-align: center;
	color: #fff;
	}
	
	
	/*----------VISIT CONTACT PAGE----------*/
	
	
	
	
	#visit_contact_page {
	bottom: -36px;
	left: 308px;
	margin: 0;
	position: absolute;
	width: 360px;
	z-index: 9;
	}
	
	
	#visit_contact_page a
	{
	display: block;
	background: #9FCAD2;
	border: solid 2px #D1D3D4;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px; 
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	color: #fff;
	padding: 20px 18px;
	margin: 0 0 0 0;
	}
	
	
	#visit_contact_page a:hover
	{
	background: #463753;
	text-decoration: none;
	color: #fff;
	}
	
	
	/*----------WATER MARK----------*/
	
	
	
	
	#water_mark {
	height: auto;
	left: 0;
	position: relative;
	top: 43px;
	width: 260px;
	z-index: -1;
	}
	#water_mark img {
	height: auto;
	width: 100%;
	}
	
	.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;
	}
	
	#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;
	}
	#register_wrapper {
	width:780px;
	padding-left: 0;
	padding-right: 0
	}
	#cta_content {
	width:780px;
	padding-left: 0;
	padding-right: 0
	}
	}
	@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;
	}
	#water_mark {
	display:block;
	}
	#register_form .selectBoxIt1-container .selectBoxIt1 {
	width: 301px !important;
	}
	#register_form {
	width:670px;
	}
	.form_input {
	width: 270px;
	}
	.form_row {
	width:670px;
	}
	#submit_btn input {
	width: 100%;
	}
	#submit_btn {
	width: 310px;
	}
	#fancybox-content {
	 width: 95% !important;
	}
	#fancybox-close {
	right: 12px;
	}
	
	
	
	}
	@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;
	}
	#register_form .selectBoxIt1-container .selectBoxIt1 {
	width: 364px !important;
	}
	
#register_form {
    width: 565px;
}

.form_row {
    width: 565px;
	text-align:center;
}
.form_title {
	text-align:center;
	width:100%;
	margin-bottom:20px;
}

.form_input {
    float: none;
    margin: 0 auto;
    width: 270px;
}
#simple_captcha_c {
margin-left: 185px;
}

#submit_btn {
    float: none;
    margin: 0 auto;
    width: 310px;
}
.error_name {
    float: left;
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
}
	}
	
	@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;
	padding-right:0;
	width: 100%;
	}
	#register_form {
	width: auto;
	}
	.form_title {
	text-align: left;
	margin-bottom: 10px;
	}
	#register_form .selectBoxIt1-container .selectBoxIt1 {
	width: 484px !important;
	}
	#fancybox-wrap {
    left: 0 !important;
    width: auto !important;
    }
	#fancybox-close {
    right: 10px;
    } 
	}
	
	
	
	
	
	
	@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: 490px;
	}
	.form_input {
	padding-left: 0;
	width: 100%;
	}
	#register_form {
	width: auto;
	}
	.form_title {
	text-align: left;
	margin-bottom: 10px;
	}
	
	.form_input {
	padding-left: 0;
	width: 470px;
	}
	#register_form .selectBoxIt1-container .selectBoxIt1 {
	width: 484px !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;
	}
	
	.form_input {
	padding-left: 0;
	width: 360px;
	}
	#register_form .selectBoxIt1-container .selectBoxIt1 {
	width: 375px !important;
	}
	
	#submit_btn {
	float: left;
	margin: 0;
	width: 400px;
	}
	
	#visit_contact_page {
	left: 0;
	margin: 0;
	width: 100%;
	}
	#visit_contact_page a {
	padding: 16px 18px;
	font-size: 18px;
	}
	#fancybox-wrap {
    left: 0 !important;
    width: auto !important;
    }
	#fancybox-close {
    right: 6px;
    }
	}
	
	@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%;
	}
	#register_form .selectBoxIt1-container .selectBoxIt1 {
	width: 310px !important;
	}
	.selectBoxIt1-container .selectBoxIt1-options {
	min-width: 330px !important;
	}
	
	#visit_contact_page {
	left: 4%;
	margin: 0;
	width: 90%;
	}
	#simple_captcha_c {
    margin-left: 0;
    }
	#fancybox-wrap {
    left: 0 !important;
    width: auto !important;
    }
	#fancybox-content {
    width: 91% !important;
    }
	.contact_form_detail {
	height: 55px !important;
	}
	}
	
	@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;
	width: 90%;
	}
	#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;
	}
	.nav-list {
	display: none;
	}
	#register_form .selectBoxIt1-container .selectBoxIt1 {
	width: 260px !important;
	}
	.selectBoxIt1-container .selectBoxIt1-options {
	min-width: 260px !important;
	}
	.contact_form_detail {
	height: 55px !important;
	}
	.selectBoxIt1-container span, .selectBoxIt1-container .selectBoxIt1-options a {
    max-width: 245px !important;
    padding-right: 0 !important;
    }
	}
	@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;
	}
	
	#visit_contact_page {
	margin: 0;
	width: 90%;
	}
	#fancybox-close {
    right: 8px;
    }
	}
