/*********** RESET***********/

body, h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, table, tr, th, td {
	margin:0;
	padding:0;
	border:none;
}

/********** GLOBAL **********/

ul, ol, dl{
	margin:15px 0 15px 30px;
}
ul li, ol li, dl li{
	margin:3px 0;
}
.align-center{
	text-align:center;
}
.align-right{
	text-align:right;
}
.clear-both{
	clear:both;
}
a:link{
	color:#333;
}
a:visited{
	color:#333;
}
a:hover{
	color:#94262a;
}
a:active{
}
a:focus{
}
input.checkbox{
	border:none;
	background-color:transparent;
}

/********* TYPOGRPAHY ********/

body{
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	color:#333;
	text-align:center;
	background-color:#fafae0;
	/*background:url('../nav/field.jpg') top center no-repeat;*/

}
h1, h2, h3, h4, h5{
	font-family:verdana, arial, sans-serif;
	font-weight:400;
	color:#94262a;
}
h1{
	font-size:24px;
	margin:0 0 20px 0;
}
h2{
	font-size:22px;
	margin:0 0 16px 0;
}
h3{
	font-size:20px;
	margin:0 0 16px 0;
}
h4{
	font-size:18px;
	margin:0 0 16px 0;
}
h5{
	font-size:14px;
	margin:0 0 16px 0;
}
p{
	margin:0 0 22px 0;
	line-height:22px;
}

/********* STRUCTURE *********/

#wrapper{
	width:990px;
	margin:0 auto;
	text-align:left;
	background-color:#fff;
	border:1px solid #d6d685;
	position:relative;
	z-index:10;
}

/********* HEADER *********/

#header{
	height:246px;
	background:url('../nav/header.jpg') no-repeat #f8f6cf;
	position:relative;
}
#header img{
	position:absolute;
	top:12px;
	left:772px;
}
ul#top-nav{
	margin:0;
	text-align:left;
	width:990px;
	margin:10px auto 0;
	list-style:none;
	height:33px;
}
ul#top-nav li{
	float:left;
	margin:0;
}
ul#top-nav li a{
	display:block;
	height:32px;
	padding:0 12px;
	background-color:#761d1c;
	margin:0 0 0 2px;
	line-height:32px;
	border:1px solid #761d1c;
	position:relative;
	z-index:0;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	float:left;
	display:inline;
}
ul#top-nav li a:hover, ul#top-nav li.selected a{
	border:1px solid #d6d685;
	background-color:#f7f7ce;
	border-bottom:1px solid #f7f7ce;
	z-index:20;
	color:#94262a;
}
#search{
	height:67px;
	width:990px;
	position:absolute;
	bottom:0;
	left:0;
}
#search label{
	color:#94262a;
	font-size:24px;
	position:absolute;
	top:17px;	
	left:18px;
}
#search input#free_search{
	position:absolute;
	top:16px;
	left:225px;
	border:none;
	width:368px;
	height:29px;
	background:url('../nav/search_bg.gif') no-repeat;
	font-size:13px;
	color:#888;
	padding:4px 0 0 8px;
}
#search input#for-sale{
	position:absolute;
	top:16px;
	left:604px;
}
#search input#to-let{
	position:absolute;
	top:16px;
	left:786px;
}
#search p{
	color:#004f3c;
	font-size:9px;
	position:absolute;
	margin:0;
	top:44px;
	left:226px;
}
.jqac-menu{
	background-color:#f9f8d9;
	border:1px solid #dcdd99;
	position:absolute;
	top:46px;
	left:225px;
	width:365px;
	opacity: 0.95;
}
.jqac-menu ul{
	list-style: none;
	overflow: hidden;
	text-align:left;
	font-size:13px;
	color:#94262a;
}
.jqac-menu ul li{
	padding:5px 10px;
	border-bottom:1px solid #cfd07e;
	border-top:1px solid #fff;
	margin:0;
}
.jqac-menu .jqac-link {
	cursor: hand;
	cursor: pointer;
	display: block;
}
.jqac-menu .jqac-highlight {
	background-color: #fff;
}
.jqac-menu em {
	 background-color:#fff;
}
.jqac-menu .jqs-info {
	 text-align: right;
	 font-style: italic;
	 font-size: .75em;
	 color: #666;
}
ul#submenu{
	list-style:none;
	margin:0;
	padding:0 0 2px 31px;
	height:30px;
	border-bottom:1px solid #e3e2a9;
	background-color:#fbf9e1;
}
ul#submenu li{
	float:left;
	margin:0;
}
ul#submenu li a{
	float:left;
	display:inline;
	height:30px;
	line-height:30px;
	background-color:#761d1c;
	border:1px solid #fbf9e1;
	color:#fff;
	border-top:none;
	padding:0 10px;
	margin:0 5px 0 0;
	font-size:11px;
	text-decoration:none;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-radius-bottom-right:4px;
	-webkit-border-radius-bottom-left:4px;
}
ul#submenu li p{
	font-size:11px;
	font-weight:700;
	line-height:30px;
	margin:0 10px 0 0;
	color:#a3322b;
}
ul#submenu li a:hover, ul#submenu li.selected a{
	background-color:#f9f4c4;
	border:1px solid #ebdf6f;
	color:#333;
	border-top:none;
}
/********* CONTENT/PAGES *********/

#content{
	width:620px;
	float:left;
	display:inline;
	margin:20px 0 20px 20px;
}
#content.large{
	width:670px;
}
#content ul, #sidebar ul, .sidebar ul, .half ul{
	list-style:none;
	margin:20px 0;
}
#content ul li, #sidebar ul li, .sidebar ul li, .half ul li{
	background:url('../nav/bullet.gif') 0 7px no-repeat;
	padding:0 0 0 10px;
}
#sidebar ul#profile-list li {
	margin:20px 0;
}
#sidebar{
	width:300px;
	float:right;
	display:inline;
	margin:20px 20px 20px 0;
}
#sidebar.small{
	width:250px;
}
.half{
	width:465px;
	float:left;
	display:inline;
	margin:20px 0 20px 20px;
}
.half.sidebar{
	float:right;
	margin:20px 20px 20px 0;
}
#office-map{
	padding:2px;
	border:1px solid #f3f3f3;
	width:446px;
	height:350px;
	margin:0 0 20px;
}
img.profile-right-image{
	float:right;
	display:inline;
	padding:2px;
	border:1px solid #f3f3f3;
}
hr{
	background-color:transparent;
	border:none;
	border-bottom:1px solid #e1e1e1;
	margin:0 0 25px;
}
img#strapline{
	margin:5px 0 15px;
	float:none;
}
#search-map{
	margin:0 0 10px;
}
#mayfair-logo{
	float:right;
	display:inline;
	margin:0 0 10px 20px;
}

/********* HOMEPAGE *********/

a.sidebar-property{
	display:block;
	width:300px;
	text-decoration:none;
	font-size:11px;
}
a.sidebar-property img{
	float:left;
	border:1px solid #f6f2b7;
}
a.sidebar-property .details-surround{
	display:block;
	position:relative;
	width:300px;
	height:90px;
	background:url('../nav/new_forsale.gif') no-repeat transparent;
	clear:left;
	float:left;
	margin:-10px 0 0;
}
a.sidebar-property .details-surround.newtolet{
	background:url('../nav/new_tolet.gif') no-repeat transparent;
}
a.sidebar-property .details-surround span{
	position:absolute;
	top:54px;
	left:12px;
}
.triple-box{
	width:202px;
	border:1px solid #004232;
	float:left;
	display:inline;
	margin:10px 7px 20px 0;
	/*height:210px;*/
	position:relative;
	overflow:hidden;
}
.triple-box.no-border{
	border:0;
}
.triple-box.no-margin{
	margin:10px 0 20px;
}
.triple-box h2{
	margin:0 0 6px;
	font-size:14px;
	background-color:#004232;
	padding:6px 6px 7px 10px;;
}
.triple-box h2 a{
	text-decoration:none;
	color:#fff;
}
.triple-box img{
	float:right;
	display:inline;
	margin:0 0 0 5px;
}
.triple-box p{
	font-size:10px;
	margin:0 10px;
	line-height:16px;
}
.triple-box a {
	margin:0;
	padding:0;
}
/*
.triple-box a img{
	position:absolute;
	bottom:10px;
	right:10px;
}*/
#homepage-text{
	width:620px;
	background:url('../nav/landscape.jpg') 0 0;
	padding:20px 0 5px;
	margin:0 0 20px;
}
#homepage-text h1{
	margin:0 0 15px 15px;
}
#homepage-text p{
	margin:0 15px 65px;
	background:rgb(255,255,255);
	background:rgba(255,255,255,0.8);
	padding:15px;
}

/********* SEARCH RESULTS *********/

#sidebar ul.filter{
	margin:0 0 1px;
	list-style:none;
}
#sidebar ul.filter li{
	margin:0;
	padding:0;
	background:transparent;
	display:inline;
}
ul.filter li a{
	display:block;
	line-height:28px;
	padding:0 0 0 8px;
	text-decoration:none;
	font-size:11px;
	background-color:#f7f7ce;
	border-bottom:1px solid #f6f1b7;
	border-top:1px solid #fff;
}
ul.filter li a.selected{
	border-bottom:1px solid #d5c954;
	background:url('../nav/remove.gif') 7px 9px no-repeat #efe799;
	padding:0 0 0 24px;
}
ul.filter li a:hover{
	background-color:#efe799;
	color:#333;
	border-bottom:1px solid #d5c954;
}
#sidebar ul.filter li h3{
	margin:0;
	height:28px;
}
#sidebar ul.filter li h3 a{
	display;block;
	background:url('../nav/filter_bg.gif') no-repeat #9f3e31;
	color:#fff;
	font-size:11px;
	text-shadow:#650e08 1px 1px 2px;
	font-weight:700;
	height:28px;
	line-height:28px;
	padding:0 0 0 8px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-radius-top-left:4px;
	-webkit-border-radius-top-right:4px;
}
ul.filter.hide-ul{
	height:28px;
	overflow:hidden;
}
ul.filter.show-ul{
	height:auto;
	overflow:hidden;
}
#current-filters{
	border:1px solid #e3e3e3;
	margin:0 0 20px;
	padding:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
#current-filters h4{
	margin:0 0 10px;
	font-size:14px;
}
#current-filters ul{
	margin:0;
	font-size:11px;
	padding:0 0 15px;
}
#current-filters ul li{
	padding:0 60px 0 0;
	background:transparent;
	position:relative;
	margin:0 0 5px;
}
p#filter-text{
	font-size:12px;
	line-height:20px;
}
#current-filters ul li a{
	font-style:italic;
	color:#999;
	font-size:10px;
	position:absolute;
	right:10px;
	top:0;
}
ul.property-list{
	list-style:none;
	margin:0;
}
#search-details{
	background-color:#f5f5f5;
	padding:8px 12px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size:11px;
}
p#view-sort{
	margin:0 0 5px;
	border:1px solid #f1f1f1;
	padding:8px 12px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
p#view-sort a{
	padding:4px 8px;
	color:#fff;
	text-decoration:none;
	font-size:10px;
	font-weight:700;
	margin:0 2px 0 0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	overflow:hidden;
}
p#view-sort a.onamap{
	background:url('../nav/map.gif') 4px 4px no-repeat #adadad;
	padding:4px 8px 4px 24px;
}
p#view-sort a.inalist{
	background:url('../nav/list.gif') 5px 7px no-repeat #adadad;
	padding:4px 8px 4px 18px;
}
p#view-sort a.lowest{
	background:url('../nav/lowest.gif') 6px 8px no-repeat #adadad;
	padding:4px 8px 4px 17px;
}
p#view-sort a.highest{
	background:url('../nav/highest.gif') 6px 7px no-repeat #adadad;
	padding:4px 8px 4px 17px;
}
p#view-sort a.onamap.selected, p#view-sort a.inalist.selected, p#view-sort a.lowest.selected, p#view-sort a.highest.selected{
	background-color:#ac3b32;
}
p#view-sort a:hover{
	text-decoration:underline;
}
#content ul.property-list li, .half ul.property-list li{
	clear:both;
	overflow:hidden;
	padding:20px 10px 20px 0;
	margin:0;
	background:transparent;
	border-top:1px solid #fff;
	border-bottom:1px solid #efefef;
}
ul.property-list .property-list-image{
	float:left;
	display:inline;
	margin:0;
	width:201px;
	position:relative;
}
ul.property-list .property-list-image img{
	width:195px;
	behavior: url(js/iepngfix.htc);
}
ul.property-list img.property-status{
	position:absolute;
	top:0;
	left:0;
	width:auto;
	height:auto;
	padding:0;
	border:none;
}
ul.property-list img{
	padding:2px;
	margin:0 0 10px;
	border:1px solid #e3e3e3;
}
ul.property-list .property-list-details{
	float:right;
	display:inline;
	width:440px;
	margin:0 0 10px;
}
.half ul.property-list .property-list-details{
	width:240px;
}
ul.property-list h3{
	font-size:14px;
	font-weight:700;
	margin:0 0 6px;
}
ul.property-list h4{
	color:#333;
	font-size:11px;
	font-weight:700;
	margin:0 0 6px;
}
ul.property-list p{
	font-size:11px;
	line-height:18px;
	margin:0 0 10px;
}
a.plist-bottom{
	width:145px;
	height:20px;
	text-align:center;
	line-height:19px;
	font-size:10px;
	font-weight:700;
	color:#555;
	text-decoration:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	display:block;
	float:left;
	display:inline;
	margin:0 2px 0 0;
	background-color:#e3e3e3;
}
a.plist-bottom:hover{
	background-color:#a03c31;
	color:#fff;
}
a.plist-bottom.reversed{
	background-color:#a03c31;
	color:#fff;
}
a.plist-bottom.reversed:hover{
	background-color:#e3e3e3;
	color:#555;
}
.half ul.property-list .shortlist-buttons{
	height:20px;
	clear:left;
	padding:6px 0 0;
}
.half ul.property-list .shortlist-buttons a.plist-bottom{
	margin:0 5px 0 0;
}
p.pagination a, p.pagination span{
	width:24px;
	height:24px;
	float:left;
	line-height:24px;
	padding:0;
	display:inline;
	text-align:center;
	margin:0 1px 1px 0;
	background-color:#afafaf;
	text-decoration:none;
	color:#fff;
	font-size:10px;
	font-weight:700;
}
p.pagination a.next-prev{
	width:74px;
	background-color:#929292;
}
p.pagination span, p.pagination a:hover{
	background-color:#a03c31;
}
p#disclaimer {
	font-size:10px;
	padding: 0 15px 0 15px;
}
ul#map-key{
	margin:10px 0;
	list-style:none;
}
ul#map-key li img{
	float:left;
	display:inline;
	margin:0 2px 0 0;
	padding:0;
}
ul#map-key li{
	line-height:36px;
	padding:0;
	margin:0;
	background:transparent;
}
#fine-tune{
	border-bottom:6px solid #881a1d;
	padding:15px;
	overflow:hidden;
	zoom:1;
}
#fine-tune label{
	line-height:21px;
	padding:0 10px 0 0;
	float:left;
	display:inline;
}
#fine-tune select{
	float:left;
	display:inline;
	margin:0 15px 0 0;
}

/********* PROPERTY PAGE *********/

.property-page h1{
	margin:0 0 22px;
}
.property-page h3{
	background-color:#fafad8;
	border-top:1px solid #fff;
	border-bottom:1px solid #ececa6;
	font-size:11px;
	font-weight:700;
	margin:0;
	padding:8px 10px;
	line-height:18px;
	color:#333;
}
.property-page h3{
	text-align:right;
}
.property-page h3 a{
	padding:4px 8px 4px 23px;
	background:url('../nav/add.gif') 3px 4px no-repeat #ac3b32;
	color:#fff;
	font-size:10px;
	text-decoration:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.property-page h3 a#location-map-button{
	background:url('../nav/map.gif') 4px 4px no-repeat #ac3b32;
}
.property-page h3 a#pdf-download-button, a#pdf-download-button{
	background:url('../nav/download.gif') 4px 4px no-repeat #ac3b32;
}
a#back-to-photos-button {
	background-image: none;
}
.property-page h3 a:hover{
	text-decoration:underline;
}
#property-details{
	border:1px solid #ececa6;
	margin:55px 0 20px;
	padding:15px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-size:11px;
	background-color:#fafad8;
}
#property-details h4{
	margin:0 0 10px;
	font-size:16px;
}
#property-details strong{
	font-size:14px;
	display:block;
}
#property-details ul{
	margin:0;
	font-size:11px;
}
#property-details ul li{
	padding:6px;
	background:transparent;
	position:relative;
	margin:0;
}
#property-details ul li.white{
	background-color:#fff;
}
p#office-contact{
	padding:10px;
	background-color:#8c2c25;
	border:1px solid #fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:11px;
	margin:0 0 15px;
	color:#fff;
}
p#office-contact strong{
	display:block;
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
}
p#office-contact a{
	color:#fff;
}
div#controls {
	padding:10px 30px 0 15px;
}
div#controls a.play {
	float:left;
	margin:0 0 5px;
}
div#controls a.prev {
	float:left;
}
div#controls a.next {
	float:right;
}
#property-images{
	background-color:#fafad8;
	border-top:1px solid #fff;
	border-bottom:1px solid #ececa6;
	margin:0 0 10px;
	position:relative;
	overflow:hidden;
}
#property-images ul.thumbs li {
	width:136px;
	height:104px;
	float:left;
	display:inline;
	padding: 0;
	margin:0 4px 3px 3px;
	background:none;
	text-align:center;
}
#property-images img{
	float:left;
	display:inline;
	border:3px solid #fff;
	margin:0 5px 0 15px;
	padding:0;
}



#property-images img.property-status{
	position:absolute;
	top:60px;
	left:10px;
	width:auto;
	height:auto;
	border:none;
}

#property-images div#location-map-embed {
	margin: 0 0 5px 15px;
	width:585px;
	height:439px;
}

#thumbs{
	clear:both;
	float:left;
	display:inline;
	margin:0 0 10px 15px;	
	position:relative;
	z-index:100;
}
#property-images a{
	text-decoration:none
}
#property-images a.thumb img{
	margin:0 auto 0 auto;
	border:3px solid #fff;
	text-align:center;
	float:none;
}

#property-images .caption{
	clear:both;
	border-top:1px solid #ececa6;
	border-bottom:1px solid #ececa6;
	margin:10px 0 0 15px;
	padding:4px 0;
	width:591px;
	font-size:11px;
}
form#send-friend{
	background-color:#fafad8;
	margin:0 0 20px;
}
form#send-friend fieldset{
	padding:20px 0 20px 20px;
}
form#send-friend label{
	display:block;
	margin:0 0 6px;
	font-size:11px;
}
form#send-friend input, form#send-friend textarea{
	width:255px;
	border:1px solid #ececa6;
	height:22px;
	margin:0 0 4px;
}
form#send-friend textarea{
	height:70px;
}
form#send-friend input.submit{
	height:27px;
	width:255px;
	border:none;
	background-color:#ac3b32;
	color:#fff;
	font-weight:700;
	margin:8px 0 0;
}
form#send-friend input.submit:hover{
	background-color:#00594b;
}
p.highlighted{
	background-color:#f5f5f5;
	padding:6px 8px;
	color:#555;
}
p.success-msg{
	padding:6px 8px 8px 8px;
	font-size:18px;
	color:#fff;
	text-align:center;
	background-color:#71b01f;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin:0 0 15px;
}
p.success-msg a{
	color:#fff
}
#controls{
	width:590px;
}
#controls img{
	width:auto;
	height:auto;
	border:none;
	margin:0 5px 10px 0;
}
table.dimensions{
	margin:10px 0 20px;
}
table.dimensions td, table.dimensions th{
	padding:8px;
	background-color:#f9f8d9;
	border-bottom:1px solid #f2f1c3;
	border-top:1px solid #fff;
	font-size:11px;
}
table.dimensions th{
	padding:8px 20px 8px 8px;
}
ul#downloads li{
	background:transparent;
	padding:0;
}
ul#downloads li img{
	float:left;
	display:inline;
	margin:0 6px 0 0;
}
ul#downloads li a{
	line-height:16px;
	text-decoration:none;
}
ol.commentlist{
	list-style:none;
	margin:0;
}

/********* FORMS *********/

form#form{
	background-color:#fafad8;
	margin:0;
	width:465px;
	padding:20px 0 0;
	border:1px solid #ececa6;
}
form#form.half-form {
	width:290px;
	float:left;
	margin-right:20px;
}
form#form fieldset{
	padding:0 20px 20px 20px;
}
form#form legend{
	font-size:16px;
	color:#94262a;
	margin:0;
	*margin:0 0 0 -7px;
	padding:0 0 15px;
}
form#form p{
	margin:0 0 15px;
	font-size:11px;
}
form#form label{
	display:block;
	margin:0 0 6px;
	font-size:11px;
}
form#form label span{
	font-size:10px;
	font-style:italic;
	color:#777;
}
form#form input, form#form textarea, form#form select{
	width:390px;
	border:1px solid #ececa6;
	height:24px;
	margin:0 0 4px;
}
form#form.half-form input, form#form.half-form textarea, form#form.half-form  select {
	width:250px;
}

form#form select{
	width:160px;
}
form#form textarea{
	height:100px;
	width:420px;
}
form#form input.submit{
	height:27px;
	border:none;
	background-color:#ac3b32;
	color:#fff;
	font-weight:700;
	margin:8px 0 0;
	width:250px;
	clear:both;
}
form#form h5{
	font-size:12px;
	clear:both;
	margin:15px 0;
}
form#form .checkboxes p{
	height:26px;
	margin:0;
	clear:both;
}
form#form .checkboxes p.tip{
	height:auto;
	line-height:16px;
	margin:0 0 10px;
}
form#form .checkboxes label{
	width:100px;
	float:left;
	clear:left;
}
form#form .checkboxes label.large-label{
	width:300px;
}
form#form .checkboxes input{
	width:12px;
	height:12px;
	border:none;
	margin:4px 0 0;
}
ul#form-errors{
	list-style:none;
	margin:0 0 20px;
	border-left:5px solid #b90000;
	border-right:5px solid #b90000;
	background-color:#fafad8;
	padding:15px;
}
ul#form-errors h4{
}
ul#form-errors li{
	margin:0 0 4px;
	font-size:11px;
	color:#b90000;
}

/********* PROFILE PAGE *********/

h1.office-title{
	margin:20px 0 10px 20px;
	font-size:28px;
	clear:both;
}
#offices{
	clear:both;
	margin:0;
	padding:20px 0 20px 20px;
	background:#fafbe6;
	border-bottom:1px solid #d6d685;
}
#offices h2{
	font-size:28px;
}
#offices ul{
	list-style:none;
	margin:0;
	zoom:1;
}
#offices ul:after{
	content:'';
	display:block;
	visibility:hidden;
	height:0;
	clear:both;
}
#offices li{
	float:left;
	display:inline;
	margin:0;
}
#offices a{
	display:block;
	width:147px;
	height:25px;
	text-decoration:none;
	color:#3e3e3e;
	line-height:25px;
	text-align:center;
	border:1px solid #eae697;
	background:#f6f7cd;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	float:left;
	display:inline;
	font-size:11px;
	margin:0 10px 10px 0;
}
#offices a:hover, #office li.active a{
	background:#761d1c;
	border:1px solid #761d1c;
	color:#fff;
}
#office-details{
	background:url('../nav/office_base.gif') bottom left no-repeat #761d1c;
	padding:15px 15px 40px;
}
#office-details img{
	width:155px;
	float:left;
	display:inline;
	padding:0;
	border:1px solid #fff;
	margin:0 15px 0 0;
}
#office-details p{
	overflow:hidden;
	color:#fff;
	margin:0;
	line-height:20px;
}
#office-details a{
	color:#fff;
}
#office-map{
	padding:2px;
	border:1px solid #f3f3f3;
	width:456px;
	height:350px;
	margin:2px 0 20px;
}

.large #search-result-google-map{
	width:668px !important;
}

#office-details #search-result-google-map{
	width:456px !important;
}

.half.office{
	width:460px;
}
a.property-button{
	width:340px;
	height:28px;
	line-height:28px;
	text-indent:30px;
	font-size:11px;
	background:url('../nav/button_bg.gif') bottom left no-repeat #eaeaea;
	text-decoration:none;
	float:right;
	display:inline;
	margin:5px 20px 0 0;
}
#profile-list{
	margin:0;
}
#profile-list li{
	padding:0;
	background:0;
	overflow:hidden;
	margin:0 0 20px;
	zoom:1;
	padding:0 0 30px;
	position:relative;
}
#profile-list li h3 span {
	font-size:12px;
	color:#444;
	font-weight:700;
}
#profile-list div{
	overflow:hidden;
}
#profile-list .small{
	height:130px;
}
#profile-list img{
	float:left;
	display:inline;
	margin:0 15px 10px 0;
	padding:1px;
	border:1px solid #e3e3e3;
	width:140px;
}
#profile-list a{
	display:block;
	width:466px;
	height:28px;
	background:url('../nav/full_profile.gif') 0 0;
	text-indent:-9999px;
	position:absolute;
	bottom:0;
	left:0;
}
/********* SIDEBAR *********/

#sidebar.small h3{
	border-bottom:1px solid #f3f3f3;
	margin:5px 0 10px;
}

/********* FOOTER *********/

#footer{
	clear:both;
	border-top:5px solid #94262a;
	height:85px;
	position:relative;
}
#footer h5{
	margin:7px 0 0 10px;
}
#footer ul{
	list-style:none;
	margin:0 0 0 16px;
	width:560px;
	position:absolute;
	top:8px;
	left:80px;
}
#footer ul li{
	background:url('../nav/bullet.gif') 0 7px no-repeat;
	margin:0 4px 3px 0;
	padding:0 0 0 8px;
	float:left;
	display:inline;
}
#footer ul li a{
	font-size:11px;
	text-decoration:none;
}
#footer p.copyr{
	color:#999999;
	position:absolute;
	left:10px;
	bottom:10px;
	margin:0;
	font-size:11px;
}
#footer p#footer-links{
	position:absolute;
	top:6px;
	margin:0;
	text-align:right;
	line-height:16px;
	right:10px;
}
#footer p#footer-links a{
	font-size:11px;
	text-decoration:none;
}
#footer p#footer-links img{
	margin:0 3px;
}

p.more-margin {
	padding:25px 0 0 0;

}
