/*
	Name: RecycleLink
*/


/* CSS */

*{
	margin: 0;
	padding: 0;
}

body{
	width: 100%;
	text-align: center;
	font: normal 100% "Arial", "Helvetica Neue", "Helvetica", sans-serif; /* 100% = 16pt */
	line-height: 125%;
	background: #bda581 url(../img/bg_body.jpg) top center repeat; 
}

#container{
	width: 770px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

img{
	border: 0;
	margin: 0;
}

a{
	color: #396d3c;
	text-decoration: none;
}

a:hover{
	border-bottom: 1px dotted #396d3c;
}

.hide{
	text-indent: -9999px;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.error {
	margin: 5px 0 10px 0;
	padding: 10px;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}



/* Header */

#header{
	position: relative;
	width: 100%;
	height: 143px;
	background: transparent url(../img/bg_header.gif) bottom no-repeat;
}

h1{
	text-indent: -9999px;
}

h1 a{
	display: block;
	width: 273px;
	height: 143px;
	background: transparent url(../img/logo.gif) 0 3px no-repeat;
}

h1 a:hover{
	border: 0;
}

#header ul li{
	list-style: none;
}

#nav1, #nav2{
	display: block;
	position: absolute;
}

#nav1{
	top: 15px;
	/*left: 650px;*/
	left: 400px;
	width: 400px;
	height: 30px;
}

#nav2{
	top: 80px;
	left: 300px;
	width: 425px;
	height: 30px;
}

#nav_sign_up a, /*#nav_contact_us a, */#nav_faq a, #nav_home a, #nav_about_us a, #nav_activate a, #nav_how_it_works a, #nav_recycle_it a{
	display: block;
	position: absolute;
	}

#nav_sign_up a, /*#nav_contact_us a, */#nav_faq a, #nav_activate a{
	top: 0;
	height: 18px;
	font: bold .875em "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #52493c;
}

#nav_sign_up a{
	left: 0;
	width: 65px;
	/*width: 45px;*/
	/*background: transparent url(../img/nav_sign_up.gif) top left no-repeat;*/
}

/*#nav_contact_us a{
	left: 51px;
	width: 63px;
	background: transparent url(../img/nav_contact_us.gif) top left no-repeat;
}*/

#nav_faq a{
	left: 75px;
	width: 28px;
	/*background: transparent url(../img/nav_faq.gif) top left no-repeat;*/
}

#nav_activate a{
	left: 130px;
	width: 230px;
	/*background: transparent url(../img/nav_faq.gif) top left no-repeat;*/
}

#nav_sign_up a:hover, /*#nav_contact_us a:hover,*/ #nav_faq a:hover{
	background-position: 0 -18px;
	border: 0;
}

#nav_home a, #nav_about_us a, #nav_how_it_works a, #nav_recycle_it a {
	top: 0;
	height: 26px;
	font: bold 1.15em "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #52493c;
}

#nav_home a{
	width: 54px;
	left: 0;
	/*background: transparent url(../img/nav_home.gif) top left no-repeat;*/
}

#nav_about_us a{
	width: 84px;
	left: 80px;
	/*background: transparent url(../img/nav_about_us.gif) top left no-repeat;*/
}

#nav_how_it_works a{
	width: 120px;
	left: 195px;
	/*background: transparent url(../img/nav_how_it_works.gif) top left no-repeat;*/
}

#nav_recycle_it a{
	width: 93px;
	left: 340px;
	/*background: transparent url(../img/nav_recycle_it.gif) top left no-repeat;*/
}

#nav_home a:hover, #nav_about_us a:hover, #nav_how_it_works a:hover, #nav_recycle_it a:hover {
	background-position: 0 -26px;
	border: 0;
}


/* Main */

#main{
	position: relative;
	width: 100%;
	background: transparent url(../img/bg_main.jpg) bottom left repeat-y;
	background-position: 17px 0;
}

h2{
	text-indent: -9999px;
}


/* Spotlights */

#front_spotlight{
	width: 100%;
	height: 272px;
	background: transparent url(../img/bg_front_spotlight.jpg) 17px 0 no-repeat;
}

#front_spotlight img{
	margin-top: -12px
}

#front_sign_up_now,
#int_sign_up_now{
	text-indent: -9999px;
}

#front_spotlight h2 a {
	position: absolute;
	top: 120px;
	left: 390px;
	width: 190px;
	height: 80px;
}

#front_spotlight h2 a:hover {
	border: 0;
}

#front_sign_up_now a,
#int_sign_up_now a{
	position: absolute;
}

#front_sign_up_now a{
	top: 120px;
	left: 610px;
	width: 127px;
	height: 127px;
}

#int_spotlight{
	width: 100%;
	height: 146px;
	background: transparent url(../img/bg_int_spotlight.jpg) 17px 0 no-repeat;
}

#int_sign_up_now a{
	top: 0;
	left: 600px;
	width: 127px;
	height: 127px;
}

#front_sign_up_now a:hover,
#int_sign_up_now a:hover{
	border: 0;
}

#int_3_months a {
	position: absolute;
	top: 32px;
	left: 410px;
	width: 190px;
	height: 80px;
}

#int_3_months a:hover {
	border: 0;
}

/* Front Page */

#stepbystep{
	height: 93px;
	line-height: 110%;
	font-size: .6875em;
	font-weight: bold;
	color: #6f6f6f;
	background: transparent url(../img/notebook.gif) top left no-repeat;
	background-position: 6px 0;
}

.step{
	line-height: 130%;
	font-size: 1.5em;
	color: #0f0f0f;
}

.red{
	color: #a42323;
}

#stepbystep ol{
	width: 100%;
	padding: 25px 25px 0 30px;
}

#stepbystep ol li{
	float: left;
	display: inline;
	list-style: none;
	}

#step1{
	width: 200px;
	padding-right: 5px;
}

#step2{
	width: 220px;
	padding-right: 5px;
}

#step3{
	width: 285px;
}


/* Interior */


#content{
	position: relative;
	padding: 25px 50px;
}

#mission{
	position: absolute;
	top: 50px;
	left: 585px;
}

h3{
	width: 500px;
	font-size: .75em;
	font-weight: normal;
	letter-spacing: .05em;
	text-transform: uppercase;
}

h4{
	font: italic 1.75em "Georgia", "Times", "Times New Roman", serif;
	padding-bottom: .5em;
}

h5{
	font: italic 1.25em "Georgia", "Times", "Times New Roman", serif;
	padding: .75em 0;
}

p{
	padding-bottom: 1em;
	font: 1em "Georgia", "Times", "Times New Roman", serif;
	color: #3b2b11; 
	line-height: 1.25em;
	}

dl{
	padding-bottom: 1em;
	font: 1em "Georgia", "Times", "Times New Roman", serif;
	color: #3b2b11; 
	line-height: 1.25em;
	}

dt{
	margin-top: 1em;
	}

.intro_p{
	font: 1.15em "Georgia", "Times", "Times New Roman", serif;
	line-height: 1.25em;
	}

.extraspace{
	margin-bottom: 2em;
}

.medium{
	width: 500px;
}

.narrow1, .narrow2{
	float: left;
	margin-right: 1em;
}

.narrow1{
	width: 175px;
}

.narrow2{
	width: 255px;
}

.full{
	width: 100%;
}

.info{
	font: 1em "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.small{
	font-size: .75em;
}

.right{
	width: 100%;
	text-align: right;
}

.icon{
	display: inline;
	float: left;
	padding: 0 1em .5em 0;
}

#content ul{
	margin-bottom: 2em;
}

#content ul li {
	list-style: none;
}

#content ol{
	margin-left: 15px;
}

#content ul li, #content ol li{
	font: 1em "Georgia", "Times", "Times New Roman", serif;
	color: #3b2b11; 
	line-height: 1.35em;
	padding-bottom: .5em;
}

.content_img, .content_img_right{
	margin: 1em 0;
	padding: 10px 10px 14px 10px;
	background: #fff url(../img/shadow.jpg) center bottom repeat-x;
}

.content_img_right{
	width: inherit;
	float: right;
	margin: 1em 0 1em 1em;
}

.clear{
	clear: both;
}


/* Form */

#auto_bill_pay{
	position: absolute;
	top: 425px;
	left: 585px;
}

#service_areas{
	position: absolute;
	top: 95px;
	left: 500px;
	background-color:#ffffff;
	padding:10px;
}

#service_areas h4 {
	font-size:17px;
}

#service_areas ul li {
	list-style-type: disc; 
	
}
#service_areas ul {
	padding-left:15px;
	padding-right:5px;
	
}

#content form ul{
	margin-bottom: .5em;
}

#content form ul li{
	width: 500px;
}

#content form ul li ul{
	float: left;
	width: 300px;
	}

#content form ul li ul li{
	width: 300px;
}

label{
	display: inline;
	font: 1em "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.text_label{
	float: left;
	width: 165px;
	margin-right: 1em;
}

.radio_input_1{
	margin-right: .25em;
}

.radio_label_1{
	margin-right: 1em;
}

.radio_input_2{
	float: left;
	width: 1.1em;
	margin-right: 1em;
}

.radio_label_2{
	float: left;
	width: 255px;
	margin-bottom: .5em;
}

.text_input{
	width: 255px;
}

.testtest{
	float: left;
	width: 240px;
}

.submit_button{
	margin: 0 0 2em 191px;
}

#best_deal {
	background: transparent url(../img/best_deal.gif) 440px 2px no-repeat;
	padding: 10px 0 !important;
}

#best_deal label {
	width: 450px;
}


/* Footer */

#footer{
	position: relative;
	width: 100%;
	height: 91px;
	padding: 5px 0 0 40px;
	background: transparent url(../img/bg_bottom.gif) 17px 0 no-repeat;
}

#footer ul{
	float: left;
	width: 400px;	
}

#footer ul li{
	text-indent: -9999px;
	list-style: none;
}

h6{
	font-size: .75em;
	color: #0f0f0f;
}

#runza a, #hyvee a, #rockbrook a, #recyclebank a{
	display: block;
	position: absolute;
}



#runza a:hover, #hyvee a:hover, #rockbrook a:hover, #recyclebank a:hover{
	border: 0;
}

#runza a{
	top: 28px;
	left: 40px;
	height: 37px;
	width: 75px;
	background: transparent url(../img/runza.gif) top left no-repeat;
}

#hyvee a{
	top: 30px;
	left: 130px;
	height: 41px;
	width: 74px;
	background: transparent url(../img/lamars.gif) top left no-repeat;
}

#rockbrook a{
	top: 30px;
	left: 219px;
	height: 25px;
	width: 122px;
	background: transparent url(../img/rockbrook.gif) top left no-repeat;
}

#recyclebank a{
	top: 30px;
	left: 356px;
	height: 23px;
	width: 120px;
	background: transparent url(../img/recyclebank.gif) top left no-repeat;
}

/*#kraft a, #cvs a, #bedbathbeyond a, #evian a{
	display: block;
	position: absolute;
}

#kraft a{
	top: 30px;
	left: 40px;
	height: 21px;
	width: 59px;
	background: transparent url(../img/kraft.gif) top left no-repeat;
}

#cvs a{
	top: 32px;
	left: 110px;
	height: 16px;
	width: 122px;
	background: transparent url(../img/cvs.gif) top left no-repeat;
}

#bedbathbeyond a{
	top: 25px;
	left: 245px;
	height: 35px;
	width: 84px;
	background: transparent url(../img/bedbathbeyond.gif) top left no-repeat;
}

#evian a{
	top: 15px;
	left: 345px;
	height: 51px;
	width: 70px;
	background: transparent url(../img/evian.gif) top left no-repeat;
}

#kraft a:hover, #cvs a:hover, #bedbathbeyond a:hover, #evian a:hover{
	border: 0;
}*/

#footer p{
	position: absolute;
	top: 10px;
	left: 500px;
	width: 325px;
	font: normal .6875em "Arial", "Helvetica Neue", "Helvetica", sans-serif ;
	line-height: 115%;
}