/*********** 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:#f7f7ce;
}
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 #f4efa6;
	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 14px;
	background-color:#ffffff;
	margin:0 0 0 2px;
	line-height:32px;
	border:1px solid #fff;
	position:relative;
	z-index:0;
	font-size:11px;
	color:#003c34;
	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:#f4efa6;
	border-bottom:1px solid #f4efa6;
	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:#4b4b4b;
	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;
}

/********* 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:200px;
	border:1px solid #f4efa6;
	float:left;
	display:inline;
	margin:10px 7px 20px 0;
	height:210px;
	position:relative;
}
.triple-box.no-margin{
	margin:10px 0 20px;
}
.triple-box h2{
	margin:0 0 6px;
	font-size:14px;
	background-color:#f4efa6;
	padding:6px 6px 7px 10px;;
}
.triple-box h2 a{
	text-decoration:none;
	color:#94262a;
}
.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 img{
	position:absolute;
	bottom:10px;
	right:10px;
}

/********* 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;
}

/********* 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-details{
	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-details strong{
	display:block;
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
}
p#office-details 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 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 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;
}

/********* 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;
}









