@charset "UTF-8";
/* CSS Document */
/*
	---------------------------------------
	STYLE SHEET FOR OCEANFRONT AGENTS
	- All of the colors for the oceanfront
	agents are contained here.
	- All layout styles are in styles_layout.css
	---------------------------------------
*/
body{
	background-color:#b26a18;
	color:#000;
}
h3,ul#navigation li a{
	color:#f1c385;
}
h1,h2,h4{
	color:#000;
}
a{
	color:#b26a18;
}
a.viewDetails{
	color:#b26a18;
}
h5{
	color:#fff;
}
#content{
	background-color:#f1c385;
}
#masthead{
	background:#b26a18 url(images/general/logo_brown_bg.gif) no-repeat 4px right;
}
body.home #agent{
	background:url(images/main/house.jpg) no-repeat top right;
}
#searchCriteria,#featuredHomes,#listingsContentArea div.listing,.error{
	background-color:#f5debc;
}