@charset "UTF-8";
/* CSS Document */
/* 
Base Theme
Author: Eric Remington

Colors:
Blue		006699
Lt. Blue:   0099CC
Lt. Orange: F2D999
Md. Orange: FFCC33
Dk. Yellow: FFC700

*/

/*********************************************  CSS ADJUSTMENTS ********************************************/

/* Clearing float containers. See http://www.positioniseverything.net/easyclearing.html */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* clear */
.clear { clear: both;}
.clear_right { clear: right; }
.clear_left { clear: left; }


/*********************************************  STANDARD TAGS ********************************************/

body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Tahoma, Verdana,sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;	
	background: #FFF url(../images/body_back2.jpg) repeat-x top left;
}

h1, h2, h3, h4,h5, h6, p, ul, dl, dt, dd, form, label, img {
	margin: 0;
	border: 0;
	padding: 0;
}

h1
{
    font-size: 20px;
	color: #006699;
	margin-bottom: 15px;
	border-bottom: 2px solid #FFCC33;

}

h2
{
	font-size: 16px;
	margin-bottom: 8px;
}

h3
{
	font-size: 14px;
	margin-bottom: 5px;
}

a, a:link, a:visited
{
    font-size: 11px;
    color:#006699;
  	font-weight: bold;
	text-decoration: none;
}

a:hover
{
    color:#0099CC;
	text-decoration: underline;
}

button
{
	margin: 3px;
	background-color:#006699;
	color:#FFFFFF;
	width: 100px;
}

#pagecontainer
{
	position: relative;
	width: 100%;
	min-width: 875px;
	margin: 0px auto;
	text-align: left;
}


#header
{
	position: relative;
	width: 100%;
	height: 130px;
	color: #FFFFFF;
	text-align: center;
}

.header_topmost
{
	padding: 5px;
}

#header img
{
	margin-bottom: 5px;
}

.section_header
{
	font-size: 16px;
	color:#006699;
	font-weight: bold;
	padding-bottom: 8px;
}

#leftcolumn
{
	position: relative;
	background-color:#666666;
	float: left;
	width: 150px;
	padding:5px;
	margin-top: 0px;
	margin-bottom: 15px;
	z-index: 0;
}


#rightcolumn
{
	position: relative;
	background-color:#006699;
	float: right;
	width: 120px;
	padding:5px;
	margin-top: 0px;
	margin-bottom: 15px;
	z-index: 0;
}


#maincontent
{
	position: relative;
	padding: 0px 15px;
	display: block;
	margin-top: 0px;
	margin-left:160px;
	margin-right:130px;
	margin-bottom: 10px;
	color:#000000;
	text-align: left;
	z-index: 0;
}

#maincontent p
{
	padding-bottom: 5px;
}


.leftcontainer
{
	position: relative;
	margin: 5px;
	float: left;
}

.rightcontainer
{
	position: relative;
	float: right;
	margin: 5px;
}

.centering_box
{
	width: 100%;
	text-align: center;
}



#footer
{
    position: relative;
	text-align: center;
    font-size: 10px;
    background-color: #CCC;
    color: #000;
    margin-top: 25px;
	padding-top: 10px;
}

#footer p
{
    padding-left: 15px;
    line-height: 14px;
    margin: 0px 150px;
}


.footer_link_wrapper
{
	position: relative;
	width: auto;
    margin: 25px 120px 25px 150px;
}


.error
{
	color: #CC0000;
}

.img_floatleft
{
	margin: 5px;
	float: left;
}

.img_floatright
{
	margin: 5px;
	float: right;
}

.copyright
{
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

.disclaimer
{
	margin-top: 5px;
	font-size: 14px;
	line-height: 12px;
	text-align:justify;
}

.disclaimer_red
{
	color: #CC0033;
	font-size: 10px;
}

fieldset
{
	margin-top: 18px;
	border: 1px solid #333;
	border-bottom: 3px solid #333;
	padding: 8px;
}

legend
{
	padding: 2px 4px 2px 4px;
	font-weight: bold;
	background-color: #333;
	color: #F2D999;
	border-bottom: 1px solid #333;
}

#phone_block
{
	margin-left: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

#phone_number
{
	color: #F2D999;
	font-size: 20px;
	font-weight: bold;
}

/*********************************************  LINK COLUMN BLOCKS ********************************************/

.column_links
{
	position: relative;
	background-color:#F2D999;
	padding: 10px;
}

.link_column h5
{
	font-size:12px;
	font-weight:bold;
	color: #006699;
	margin-bottom: 4px;
}

.link_column
{
	position: relative;
	float: left;
	text-align: left;
}	

.small_column
{
	width: 125px;
	margin: 0 25px;
}
.med_column
{
	width: 150px;
	margin: 0 10px;
}

large_column
{
	width: 200px;
}

.column_links ul
{ 
	list-style-type: none;
}

.column_links a, .column_links a:link, .column_links a:visited
{
	display: block;
    font-size: 11px;
    color:#333333;
  	font-weight: bold;
	text-decoration: none;
}

.column_links a:hover
{
    color:#006699;
}

.ads_column
{
}

.ads_column ul
{
	list-style:none;
}

.ads_column li
{
	margin: 10px auto;
	list-style:none;
	text-align: center;
}

/*********************************************  MEMBER INFO ********************************************/

#member_info
{
	position: relative;
	text-align: left;
	background-color: #F2D999;
	width: 112px;
	margin: 5px 10px;
	padding: 8px;
	border: 1px solid #000;
	font-size: 11px;
	font-weight: normal;
	color: #006699;
}

#member_info li
{
	margin-left: 12px;
}

#member_info a, #member_info a:link, #member_info a:visited
{
	display: block;
    font-size: 12px;
    color:#333333;
  	font-weight: bold;
	margin: 5px 0px;
	text-decoration: underline;
}

#member_info a:hover
{
    color:#FFFFFF;
}



/************************************************* DETAIL PAGES **************************************************/
.detailinfo
{
	position: relative;
	display: block;
	width: auto;
	color:#333333;
}

.detailinfo .data_value
{
	color: #000000;
	font-weight: bold;
}

.detailinfo h3
{
	font-size: 14px;
	border-bottom: 2px solid #ccc;
	width: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	color:#006699;
}

.detailitem
{
	position:relative;
	width: auto;
	margin-bottom: 10px;
	margin-top: 30px;
}

.detailitem h1
{
	background-color: #FF9933;
	padding: 4px;
	margin-top: 6px;
}

.detailitem h3
{
	position: relative;
	background-color: #FF9933;
	padding: 4px;
	margin-top: 6px;
	border: 1px solid #ccc;
}

.detailimage
{
	position: relative;
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
	position: relative;
}

.detailinfo_adblock
{
	position: relative;
	height: 250px;
	margin-bottom: 15px;
}

.detail_adinfo
{
	position: relative;
	float: left;
	margin: 6px;
	margin-left: 20px;
}

.thumbnails
{
	position: relative;
	padding: 8px 0 8px 0;
}

.thumbnail_image
{
	margin: 4px;
}

#idx_logo
{
	position: absolute;
	bottom: 0px;
	right: 10px;
}

#request_info_button
{
	display: inline-block;
	width: 97px;
	height: 16px;
	background: url(../images/buttons/request_info.gif) no-repeat top;
}

#request_info_button:hover
{
	background: url(../images/buttons/request_info_hover.gif) no-repeat top;
}

.feature_wrapper
{
	postion: relative;
	width:auto;
}

.feature_column
{
	position: relative;
	float: left;
	text-align: left;
	width: 165px;
	margin: 0 50px;
}

.feature_column li
{ 
	list-style-type: none;
}

.feature_column .title
{
	margin-left: -10px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
}

.map_container
{
	position: relative;
	display: block;
	margin-top: 20px;
	width: 350px;
	height: 330px;
}

.map_popup
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 350px;
	visibility: hidden;
	background-color: #FFFFFF;
	border: 6px solid #DDD;
	z-index: 9990;
}

.map_close_button
{
	position: absolute;
	display: block;
	cursor:default;
	top: 5px;
	right: 5px;
	z-index:9999;
	background-color:#CCCCCC;

}
/**************************************************  TABS ****************************************************/

.tab_wrapper
{
	position:relative;
	width: auto;
	margin: 0px;
}

.tab_container
{
	position:relative;
	width: auto;
	height: 25px;
	margin: 0px;
}

.tab_container a
{
	display: inline-block;	
	text-decoration: none;
	color: #333333;
	position: relative;
	padding: 5px 20px 5px 20px;
	border: 1px solid #333;
}

.tab_container a:hover
{
	color: #FFF;
	background-color:#333333;
}

.select_tab
{
	display: inline-block;	
	background-color: #006699;
	color: #FFFFFF;
	padding: 5px 20px 5px 20px;
	border: 1px solid #333;
}

/*********************************************  SEARCH LISTINGS ********************************************/

.title_link, .title_link:link, .title_link:visited
{
	display: block;
    font-size: 16px;
    color:#006699;
  	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0px;
}

.title_link:hover
{
    color:#333333;
}


.listing_heading
{
    font-size: 20px;
	font-weight: bold;
	color: #006699;
	margin-bottom: 15px;
	padding-bottom: 4px;
	border-bottom: 2px solid #FFCC33;
}

#listing_search_button
{
	position: absolute;
	top: -10px;
	right: 0px;
	display: block;
	width: 114px;
	height: 26px;
	background: url(../images/buttons/save_search.gif) no-repeat top;
	cursor:pointer;
	z-index: 100;
}
#listing_search_button:hover
{
	background: url(../images/buttons/save_search_hover.gif) no-repeat top;
}

.listing
{
	position: relative;
	width: auto;
	min-width: 500px;
	border: 1px solid #333333;
	background-color:#FFF;
}

.listing_header
{
}

.listing_footer
{
	background-color:#009933;
}
	
.listing_item
{
	position: relative;
	border: 1px solid #ccc;
	padding: 6px;
	width: auto;
	min-width: 500px;
	height: 80px;
	margin: 10px 10px 10px 10px;
	background-color:#E3E3E3;
	font-size: 10px;
}

.listing_desc
{
	display:block;
	margin-top: 0px;
	font-size: 11px;
}

.listing_image
{
	position: absolute;
	top: 6px;
	left: 10px;
}
.listing_info
{
	position: relative;
	width: auto;
	margin: 0px 115px 0px 90px;
	text-align: left;
}

.listing_sidebox
{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 115px;
	text-align: right;
}

.listing_price
{
	font-size: 18px;
	color:#006699;
	font-weight: bold;
	padding-bottom: 15px;
	margin-right: 30px;
}

.listing_fav_button
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 24px;
	height: 24px;
}

.listing_fav_button:hover
{
}


#details_button
{
	display: inline-block;
	width: 97px;
	height: 16px;
	background: url(../images/buttons/details.gif) no-repeat top;
}

#details_button:hover
{
	background: url(../images/buttons/details_hover.gif) no-repeat top;
}
#mapit_button
{
	display: inline-block;
	width: 97px;
	height: 16px;
	background: url(../images/buttons/mapit.gif) no-repeat top;
}

#mapit_button:hover
{
	background: url(../images/buttons/mapit_hover.gif) no-repeat top;
}

/*********************************************  PAGING BAR ********************************************/

.paging_bar
{
	position: relative;
	display: block;
	background-color:#FFCC66;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

.paging_bar a, .paging_bar a:link, .paging_bar a:visited
{
	color: #333;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.paging_bar a:hover
{
	color:#006699;
	text-decoration: underline;
}

.paging_prev
{
	position: relative;
	display: inline;
	margin-right: 3px;
}

.paging_next
{
	position: relative;
	display: inline	;
	margin-left: 3px;
}

.paging_page
{
	position: relative;
	display: inline;
	border: 1px solid #333;
	background-color:#CCC;
	margin: 2px 1px;
	padding: 1px 2px;
	text-align: center;
}

.paging_cur_link
{
	border: 1px solid #FFF;
	color: #FFF;
	background-color:#006699;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

/*********************************************  SEARCH FORM FORMATS *****************************************/

#quick-search
{
	width: 150px;
	background-color:#666666;
	text-align: center;
	padding: 10px 0 5px 0;
}

#quick-search ul
{
	list-style: none;
}
#quick-search li
{
	margin: 0 0 3px;0;
}

.search_section
{
	margin-top: 25px;
	margin-bottom: 10px;
}

.search_dropdown
{
	position: relative;
	display: block;
	float: left;
	margin: 5px;
	width: 175px;
}

select
{
	font-size: 10px;
	background-color:#CCCCCC;
}

option
{
	font-size:10px;
	width: 110px;
}

.checkboxlist
{
	list-style-type: none;
}

.checkboxlist li
{
	float: left;
	width: 175px;
}


#adv_search_button, #adv_search_button:link, #adv_search_button:visited
{
	display:block;
    font-size: 12px;
    color:#FFCC33;
  	font-weight: bold;
  	margin: 10px;
	text-decoration: none;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}


#adv_search_button:hover
{
    color:#F2D999;
}

/*********************************************  POP UP WINDOWS ********************************************/


.popup_heading
{
	position:relative;
	width: 100%;
	height: 24px;
	padding: 5px;
	text-align: center;
	background-color:#009999;	
}

.popup_heading h1
{
	position: relative;
	font-size: 16px;
}

/*********************************************  AGENT PROFILES ********************************************/

.agent_profile
{
	position: relative;
	border: 1px solid #333;
	padding: 15px;
	margin: 10px;
}

.agent_mug
{
	border: 2px solid #006699;
		
}
.agent_bio
{
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 150px;
	right: 140px;
}
.agent_badges
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 120px;
	text-align: right;
}

/*********************************************  COMMUNITY PAGES ********************************************/


#city_information
{
	position: relative;
	margin-bottom: 25px;
}

.city_photo
{
	position: relative;
	float: right;
	width: 300px;
	height: 200px;
	border: 1px solid #333;
	margin: 10px;
}

.community_offering_wrapper
{
	position: relative;
	margin: 20px 0px;
}

.community_offering
{
	position: relative;
	border: 1px solid #333;
	padding: 4px;
}

.scroll_250
{
	height: 250px;
	overflow:auto;
}

table
{
	position: relative;
	width: 100%;
}

.community_offering td
{
	font-size: 10px;
	padding: 0px 4px;
}

/*********************************************  SEO LINK BLOCK ********************************************/

.seo_link_block
{
	postion: relative;
	width:auto;
	background-color:#FFF;
	border: 1px solid #333;
}

.seo_detail_links
{
	postion: relative;
	padding: 10px;
	width:auto;
}

.seo_detail_links ul
{ 
	list-style-type: none;
}

.seo_detail_links li
{ 
	float: left;
	width: 195px;
	margin-right: 10px;
}

.seo_detail_links a, .seo_detail_links a:link, .seo_detail_links a:visited
{
	display: block;
    font-size: 10px;
    color:#333333;
  	font-weight: bold;
	text-decoration: none;
}

.seo_detail_links a:hover
{
    color:#006699;
	text-decoration:underline;
}

/*********************************************  BASIC FORM STYLE ********************************************/


.form_wrapper
{
	display: inline-block;
	position: relative;
    font-size: 12px;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 10px;
	padding: 10px;
	border-bottom: 1px #ccc;
	width: 500px;
	text-align: left;
}

.form_wrapper p
{
	margin: 3px;
}

.form_wrapper span
{
    float: left;  
    width: 150px;  
    margin-right: 20px;
/*    text-align: right;  if you want to change alignment of form labels*/
}

.form_wrapper ul {  
    padding: 0px 0 0 0;  
    list-style: none;
}

.form_wrapper li {  
    float: left;  
    padding-top: 3px;
    padding-bottom: 3px; 
    list-style: none;
    margin-left: 25px;
    width: 100%;
}

.form_button
{
	text-align:right;
	margin-right: 125px;
}

.form_center
{
	text-align: center;
}

.form_shiftright
{
    margin-left: 170px;  
}

/*********************************************  NEWS FEED TAGS ********************************************/


#news_feed .chunk {
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #ccc;
	color:#000000
}

.news_teaser2
{
	position: relative;
	float: left;
	width: 350px;
	margin: 10px;
	border: 1px solid #333;
	padding: 5px;
	color:#000000
}

.news_teaser
{
	position: relative;
	float: right;
	width: 350px;
	margin: 10px;
	border: 1px solid #333;
	padding: 5px;
	color:#000000
}

#news_feed h3 a{
	font-size: 14px;
	color: #333333
}

.footnote,
.footnote a {
	font-size:11px;
	line-height:1.3em;
	color:#aaa;
}

.footnote em {
	background-color:transparent;
	font-style:italic;
}

.footnote code {
	background-color:transparent;
	font:11px/14px monospace;
	color:#aaa;
}

#news_feed p.subscribe {
	background-color:#f3f3f3;
	font-size:12px;
	text-align:center;
}

#news_feed p.highlight {
	background-color:#ffc;
	font-size:12px;
	text-align:center;
}

