body {
	position: relative;
	font-size: 100%;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 1em 0;
	background-color: #CED2B8;
	-webkit-font-smoothing: antialiased;
}

#wrapper {
	position: relative;
	max-width: 98%;
	min-width: 800px;
	margin: 0 auto 10px auto;
	padding: 0;
	width: 98%;
	background-color: #CED2B8;
}

html>body #wrapper {
	width: auto;
}

div {
	position: relative;
}

#wrapper #header {
	height: 144px;
	padding-bottom: 1.44em;
	color: #eec;
	overflow: hidden;
	background: #CED2B8 url(images/beach.jpg) 0 -50px no-repeat;
	border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
}

#gplus {
	position: absolute;
	right: 0;
	top: 25px;
}

#content {
	margin: 1em 0;
	padding: 0 0 1em 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	background: #FFF;
	box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	background: -webkit-gradient(linear, right top, left bottom, from(#FFF),
	to(#EEE));
}

h1, h2, h3, h4 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.4em;
}

h1 {
	font-size: 1.1em; /*20px / 16px = 1.25em */
	color: #9A8C5B;
	margin: 0 0 -0.9090em 0;
	padding: 0.9090em 0 0;
}

h2 {
	font-size: 1em;
	color: #9A8C5B;
	margin: 0 0 -0.50em 0;
	padding: 1em 0 0 0;
}

h3 {
	font-size: 0.8125em;
	color: #9A8C5B;
	margin: 0 0 -0.6em 0;
	padding: 1.2em 0 0 0;
}

p, blockquote {
	font-size: 0.8125em;
	margin: 0;
	padding: 1.2em 0 0 0;
	line-height: 1.4em;
}

a {
	color: #121;
}

a:hover {
	color: #565;
}

#content h1 { margin-left: 0.9091em; margin-right: 0.9091em; }

#content h2 { margin-left: 1em; margin-right: 1em; }

#content h3 { margin-left: 1.23em; margin-right: 1.23em; }

#content p { margin-left: 1.23em; margin-right: 1.23em; }

#content blockquote { margin-left: 1.23em; }
#content blockquote { margin-right: 1.23em; }


body.menu_before #content h1 { margin-left: 15.1136em; }
body.col_right #content h1 { margin-right: 15.1136em; }

body.menu_before #content h2 { margin-left: 16.625em; }
body.col_right #content h2 { margin-right: 16.625em; }

body.menu_before #content h3 { margin-left: 20.462em; }
body.col_right #content h3 { margin-right: 20.462em; }

body.menu_before #content p { margin-left: 20.462em; }
body.col_right #content p { margin-right: 20.462em; }

body.menu_before #content blockquote { margin-left: 20.462em; }
body.col_right #content blockquote { margin-right: 20.462em; }

body.menu_before #content>ul { margin-left: 16.625em; }
body.col_right #content>ul { margin-right: 16.625em; }

input, select, textarea, label {
	position: relative;
	font-size: 0.8125em;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ul {
	font-size: 1em;
	margin: 0;
	padding: 1em 0 0 2em;
}

li {
	font-size: 0.8125em;
	margin: 0;
	padding: 0.5em 0 0 0;
	line-height: 1.2em;
}

li * {
	font-size: 1em;
}

form {
	margin: 1em auto;
	padding: 0;
}

form ul, form ul li {
	display: block;
	clear: both;
	list-style: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

form h1, form h2, form h3, form h4 {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

fieldset {
	display: block;
	border: none;
	margin: 0 1em;
	padding: 0 1em;
}

label {
	display: block;
	float: left;
	width: 130px;
	font-weight: bold;
}

form ul li.csz, form ul li.csz label {
	display: inline;
	float: none;
	line-height: 3em;
	height: 3em;
}

form ul li.checks label {
	display: inline;
	float: none;
	width: auto;
}

form ul li.textblock label {
	display: block;
	float: none;
}

table {
	font-size: 0.8125em;
	margin: 1em 0;
	padding: 0;
}

td, th {
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

.clear {
	clear: both;
	padding-top: 1.2em;
}

.el_last {
	font-size: 1px;
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 1px;
}

.marginSub {
	font-size: 1em;
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 1em;
}

.error {
	color: #F00;
}

.warn {
	color: #FF0;
}

.nowrap {
	white-space: nowrap;
}

#wrapper #content .edit_hover {
	background-color: #FFC;
}

.site-title {
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px 0 0 20px;
	margin-right: 12em;
	text-shadow: #FFF 0 0 3px;
}

.site-title a {
	color: #4A5344;
	text-decoration: none;
}

.site-title span {
	white-space: nowrap;
}

ul.quickLinks {
	display: block;
	margin: 0 5em;
	padding: 25px 0;
	font-size: 0.5em;
	background-color: #CCC;
}

ul.quickLinks li {
	display: inline-block;
	white-space: nowrap;
	padding: 0 1em;
}

.button a {
	display: block;
	height: 2em;
	line-height: 2em;
	width: 20em;
	margin: 0 auto;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	background-color: #121;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#8da59e),
	color-stop(0.5,#374b45),
	color-stop(0.5,#123128),
	to(#374b45));
	border-radius: 12px;
	-moz-border-radius: 12px;
}

.button a:hover {
	background: none;
	background-color: #343;
	background: -webkit-gradient(linear, left top, left bottom, from(#374b45),
	color-stop(0.5,#123128),
	color-stop(0.5,#374b45),
	to(#8da59e));
}

td.button a {
	font-size: 0.8125em;
	width: 8em;
	height: 1.6em;
	line-height: 1.6em;
}

span.favorites a {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0.8125em;
	font-weight: normal;
	height: 1.5em;
	line-height: 1.5em;
	width: 10em;
	color: #000;
	background: none;
	background-color: #EEE;
	border-radius: 0;
	-moz-border-radius: 0;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
/*	background: -webkit-gradient(linear, left top, left bottom, from(#EEE),
	color-stop(0.5,#CCC),
	color-stop(0.5,#AAA),
	to(#CCC));*/
}

span.favorites a:hover {
	background: none;
	background-color: #CCC;
/*	background: -webkit-gradient(linear, left top, left bottom, from(#EEE),
	color-stop(0.5,#AAA),
	color-stop(0.5,#CCC),
	to(#CCC));*/
}

span.logout a {
	position: absolute;
	top: 0;
	right: 10em;
	font-size: 0.8125em;
	font-weight: normal;
	height: 1.5em;
	line-height: 1.5em;
	width: 10em;
	color: #000;
	background: none;
	background-color: #EEE;
	border-right: 1px solid #CCC;
	border-radius: 0;
	-moz-border-radius: 0;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
/*	background: -webkit-gradient(linear, left top, left bottom, from(#EEE),
	color-stop(0.5,#CCC),
	color-stop(0.5,#AAA),
	to(#CCC));*/
}

span.logout a:hover {
	background: none;
	background-color: #CCC;
/*	background: -webkit-gradient(linear, left top, left bottom, from(#EEE),
	color-stop(0.5,#AAA),
	color-stop(0.5,#CCC),
	to(#CCC));*/
}

.contact {
	width: 33em;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 1px 1px 3px #666;
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
	background: -webkit-gradient(linear, left top, right bottom, from(#FFF),
	to(#EEE));
}

.menu_before .contact {
	margin-left: 16.625em;
}

#wrapper #content form h1, #wrapper #content form h2, #wrapper #content form h3, #wrapper #content form p, body #wrapper #content .contact h2, body #wrapper #content .contact h3 {
	margin: 1em 0 0 0;
	padding: 0;
}

#menu_before {
	float: left;
	width: 15.625em;
}

#dirRegister {
	position: relative;
	width: 100%;
	background-color: #E2DFC6;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	overflow: hidden;
}

#content #dirRegister * {
	margin: 1em;
	padding: 0;
	font-size: 0.8125em;
}

#content #dirRegister * * {
	margin: 0;
	font-size: 1em;
}

#content #dirRegister img {
	float: right;
	margin: 0;
	padding: 0;
}

#content #dirRegister h2 a {
	display: block;
	height: 2em;
	line-height: 2em;
	background-color: #121;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#565),
	color-stop(0.5,#121),
	color-stop(0.5,#000),
	to(#121));
	border-radius: 12px;
	-moz-border-radius: 12px;
}

#content #dirRegister h2 a:hover {
	background-color: #565;
	background: -webkit-gradient(linear, left top, left bottom, from(#121),
	color-stop(0.5,#000),
	color-stop(0.5,#121),
	to(#565));
}

#content #dirRegister h2.search_button a {
	background-color: #8da59e;
	background: -webkit-gradient(linear, left top, left bottom, from(#8da59e),
	color-stop(0.5,#374b45),
	color-stop(0.5,#123128),
	to(#374b45));
}

#content #dirRegister h2.search_button a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#374b45),
	color-stop(0.5,#123128),
	color-stop(0.5,#374b45),
	to(#8da59e));
}

#page_1 .site-title span.tag {
	display: block;
	position: absolute;
	left: 400px;
	top: 190px;
	color: #FFF;
	font-style: italic;
	text-shadow: #000 0 0 3px;
}

.site-title span.tag {
	display: none;
}

.site-title span.tag span {
	white-space: nowrap;
	font-style: normal;
	font-size: 2.0em;
	line-height: 1.0em;
}

#page_1 #wrapper #header {
	height: 305px;
	padding: 0;
	background: #CED2B8 url(images/beach.jpg) 0 0 no-repeat;
}

div.nav ul, div.nav ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}

div.nav ul li {
	overflow: hidden;
}

div.nav ul li ul {
	display: none;
	padding-left: 1em;
}

div.nav ul li.current ul, div.nav ul li ul.current {
	display: block;
}

div#menu_header {
	position: absolute;
	top: 97px;
	left: 0;
	width: 100%;
}

div#menu_1 {
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
}

#page_1 div#menu_1 {
	top: 0;
	height: 209px;
}

#menu_1 ul li {
	display: block;
	float: left;
	clear: none;
	font-size: 0.875em;
	white-space: nowrap;
	width: 19.2%;
	padding: 0;
	margin: 0 0 0 0.6%;
	height: 1.8em;
	line-height: 1.8em;
	background-color: #001100;
	text-align: center;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#menu_1 ul li ul {
	display: none;
	padding-left: 1em;
}

#page_1 #menu_1 ul li {
	float: none;
	clear: both;
	font-size: 1em;
	margin: 0.375em 0;
	width: 14.292em;
	padding-left: 1.333em;
	text-align: left;
}

#menu_1 ul li a {
	display: block;
	font-size: 1em;
	color: #FFF;
	opacity: 1.0;
	text-decoration: none;
}

#menu_1 ul li a:hover, #menu_1 ul li.current a {
	text-decoration: underline;
}

/* KEEP DISABLED UNTIL WE HAVE COMMERCIAL, LAND AND PROPERTY MANAGEMENT
#wrapper #menu_1 ul li.n0 {
	position: absolute;
	top: -125px;
	right: 11.08em;
	width: 5.54em;
	padding: 0.3em 0;
	margin: 0;
	font-size: 0.85em;
	background-color: #4A5344;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#wrapper #menu_1 ul li.n6 {
	position: absolute;
	top: -125px;
	right: 5.54em;
	width: 5.54em;
	padding: 0.3em 0;
	margin: 0;
	font-size: 0.85em;
	background-color: #4A5344;
}

#wrapper #menu_1 ul li.n7 {
	position: absolute;
	top: -125px;
	right: 0;
	width: 5.54em;
	padding: 0.3em 0;
	margin: 0;
	font-size: 0.85em;
	background-color: #4A5344;
}

#page_1 #wrapper #menu_1 ul li.n0, #page_1 #wrapper #menu_1 ul li.n6, #page_1 #wrapper #menu_1 ul li.n7 {
	top: -78px;
	text-align: center;
}
*/
#menu_1 ul li.current {
	background-color: #3A412F;
}

#content div.nav {
	float: left;
	width: 15.625em;
	display: block;
	margin: 0;
	padding: 0;
}

#wrapper #content div.nav li {
	font-size: 0.9em;
	margin: 2px 0 0 0;
	color: #FFF;
	background-color: #4A5344;
}

#wrapper #content div.nav li.n0 {
	margin-top: 0;
	background-color: #001100;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	overflow: hidden;
}

#wrapper #content div.nav li a {
	display: block;
	color: #FFF;
	padding: 0.45em 0 0.45em 1.333em;
	font-weight: bold;
	text-decoration: none;
}

#wrapper #content div.nav li a:hover {
	text-decoration: underline;
}

#menu_search h2 {
	font-size: 0.9em;
	padding: 0.45em 0 0.45em 1.333em;
	color: #FFF;
	background-color: #4A5344;
}

#menu_search li {
	display: block;
	padding: 0 1.2em;
	margin: 0.8em 0 0 0;
	background-color: transparent;
}

#menu_search li.half {
	width: 6.6125em;
	margin: 0.4em 0 0 0;
	padding: 0;
	float: left;
	clear: none;
}

#menu_search li.left {
	padding-left: 1.2em;
}

#menu_search label {
	display: block;
	padding: 0.2em 0.3em;
	color: #000;
	background-color: #8D845A;
}

#menu_search select {
	display: block;
	width: 100%;
}

#menu_search li.half select {
	width: 95%;
	margin: 0.4em auto 0 auto;
}

#menu_search input {
	display: block;
	width: 75%;
	margin: 1em auto 0 auto;
}

#menu_search li.adv_link {
	padding: 0 1.2em 1em 1.2em;
	margin: 0;
}

div#secondary_right {
	float: right;
	margin-left: 1em;
}

#menu_footer div.nav ul {
	display: block;
	text-align: center;
}

#menu_footer div.nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
}

#indexFeatured {
	position: relative;
	float: right;
	width: 15.625em;
}

#indexFeatured #thumbs .thumbs {
	float: none;
	width: 99.9%;
	height: auto;
	margin: 0 auto 1em auto;
	background-color: #454;
	background: -webkit-gradient(linear, left top, left bottom, from(#454),
	color-stop(0.7,#454),
	to(#121));
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}

#indexFeatured #thumbs .thumbs a.photo {
	display: block;
	width: 100%;
	margin: 0;
	overflow: hidden;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
}

#indexFeatured #thumbs .thumbs img {
	width: 120%;
	margin: -10%;
	border: 0;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
}

#content #indexFeatured #thumbs .thumbs h3, #content #indexFeatured #thumbs .thumbs p {
	padding: 0 1em;
	margin: 0;
	color: #FFF;
}

#indexFeatured #thumbs .thumbs a {
	color: #FFF;
}


#property_search {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
}

#wrapper #content p.brinfo {
	margin: 10px;
	text-align: justify;
	vertical-align: top;
}

#page_5 h1, #property_search h2, #property_search h3 {
	margin-bottom: 0.5em;
}

#property_search h3 a {
	color: #9A8C5B;
	text-decoration: none;
	font-weight: bold;
}

#property_search h3 a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#controlMapContainer {
	position: relative;
	background-color: #EEE;
	overflow: hidden;
}

#property_search #viewControls {
	float: right;
	width: 79.75%;
	border-bottom: 3px solid #ADA47A;
}

#viewControls label {
	display: block;
	width: 25%;
	margin: 0 4.15%;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
	text-align: center;
	background-color: #6D643A;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#ADA47A),
	to(#6D643A));
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
}

#viewControls label.checked, #viewControls label:hover {
	background-color: #ADA47A;
	color: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#6D643A),
	to(#ADA47A));
}

#property_search #searchControls {
	overflow: hidden;
	width: 20%;
	float: left;
}

#throbber {
	position: absolute;
	display: none;
	left: 20%;
	top: 0;
	width: 80%;
	height: 2000px;
	background-color: #FFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#throbber img {
	display: block;
	margin: 200px auto;
}

#searchControls ul, #searchControls li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#searchControls li {
	clear: none;
	width: 90%;
	padding: 0.5em 5% 0 5%;
}

#searchControls li label {
	display: block;
	float: none;
	padding: 0;
	margin: 0;
	width: auto;
	color: #000;
	font-weight: bold;
	white-space: nowrap;
}

#searchControls li.checks {
	display: none;
}

#searchControls li.checks label, #searchControls li.checks input {
	display: inline;
	width: auto;
	font-weight: normal;
}

#searchControls li label span {
	font-weight: normal;
}

#searchControls li select {
	display: block;
	width: 100%;
}

#searchControls li input {
	display: block;
	width: 100%;
}

#searchControls li p {
	font-size: 0.75em;
	height: 1.4em;
	line-height: 1.4em;
	padding: 0;
	text-align: center;
}

#searchControls li.radioChoice {
	height: auto;
	padding-top: 0.4em;
}

#searchControls li.radioChoice label, #searchControls li.radioChoice input {
	float: none;
	width: auto;
	line-height: auto;
	vertical-align: middle;
}

#searchControls li.radioChoice input {
	display: inline;
}

#searchControls li.submit {
	padding-top: 2em;
}

#searchControls li.submit a {
	display: block;
	height: 2em;
	line-height: 2em;
	background-color: #121;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#565),
	color-stop(0.5,#121),
	color-stop(0.5,#000),
	to(#121));
	border-radius: 12px;
	-moz-border-radius: 12px;
}

#searchControls li.submit a:hover {
	background-color: #565;
	background: -webkit-gradient(linear, left top, left bottom, from(#121),
	color-stop(0.5,#000),
	color-stop(0.5,#121),
	to(#565));
}

#searchControls li.submit a#resetAll {
	background-color: #603813;
	background: -webkit-gradient(linear, left top, left bottom, from(#805833),
	color-stop(0.5,#603813),
	color-stop(0.5,#401803),
	to(#603813));
}

#searchControls li.submit a#resetAll:hover {
	background-color: #805833;
	background: -webkit-gradient(linear, left top, left bottom, from(#805833),
	color-stop(0.5,#401803),
	color-stop(0.5,#603813),
	to(#603813));
}

#viewControls #mapVlistings0label {
	display: none;
}

#content #search_criteria {
	padding: 0.2em 0.5em;
	margin: 0 0 0.5em 0;
	font-size: 0.8125em;
	color: #FFF;
	background-color: #030;
	text-align: center;
}

#wrapper #content #search_criteria p {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#property_search #map_container, #property_search #thumbsContainer, #property_search #listContainer, #property_search .pagination {
	clear: none;
	float: right;
	margin: 0 auto;
	width: 79.75%;
	padding-left: 0.25%;
}

#property_search #map_container {
	display: none;
}

#wrapper #content p#chooseAreas, #wrapper #content li#advancedSearch p {
	margin: 0;
	padding: 0;
	height: 2em;
	line-height: 2em;
	font-weight: bold;
	text-align: center;
	background-color: #6D643A;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#ADA47A),
	to(#6D643A));
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
}

#wrapper #content p#chooseAreas a, #wrapper #content li#advancedSearch p a {
	display: block;
	height: 2em;
	line-height: 2em;
	background-color: #6D643A;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#ADA47A),
	to(#6D643A));
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
}

#wrapper #content p#chooseAreas a:hover, #wrapper #content li#advancedSearch p a:hover {
	background-color: #ADA47A;
	background: -webkit-gradient(linear, left top, left bottom, from(#6D643A),
	to(#ADA47A));
}

#wrapper #content li#advancedSearch {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#wrapper #content li#advancedSearch li {
	font-size: 1em;
}

#wrapper #content li#advancedSearch li label {
	width: 100%;
}

#wrapper #content li#advancedSearch li input {
	display: inline;
	width: auto;
	margin: 0;
	padding: 0;
}

#wrapper #content li#advancedSearch p {
	font-size: 1em;
}

#wrapper #content li#advancedSearch ul.hide {
	display: none;
}

#chooseAreas a, #wrapper #content li#advancedSearch p a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

#map_canvas {
	margin: 0;
	height: 800px;
}

#property_search #areaList {
	display: block;
	height: 300px;
	width: 100%;
	overflow: auto;
}

#property_search #areaList.hide {
	display: none;
}

#property_search #areaList label {
	float: none;
	width: auto;
	padding: 3px;
	font-size: 0.75em;
	font-weight: normal;
	overflow: hidden;
}

#property_search #areaList label a {
	color: #000;
	text-decoration: none;
}

#property_search ul.pagination {
	text-align: center;
}

#property_search ul.pagfirst {
	border-bottom: 2px solid #565;
}

#property_search ul.pagsecond {
	border-top: 2px solid #565;
}

#property_search ul.pagination li {
	display: inline;
	font-weight: bold;
}

#property_search ul.pagination li a {
	font-weight: normal;
}

#map_canvas .gInfoWin {
	display: block;
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #000;
	text-decoration: none;
	overflow: hidden;
}

#map_canvas .gInfoWin * {
	margin: 0;
	padding: 0;
}

#map_canvas .gInfoWin a {
	color: #000;
	text-decoration: none;
}

#map_canvas .gInfoWin a.photo {
	display: block;
}

#map_canvas .gInfoWin img {
	display: block;
}

#areaInfoDiv {
	color: #FFF;
	text-align: right;
	padding: 8px;
	background-color: #000;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 2px #666;
	-moz-box-shadow: 1px 1px 2px #666;
	box-shadow: 1px 1px 2px #666;
}

#areaInfoDiv p {
	padding: 0;
	margin: 0;
	line-height: 1.2em;
}

#thumbs .thumbs {
	position: relative;
	display: block;
	float: left;
	width: 18%;
	font-size: 0.9em;
	margin: 0.5% 0 0.5% 1%;
	padding: 0.5%;
	color: #000;
	text-decoration: none;
	overflow: hidden;
	background-color: #DDD;
	background: -webkit-gradient(linear, left top, left bottom, from(#CCC),
	to(#EEE));
}

span.priceChange {
	position: absolute;
	top: 0;
	left: 0;
	width: 49px;
	height: 49px;
	background: transparent url(images/reduced.gif) 0 0 no-repeat;
	text-indent: -9000px;
}

#thumbs .thumbs * {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
}

#thumbs .thumbs a {
	color: #000;
	text-decoration: none;
}

#content #thumbs .thumbs p {
	height: 6em;
	margin: 0;
}

#thumbs .thumbs a.photo {
	display: block;
	width: 100%;
}

#thumbs .thumbs img {
	display: block;
	width: 100%;
}

#thumbs .thumbs a.remove img {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	border: 0;
}

#listContainer table {
	font-size: 0.8125em;
	width: 100%;
}

#listContainer thead tr {
	background-color: #EEE;
}

#listContainer tbody tr.alt {
	background-color: #DDD;
}

#listContainer table th, #listContainer table td {
	text-align: right;
	padding: 0.25em;
}

#listContainer table td:first-child, #listContainer table th:first-child {
	text-align: left;
}



/* **************************** */

#detailListing {
	position: relative;
	padding: 1em;
}

#detailListing h1 {
	color: #000;
	padding: 0;
	margin: 0;
}

#detailListing h1 span {
	display: block;
	font-size: 0.6em;
	line-height: 1em;
}

#detailListing h2.price {
	color: #000;
	margin: 0;
	padding-top: 0;
}

#detailListing div {
	position: relative;
	float: left;
}

#detailListing #address {
	float: none;
}

#detailListing #map {
	position: relative;
	float: none;
	clear: both;
	width: 100%;
	margin: 1em 0;
}

#detailListing div#photos {
	float: right;
	clear: both;
	width: 33%;
	margin: 0 0 1% 1%;
}

#detailListing div#photos .clear {
	margin: 0;
	font-size: 1px;
}

#detailListing div div {
	width: auto;
	float: none;
}

#detailListing .contact {
	width: 98%;
}

#detailListing .contact fieldset ul {
	margin: 0;
	padding: 0;
}

#detailListing .contact label {
	width: 25%;
}

#detailListing .contact fieldset {
	margin: 0.5em;
	padding: 0;
}

#detailListing .price_history {
	width: 98%;
	margin: 1em 0;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 1px 1px 3px #666;
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
	background: -webkit-gradient(linear, left top, right bottom, from(#FFF),
	to(#EEE));
}

#detailListing .price_history table {
	width: 100%;
	text-align: right;
	font-size: 0.8125em;
}

#detailListing .price_history table td.upDown {
	width: 16px;
}

#detailListing .price_history table td img {
	width: 16px;
}

#detailListing .price_history p {
	font-size: 0.75em;
	font-style: italic;
	text-align: right;
}

#detailListing div#actions {
	float: right;
}

#detailListing div#actions p {
	float: right;
	overflow: hidden;
	margin: 0;
	padding: 0 0 8px 0;
	text-align: center;
}

#detailListing div#actions p a {
	display: block;
	width: 50px;
	height: 60px;
	line-height: 1.2em;
	text-align: center;
	font-size: 0.75em;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #000;
}

#detailListing div#actions p#returnToSearch a {
	background: transparent url(images/results.png) center bottom no-repeat;
}

#detailListing div#actions p#showing a {
	background: transparent url(images/showing.png) center bottom no-repeat;
}

#detailListing div#actions p#favorite a {
	background: transparent url(images/favorite.png) center bottom no-repeat;
}

p#email a {
	background: transparent url(images/email.png) center bottom no-repeat;
}

#detailListing div#actions p#facebook {
	height: 20px;
	padding-top: 40px;
	width: 50px;
	overflow: hidden;
}

#detailListing div#actions p#twitter {
	width: 62px;
	padding-top: 40px;
	overflow: hidden;
}

#detailListing #locationDetails {
	float: left;
	width: 66%;
}

#detailListing #locationDetails p {
	margin: 0;
	padding: 0;
}

#detailListing #features {
	clear: right;
	padding-top: 1em;
}

#detailListing .ftr {
	float: right;
	width: 32%;
	padding: 0 0 1% 0;
	margin: 0 0 0 1.9%;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 1em;
	background-color: #EEE;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#detailListing .ftr ul {
	padding-left: 0;
}

#detailListing .first {
	float: right;
	width: 50%;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 0.5em 0.5em;
	background-color: #EEE;
}

#detailListing .final {
	margin: 0;
}

#detailListing .ftr h3 {
	color: #FFF;
	background-color: #4A5344;
	font-size: 0.8125em;
	padding: 0.35em;
	margin: 0;
	text-align: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

#detailListing .ftr h4 {
	color: #000;
	font-size: 0.75em;
	margin: 0;
	padding: 0.5em 0 0 0.5em;
}

#detailListing #locationDetails .ftr p, #detailListing #locationDetails .ftr li {
	padding: 0 1em;
}

#detailListing #locationDetails .first h4, #detailListing #locationDetails .first p, #detailListing #locationDetails .first li {
	padding: 0;
	margin: 0;
	float: left;
	width: 60%;
}

#detailListing #locationDetails .first h4 {
	padding: 0 1% 0 2%;
	width: 37%;
}

#detailListing div ul {
	list-style: none;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	padding-top: 0;
}

#detailListing div#photos a {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	width: 19%;
	margin: 1.5% 1.2% 0 0;
	padding: 0;
	box-shadow: 1px 1px 3px #666;
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
}

#detailListing div#photos #img_5, #detailListing div#photos #img_10, #detailListing div#photos #img_15, #detailListing div#photos #img_20, #detailListing div#photos #img_25, #detailListing div#photos #img_30, #detailListing div#photos #img_35, #detailListing div#photos #img_40 , #detailListing div#photos #img_45, #detailListing div#photos #img_50 {
	margin-right: 0;
}

#detailListing div#photos img {
	position: relative;
	display: block;
	width: 100%;
}

#detailListing div#photos #contactUs a {
	display: inline;
	float: none;
	width: auto;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#detailListing div#photos #contactUs img {
	position: relative;
	width: auto;
}

#detailListing div#photos #marquee {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

#detailListing div#photos #marquee img {
	width: 100%;
}

#register_obscure {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1500px;
	background-color: #000;
	z-index: 9998;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#register_pop {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1em 0;
	z-index: 9999;
}

#reg_content {
	width: 75%;
	padding: 1em;
	margin: 0 auto;
	background-color: #FFF;
}

#register_pop ul {
	list-style: disc;
	padding-left: 2em;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
}

#register_pop p {
	margin: 0;
}

.bullets li {
	display: list-item;
	list-style: disc;
}

#register_pop form {
	background-color: #FFF;
}

/* **************************** */

#content #areas {
	float: right;
	list-style: none;
	padding: 0 0 0.96em 0;
	margin: 0;
	width: 15.625em;
	background-color: #EEE;
	background: -webkit-gradient(linear, right top, left bottom, from(#DDD), to(#EEE));
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}

#areas li {
	padding: 0.96em 0.96em 0 0.96em;
}

#content #areas h3, #content #areas p {
	display: inline;
	padding: 0;
	margin: 0;
}

#areas h3 a {
	color: #030;
}

#thumbsContainer.area_thumbs {
	margin: 0 16.625em;
}

#content #thumbsContainer.area_thumbs h2 {
	margin: 0 0 0.5em 0;
}

#thumbsContainer.area_thumbs #thumbs .thumbs {
	width: 23%;
}

#thumbsContainer.area_thumbs #thumbs .thumbs * {
	margin: 0;
	padding: 0;
}

/* **************************** */

#agents ul {
	float: right;
	list-style: none;
	padding: 0 0 0.96em 0;
	margin-left: 1em;
	width: 15.625em;
	background-color: #EEE;
	background: -webkit-gradient(linear, right top, left bottom, from(#EEE), to(#DDD));
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}

#agents li {
	padding: 0.96em 0.96em 0 0.96em;
}

#content #agents h3, #content #agents p {
	display: inline;
	padding: 0;
	margin: 0;
}

#agents h3 a {
	color: #030;
}

#agentListings {
	clear: right;
	margin: 0 1em 1em 16.625em;
}

#content #agentListings h2 {
	margin: 1em 0 0 0;
}

#content #agentListings div div * {
	margin: 0;
}

#content #agentListings p.sort_order {
	margin: 0;
	padding: 0;
	text-align: center;
}

#content #agentListings p.sort_order a {
	text-decoration: none;
}

#content #agentListings p.sort_order a:hover, #content #agentListings p.sort_order a.current {
	text-decoration: underline;
}

#savedSearches {
	margin: 1em 1em 1em 16.625em;
	padding: 0.5em 1em;
	border-radius: 8px;
	-moz-border-radius: 8px;
	background: #FFF;
	box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	background: -webkit-gradient(linear, right top, left bottom, from(#FFF),
	to(#EEE));
}

#wrapper #savedSearches * {
	margin-left: 0;
}

#wrapper #savedSearches h2 {
	padding: 0;
}

#savedSearches table {
	font-size: 1em;
	width: 100%;
}

#savedSearches form {
	padding: 0;
	margin: 0;
}

.frequency p a {
	text-decoration: none;
}

.frequency p a:hover {
	text-decoration: underline;
}

.frequency p img {
	vertical-align: middle;
}

#savedSearches table th {
	padding: 3px 6px 3px 3px;
	font-size: 0.8125em;
	text-align: left;
}

#savedSearches table td {
	padding: 3px 6px 3px 3px;
	font-size: 0.8125em;
	vertical-align: top;
	border-top: 2px solid #000;
}

#savedSearches table td.frequency {
	border-top: 0;
}

#savedSearches table td textarea {
	width: 100%;
}

#savedSearches tr.alt td {
	background-color: #EEE;
}

#content #savedSearches tr td.success {
	background-color: #CFC;
}

#savedSearches td.frequency p {
	font-weight: bold;
}

#savedSearches td.frequency label {
	display: inline;
	width: auto;
	float: none;
	padding-left: 5px;
	font-weight: normal;
}

.editableI {
	font-weight: bold;
}

#userData {
	margin: 1em 1em 1em 16.625em;
	padding: 0.5em 1em;
	border-radius: 8px;
	-moz-border-radius: 8px;
	background: #FFF;
	box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	background: -webkit-gradient(linear, right top, left bottom, from(#FFF),
	to(#EEE));
}

#wrapper #userData * {
	margin-left: 0;
}

#wrapper #userData h2 {
	padding: 0;
	margin: 0;
}

#userData dl {
	display: block;
	font-size: 0.8125em;
	list-style: none;
	margin: 0;
	padding: 0;
}

#userData dt {
	display: block;
	float: left;
	font-weight: bold;
	width: 25%;
	height: 1.4em;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	clear: both;
}

#userData dd {
	display: block;
	float: left;
	width: 74%;
	height: 1.4em;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

body#page_93 {
	margin: 0;
	padding: 0;
}

#page_93 #wrapper {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

#page_93 #wrapper #header, #page_93 #wrapper #menu_header, #page_93 #wrapper #menu_before, #page_93 #wrapper #footer, #page_93 #wrapper #menu_footer {
	display: none;
}

#page_93 #wrapper div {
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
}

#page_93 #wrapper p.el_last {
	display: none;
}

#page_93 #wrapper #map_canvas {
	width: 100%;
}

#footer {
	clear: both;
	margin-top: 1em;
	text-align: center;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.8125em;
	padding-bottom: 1em;
	color: #FFF;
	background-color: #4A5344;
	z-index: 1;
	border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
}

#footer span {
	white-space: nowrap;
}

#footer a {	
	color: #FFF;
}

@media screen and (max-width: 980px) {
	.site-title {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 880px) {
	.site-title {
		font-size: 1.0em;
	}
}

@media screen and (max-width: 320px) {

}

