html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 1000;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 1001;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(/images/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 1030;
}

div#fancy_loading_icon {
	position: absolute;
	/*background: url(/images/fancybox/fancy_loading.gif) no-repeat;*/
	z-index: 1035;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1090;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 1100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 1100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 1100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url(/images/fancybox/fancy_closebox.png) top left no-repeat;
	cursor: pointer;
	z-index: 1181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 1111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 1112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url(/images/fancybox/fancy_left.png) no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url(/images/fancybox/fancy_right.png) no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 1070;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 1070;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/fancybox/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/fancybox/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancybox/fancy_shadow_nw.png) no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/images/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancybox/fancy_title_right.png) repeat-x;
}/* Search Refinement, Search Results */
#page.results_page {
	background: transparent url(../images/bg_results_page.gif) repeat-x left top;
	float: left;
	margin-left: 10px;
	border-top: solid 1px #FFF;
	padding-top: 5px;
}

.results_page #featured_properties {
	float: left;
	clear: right;
	width: 792px;
	margin-bottom: 12px;
}

#refine_offers
{
	float: left;
	width: 140px;
}

#refine_offers #special_offers
{
	width: 140px;
	margin-top:12px;
}

#refine_offers #special_offers h3, #refine_offers #special_offers p
{
	padding-right:10px;
}

#search_refine {
	border: solid 1px #CCC;
	background: #FFF url(../images/bg_refinecolumn.gif) repeat-x left bottom;
	margin-bottom: 12px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#search_refine h2 {
	text-align: center;
	height: 34px;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #CCC;
	background: transparent url(../images/bg_refinehead.gif) repeat-x center top;
	font: bold 14px/34px Arial, Helvetica, sans-serif;
	color: #415779;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

#search_refine p {
	margin: 0px;
}

#search_refine .selections p {
	font-weight: bold;
	color: #666;
}

#search_refine .selections p.search_term {
	color: #333;
}

#search_refine .selections p.search_radius {
	color: #333;
	font-weight: normal;
}

#search_refine .selections ul {
	margin-top: 12px;
}

#search_refine .selections ul li {
	display: block;
	background: transparent url(../images/icon_refineremove.gif) no-repeat left center;
}

#search_refine .selections ul li a {
	display: block;
	padding-left: 12px;
	text-decoration: none;
	color: #933;
}

#search_refine .selections a.clear_refine {
	font-size: 10px;
	margin-top: 12px;
	color: #666;
	display: block;
	padding-left: 12px;
}

#search_refine input {
	width: 80%;
}

#search_refine p.items_found em {
	font-weight: bold;
	font-style: normal;
}

#search_refine #current_search {
	padding: 6px 3px 12px 3px;
	background-color: #f8f9fb;
	margin-bottom: 12px;
}

#search_refine .refine_by {
	margin: 0 5px 12px 5px;
}

.refine_by p {
	display: block;
	padding-left: 12px;
	margin-bottom: 12px;
	background: transparent url(../images/icon_refinearrow.gif) no-repeat left center;
	line-height: 14px;
}

.refine_by p.expanded {
	background: transparent url(../images/icon_refineexpanded.gif) no-repeat left center;
}

.refine_by p a:link, .refine_by p a:visited, .refine_by p a:hover, .refine_by p a:active {
	font-weight: bold;
	color: #3f5779;
	text-decoration: none;
}

.refine_by ul {
	margin-top: 6px;
	font-size: 11px;
}

.refine_by ul li {
	margin-top: 3px;
}

.refine_by ul.options li a:link, .refine_by ul.options li a:visited, .refine_by ul.options li a:active, .refine_by ul.options li a:hover {
	color: #3f5779;
}

#search_results {
	float: left;
	background: #FFF url(../images/bg_resultscolumn.gif) repeat-x left top;
	width: 460px;
	border: solid 1px #CCC;
	margin: 0 0 12px -1px;
}

#search_results td {
	padding: 10px;
}

.pagination {
	position: relative;
	border-top: solid 1px #FFF;
	width: 100%;
	float: left;
	padding: 10px 0 6px 0;
}

.pagination p {
	font-weight: bold;
	font-size: 12px;
	color: #909090;
	float: left;
	width: 40%;
	margin: 0 0 0 10px;
}

.pagination ul.results_pages {
	float: right;
	width: 50%;
	clear: none;
	text-align: right;
	margin-right: 12px;
}

.pagination ul.results_pages li {
	margin: 0 3px 0 0;
	padding: 0;
	display: inline;
	font-weight: bold;
}

.pagination ul.results_pages li a {
	color: #415779;
	text-decoration: none;
}

.pagination ul.results_pages li a.current {
	color: #859cbc;
}

.pagination select.results_per_page {
	display: inline;
}

ul.filter_results.nav {
	font-size: 11px;
	border-top: solid 1px #CCC;
	margin: 0 7px;
	padding: 6px 0px;
	clear: both;
}

ul.filter_results li a {
	font-weight: bold;
	color: #415779;
}

ul.filter_results li a.more_options {
	font-weight: normal;
}

.result {
	border:1px solid #CCC;
	clear:both;
	height:140px;
	margin:0px 6px 12px 6px;
	padding:3px;
	position:relative;
	background: transparent url(../images/bg_result.gif) repeat-x left bottom;
}

.result h3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	height: 18px;
	padding: 0 3px;
	
}

.result.premier h3 {
	background-color: #fff3d2;
}

.result h3 a:link, .result h3 a:visited, .result h3 a:hover, .result h3 a:active {
	color: #675a36;
	text-decoration: underline;
}

.result a.photo_gallery {
	position: absolute;
	left: 9px;
	bottom: 11px;
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url(../images/icon_quickview.gif) no-repeat center center;
	text-indent: -9999px;
	z-index: 100;
}

.result a.lead {
	text-indent: 0;
	position: relative;
	height: auto;
	width: auto;
	top: 0;
	bottom: 0;
	right: 0;
	background: none;
	float: right;
	margin: 22px 0 0 0;
}


.result a.company_link {
	position: relative;
	font-size: 8pt;
	text-decoration: none;
	bottom:2px;
	color:#333;
	line-height: 8pt;
	padding-top: 5px;
	display: block;
	clear: both;
	margin-left: 159px;
	top:5px;

}
.result a.view_details {
	bottom:2px;
	color:#619660;
	font-size:10px;
	font-weight:bold;
	position:absolute;
	right:10px;
	text-decoration:underline;
	display: none; /* Hiding Details Link */
}
.result p.listing_id {
	position: absolute;
	top: 5px;
	right: 8px;
	color: #424242;
	font-size: 9px;
}

.result .photo {
	float:left;
	margin: 0 12px 0 5px;
	position:relative;
}

.result .photo img {
	border:1px solid #6d6d6d;
	margin:0;
	padding:0;
	height: 110px;
	width: 145px;
}

.result h4 {
	margin-bottom:5px;
	text-align:left;
}

.result ul.details {
	width: 150px;
	float: left;
	overflow: hidden;
}

ul.details li.address {
	font-weight: bold;
}

ul.details li.address a {
	font-weight: normal;
	font-size: 10px;
}

ul.details li.beds, ul.details li.baths {
	display: inline;
}

ul.details li.beds:after {
	content: ", ";
}

.result .contact {
	float: right;
	width: 140px;
	text-align: right;
	margin: 10px 10px 0 0;
}

.result .contact p.name {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	display:none;
}
.result .contact p.number {
	color:#006600;
	font-size:16px;
	font-weight:bold;
	line-height: 16px;
	padding-top:15px;
}

.result .contact p.number span 
{
	display: block;
	font-size: 11px;
}

.result .address span {
	color:#777;
	padding-left:5px;
}

.result .movein, .result .pool, .result .tennis {
	background-color:#FFFFFF;
	border:1px solid #DAD6CD;
	display:inline-block;
	float:left;
	font-family:Arial,Verdana,sans-serif;
	font-size:9px;
	line-height:9px;
	margin-right:3px;
	margin-top:6px;
	padding:2px;
	text-transform:uppercase;
}

.result .movein {
	background-color: #dd9504;
	color: #FFF;
}

.result .tennis {
	color: #339933;
}

.result .pool {
	color: #00a4e9;
}

.result .contact p.reserveNow
{
	margin-bottom:0px;
	font-weight:bold;
	display:none;
}

#map_ads #map_layer
{
	border: solid 1px #666;
}

.result .rentSpecials {
	font-size:12px;
	font-weight:bold;
	height:14px;
	line-height:14px;
	margin:0;
	overflow:hidden;
	padding:0;
	bottom:30px; 
	position: absolute;
}
.rentSpecials a
{
	color:#006600;
	font-family:"Trebuchet MS", Arial, sans-serif;
}

#marchex
{
	width:484px; 
	padding-left:146px;
	padding-top: 500px;
}


/* Search Results - Search Results */
 
					.result {
						margin: 15px 0 0 0;
						padding: 0 0 15px 0;
						width: 100%;
						height: auto;
						border-top: none;
						border-right: none;
						border-bottom: 1px solid #eee;
						border-left: none;
						background: none;
					}
					.premier {
						background: #fffce6 url("/images/bg_listingGradient.gif") top repeat-x;
					}
					.featured {
						background: #fffce6 url("/images/bg_listingGradient.gif") top repeat-x;
					}
					.result .photo {
						float: left;
						margin: 0 10px 0 0;
						padding: 0;
					}
					.result h4 { 
						position: relative;
						bottom: 5px;
						margin: 0;
					}

					.result h4 a {
						text-decoration: underline;
						font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
						font-size: 10pt;
						line-height: 16pt;
					}
					.premier h4 a {
						background: #ffff99;
						padding: 2px;
						margin: -2px 0 0 -2px;
					}
					.result .address {
						margin: -3px 0 0 0;
						color: #333;
						font-weight: bold;
						font-size: 9pt;
						line-height: 11pt;
					}
					.result .address span {
						color: #bbb;
						font-size: 8pt;
					}
					.result ul.details {
						margin-top: 15px;
						width: 165px;
					}
					.result ul.details li {
						color: #333;
						font-size: 9pt;
						line-height: 11pt;
					}
					.result .rentSpecials {
						margin-top: 15px;
						position: relative;
						bottom: 0;
						height: auto;
					}
					.result .leadform {
						font-family: Arial, Helvetica, sans-serif;
						text-decoration: underline;
						color: #006600;
					}
					.result .contact {
						margin: 10px 0 0 0;
						padding: 0;
						width:auto;
					}
					.result .contact p.number {
						margin: 0;
						padding: 0;
						font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
						font-size: 12pt;
						line-height: 12pt;
						text-align: right;
					}
					.result .btn {
						float: right;
						margin: 20px 0 0 0;
						padding-right: 12px;
					}
					.result .btn span {
						padding-left: 12px;
					}
					.result a.photo_gallery {
						left: 2px;
						top: 90px;
					}
					.result .photo img {
						border: 1px solid #3f5779;
						width: 147px;
						height: 110px;
					}div#fancy_div { background: #FFF; color: #000; }
#fancy_content h1 { color:#666666; font-size:11px; font-weight:normal; margin:0; text-align:center; }
#fancy_content div div h1 {	color:#797979; font-size:10px; }
#fancy_content h1, h2, h3, h4, h5, h6 { font-family:"Trebuchet MS",Verdana,serif; }
#fancy_content h2 { display: block; height: 28px; line-height: 28px; padding-left: 35px; margin: 6px 0 6px 0; }
#fancy_content div div h2 { margin: 0; }
#fancy_content h2.apartment { background: url(/Images/PropDetails/icon_title_apartments.gif) no-repeat left center; }
#fancy_content h2.house { background: url(/Images/PropDetails/icon_title_homes.gif) no-repeat left center; }
#fancy_content h2.condo { background: url(/Images/PropDetails/icon_title_condos.gif) no-repeat left center; }
#fancy_content h3 { color:#B39B5B; font-size:14px; margin-bottom:3px; }
#fancy_content input, textarea { width:205px; }
#fancy_content input, textarea, select { margin-bottom:3px; }
#fancy_content label { display: block; color: #666; margin-bottom: 3px; font-size: 11px; font-weight: bold; }
#fancy_content label em { color:#CC0000; }
#fancy_content input[type="image"] { display:block; margin:12px 0 0; padding:0; width:auto; }
#fancy_content .thankyou_message h2 { font-size:24px; padding:0; }
#fancy_content .contact-form { margin: 0pt auto; width: 220px; }
#fancy_content .lf_lead_title {	display: block;	height: auto; line-height: inherit;	margin: inherit; padding-left: 10px; }