@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#D1E1C7;
}

#container{
	width:800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	margin-top:25px;
}

#header_container{
	width:800px;
	height:210px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	float:left;
}

#header_text{
	margin-left:215px;
	margin-top:165px;
	font-size:17px;
	font-style:italic;
	font-weight:bold;
	position:relative;
}

.green_text{
	color:#060;
}

#nav_container{
	width:800px;
	height:30px;
	overflow:hidden;
	font-size:13px;
	color:#FFF;
	float:left;
	margin-top:0px;
	margin-bottom:25px;
}

#nav_container a{
	color:#FFF;
	text-decoration:none;
}

#nav_left{
	width:14px;
	height:30px;
	background-image:url(images/leftend.png);
	background-repeat:no-repeat;
	float:left;
}

#nav_home{
	width:90px;
	height:30px;
	background-image:url(images/home.jpg);
	background-repeat:no-repeat;
	float:left;
	padding-top:7px;
	text-align:center;
}

#nav_about_us{
	width:122px;
	height:30px;
	background-image:url(images/about_us.jpg);
	background-repeat:no-repeat;
	float:left;
	padding-top:7px;
	text-align:center;
}

#nav_how_it_works{
	width:172px;
	height:30px;
	background-image:url(images/how_it_works.jpg);
	background-repeat:no-repeat;
	float:left;
	padding-top:7px;
	text-align:center;
}

#nav_why_recycle{
	width:155px;
	height:30px;
	background-image:url(images/why_recycle.jpg);
	background-repeat:no-repeat;
	float:left;
	padding-top:7px;
	text-align:center;
}

#nav_faq{
	width:73px;
	height:30px;
	background-image:url(images/faq.jpg);
	background-repeat:no-repeat;
	float:left;
	padding-top:7px;
	text-align:center;
}

#nav_recycle_now{
	width:159px;
	height:30px;
	background-image:url(images/recycle_now.jpg);
	background-repeat:no-repeat;
	float:left;
	padding-top:7px;
	text-align:center;
}

#nav_right{
	width:15px;
	height:30px;
	background-image:url(images/rightend.png);
	background-repeat:no-repeat;
	float:left;
}

.button:hover{
	background-position:bottom;
}

#main_text{
	float:left;
	line-height:30px;
	width:380px;
	margin-right:20px;
	height:auto;
	margin-bottom:15px;
	vertical-align:text-top;
	font-size:15px;
	text-align:justify;
	margin-left:20px;
}

#main_text2{
	float:left;
	line-height:30px;
	width:760px;
	margin-left:20px;
	font-size:15px;
	margin-bottom:15px;
	text-align:justify;
	vertical-align:text-top;
}

.text_images{
	margin-top:5px;
	margin-bottom:0px;
	margin-right:20px;
    border-color:#006600;
    border-style:solid;
    border-width:1px;
	float:left;
	vertical-align:text-top;
}

#terms_and_conditions_text{
	float:left;
	line-height:20px;
	width:380px;
	margin-right:40px;
	height:auto;
	font-size:12px;
	margin-bottom:30px
}

#terms_and_conditions_text_2{
	float:left;
	line-height:20px;
	width:380px;
	height:auto;
	font-size:12px;
}

h1{
	font-weight:normal;
	color:#060;
	font-size:22px;
}

h2{
	font-weight:normal;
	color:#060;
	font-size:18px;
}

#flash{
	float:left;
	width:380px;
	height:350px;
	margin-top:-20px;
	
}

#image{
	margin-top:25px;
	float:left;
	width:380px;
	height:300px;
	margin-bottom:15px;
}

#form_1{
	margin-top:30px;
	float:left;
	width:800px;
	height:auto;
	margin-bottom:30px;
}

#form_section{
	border-color:#060;
	border-style:solid;
	border-width:1px;
	padding:50px 20px 20px 20px;
	z-index:1;
	margin-bottom:30px;
}

#section_title{
	background-color:#17743C;
	font-size:12px;
	color:#FFF;
	padding:10px 10px 10px 10px;
	width:200px;
	margin-bottom:-20px;
	margin-left:20px;
	z-index:2;
	position:relative;
}
	
#section_column{
	width:250px;
	float:left;
}
	
	
#bottom_link{
	font-size:20px;
	text-align:center;
	width:800px;
	float:left;
}

#footer{
	width:800px;
	height:30px;
	padding-top:9px;
	padding-right:0px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	font-size:10px;
	text-align:right;
	float:left;
	color:#FFF;
	margin-top:15px;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}

#copyright_info{
	font-size:12px;
	width:800px;
	text-align:center;
	float:left;
	margin-bottom:30px;
}

a{
	color:#060;
}

a:hover{
	color:#090;
}

