@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:#5a91d1;
	color:#000;
}
h3,ul#navigation li a{
	color:#d4ebf9;
}
h1,h2,h4{
	color:#000;
}
a{
	color:#3171bb;
}
a.viewDetails{
	color:#5a91d1;
}
h5{
	color:#fff;
}
#content{
	background-color:#d4ebf9;
}
#masthead{
	background:#5a91d1 url(images/oceanfront/logo_blue_bg.gif) no-repeat 4px right;
}
body.home #agent{
	background:url(images/main/beach.jpg) no-repeat top right;
}
#searchCriteria,#featuredHomes,#listingsContentArea div.listing,.error{
	background-color:#ecf7fd;
}
