
body.homepage
{
	background-image:url(../images/homeBackground.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0 auto 0 auto;
	height:960px;
}

.homeContainer{width:990px;margin:0 auto 0 auto;padding:0;}

#flashContainer
{	
	
}

.bucketsContainer
{
	margin:5px auto 0px auto;
	width:776px;
}
.bucketsContainer img
{
	float:left;
	padding:0px;
}
.bucket
{
	float: left;
	width: 250px;
	height: 151px;
	margin-bottom:20px;
}
.middlebucket
{
	padding:0px 13px 0px 13px;
}
#locationFlash
{
	float:left;padding:0px; margin:0px;display:inline;
}
#locationfinder
{
	position: relative;
	background: url(../images/home_locationfinder.jpg) no-repeat 13px 0px;
}
#locationfinder  fieldset
{
	border: 0 none;
	margin: 0;
	padding: 0;
}
#locationfinder  .zip
{
	position: absolute;
	top: 113px;
	left: 78px;
	background: url(../images/locationfinder_inputbg.gif) no-repeat;
	width: 99px;
	height: 16px;
	border: 0 none;
	padding: 2px 0 0 5px;
	font-size: 11px;
	color: #333333;
}
#locationfinder  .submit
{
	position: absolute;
	top: 113px;
	left: 182px;
	padding: 0;
}

/*____________________________________________________________
Footer styles
____________________________________________________________*/
#homeFooter
{
	margin: 14px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	line-height: 2em;
}

#homeFooter a, #homeFooter a:active, #homeFooter a:visited
{
	color: #000000;;
	font-weight: bold;
	text-decoration: none;
}

#homeFooter a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#homeFooterBar
{
	width: 780px;
	margin: 0px auto;
	background: #580100;
	height: 10px;
	
	
}

.aBucket
{
	float:left;
	width:250px;
	margin-left:6px;
}


#optionalContent{
	background-image:url(../images/optionalback.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin:0px;
	padding:0px;
	width: 990px;
	height:452px;
	}
* html #optionalContent{margin-top:-3px;}