@import url("ie6.css");

div#home
{
	position: relative;
}
div#home div.welcome
{
	height: 50px;
	background: url("../../../images/themes/classic/welcome.gif");
	background-repeat: no-repeat;
}
div#home div.searchform
{
	position: relative;
	width: 525px;
	border-top: dotted 1px #273870;
	margin-top: 15px;
}
div#home div.searchform p.help
{
	margin: 0;
	padding: 0;
}
div#home div.searchform img
{
	margin: 0;
	padding: 0;
	border: 0;
}
div#home div.searchform form
{
	position: absolute;
	left: 345px;
	top: 35px;
	width: 170px;
}
div#home div.searchform select#lstCounties
{
	margin-top: 35px;
	height: 300px;
	width: 130px;
}
div#home div.searchform input#btnSearch
{
	position: absolute;
	top: 0px;
	right: 40px;
	width: 69px;
	height:21px;
}
div#home div.agentinfo
{
	float: right;
	width: 200px;
}
div#home div.agentinfo p.name
{
	font-size: 12pt;
	font-weight: bold;
}
div#home div.agentinfo p.homepagetext span.aboutpagetext
{
	display: none;
}
div#home div.mlslookupform
{
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
}
div#home div.featuredlistings
{
	clear: both;
}
div#home div.featuredlistings li
{
	clear: both;
  border: solid 1px #F1F1E5;
  overflow: auto;
  width: 100%;
}
div#home div.featuredlistings li img
{
	margin: 0 0 10px 0;
}
div#home div.featuredlistings p.title
{
	background: #DCDDBE;
	font-size: 10pt;
	font-weight: bold;
	padding: 3px;
}
div#home div.featuredlistings img.photo
{
	float: left;
	margin-right: 15px;
}
div#home div.featuredlistings p.summary
{
	font-weight: bold;
}
/*
 * These classes are used to make the images that replace
 * buttons are sized correctly (sometimes they may stretch
 * to the size of the original button).
 */
input#btnLookup .resize
{
	width: 20px;
	height: 20px;
}
div#home div.searchform input#btnSearch .resize
{
	width: 69px;
	height: 21px;
	border: solid 2px red;
}
/* IE6 fixes */
div#footer
{
	position:relative;
	top:-7px;
}
