@charset "utf-8";
/* CSS Document */
/****************************************************/
/*				COMMON CSS - EDIT BELOW
*****************************************************/

body { background:#fff; }
/* style */
a, a:hover, a:focus { color:#979F56; }
	/* 	+ > HOME PAGE 
   		+ > BROWSE LISTINGS	*/	
		
	#navigation {background: #E2CF60 url(images/ui-bg_highlight-hard_100_E2CF60_1x100.png) 0% 90% repeat-x; border-top: 2px solid #333;border-bottom: 2px solid #333;}
	#navigation li.current-page a, #navigation li:hover a { background-image: url(nav-current-page-right_333333.png);  background-color: transparent; }
	#navigation li.current-page, #navigation li:hover { background-image: url(nav-current-page-left_333333.png); }
	
	#company_name { color: #333; }
	
	.top-content-wrapper {background-color: #635F48; background-image:url(theme_3_content_bg.png); }
	#detail-content .top-content-wrapper {background-color: #635F48; background-image:url(round-top_FFFFFF.png); }
	#home-listings, #admin-content .top-content-wrapper{ background-color: #635F48; background-image:url(round-top_FFFFFF.png); }
	#home-content-wrapper, .common-content-wrapper { background-image: url(theme_3_common_content.png);background-color: #fff;}
	
	#slider .scrollContainer div.panel {background-color:#635F48; }
	#slider .inside { border-color:#aaa; }
	#slider .scrollButtons.left, #slider .scrollButtons.left:hover { background-image: url(leftarrow.png); }
	#slider .scrollButtons.right, #slider .scrollButtons.right:hover { background-image: url(rightarrow.png); }
	
	#contact-content h3, 
	#biography-content h3,
	#detail-content .details dt,
	.listing dl.top_info_1 dt.top_price, 
	.listing dl.top_info_1 dt.top_price + dd, 
	.listing dl.top_info_1 dt.top_addy + dd { color:#333; }
	
	#home-content .listing:hover, #listing-list .listing:hover { background: #FFFFE0; }		
		
	#ftr{ background-color: #635F48; color:#fff;}
	#ftr a { color:#fff; }
	
	/* style */
	#contact-btn {background-image: url(contact-button-333333x979F56.png);}
	#contact-btn:hover {background-image: url(contact-button-333333x979F56.png);}
	
	/* Interaction states
	----------------------------------*/
	.ui-accordion .ui-accordion-header a { color:#6C6E25; }
	.ui-state-default, .ui-widget-content .ui-state-default { color: #C05E31;}
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #635F48; }
	
	.ui-dialog .ui-widget-header { border: 1px solid #c3b041; background: url(images/ui-bg_highlight-hard_100_E2CF60_1x100.png) 50% 50% repeat-x; color: #635F48; font-weight: bold; }
	.ui-dialog .ui-widget-header .ui-icon {background-image: url(images/ui-icons_333333_256x240.png); }
	.ui-dialog .ui-state-hover .ui-icon, .ui-dialog .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
	#frm_lead .ui-state-hover, .ui-widget-content .ui-state-hover,#frm_lead .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #414141; background: #676767 url(images/ui-bg_flat_635F48.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
			
		
	/* states and images */
	#home-content.ui-accordion .ui-accordion-header .ui-icon { background-image: url(images/ui-icons_979F56_256x240.png)/*{iconsContent}*/; }
	
	#lead-email {background-image: url(detail-form-bg_979F56_FCF2B7.gif);}
	
	#recommendation h3 { color:#333; }
	#recommendation h4 { color: #635F48; }
	#recommendation #panel-nav { color:#000; }
	
	#detail_listing_content, #browse-listings  { background-image: url(gradient_FCF2B6.gif); }
	
	.column { background-color:#CDCDAD;}
	#admin-content .column { background-color:#fff;}
	
	.paginate {margin-top:15px; background-color: #635F48;}
	.paginate-links ul li a {background-image: url(pagination-left_979F56.png); }
	.paginate-links ul li a span.arrow { background-image:url(pagination-right_979F56.png);}
	.paginate-links ul li.this-page span.pgnum { background-image:url(pagination-left_979F56.png);color:#676767;}
	.paginate-links ul li.this-page span.arrow { background-image: url(pagination-right_979F56.png); }
	.paginate-links ul li a:hover {background-image:url(pagination-left_979F56.png);color:#676767;	}
	.paginate-links ul li a:hover span.arrow { background-image:url(pagination-right_979F56.png); }


