body {
	background-color:#f5f5f5;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	-webkit-font-smoothing:antialiased;
	line-height:16px;
	color:#333;
}
 @font-face {
 font-family: 'TangerineRegular';
 src: url('../fonts/Tangerine_Regular-webfont.eot');
 src: url('../fonts/Tangerine_Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Tangerine_Regular-webfont.woff') format('woff'), url('../fonts/Tangerine_Regular-webfont.ttf') format('truetype'), url('../fonts/Tangerine_Regular-webfont.svg#TangerineRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'TangerineBold';
 src: url('../fonts/Tangerine_Bold-webfont.eot');
 src: url('../fonts/Tangerine_Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Tangerine_Bold-webfont.woff') format('woff'), url('../fonts/Tangerine_Bold-webfont.ttf') format('truetype'), url('../fonts/Tangerine_Bold-webfont.svg#TangerineBold') format('svg');
 font-weight: normal;
 font-style: normal;
}
h1 {
	color:#333;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	line-height:24px;
	padding-bottom:15px;
}
h9 
{
	color:#333;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	line-height:24px;
	padding-bottom:1px;
}
h1.bgcolor {
	color: #4c5b60;
}
h1.fontface {
	font: 36px 'TangerineBold', Arial, sans-serif;
	letter-spacing: 0;
	color: #4c5b60;
	text-transform:none;
}
h9.fontface {
	font: 36px 'TangerineBold', Arial, sans-serif;
	letter-spacing: 0;
	color: #4c5b60;
	text-transform:none;
}
h2 {
	color:#09C;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	line-height:20px;
}
h3 {
	color:#4c5b60;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4c5b60;
	font-weight:bold;
	font-size:12px;
	padding:3px 0 2px 0;
}
h2.bgcolor{
	text-transform:none;
	color: #4c5b60;
	padding-bottom:10px;
}
p {
	font:11px verdana;
	padding-bottom:10px;
	line-height:18px;
}
html {
	overflow-y:scroll;
}
.clearfix {
	clear:both;
	height:0px;
	width:0px;
}
.handcursor {
	cursor:pointer;
}
.valignmiddle
{
	vertical-align:middle;
}
.centered
{
	text-align:center;
}
.imgbtn
{
	vertical-align:middle;
}
.pagefloatright
{
	float:right;
	margin-right:27px;
}
.graytext10
{
	color:#959595;
	color:#999;
	font-size:10px;
}
.graytext
{
	color:#959595;
	color:#999;
	font-size:11px;
}
.bluebgtext
{
	color:#4c5b60;
}
.alignleft
{
	text-align:left;
}
.alignright
{
	text-align:right;
}
.text11
{
	font-size:11px;
}
.text14
{
	font-size:14px;
	color:#666;
}
.margintop5
{
	margin-top:5px;
}
.margintop8
{
	margin-top:8px;
}
.margintop15
{
	margin-top:15px;
}
.marginleft10
{
	margin-left:10px;
}

/************* TAB MENUS start ******************/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	background-image:none;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #ccc;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
	background-image:none;
}
ul.tabs li a {
	text-decoration: none;
	color: #345573;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #f5f5f5; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	font-size:13px;
	font-weight:bold;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #f5f5f5;
	border-bottom: 1px solid #f5f5f5; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	margin:0 auto;
	border: 1px solid #CCC;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	background: #f5f5f5;
	margin-bottom:25px;
}
.tab_content {
	margin:0 auto;
	padding: 20px 0 20px 0;
	font-size: 14px;
	line-height:1.4;
	text-align:center;
}
/************* TAB MENUS end ******************/

/* BUTTONS */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:7px 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #c2e1ef;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

	font-family:Georgia, "Times New Roman", Times, serif;
    font-size:10px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#4c5b60;
    border:1px solid #dedede;
    color:#fff8dc;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* REGULAR */

button.regular, .buttons a.regular{
    color:#336699;
}
.buttons a.regular:hover, button.regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a.regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
/* BUTTONS END */

#launch_ribbon {
	top:0;
	left:100%;
	height:200px;
	width:200px;
	color:#fff;
	margin-left:-200px;
	position:absolute;
}
#header_bar {
	background-image:url(../images/bg_header.jpg);
	height:115px;
	width:100%;
}
#logo {
	background-image:url(../images/main_logo.png);
	width:508px;
	height:100px;
	margin:auto;
	background-repeat:no-repeat;
	background-position:center bottom;
	cursor:pointer;
}
#nav_bar {
	width:100%;
	height:70px;
	background:url(../images/nav-back.png) repeat-x;
	position:absolute;
	top:115px;
	margin:0;
	text-align:center;
	border-bottom:1px solid #666;
}
#nav_menu {
	margin:0;
	text-align:center;
}
#nav_menu ul {
	margin:0;
	padding:0;
	margin-top:40px;
	list-style-type:none;
}
#nav_menu li {
	margin:0;
	padding-left:10px;
	padding-right:10px;
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:14px;
	color:#666;
	text-decoration:none;
}
#nav_menu a {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:14px;
	color:#666;
	text-decoration:none;/*text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
}
#nav_menu a:hover {
	color:#800000;
}
#container {
	position:absolute;
	top:185px;
	width:100%;
	background: #4c5b60;
}
#slide_box {
	background: #ccc;
	height: 480px;
	width: 640px;
	/*-webkit-box-shadow: 0 0px 8px #666;
	-moz-box-shadow: 0 0px 8px #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;*/
	margin:0 auto;
	border:1px solid #f5f5f5;
	text-align:center;
	margin-bottom:15px;
}
#slider .nivo-slice, #slider .nivo-box {
	position: absolute;
}
#slider {
	background: url(../images/loading.gif) no-repeat 50% 50%;
	height: 480px;
	position: relative;
	width: 640px;
}
#slider a {
	border: 0;
	display: block;
}
#slider img {
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	cursor:pointer;
	
}
a.nivo-nextNav {
	background-position:-30px 0;
	background:url(arrows.png) no-repeat;
	right:15px;
	cursor:pointer;
	z-index:1000;
}
a.nivo-prevNav {
	background:url(arrows.png) no-repeat;
	left:15px;
	cursor:pointer;
	z-index:1000;
}
.nivo-caption {
	background:#fff;
	bottom:0px;
	color:#333;
	left:0px;
	/*opacity:0.9;*/
	position:absolute;
	width:100%;
	z-index:8;
}
.nivo-caption p {
	color: #111;
	padding:10px;
	margin:0;
}
.nivo-caption a {
	color:#00F;
	display:inline !important;
	text-decoration:none;
	font-weight:bold;
}
.nivo-html-caption {
	display:none;
}
#strapline {
	margin:auto;
	color:#f5f5f5;
	width:640px;
	text-align:center;
	margin-top:10px;
	margin-bottom:40px;
	font-size:18px;
}
#strapline.fontface {
	font: 60px/68px 'TangerineRegular', Arial, sans-serif;
	letter-spacing: 0;
}
#footer {
	width:100%;
	/*height:auto;*/
	padding-top:30px;
	padding-bottom:20px;
	background:#f5f5f5;
	border-top:15px solid #ccc;
}
#uberfooter {
	width:640px;
	margin:auto;
	text-align:center;
	color:#666;
}
#uberfooter .sendmail {
	text-decoration:none;
	color:#360;
	line-height:25px;
}
#uberfooter .sendmail:hover {
	text-decoration:none;
	color:#800000;
	line-height:25px;
}
#footer_block {
	width:960px;
	margin:auto;
	padding-bottom:20px;
	color:#333;
	line-height:18px;
	text-align:center;
}
#footer_block_right {
	float:right;
	text-align:right;
	width:320px;
}
#footer_block_left {
	float:left;
	text-align:left;
	width:320px;
}
#footer_block_middle {
	float:left;
	width:320px;
	text-align:center;
	margin:auto;
}
#footer_block_middle img {
	display:inline !important;
	padding-left:8px;
	padding-right:8px;
	padding-top:12px;
}
#footer_block .heading {
	text-transform:uppercase;
	font-weight:bold;
	line-height:25px;
}
#footer_block .tel {
	text-transform:uppercase;
	font-weight:bold;
	line-height:25px;
}
#footer_block .fax {
	text-transform:uppercase;
	font-weight:bold;
	line-height:25px;
}
#footer_block .sendmail {
	text-decoration:none;
	color:#360;
	line-height:25px;
}
#footer_block .sendmail:hover {
	text-decoration:none;
	color:#800000;
	line-height:25px;
}
#footer_block .footerlink {
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#333;
	line-height:25px;
}
#footer_block .footerlink:hover {
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#800000;
	line-height:25px;
}
#privacy_content {
	margin:10px 30px 30px 30px;
}
#buttonrow {
	margin:10px 10px 0 0;
	text-align:right;
}
/*Main content area */

#content_box {
	width:920px;	/*896*/
	border:2px solid #999;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:25px;
	height:auto;
	background:#f5f5f5;
	padding:30px !important;
	text-align:center;
}
#content_box_inner {
	margin:0, auto;
	text-align:center;
}
#content_box_inner_left {
	float:left;
	width:170px;
	text-align:left;
}
#content_box_inner_left li {
	line-height:22px;
}
#content_box_inner_left select.smalllist
{
	width:50px;
	margin-top:2px;
}
#content_box_inner_right {
	float:right;
	width:679px;
	text-align:left;
	padding-left:15px;
}
#logo_box_inner {
	margin:0 auto;
	text-align:left;
	margin-top:30px;
	margin-bottom:10px;
}
.shadow {
	-moz-box-shadow: 5px 5px 5px #333;
	-webkit-box-shadow: 5px 5px 5px #333;
	box-shadow: 5px 5px 5px #333;
}
.greyshadow {
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 5px #999;
}
#housing {
	margin:0 auto;
	text-align:center;
	width:auto;
}
ul.gallery {
	list-style: none;
}
ul.fbgallery {
	list-style: none;
}
ul.gallery li {
	position: relative;
	float: left;
	margin:0 auto;
	padding: 10px 9px 15px 10px;
	background: #FFF;
	border: 1px solid #fff;
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 5px #999;
	text-align:center;
	font-size:10px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:15px;
}
ul.fbgallery li {
	position: relative;
	float: left;
	margin:0 auto;
	padding: 10px 9px 15px 10px;
	background: #FFF;
	border: 1px solid #fff;
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 5px #999;
	text-align:center;
	font-size:10px;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:10px;
}
ul.tab_gallery li {
	position: relative;
	float: left;
	margin:0 auto;
	padding: 10px 9px 15px 10px;
	background: #FFF;
	border: 1px solid #fff;
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 5px #999;
	text-align:center;
	font-size:10px;
	margin-right:20px;
	margin-bottom:15px;
}
#gallery_box
{
	margin: 0 auto;
	margin-bottom:10px;
	text-align:center;
}
#prop_detail_box
{
	position: relative;
	float: left;
	margin:0 auto;
	padding: 10px 9px 10px 10px;
	background: #FFF;
	border: 1px solid #fff;
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 5px #999;
	text-align:left;
	margin-bottom:20px;
}
#details_link
{
	margin:0 auto;
	margin-top:5px;
	margin-bottom:20px;
}
#details_link_left
{
	float:left;
	width:32%;
	text-align:left;
}
#details_link_right
{
	float:left;
	width:67%;
	text-align:left;
	margin-left:3px;
}
a.genlink {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666;
	text-decoration:none;/*text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
}
a.genlink:hover {
	color:#800000;
}
a.genlink12 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666;
	text-decoration:none;/*text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
	letter-spacing:0.4px;
}
a.genlink12:hover {
	color:#800000;
}
#overview_inner
{
	float:left;
	text-align:left;
	padding: 0 20px 20px 20px;
	font-size:10px;
}
#feature_inner
{
	text-align:left;
	padding: 0 20px 0 20px;
	font-size:10px;
}
#feature_inner ul
{
	padding:0 20px 0 20px;
}
#feature_inner li
{
	list-style:square;
}
#feature_inner_left
{
	float:left;
	width:47%;
	font-size:10px;
	text-align:left;
}
#feature_inner_right
{
	float:right;
	width:47%;
	font-size:10px;
	text-align:left;
}

#shareheading
{
	width:128px;
	text-align:left;
	border-bottom:1px solid #CCC;
	color:#666;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:10px;
	margin-bottom:15px;
	margin-top:15px;
	
}
a.maroonlink {
	color:#800000;
	text-decoration:none;/*text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
}
a.maroonlink:hover {
	color:#360;
	text-decoration:underline;
}
.greenlink {
	text-decoration:none;
	color:#360;
	line-height:25px;
	font-size:10px;
}
.greenlink:hover {
	text-decoration:none;
	color:#800000;
	line-height:25px;
}
.tinylink {
	text-decoration:none;
	color:#360;
	font-size:10px;
}
.tinylink:hover {
	text-decoration:none;
	color:#800000;
}
#search_box_left
{
	float:left;
	width:170px;
	margin:10px 0 10px 0;
	padding:10px 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}
#search_box_left_notopspace
{
	float:left;
	width:170px;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}
#search_box_left_inner
{
	padding:10px;
	border:1px solid #f1f1f1;
	background-image:url(../images/pixel_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	font-size:10px;
}
#search_box_left_inner select
{
	font-size:10px;
	margin:7px 0 7px 0;
	width:146px;
	display:block;
}
#search_box_left_inner select.pricebox
{
	width:146px;
	margin-top:2px;
}
#search_box_left_inner input[type=radio] {
	margin:5px 3px 5px 0;
}
#search_box_left_inner input[type=radio].moreleftspace {
	margin-left:30px;
}
#contact_info_box_left
{
	float:left;
	width:170px;
	border-bottom:#ccc solid 1px;
	margin-bottom:5px;
	padding:10px 0 10px 0;
	text-align:center;
}
#license_info_box_left
{
	float:left;
	width:170px;
	margin-bottom:10px;
	padding:10px 0 10px 0;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#767474;
}
#city_listbox
{
	height:20px;
}
#property_type_listbox
{
	height:20px;
	margin:3px 0 7px 0;
}
#property_type_listbox select
{
	margin:0;
}

#bed_bath_listbox
{
	margin-top:5px;
}
#bed_bath_listbox_left
{
	float:left;
	width:48%;
	text-align:left;
}
#bed_bath_listbox_right
{
	float:right;
	width:35%;
	text-align:left;
}
#price_listbox
{
	margin-top:5px;
}
#price_listbox_left
{
	float:left;
	width:48%;
	text-align:left;
}
#price_listbox_right
{
	float:right;
	width:48%;
	text-align:left;
}
#gallery_price
{
	font-size:9px;
}
#gallery_price_left
{
	float:left;
	width:49%;
	text-align:center;
}
#gallery_price_right
{
	float:right;
	width:49%;
	text-align:center;
}
.lefted {
	margin:auto;
	padding:auto;
	float:left;
}
#pagetoprow {
	margin-top:0;
	margin-bottom:10px;
	padding:0;
	font-size:11px;
	color:#4c5b60;
}
#pagebotrow {
	margin-top:10px;
	margin-bottom:30px;
	font-size:11px;
	color:#4c5b60;
}
.pagecurrent {
	float:left;
	margin-left:5px;
	padding:0 6px 0 6px;
	color:#4c5b60;
	font-size:12px;
	background-color:#f5f5f5;
	font-weight:bold;
}
.pagefocus {
	float:left;
	margin-left:5px;
	padding:0 6px 0 6px;
	border:#333 solid 1px;
	color:#fff;
	font-size:11px;
	background-color:#4c5b60;
	cursor:pointer;
}
.pageblur {
	float:left;
	margin-left:5px;
	padding:0 6px 0 6px;
	border:#ccc solid 1px;
	color:#0000ff;
	font-size:11px;
	background-color:#f5f5f5;
}
.pageimg {
	float:left;
	margin-left:5px;
	padding:0 6px 0 6px;
	border:#ccc solid 1px;
	color:#0000ff;
	font-size:11px;
	background-color:#f5f5f5;
}
.pageimgfocus {
	float:left;
	margin-left:5px;
	padding:0 6px 0 6px;
	border:#333 solid 1px;
	color:#4c5b60;
	font-size:11px;
	background-color:#4c5b60;
	cursor:pointer;
}
#filter_offered
{
	font-size:10px;
	border-bottom:#ccc solid 1px;
	margin-bottom:8px;
	padding:0 0 3px 0;
}
#filter_offered input[type=radio].moreleftspace {
	margin-left:23px;
}
#useful_info_box_left
{
	float:left;
	width:170px;
	margin-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#useful_info_header
{
	border-top:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	padding:3px 0 3px 0;
	margin-bottom:7px;
}
#filters_box_left
{
	float:left;
	width:170px;
	margin-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	border-bottom:#ccc solid 1px;
	padding-bottom:8px;
}
#filters_header
{
	border-top:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	padding:3px 0 3px 0;
	margin-bottom:7px;
}
#filters_header_left
{
	float:left;
	width:57%;
}
#filters_header_right
{
	float:right;
	text-align:right;
	width:40%;
}
#filter_country
{
	border-bottom:#ccc solid 1px;
	margin-bottom:2px;
	padding-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#666;
}
#filter_country input[type=checkbox]
{
	margin-left:10px;
	float:left;
}
.fltr_chklabel
{
	float:right;
	padding-top:3px;
	text-align:left;
	width:143px;
}
#filter_refresh_location
{
	margin:5px 0 0 0;
	text-align:right;
}
#quick_nav_header
{
	border-top:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	padding:3px 0 3px 0;
	margin-bottom:7px;
}
#filter_property_type
{
	font-size:10px;
}
#filter_property_type input[type=checkbox]
{
	float:left;
}
.fltr_type_chklabel
{
	float:right;
	padding-top:3px;
	text-align:left;
	width:149px;
}
#filter_refresh_type
{
	margin:5px 0 0 0;
	text-align:right;
}
#fltr_bed_bath
{
	font-size:10px;
	border-top:#ccc solid 1px;
	margin:8px 0 0 0;
	padding:5px 0 0 0;
}
#fltr_bed_bath select
{
	width:50px;
	margin:0;
	font-size:10px;
}
#fltr_bed
{
	float:left;
	text-align:left;
}
#fltr_bath
{
	float:right;
	text-align:left;
}
#fltr_bath_left
{
	float:left;
	text-align:left;
}
#glossary_box
{
	margin:0 auto;
	margin-top:0;
	margin-bottom:10px;
	text-align:;left;
	font-size:11px;
}
.alphaheading
{
	font-weight:bold;
	color:#4c5b60;
	background-color:#e0e0e0;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:8px;
	margin-top:5px;
}
a.aheading
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#4c5b60;
	text-decoration:none;
	font-size:13px;
}
a.aheading:hover
{	
	text-decoration:underline;
}
#adv_search_box
{
	font-size:11px;
	text-align:left;
	padding-bottom:30px;
}
#adv_search_box select
{
	font-size:11px;
	margin:8px 0 7px 0;
}
#adv_search_box_left
{
	float:left;
	width:65%;
	margin-bottom:10px;
}
#adv_search_box_right
{
	float:right;
	width:31%;
}
#adv_search_want_to
{
	margin-top:15px;
}
#adv_search_want_to_left
{
	float:left;
	width:38%;
}
#adv_search_want_to_right
{
	float:right;
	width:60%;
	height:25px;
}
#adv_search_last
{
	margin-top:15px;
}
#adv_search_last_left
{
	float:left;
	width:19%;
}
#adv_search_last_mid
{
	float:left;
	width:19%;
}
#adv_search_last_right
{
	float:right;
	width:60%;
}
#adv_search_project
{
	border-top:#ccc solid 1px;
}
#adv_search_project
{
	padding-top:15px;
	margin-bottom:10px;
}
#adv_search_project_left
{
	float:left;
	width:48%;
}
#adv_search_project_right
{
	float:right;
	width:48%;
}
#result_header_left
{
	float:left;
	font: 36px 'TangerineBold', Arial, sans-serif;
	color: #4c5b60;
	text-transform:none;
	line-height:24px;
	padding-bottom:15px;
	letter-spacing: 0;
}
#result_header_right
{
	float:right;
	text-align:right;
	margin-right:20px;
	padding-top:2px;
}


/*////////////////////facebook stuff ///////////////*/

#athena
{
	text-align:center;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	color:#06C;
	font-weight:normal;
	font-size:11px;
	height:15px;
	margin-top:20px;
}
.athenalink
{
	color:#06C;
	text-decoration:none;
	
}
.athenalink:hover
{
	color:#06C;
	text-decoration:underline;
	
}
