body {
	font: 12px verdana, helvetica, courier, sans-serif;
	background-color: white;
	text-align: center;
	margin:0;
}

table { 
	font-size: 12px;
	}
		
img {
	border: 0;
	padding:0px;
}
	
.img {
	border:0px;
}
			
H1 {
	font: 18px Arial, sans-serif, verdana;
	font-weight: bold;
	color: #3e5694;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

H2, H3 {
	font: 13px Arial, sans-serif, verdana;
	font-weight: bold;
	color: #3e5694;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
	
H4 {
	font: 11px arial,Helvetica,Sans-Serif;
	font-weight: bold;
	color: #5f6a72;
	margin: 0;
	padding: 0;
	}

.required {
	color: red;
	}

#header-container {
	background: url('images/header_fill.jpg') repeat-x;
	text-align: center;
	height: 177px;
}

#header-block {
	background: url('images/header.jpg') no-repeat;
	width: 934px;
	height: 177px;
	margin-left: auto;
	margin-right: auto;
}

#logo a{
	margin-top: 26px;
	margin-left:20px;
	float: left;
	width: 146px;
	height: 127px;
	display: blocl;
}

#logo h1{
	display: none;
}
#menu {
	font: 14px Arial,Verdana, Helvetica, Sans-serif;
	color: #ffffff;
	float:left;
	line-height: 2.5em;
	margin-top: 131px;
	margin-left: 0px;
}

#menu ul{
	list-style: none;
	margin-top: 0;
}
#menu li{
	float: left;
}
#menu li a { 
	color: #8bbb74;
	margin: 0 auto 0 auto; 
	padding: 0px 8px; 
	
	}
	
#menu li a:hover {
	color: #000066;
	cursor: pointer;
	text-decoration: none;
	}	
	
#menu li.current a {
	color: #000066; 
	cursor:default;
} 

#content-container {
	text-align: center;
	background: #FFF;
	margin-bottom: 70px;
}

#content-block {
 	margin-left: auto;
	margin-right: auto;
	width: 934px;
}

#leftcol-block {
	float: left;
	width: 200px;
	text-align: left;
}

#maincol-block {
	float: right;
	width: 734px;
	text-align: left;
}

#bottom-bar {
	background: #c5d4f1;
	position: fixed;
	bottom: 0px;
	left: 0;
	height: 66px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align:center;
	z-index: 6000;
	border-top: #9BA1A5 solid 1px;
}

#bb-block {
	margin-left: auto;
	margin-right: auto;
	width: 934px;
	text-align: left;
	color: #000066;
	font-size: 8px;
	text-align: right;
}

#bb-block ul {
	list-style: none;
	margin: 0;
	margin-left: -40px;
}

#bb-block li {
	height: 66px;
	float: left;
	margin-right: 15px;
	vertical-align: middle;
}

#bb-block li.padding {
	padding-top: 8px;
}

/*LEFT MENU*/

#left-menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 174px; /* Width of Menu Items */	
}
	
#left-menu ul li{
	position: relative;
}

#left-menu ul li h3{
	display: none;
}
#left-menu ul li.home a{
	display: block;
	background: url('images/home1.jpg') no-repeat;
	height: 47px;
	width: 174px;
}

#left-menu ul li.home a:hover{
	display: block;
	background: url('images/home2.jpg') no-repeat;
	height: 47px;
	width: 174px;
}

#left-menu ul li.subs a{
	display: block;
	background: url('images/subs1.jpg') no-repeat;
	height: 47px;
	width: 174px;
}

#left-menu ul li.subs a:hover{
	display: block;
	background: url('images/subs2.jpg') no-repeat;
	height: 47px;
	width: 174px;
}

#left-menu ul li.buying a{
	display: block;
	background: url('images/buying1.jpg') no-repeat;
	height: 47px;
	width: 174px;
}

#left-menu ul li.buying a:hover{
	display: block;
	background: url('images/buying2.jpg') no-repeat;
	height: 47px;
	width: 174px;
}

#left-menu ul li.selling a{
	display: block;
	background: url('images/selling1.jpg') no-repeat;
	height: 47px;
	width: 174px;
}

#left-menu ul li.selling a:hover{
	display: block;
	background: url('images/selling2.jpg') no-repeat;
	height: 47px;
	width: 174px;
}

#left-menu ul li.openhouses a{
	display: block;
	background: url('images/openhouses1.jpg') no-repeat;
	height: 47px;
	width: 174px;
}

#left-menu ul li.openhouses a:hover{
	display: block;
	background: url('images/openhouses2.jpg') no-repeat;
	height: 47px;
	width: 174px;
}

#left-menu ul li#company-menu a{
	display: block;
	background: url('images/company1.jpg') no-repeat;
	height: 47px;
	width: 174px;
}

#nav li#company-menu a:hover, #nav li#company-menu a.active{
	background: url('images/company2.jpg') no-repeat;
	height: 47px;
	width: 174px;
}

#left-menu ul li.video a{
	display: block;
	background: url('images/video1.jpg') no-repeat;
	height: 47px;
	width: 174px;
}
#left-menu ul li.video a:hover{
	display: block;
	background: url('images/video2.jpg') no-repeat;
	height: 47px;
	width: 174px;
}

/*Sub level menu items */

.sub-menu{
	position: absolute;
	margin-left: 180px;
	margin-top: -47px;
	visibility: hidden;
	z-index: 100;
	font-family: Times, serif;
	text-align: center;
}

.sub-menu li a{
	display: block;
	background: url('images/submenu_bg.png') no-repeat;
	color: #000066;
	padding: 0px 0px;
	font-size: 13px;
	margin-bottom: 2px;
	height: 24px;
	width: 174px;
	text-decoration: none;
	line-height: 1.75em;
	text-transform: uppercase;
}

.sub-menu li a:hover{ /*hover background color*/
	background: url('images/submenu_bg_on.png') no-repeat;
	color: #000066;
	height: 24px;
	width: 174px;
}

/* open-realty core.css */

.no_results { 
	color:red;
	margin-top:10px;
	border: 1px dashed red;
	padding: 4px 4px 4px 4px;
	}
	
.search_results {
	width:100%;
	}
.result_row_0 { 
	background-color: #F2F2EE;
	}
.result_row_1 {
	background-color: #FFF;
	}

.listing_result_box {
	border: 1px dashed #00A1DF;
	margin-top: 6px;
}

.listing_result_header {
	padding: 2px;
	color: e9eef8;
}

.listing_result_top {
	border-top: 1px dashed #828a8f;
	border-left: 1px dashed #828a8f;
	border-right: 1px dashed #828a8f;
	padding: 8px 6px 6px 8px;
}

.listing_result_center {
	border-top: 1px dashed #828a8f;
	border-left: 1px dashed #828a8f;
	border-right: 1px dashed #828a8f;
	padding: 8px 6px 8px 8px;
	line-height: 1.3em;
}

.listing_result_bottom {
	border-top: 1px dashed #828a8f;
	border-left: 1px dashed #828a8f;
	border-right: 1px dashed #828a8f;
	border-bottom: 1px dashed #828a8f;
	padding: 8px 6px 8px 8px;
	line-height: 1.3em;
}

.listing_result_content {
	font: 12px verdana, helvetica, courier, sans-serif;
	color: #3e5694;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.listing_address{
	padding: 10px 0 0 0;
	font: 18px verdana, helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	color: #3e5694;
	}

.listing_city{
	font: 16px verdana, helvetica, courier, sans-serif;
	line-height: 18px;
	color: #3e5694;
	}

.listing_price{
	font: 18px verdana, helvetica, courier, sans-serif;
	line-height: 18px;
	color: #99cc33;
	padding: 0 0 2px 0;
	}

.listing_other{
	font: 12px verdana, helvetica, courier, sans-serif;
	color: #3e5694;
	padding:0 0 5px 0;
	}
	
.listing_subaddy{
	font: 12px verdana, helvetica, courier, sans-serif;
	color: #3e5694;
	padding:0 0 5px 0;
	}

	
.listing_otherstrong{
	font: 12px verdana, helvetica, courier, sans-serif;
	font-weight: bold;
	color: #92c52f;
	}

.listing_title{
	font: 18px Georgia, "Times New Roman",  serif;
	padding: 10px 0 0 0;
	font-weight: bold;
	line-height: 20px;
	color: #3e5694;
	}

.listing_disclaimer{
	font: 10px verdana, helvetica, courier, sans-serif;
	color: #3e5694;
	}
/* LISTING BROWSE PAGE NAVIGATION WIDGET 'next_prev()'display stuff  */
.browse_tool_table {
	background-color: #F7F7F4;
	width:100%;
	font-size: 11px;
	text-decoration: none;
	color: black;
	border: 1px solid #DDD;
	padding: 2px 2px 2px 2px;
	margin-bottom: 6px;
}
.browse_tool {
	background-color: #EBEBEB;
	font-size: 11px;
	text-decoration: none;
	color: black;
}
.browse_tool_num {
	color: #336699;
}
.browse_tool_button A {
	background-color: #EBEBEB;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	border: 1px dashed red;
	font-weight: bold;
	text-decoration: none;
	color: #00A1DF;
	width: 100px;
	display: block;
	line-height: 16px;
}
.browse_tool_button A:visited {
	color: #00A1DF;
}
.browse_tool_button A:hover {
	color: #555555;
}
.browse_tool_ghost {
	font-size: 10px;
	line-height: 10px;
	color: #aaaaaa;
	text-decoration: none;
}
.browse_tool_curpage {
	border: 1px solid #00A1DF;
	color: #555555;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	display: block;
	text-align: center;
}
.bt_pages {
	font-family: verdana, arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #EBEBEB;
	text-decoration:none;
	vertical-align: middle;
	color:	#000000;
}
bt_pages_ghost{
	color:	#aaaaaa;
	text-decoration:none;
}
A.bt_pages{
	border: 1px solid #00A1DF;
	color: #00A1DF;
	padding: 4px 4px 4px 4px;
	display: block;
	text-align: center;
}
A.bt_pages:visited{
	color: #00A1DF;
}
A.bt_pages:hover{
	color:#FFFFFF;
	background: #CCFF00;
}
/* LISTING PAGE DETAILS 'listing_next_prev'  */
.next_prev_listing {
	margin: 0 0 0 0;
	border: 1px dashed #00A1DF;
	width: 100%; 
	text-align: center;
	}
.next_prev_listing ul {
	margin: 0.2em auto; 
	}
.next_prev_listing li { 
	display: inline; 
	padding: 3px 0; 
	list-style-type: none;
}
.count, .listing_xy { 
	width: 100%; 
	background-color: #E8E8E8; 
	clear: both; 
	padding: 3px 0;
}

.slideshow_img {
	float: left;
	width: 100%;
	text-align:center;
}
.slideshow_links {
	float: left;
	width: 100%;
	text-align:center;
}
.city_distance_header{font-size:12px;}

/* user stuff */
.view_user {
	padding-left:5px;
}
.view_user_user_name {
	font-size:14px;
	font-weight:bold;
	background-color: #EEEEEE;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
}
.view_user_user_images {
	float: left;
	width: 140px;
}
.view_user_user_info {
	float: left;
	padding-left:10px;
	width: 400px;
	line-height: 1.4em;
}
.view_user_user_hitcount {
	clear:both;
	margin-top: 20px;
	line-height: 40px;
}
.view_user_user_box {
}

.featured_listings {
	color: white;
	text-align:left;
	width: 734px;

}

.fl_td1 {
	width: 125px;
	text-align: center;
}

/* BLOG VIEW
*******************************************************************************/
.blog_date {
clear:both;
color:#808080;
margin-bottom:3px;
font-size:10px;
}
.blog_title{
font-weight:bold;
font-size:18px;
color:#9FB6D5;
border-bottom:1px dotted;
}
.blog_summary{
padding:7px;
color:#808080;
}
.blog_story_link_line{
padding-left:7px;
padding-bottom:5px;
}
a.blog_story_link{
text-decoration:none !important;
}
.blog_entry_footer {
background-color:#9FB6D5;
display:block;
height:15px;
padding-left:5px;
padding-top:2px;
padding-right:5px;
margin-bottom:15px;
font-size:10px;
}

.blog_byline{
float:left;
}
.blog_comments{
float:right;
}
.blog_full_article{
padding:7px;
color:#808080;
}
.blog_article_comments_header{
font-weight:bold;
font-size:18px;
color:#053280;