/*Generic CSS*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,
em, font, img,
strong, sub, sup,
b, u, i, center, form,
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

p{
	margin: 8px 0;
}



.clear{
	clear: both;
}




body{
	background: #9b9da0 url('images/body_bg.gif') repeat-x;
	text-align: center;
	font-family: calibri, verdana, arial, helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 14px;
}

input{
	font-family: calibri, verdana, arial, helvetica, sans-serif;
	font-size: 14px;
}

#master_container{
	width: 980px;
	margin: 36px auto 5px auto;
	text-align: left;
}


#header{
	line-height: 0; 
	font-size: 0;
}

.nav{
	margin-top: 16px;
	height: 20px;
	margin-bottom: 0;
}

.nav div{
	float: left;
	margin-right: 2px;
	text-align: center;
	padding: 0;
	cursor: pointer;
}
.nav .active{
	background: url('images/btn_blank_on.gif') no-repeat right top;
}

.nav .active a{
	display: block;
	background: url('images/btn_cap_on.gif') no-repeat left top;
	padding: 5px 9px;
}
.nav .off{
	background: url('images/btn_blank_off.gif') no-repeat right top;
}
.nav .off a{
	display: block;
	background: url('images/btn_cap_off.gif') no-repeat left top;
	padding: 5px 9px;
}

.nav .on{
	background: url('images/btn_blank_off.gif') no-repeat right top;
}
.nav .on a{
	display: block;
	background: url('images/btn_cap_off.gif') no-repeat left top;
	padding: 5px 9px;
}


td.on{
	background: #fff !important;
}

.rightside_nav{
	float: right;
	margin-top: 16px;
	height: 20px;
	margin-bottom: 0;
}
.rightside_nav div{
	float: left;
	margin-right: 2px;
	text-align: center;
	padding: 0;
	cursor: pointer;
}
.rightside_nav .active{
	background: url('images/btn_rt_blank_on.gif') no-repeat right top;
}

.rightside_nav .active a{
	display: block;
	background: url('images/btn_rt_cap_on.gif') no-repeat left top;
	padding: 5px 9px;
}
.rightside_nav .off{
	background: url('images/btn_rt_blank_off.gif') no-repeat right top;
}
.rightside_nav .off a{
	display: block;
	background: url('images/btn_rt_cap_off.gif') no-repeat left top;
	padding: 5px 9px;
}

.rightside_nav .on{
	background: url('images/btn_rt_blank_off.gif') no-repeat right top;
}
.rightside_nav .on a{
	display: block;
	background: url('images/btn_rt_cap_off.gif') no-repeat left top;
	padding: 5px 9px;
}



.dropdown{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	background: #fff;
	border: 1px solid #999;
	width: 150px;
	cursor: pointer;
	position: absolute;
}

.dropdown_off{
	padding: 4px;
	border-bottom: 1px dotted #ccc;
	text-align: left;
}
.dropdown_on{
	padding: 4px;
	border-bottom: 1px dotted #ccc;
	background: #efefef;
	color: #a81e23;
	text-align: left;
}

.dropdown a:link, .dropdown a:visited, .dropdown a:hover{
	color: #333;
	text-decoration: none;
}



.main{
	background: #fff;
	padding: 8px;
}



#footer_links_container{
	background: url('images/footer_blank.gif') top center no-repeat;
	width: 980px;
	margin-top: 5px;
}

#footer_links_container div{
	font-size: 12px;
	line-height: 1.3em;
	color: #c5332d;
}

#footer_left{
	float: left;
	margin: 8px 0 0 30px;
	width: 224px;
}

#footer_left_middle{
	float: left;
	margin: 8px 0 0 12px;
	width: 220px;
}

#footer_right_middle{
	float: left;
	margin: 8px 0 0 12px;
	width: 212px;
}

#footer_right{
	float: left;
	margin: 8px 0 0 12px;
	width: 250px;
}

.footer_title{
	font-size: 15px !important;
	line-height: 1em !important;
	margin: 12px 0 12px 0;
	color: #333 !important;
}

#footer_cap{
	background: url('images/footer_bot_cap.gif') top center no-repeat;
	width: 980px;
	height: 17px;
}

#footer_links_container a{
	text-decoration: none;
	color: #333;
}

#social_networks{
	background: #fff;
	margin-top: 8px;
}
#social_networks img{
	margin: 4px 2px 0 2px;
}

.jellynav{
	background: url('images/jellynav_bg.png') 0 0;
	height: 36px;
	float: left;
	width: 634px;
}

.jellynav .jellynav_left{
	height: 36px;
	width: 16px;
	float: left;
}
.jellynav .jelly_item{
	float: left;
	padding: 0 8px;
	border-right: 1px solid #bbb;
	height: 36px;
}
.jellynav .jelly_spacer{
	float: left;
	border-right: 1px solid #bbb;
	height: 36px;
}
.jelly_item.on, .jelly_item.active{
	background: url('images/jellynav_on.png') repeat-x;
}
.jellynav .jelly_item img{
	margin-top: 6px;
}
.jellynav_endcap{
	width: 16px;
	height: 36px;
	background: url('images/jellynav_bg.png') right top;
	float: left;
}

#feature_marker{
	position: relative;
	top: -1;
}
#feature_marker.m1{
	margin-left: 40px;
}
#feature_marker.m3{
	margin-left: 120px;
}
#feature_marker.m2{
	margin-left: 278px;
}


h1{
	color: #c5332d;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
}

.chartborder{
	border: 1px solid #c5332d;
	margin: 4px;
	padding: 6px;
	display: inline-block;
	_display: block;
}


.DRE{
	font-size: 12px;
}











/* from old css*/



a.more_link{
	color: #a81e23;
	text-decoration: none;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

a.plain{
	color: #a81e23;
	text-decoration: none;
}
.listing_index a{
	color: #a81e23;
}

a:link, a:visited{
	color: #b54348;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}


a.letter_select:link, a.letter_select:visited{
	margin: 2px 2px 2px 0;
	padding: 2px 3px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	background: #a81e23;
	border: 1px solid #fff;
	text-decoration: none;
}

a.letter_select:hover{
	background: #fff;
	color: #a81e23;
	border: 1px solid #a81e23;
}

a.bulletlink{
	background: url('images/list_arrow.gif') no-repeat left;
	padding-left: 18px;
}

/*get rid of the irritating mozilla bug that puts a dotted line around clicked image links*/
a:active {
  outline: none;
}
a:focus {
  -moz-outline-style: none;
}

.img_float{
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
}

.neighborhood_content{
	border-bottom: 1px solid #ccc;
	margin: 5px;
}

img.nb_thumb{
	margin: 6px 3px;
}

table.neighborhood_icons{
	background: #f8f8f4;
	width: 240px;
	border: 1px solid #333;
	margin-bottom: 6px;
	margin-right: 8px;
	float: left;
}
table.neighborhood_icons td{
	font-size: 11px;
	border-bottom: 1px solid #ddd;
}
table.neighborhood_icons td.header{
	background: #4a4a4a;
	color: #ddd;
	font-size: 12px;
}
table.neighborhood_icons img{
	margin-right: 2px;
}

.nh_info_link{
	float: right;
	font-size: 12px;
	margin-right: 280px;
	_margin-right: 265px;
}
.nh_stats_title{
	font-size: 18px;
	color: #c5332d;
}
.nh_stats_title img{
	margin-right: 2px;
}

#nh_chart{
	width: 550px;
	float: left;
	margin: 20px 0 0 5px;
}
.nh_img{
	float: right;
	margin-right: 5px;
}
.chart_nav{
	padding: 2px 4px;
	margin-left: 6px;
	border: 1px solid #c82433;
	float: left;
	background: #fff;
	cursor: pointer;
	color: #666;
	margin-bottom: -1px;
}

.chart_nav.on{
	background: #c82433;
	color: #fff;
}

#chart_div{
	background: #f3f3f3;
	padding: 5px;
	border-top: 4px solid #c82433;
}


.guide_container{
	border: 1px solid #ccc;
	width: 660px;
}


#guide{
	padding: 8px 8px 20px 10px;
}


.pullquote{
	font-family: 'times new roman', serif;
	color: #a81e23;
	font-style: italic;
	font-size: 16px;
}



.sidebar{
	border: 1px solid #ccc;
	padding: 8px;
	margin: 0 16px;
	font-size: 11px;
	background: #f1f1f1;
	text-align: left;
}
.sidebar .header{
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	color: #444;
	margin-bottom: 8px;
}






.guide_nav{
	margin: 0 0 4px 0;
	width: 660px;
}

.guide_nav .off, .guide_nav .on, .guide_nav .over{
	float: left;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	padding: 2px 6px;
	border-right: 1px solid #ccc;
	cursor: pointer;
}

.guide_nav .off{
	
}

.guide_nav .on{
	color: #a81e23;
	background: #f1f1ee;
}
.guide_nav .over{
	color: #a81e23;
	background: #f4f4f4;
}
.guide_nav .off a, .guide_nav .over a{
	color: #524f46;
	text-decoration: none;
}
.guide_nav .on a{
	color: #a81e23;
	text-decoration: none;
}



.news_container{
	border-bottom: 1px solid #999;
	padding: 3px;
	margin-bottom: 8px;
}

.news_container .body{
	background: #f3f3f3;
	padding: 5px 25px;
	margin-top: 5px;
	overflow: hidden;
	display: inline-block;
}

.text{
	width: 600px;
}

.rightcol{
	width: 300px;
	_width: 220px;
	float: right;
	padding: 10px;
	margin-right: 20px;
	border-left: 1px solid #ccc;
}


#rental_nav{
	width: 100%;
	font-size: 11px;
	background: #e9e8e6;
}

#rental_nav .on{
	float: left;
	background: #fff;
	padding: 6px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #fff;
	
}
#rental_nav .off{
	float: left;
	background: #e9e8e6;
	padding: 6px;
	cursor: pointer;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
}

.smtitle{
	font-size: 11px;
	color: #0d3475 !important;
	font-weight: bold;
}
.rental_content{
	height: 195px !important;
	overflow: scroll;
	margin: 10px;
	border: 1px solid #999;
}


table.data{
}
table.data td{
	font-size: 13px;
	color: #333;
}
tr.odd{
	background: #f3f3f3;
}
tr.even{
	background: #fff;
}

table tr.header td{
	font-weight: bold;
	background: #e7e4df;
	border-top: 1px solid #999;
}



ul{
	list-style: none;
	margin: 5px;
	padding: 0;
}

li{
	background: url('images/list_arrow.gif') no-repeat 0 .5em;
	padding-left: 18px;
	margin: .3em 0;
}

li li{
	background: url('images/list_arrow_sm.gif') no-repeat 0 .5em;
	padding-left: 14px;
	margin: .3em 0;
}

.smaller{
	font-size: 13px;
}

.subtitle{
	font-size: 13px;
	font-weight: bold;
	color: #666;
}






.listing_index{
	border: 1px solid #999;
	background: #fff;
	width: 700px;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.5em;
}

.listing_index .header{
	color: #55534c;
	background: #e1e1dd;
	font-size: 13px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	height: 22px;
}
.listing_index .more{
	float: right;
	background: #fff;
	width: 142px;
	color: #a81e23;
	padding: 1px 10px;
}




.listing_container{
	width: 680px;
	border: 1px solid #afaca5;
	margin-left: 16px;
}
.listing_header{
	background: #e1e1dd;
	color: #55534c;
	padding: 5px 5px;
	font-size: 15px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

#listing_content{
	padding: 10px;
	display: inline-block;
}



.listing_index_popup_container{
	background: #fff;
	border: 1px solid #333;
	width: 400px;
}

.listing_index_popup{
	background: #fff;
	width: 400px;
	height: 400px;
	overflow: auto;
	padding-left: 5px;
}


.listing_index_popup_container .header{
	background: #888;
	color: #ccc;
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding: 3px 5px;
}




.listing_nav{
	width: 700px;
	margin: 10px 0 12px 20px;;
}

.listing_nav .button{
	border-right: 1px dotted #999;
	float: left;
	padding: 5px 12px;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	cursor: pointer;
}

.listing_nav .off{
	color: #999;
}

.listing_nav .on{
	color: #9f171b;
}





/*end old css*/





















/*MLS*/



.hide{
	display: none;
}


.show{
	display: block;
}

table.mls_nav_tbl{
	border-bottom: 1px solid #999;
	border-left:  1px solid #999;
}
table.mls_nav_tbl td{
	border-right: 1px solid #999;
	text-align: center;
	vertical-align: bottom;
}

table.mls_map_index{
}

table.mls_map_index td{
	font-size: 10px;
	padding: 4px;
	text-align: left;
}

td.over{
	background: #eee;
}

td.small_links{
	font-size: 11px;
}

tr.mls_walk td{
	font-size: 11px;
	border: 1px solid #999;
	padding: 0 12px;
	width: 740px;
}
tr.mls_walk .selected{
	font-weight: bold;
	border: 1px solid #999;
	padding: 0 2px;
	color: #fff;
	background: #999;
}


td.mls_td{
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

td.address{
	padding: 0 0 0 8px;
	font-size: 11px;
	font-weight: bold;
}

td.price{
	font-size: 11px;
}

td.mls_intro td{
	font-size: 10px;
	padding: 0 0 0 8px;
}



.mls_detail{
margin: 6px 0;
}
.mls_address{
	background: #999;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
}

.thumb_container{
	width: 300px;
	height: 100px;
	overflow: auto;
	margin: 5px 0;
}
.thumb_container img{
	float: left;
	margin: 3px 6px 3px 0;
}

.mls_pictures_module{
	float: left;
	width: 300px;
	margin: 0 10px 10px 0;
}

.mls_info{
	float: left;
}


.mls_detail table.data_table{
	width: 400px;
}

.mls_detail table.data_table td{
	border-bottom: 1px solid #ccc;
	padding: 3px;
	font-size: 11px;
}

.mls_actions{
	border: 1px solid #ccc;
	padding: 4px;
	cursor: pointer;
	margin-top: 4px;
	background: #f1f1ee;
}

table.request{
	border: 1px solid #ccc;
	margin: 4px;
}
table.request td{
	padding: 5px;
	font-size: 14px;
	text-align: left !important;
}
table.request tr.req_header td{
	font-weight: bold;
	font-size: 13px;
	background: #f3f3f3;
}
input.required{
	background: #fff0f1 url('images/required.gif') right center no-repeat;
}

table.request input, table.request textarea{
	font-family: calibri, verdana, arial, helvetica, sans-serif;
	border: 1px solid #ccc;
	font-size: 14px;
	width: 220px;
}

.bordered{
	border: 1px solid #ccc;
	padding: 3px;
}

div.header{
	background: #f1f1ee;
	padding: 4px;
	font-weight: bold;
	
}



/*END MLS*/

.chart_form{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}
.chart_form input, .chart_form select, .chart_form option{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}

.form input, .form select{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	background: #efefef;
	border: 1px solid #ccc;
	padding: 2px;
}

.form td{
	padding: 4px;
}

table.form{
	border: 1px solid #ccc;
}

input.error, select.error{
	background: #ffffcc !important;
}

/*dream home finder*/


#hf_container{
	background: #cc444a url('images/hf_bg.jpg') no-repeat;
	width: 700px;
	margin: 18px 18px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	/*min-height:300px;
	height:auto !important;
	height:300px;*/
	height: 450px;
	overflow: auto;
}

#hf_container #hf_content{
	background: #bbbdbf;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	width: 700px;
	margin: 57px 0 8px 0;
	/*min-height:300px;
	height:auto !important;
	height:300px;*/
	height: 350px;
	overflow: auto;
	text-align: center;
}

#hf_container .btn{
	font-size: 11px;
	border: 1px solid #fff;
	background: #ca252b !important;
	color: #fff;
	padding: 4px;
}

#hf_container .btn_off{
	font-size: 12px;
	border: 1px solid #333;
	background: #6d6e72 !important;
	color: #fff;
	padding: 4px;
	cursor: pointer;
	display: block;
}

#hf_container .btn_on{
	font-size: 12px;
	border: 1px solid #fff;
	background: #ca252b !important;
	color: #fff;
	padding: 4px;
	cursor: pointer;
	display: block;
}



#hf_container .sel_off{
	font-size: 12px;
	background: none !important;
	color: #333;
	padding: 4px 16px;
	cursor: pointer;
	display: block;
}

#hf_container .sel_on{
	font-size: 12px;
	background: url('../sale/images/dreamhome/red_sq.gif') no-repeat 4px 11px !important;
	color: #333;
	padding: 4px 16px;
	cursor: pointer;
	display: block;
}

#hf_container .sel_hover{
	font-size: 12px;
	background: #eee url('../sale/images/dreamhome/red_sq.gif') no-repeat 4px 11px !important;
	color: #333;
	padding: 4px 16px;
	cursor: pointer;
	display: block;
}



#hf_container #home_count{
	width: 300px;
	height: 20px;
	font-size: 11px;
	font-weight: normal;
	margin-left: 0;
	float: left;
}

#hf_container #next_btn{
	width: 180px;
	float: right;
}
#hf_container #prev_btn{
	width: 140px;
	float: left;
	margin-left: 30px;
}
/*end dream home finder*/

