﻿#Banner 
{
	height: 204px;
	width: 900px;
	background: #000 url(/Content/Images/home_banner.png) no-repeat top left;
	text-indent: -9999px;
	position: relative;
}
#LogoHome 
{
	cursor: pointer;
	position: absolute;
	width: 300px;
	height: 200px;
}
#SubNav 
{
	width: 900px;
	height: 39px;
	background: #000 url(/Content/Images/home_subnav.png) no-repeat top left;
	text-align: right;
	font-size: 110%;
	font-weight: bold;
	line-height: 28px;
}
#FormContainer
{
	width: 376px;
	height: 279px;
	background: #F3C444 url(/Content/Images/home_formbg.png) no-repeat top left;
	float: left;
}
#FeaturedContainer 
{
	height: 279px;
	background: #F3C444 url(/Content/Images/home_featuredbg.png) repeat-x top;
}
#ContentContainer 
{
	clear: both;
	padding: 10px 28px 20px 10px;
}
#ContentContainer div 
{
	background-color: #fff;
	margin-left: 345px;
	height: 95px;
	padding: 15px;
	overflow: auto;
	border: 3px solid #866b01;
}
#ContentContainer p 
{
	margin: 10px 0;
}
#ContentContainer strong 
{
	border-bottom: 1px solid #866b01;
}
#ImgBWF 
{
	float: left;
}	
.homeForm
{
	padding: 10px 20px;
	overflow: visible;
}
.homeForm h2 
{
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 125%;
	font-weight: bold;
	border-bottom: 1px solid #866b01;
}
.homeForm .input label 
{
	display: block;
	margin-bottom: 3px;
}
.homeForm p 
{
	font-size: 80%;
	padding: 10px 0 0 0;
	clear: both;
}
.homeForm .input 
{
	padding-top: 10px;
	position: relative;
	float: left;
}
#SearchButton 
{
	display: none;
}
#SearchForm .input,
#RegisterForm .short
{
	width: 165px;
}
#SearchForm .input input,
#SearchForm .input select,
#RegisterForm .short input
{
	width: 150px;
}
#LoginForm #Email,
#RegisterForm #RegEmail,
#PasswordForm #ForgotEmail
{
	width: 280px;
}
#LoginForm #Password 
{
	width: 190px;
}
#RegisterForm #PrivacyLink 
{
	margin-right: 20px;
}
.buttons 
{
	clear: both;
	text-align: right;
	padding-right: 15px;
}
.homeForm .buttons 
{
	position: relative;
	top: 20px;
}	
.featuredListing 
{
	border: 3px solid #866b01;
	background-color: #FAF4D5;
	float: left;
	width: 218px;
	height: 250px;
	margin: 12px 0 0 24px;
}
.featuredListing img 
{
	width: 180px;
	height: 135px;
	margin: 17px 17px 0 17px;
	border: 2px solid #866b01;
	cursor: pointer;
}
.featuredListing p 
{
	margin: 5px 0 0 17px;
}
.featuredListing strong 
{
	font-weight: bold;
	color: #4F2301;
}
#FeaturedContainer .loading 
{
	background: #FAF4D5 url(/Content/Images/featured_loading.gif) no-repeat center center;
}