@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container {
	margin: 0 auto;
	width: 985px;
	border: 0px solid red;
	margin-top: 15px;
}
#header {
	background-image: url(images/global_header.jpg);
	border: 0px solid red;
	height: 162px;
}
#midtop {
	width: 985px;
	height: 200px;
	border: 0px solid green;
}
#midbott {
	width: 986px;
	height: 500px;
	border: 0px solid green;
	background-color: #ffffff;
}
	#about #midbott {
		width: 986px;
		height: 475px;
		border: 0px solid green;
		background-color: #ffffff;
	}
	#recycle #midbott {
		width: 986px;
		height: 350px;
		border: 0px solid green;
		background-color: #ffffff;
	}
	#contact #midbott {
		width: 986px;
		height: 250px;
		border: 0px solid green;
		background-color: #ffffff;
	}
#lt_int {
	float: left;
	background-image: url(images/services_top_left_bg.jpg);
	background-repeat: repeat-y;
	width: 327px;
	height: 200px;
	border: 0px solid red;
}
#lt_int_white {
	float: left;
	background-image: url(images/int_lt_white.jpg);
	background-repeat: repeat-y;
	width: 13px;
	height: 500px;
	border: 0px solid red;
}
	#about #lt_int_white {
		float: left;
		background-image: url(images/int_lt_white.jpg);
		background-repeat: repeat-y;
		width: 13px;
		height: 475px;
		border: 0px solid red;
	}
	#recycle #lt_int_white {
		height: 350px;	
	}
	#contact #lt_int_white {
		height: 250px;	
	}
#main {
	float: left;
	width: 921px;
	border: 0px solid red;
}
#mid_box {
	float: left;
	width: 956px;
	height: 500px;
	border: 0px solid red;
}
	#about #mid_box {
		float: left;
		width: 956px;
		height: 500px;
		border: 0px solid red;
	}
	#quote #mid_box {
		float: left;
		width: 956px;
		height: 650px;
		border: 0px solid red;
	}
	#recycle #mid_box {
		float: left;
		width: 956px;
		height: 300px;
		border: 0px solid red;
	}
	#contact #mid_box {
		float: left;
		width: 956px;
		height: 200px;
		border: 0px solid red;
	}
	
	#main_content {
		float: left;
		width: 550px;
		height: 500px;
		border: 0px solid blue;
	}
	#about #main_content {
		float: left;
		width: 850px;
		height: 500px;
		border: 0px solid blue;
	}

			.intro_text {
				font-size: 14px;
				margin-top: 0px;
				width: 550px;
				padding-left: 50px;
			}
			#rt_int .intro_text {
				font-size: 14px;
				margin-top: 0px;
				width: 550px;
				padding-left: 10px;
				overflow: visible;
			}
			#contact #rt_int .intro_text {
				margin-left: 150px;
				overflow: visible;
				
			}
			#about #rt_int .intro_text {
				overflow: visible;
				
			}
			
			#areas .intro_text, #recycle .intro_text, #quote .intro_text, #contact .intro_text {
				font-size: 14px;
				margin-top: 0px;
				width: 550px;
				padding-left: 35px;
			}
		.main_content_article {
			margin: 0 auto;
			padding: 20px;
			width: 815px;
			margin-top: 30px;
		}
		
			#quote .main_content_article {
				margin: 0 auto;
				padding: 20px;
				width: 490px;
				height: 670px;
				margin-top: 50px;
				position: relative;
				left: 135px;
				background: url(images/form_bg.jpg) no-repeat;
				border: 0px solid red;
			}
			#contact .main_content_article {
				margin: 0 auto;
				padding: 20px;
				width: 490px;
				height: 525px;
				margin-top: 0px;
				position: relative;
				top: -275px;
				left: 195px;
				border: 0px solid red;
			}
			#recycle .main_content_article {
				margin-top: 0px;
				padding: 0px;
			}
			.boldgreen {
				font-weight: bold;
				color: #63942d;
			}
			#quote .main_content_article #order_form {
				margin-left: 45px;
				width: 450px;
				height: 550px;
				border: 0px solid black;
			}
			#quote .main_content_article #form_left {
				margin: 0 auto;
				width: 190px;
				float: left;
				padding-left: 10px;
				padding-top: 10px;
				border: 0px solid green;
				
			}
				#quote .main_content_article #form_left input {
					width: 160px;
				}
				#quote .main_content_article #form_right input {
					width: 160px;
				}
			#quote .main_content_article #form_right {
				margin: 0 auto;
				width: 200px;
				float: left;
				padding-top: 10px;
				border: 0px solid red;
				
			}
			#quote .main_content_article input {
				margin-bottom: 10px;
			}
			#quote .main_content_article fieldset {
				width: 400px;
			}
			#quote .main_content_article #checkboxes {
				width: 400px;
				height: 400px;
				border: 0px solid green;
				margin-top: -350px;
				margin-left: 45px;
			}
			#quote .main_content_article #checkboxes h3 {
				margin-left: 10px;
				padding: 0px 0px 15px 0px;
			}
			#quote .main_content_article #checkboxes input {
				margin-left: 20px;
				margin-top: 5px;
			}
			
			#quote .main_content_article #checkboxes .checktext {
				position: relative;
				top: -8px;
			}
			.main_content_article p {
				padding-bottom: 10px;
				line-height: 1.25em;
			}
			h3 {
				padding-bottom: 10px;
				padding-left: 50px;
				margin-top: 10px;
				width: 500px;
				color: #71a0c8;
			}
				#rt_int h3 {
					padding-bottom: 10px;
					padding-left: 10px;
					margin-top: 16px;
					width: 500px;
				}
			#areas h3, #recycle h3, #quote h3, #contact h3  {
				padding-bottom: 10px;
				padding-left: 35px;
				margin-top: 16px;
				width: 500px;
			}
			.main_content_article em {
				padding-bottom: 10px;
				color: #71a0c8;
				font-size: 20px;
				margin-top: 50px;
			}
			.main_content_article ul {
				margin-left: 20px;
				color: #71a0c8;
				margin-bottom: 35px;
			}
			.main_content_article ul li {
				color: #000000;
				padding-top: 15px;
				line-height: 1.25em;
			}
		#service_row1 {
			width: 610px;
			height: 167px;
			border: 0px solid red;
			background-color: #edecec;
		}
		#service_row2 {
			width: 610px;
			height: 167px;
			border: 0px solid red;
		}
		#service_row3 {
			width: 610px;
			height: 167px;
			border: 0px solid red;
			background-color: #edecec;
		}
			.service_row_image {
				float: left;
				padding: 13px 0 0 75px;
			}
			.service_row_text, .service_row_text_res, .service_row_text_con , .service_row_text_com {
				float: left;
				padding: 13px 0 0 55px;
				width: 270px;
			}
			.service_row_text h4 {
				position: relative;
				left: -30px;
				font-size: 18px;
				color: #5a974b;
				padding-bottom: 5px;
			}
				.service_row_text_res h4 {
					position: relative;
					left: -30px;
					font-size: 18px;
					color: #5a974b;
					padding-bottom: 5px;
				}
				.service_row_text_con h4 {
					position: relative;
					left: -30px;
					font-size: 18px;
					color: #00a5d5;
					padding-bottom: 5px;
				}
				.service_row_text_com h4 {
					position: relative;
					left: -30px;
					font-size: 18px;
					color: #415170;
					padding-bottom: 5px;
				}
	#sidebar {
		float: right;
		width: 338px;
		height: 500px;
		border: 0px solid blue;
		background-color: #334967;
	}
		#sidebar img {
			padding: 10px 0px 12px 40px;
		}
		#sidebar h2 {
			color: #ffffff;
			text-align: left;
			padding-left: 40px;
		}
		#sidebar p {
			color: #ffffff;
			text-align: left;
			padding: 15px 20px 10px 40px;
		}
			body#about #sidebar {
				float: right;
				width: 338px;
				height: 700px;
				border: 0px solid blue;
				background-color: #334967;
			}
	#hm_nav_box {
		float: left;
		width: 130px;
		border: 0px solid red;
	}
		#hm_nav_box ul {
			list-style: none;
			float: right;
			margin-top: 20px;
			margin-right: 10px;
			text-align: right;
			font-size: 18px;
			color: #415171;
		}
		#hm_nav_box ul li a {
			text-decoration: none;
			color: #415171;
		}
		#hm_nav_box ul li a:hover {
			text-decoration: underline;
			color: #fe8b00;
		}
	#hm_clean_box {
		float: left;
		width: 178px;
		height: 200px;
		padding-top: 15px;
		border: 0px solid red;
	}
		
#rt_int {
	float: left;
	background-image: url(images/services_top_right_bg.jpg);
	background-repeat: repeat-y;
	width: 656px;
	height: 200px;
	border: 0px solid red;
}
	#about #rt_int {
		float: right;
		background-image: url(images/about_top_right_bg.jpg);
		background-repeat: repeat-y;
		width: 580px;
		height: 200px;
		border: 0px solid red;
		padding-left: 0px;
	}
	#contact #rt_int {
		float: right;
		background-image: url(images/about_top_right_bg.jpg);
		background-repeat: repeat-y;
		width: 580px;
		height: 300px;
		
	}
	#about #rt_int p {
		width: 500px;
	}
	#contact #rt_int p {
		padding-left: 35px;
	}
	#contact #rt_int .intro_text_confirm {
		padding-left: -10px;
	}
	#service_tabs {
		border: 0px solid aqua;
		width: 603px;
		height: 40px;
		margin: 0 auto;
		margin-top: 15px;
	}
		#service_tab1 {
			float: left;
			border: 0px solid aqua;
			width: 129px;
			height: 39px;
		}
		#service_tab2 {
			float: left;
			border: 0px solid aqua;
			width: 235px;
			height: 37px;
		}
		#service_tab3 {
			float: left;
			border: 0px solid aqua;
			width: 239px;
			height: 39px;
		}
	#service_tab_content {
		border: 0px solid green;
		width: 603px;
		height: 115px;
		margin: 0 auto;
		margin-top: 5px;
		font-size: 16px;
	}
#rt_int_white {
	float: right;
	background-image: url(images/int_rt_white.jpg);
	background-repeat: repeat-y;
	width: 13px;
	height: 500px;
	border: 0px solid red;
}
	#about #rt_int_white {
		float: right;
		background-image: url(images/int_rt_white.jpg);
		background-repeat: repeat-y;
		width: 13px;
		height: 475px;
		border: 0px solid red;
	}
	#recycle #rt_int_white {
		height: 350px;	
	}
	#contact #rt_int_white {
		height: 220px;	
	}
	#quote #rt_int_white {
		height: 600px;	
	}
	#quote #lt_int_white {
		height: 600px;	
	}
#bottom {
	background-image: url(images/int_bott_white.jpg);
	border: 0px solid red;
	height: 27px;
}
	#recycle #bottom {
		background-image: url(images/int_bott_curve.jpg);
		background-repeat: no-repeat;
		border: 0px solid red;
		height: 99px;
	}
		#recycle #bottom .bott_btn {
			width: 100px;
			height: 30px;
			float: right;
			margin: 40px 100px 0 0;
		}
		#about #bottom .bott_btn {
			width: 100px;
			height: 30px;
			float: right;
			margin: 10px 100px 0 0;
		}
		#areas #bottom .bott_btn {
			width: 100px;
			height: 30px;
			float: right;
			margin: 40px 100px 0 0;
		}
		.bigbutton{
			background: url(images/btn_rolls2.png);
			text-align: center;
			line-height: 20px;
			font-weight: bold;
			overflow: hidden;
			color: #333333;
			padding-top: 6px;
			font-size: 20px;
			display: block;
			width: 153px;
			height: 26px; 
			text-decoration: none;
		}
		
		.bigbutton:hover {
			background-position: 0 -159px;
			color: #ffffff;
		}
		
	#quote #bottom {
		background-image: url(images/int_bott_curve.jpg);
		background-repeat: no-repeat;
		border: 0px solid red;
		height: 99px;
		position: relative;
		top: 50px;
	}
	#about #bottom {
		background-image: url(images/int_bott_curve.jpg);
		background-repeat: no-repeat;
		border: 0px solid red;
		height: 99px;
	}
	#areas #bottom {
		background-image: url(images/int_bott_curve.jpg);
		background-repeat: no-repeat;
		border: 0px solid red;
		height: 99px;
	}
	#contact #bottom {
		background-image: url(images/int_bott_curve.jpg);
		background-repeat: no-repeat;
		border: 0px solid red;
		height: 99px;
	}
.footer {
	width: 960px;
	border: 0px green solid;
	margin: 0 auto;
	text-align: center;
}