@charset "UTF-8";
html, body {
	overflow-x: hidden;
	background-color: #FFF;
}
#loading {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	display: block;
	opacity: 1;
	background-color: rgba(0,0,0,0.5);
	z-index: 99;
	text-align: center;
}
#loading p {
	position: absolute;
	top: 25%;
	left: 50%;
	z-index: 100;
	margin-left: -125px;
	width: 250px;
	background-color: #b0b6bd;
	padding: 20px 0;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding-box;     /* Firefox 3.6 */
	-webkit-background-clip: padding-box;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
div#page_loader {
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0%;
  background-color: white;
  z-index: 99;
}
#search_form_simple {
	margin: 0px auto;
	text-align: left;
	background-color: auto;
	max-width: 800px;
	padding: 10px 1%;
}
#search_form_simple .button {
	background-color: #ebb32f;
	color: #000;
	padding: 5px;
	text-transform: none;
}
#search_form_simple label {
	font-size: 36px;
	text-transform: lowercase;
	line-height: 1em;
	margin: 0;
	padding: 0;
	min-width: 200px;
	width: auto;
}
#search_form_simple #q {
	font-size: 18px;
	padding: 5px 1%;
	color: #707B88;
	height: 36px;
	margin: 10px 0px 0 0;
	width: 76%;
	display: inline-block;
	float: left;
	border: none;
	min-width: 308px;
}
#search_form_simple input[type="submit"] {
	display: inline-block;
	border: none;
	background-color: #093967;
	margin: 0;
	float: left;
	height: 46px;
	padding: 0;
	width: 22%;
	font-size: 18px;
	margin-top: 10px;
	min-width: 5em;
}
#search_form_simple input[type="submit"]:hover {
	color: #093967;
	text-decoration: none;
	background-color: #EBB32F;
}
#search_form_simple input[type="image"] {
	margin-bottom: -14px;
}
.disclaimer  {
	color: #999;
	display: block;
	padding: 0px 10px;
	font-size: 14px;
}
#___________________________LISTING_RESULTS___________________________ {
}
#results {
	overflow: hidden;
	clear: both;
}
.results_nav {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 10px 0;
}
.results_nav > p {
	float: left;
	line-height: 2.5em;
	margin: 0px;
}
#search_buttons {
	float: left;
}
#search_buttons a {
	margin: 20px 0 0 10px;
}
#views {
	overflow: hidden;
	float: right;
	margin: 0 0 10px 10px;
}
#views a {
	display: block;
	background-image: url(/images/listing_view_gallery.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 54px;
	height: 70px;
	text-align: center;
	float: left;
	margin-right: 20px;
	font-size: 14px;
}
#views a#listing_view_gallery {
	background-image: url(/images/listing_view_gallery.gif);
}
#views a#listing_view_list {
	background-image: url(/images/listing_view_list.gif);
}
#views a#listing_view_map {
	background-image: url(/images/listing_view_map.gif);
}
#listingsWrap {
	clear: both;
}
#listingsWrap #map1 {
	visibility: hidden;
	position: absolute;
	z-index: 0;
}
#listingsWrap.map_view #map1 {
	visibility: visible;
	position: relative;
}
#listingsWrap.map_view .listing {
	display: none;
}
.listing {
	float: left;
	max-width: 500px;
	font-size: 16px;
}
.listing .listing_inner {
	padding: 20px;
	border: 1px solid #CCC;
	position: relative;
	margin: 5px;
	overflow: hidden;
	height: 600px;
}
.listing_inner:hover {
	border-color: #EF3F3E;
	box-shadow: 2px 2px 5px #888;
	-moz-box-shadow: 1px 1px 2px #666;
	-webkit-box-shadow: 1px 1px 2px #666;
	box-shadow: 1px 1px 2px #666;
}
.listing a {
	text-decoration: none;
}
.listing a :hover {
	text-decoration: underline;
}
.special_feature {
	position: absolute;
	z-index: 99;
	left: 20px;
	top: 20px;
	text-align: right;
	cursor: pointer;
}
.special_feature.left {
	right: auto;
	left: 0px;
}

.listing a.img_link {
	display: block;
	width: auto;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-size: cover;
	height: 300px;
	overflow: hidden;
	position: relative;
	background-color: #CCC;
}
.listing h2, .listing h3, .listing h4, .listing h5 {
	margin: 5px 0;
}
.listing h2, .listing h2 a {
	text-align: left;
	color: #333;
	font-size: 22px;
}
.listing h3  {
	font-size: 22px;
}
.listing h4 {
	font-size: 18px;
}
.listing .record_number {
	float: right;
	color: #CCC;
	margin-left: 10px;
	display: none;
	font-size: 20px;
}
.listing .featured {
	font-size: 12px;
	font-weight: bold;
	float: right;
	text-transform: uppercase;
	color: #C00;
}
.listing .listing_info {
	overflow: hidden;
	color: #666;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px 0px;
	text-transform: capitalize;
}
.listing .listing_info span {
	margin-right: 20px;
	white-space: nowrap;
}
.listing .showing_link {
}
.listing .agent_info , .listing .agent_info a {
	font-size: 14px;
	color: #999;
}
.listing ul.listing_links {
	clear: left;
	overflow: hidden;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.listing ul.listing_links li {
	float: left;
}
.listing ul.listing_links li a {
	display: block;
	height: 32px;
	width: 32px;
	margin-right: 20px;
}
.listing th strong {
	color: #000;
}
.listing .new {
	font-weight: bold;
	color: #C03;
	display: block;
	float: right;
}
.listing #searchform #spryautosuggest1 {
	margin: 0px;
	padding: 0px;
}
.listing .details_link {
	display: block;
	color: #333;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#___________________________DETAILS___________________________ {
}
#container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#title {
	margin: 0;
}
#title .price {
}
#title .price:after {
	content: ' - ';
}
#title .address {
}
#sidebar1 {
	float: none; /* since this element is floated, a width must be given */
	width: auto; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	background-color: #FFF;
	margin-left: 0px;
	border: 1px solid #D1AC4A;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding-box;     /* Firefox 3.6 */
	-webkit-background-clip: padding-box;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
#sidebar1 form label {
	width: auto;
	font-size: 0.9em;
}
#sidebar1 #requestform input[type="text"], #sidebar1 #requestform textarea {
	width: 90%;
	font-size: 100%;
	margin-bottom: 5px;
}
#sidebar1 #requestform input[type="submit"] {
	font-size: 1.1em;
	width: auto;
	float: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
}
.details {
	font-size: 18px;
}
.details .agent_info > div {
	margin: 10px 0;
	clear: both;
}
.details .agent_info > div a.button {
	font-size: 14px;
}
.details .status {
	font-size: 1.2em;
}
.details strong {
	text-transform: capitalize;
}
.details th, .details td {
	padding: 10px 5px;
	font-weight: bold;
	color: #000;
	font-size: 100%;
	vertical-align: top;
	line-height: 100%;
}
.details th {
	font-weight: normal;
	text-align: right;
	color: #999;
	white-space: nowrap;
	background-color: transparent;
}
.details td.tools a {
	margin-right: 10px;
	display: inline-block;
}
.nivo-controlNav.nivo-thumbs-enabled img {
	height: auto;
	width: 150px;
}
.dmxNivoSlider {
}
.nivoSlider img {
}
.nivoSlider img {
}
@media only screen and (max-width:480px) {
#___________________________PHONE_ONLY___________________________ {
}
.listing {
	width: 100%;
}
.listing .listing_inner {
	height: auto;
}
.listing .img_link {
	height: 200px;
}
#CollapsiblePanel_filters label[for] {
	float: none !important;
	width: auto;
}
#views {
	float: left;
}
}
@media only screen and (min-width: 481px) and (max-width: 935px) {
#___________________________TABLET_ONLY___________________________ {
}
.listing .listing_inner {
	height: 700px;
}
.listing .img_link {
	height: 200px;
}
#listingsWrap > div:nth-child(2n+3) {
}
}
@media only screen and (min-width: 481px) {
#___________________________TABLET_AND_DESKTOP___________________________ {
}
.listing {
	width: 49.8%;
}
.listing ul.listing_attributes li {
	font-size: 10px;
	color: #999;
}
.listing ul.listing_attributes {
	float: right;
	clear: none;
	padding-top: 0px;
}
.listing ul.listing_attributes li {
	float: none;
	margin-right: 0em;
}
.details {
	padding: 10px 20px;
}
}
@media only screen and (min-width: 936px) {
#___________________________DESKTOP_ONLY___________________________ {
}
.listing {
	width: 33.2%;
}
.listing .listing_inner {
	height: 500px;
}
body#results .listing .listing_inner {
	height: 525px;
}
.list_view .listing {
	float: none;
	max-width: none;
	width: 99.9%;
}
.list_view .listing .listing_inner {
	height: auto;
	margin-bottom: 20px;
}
.list_view .listing .img_link {
	width: 300px;
	height: 200px;
	float: left;
	margin-right: 20px;
}
.list_view .listing h2 a     {
	float: left;
	margin: 0 10px 0 0;
	/* [disabled]background-color: pink; */
	width: 270px;
}
.list_view .listing .listing_info {
	float: left;
	margin: 0 10px 0 0;
	border: none;
	padding: 0px;
	/* [disabled]background-color: #CCC; */
	width: 200px;
	height: 200px;
}
.list_view .listing .listing_info span {
	display: block;
}
.list_view .listing h4 {
	float: none;
	margin: 0 0 10px 0;
	/* [disabled]background-color: orange; */
}
.list_view .listing h3    {
	float: none;
	margin: 0 0 10px 0;
	/* [disabled]background-color: red; */
}
.list_view .listing #property_type {
	float: none;
	clear: none;
	margin: 0 0 20px 0;
	/* [disabled]background-color: rgba(0,255,255,1); */
}
.list_view .listing .showing_link {
	text-align: left;
}
.list_view .listing ul.listing_links {
	clear: none;
	margin: 0;
	float: none;
	width: auto;
	/* [disabled]background-color: rgba(255,0,255,1); */
}
.list_view .listing ul.listing_links li {
	float: left;
}
.list_view .listing ul.listing_links li a {
	display: block;
	height: 32px;
	width: 32px;
	margin-right: 20px;
	margin-left: 0px;
}
}
