/* Find Your Home CSS */

#findahome
{
	padding: 0.5em;
	padding-bottom: 1em;
	background-image: url(../images/findahome-bkg.png);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: solid 1px #999;
	overflow: hidden;
	height: 203px;
}

#findahome h3
{
	margin-top: 0px;
	color: #FF6600;
}

#findahome #decor {
	float: left;
	margin-right: 1em;
	border-color: #aaa;
}

#findahome #form
{
	margin-left: 360px;
	width: 423px;
}


#findahome fieldset
{
	border: none;
	padding: 0px;
	margin: 0px;
	width: 24em;
	padding-left: 2em;
}

#findahome input.short, #findahome input.medium
{
	border: solid 1px #0054a7;
	margin-bottom: 0.1em;
}

#findahome input.short
{
	width: 4em;
}

#findahome input.medium
{
	width: 8em;
}

#findahome label
{
	display: block;
	float: left;
	width: 7em;
	text-align: right;
	margin-right: 0.6em;
}

/* Welcome greeting CSS */

#welcome
{
	clear: both;
	margin: 0.5em;
}

#welcome h2
{
	margin-left: 0px;
}

#welcome #broker {
	float: left;
	margin-right: 1em;
}

/* New Items CSS */

#news {
	margin-left: 0.5em;
	margin-top: 1em;
}

#news h3
{
	margin-left: 0px;
}

#news div.title
{
	border-bottom: solid 1px #555;
	padding-bottom: 0.2em;
}

#news span.title
{
	font-weight: bold;
	color: #0054a7;
	font-size: 1em;
}

#news p
{
	margin: 5px 0;
}


#news span.date
{
	color: #DDD;
	font-size: 0.8em;
	font-style: italic;
}

#news div.html
{
	font-size: 0.8em;
}

/* CSS for Featured Items section */

#featured
{	
	background-color: #fffbe5;
	font-size: 0.85em;
	margin-bottom: 1em;
	overflow: hidden;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}

#featured a.details
{
	border: none;
	padding: 0;
	background-color: transparent;
}

#featured #feathead
{
	font-size: 1.4em;
	font-weight: bold;
	padding: 0.2em;
	padding-left: 1em;
	color: white;
	background-color: #d85e00;
	border-bottom: 1px solid #555;
}

div.featitem
{
	margin: 1em;
	float: left;
	width: 45%;
	margin-bottom: 1em;
}

div.featitem img.mm
{
	float: left;
	margin-right: 6px;
}

div.featitem div.featcontent, div.item div.itemcontent {
	margin: 10px;
}

/* End of Featured Items CSS */
