/* CSS - 800yesican.com */
/* Written by Jason Reed */

h2 {
	float: left;
	display: block;
	width: 100%;
	height: 90px;
	background: url(../images/bg_footer.gif) no-repeat center top;
	text-indent: -999em;
	margin-top: 20px;
	clear: both;
}

#step1 h2#logo, #step2 h2#logo {
	background: url(../images/bg_logo_alt.gif) no-repeat left top;
}

h4 {
	display: block;
	background: url(../images/bg_sidebarHeader.gif) no-repeat top left;
	width: 165px;
	height: 40px;
	margin: -3px 0 12px -2px;
	text-indent: -999em;
} 

#left {
	float: left;
	display: inline;
	margin-left: 10px;
	width: 300px;
}

#right {
	float: right;
	display: inline;
	border: 1px solid #ccc;
	background: url(../images/bg_sidebar.gif) repeat-x bottom #f6c67b;
	width: 418px;
	height: 348px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0 10px 10px 0; 
}

#index #right {
	width: 318px;
	margin: 0;
	padding: 0 20px 0 0;
	background: none;
	border: none;	
	height: auto !important;
	overflow-x: auto !important;
	overflow-y: auto !important;
}

#zipForm {
	float: left;
	width: 260px;
	display: inline;
	margin: 0 15px 20px 15px;
	border: 1px solid #ccc;
	background: url(../images/bg_sidebar.gif) repeat-x bottom #f6c67b;
	padding: 10px;
}
#zipForm ul {
	padding: 0;
	list-style: none;
	font: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 12px;
}

#zipForm li {
	margin: 0 0 6px 0;
	list-style: none;
	clear: both;
}

#zipForm input {width: 100%; font-size: 12px;}

#zipForm div.form_zip {
	float: left;
	width: 190px;
}
#zipForm button {
	float: right;
	font-size: 12px;
}

#longForm img {
	margin-left: -3px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	margin-bottom: 20px;
	color: #000;
}

#badges {
	display: block;
	margin: 0 auto;
	width: 493px;
	list-style: none;
	margin-top: 20px;
}

#badges li {
	float: left;
	width: 60px;
	height: 72px;
	margin-right: 20px;
}

#badges li#truste {
	width: 102px;
	padding-top: 24px;
}

#badges li#satisfactionGuaranteed {
	width: 55px;
	padding-top: 10px;
}

#badges li#verisign {
	display: block;
	width: 106px;
	height: 72px;
}

#badges li#equalHousing {
	padding-top: 8px;
}

#badges #bbb {
	width: 90px;
	padding-top: 22px;
}

#badges li.last {
	margin-right: 0;
}


a.privacy {
	padding-left: 12px;
	background: url(../images/bg_lock_black.gif) no-repeat left center;
}
