@charset "UTF-8";
/* CSS Document */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;}
	
	
/*=============================
General Site Preparations
=============================*/

body { 
	font-family:"Times New Roman", Times, serif; 
	font-size:0.8em; 
	padding:15px 0px 0px 0px; 
	background-color:#000; 
	}
	
* { margin:0; 
	padding:0; 
	}

#wrapper {
	width:1000px;
	height:auto; 
	margin:0px auto 0px auto;
	background-color:#281d14;
	}

/*=============================
canister - Sets All Site Boundaries
=============================*/

#canister {
	width:1000px; 
	height:auto; 
	background-color:#281d14;
	float:left;
	}
	
#canister_small {  
	width:1000px; 
	height:auto; 
	background-color:#281d14; 
	float:left 
	}
	
#canister_info {  
	width:650px; 
	height:auto; 
	background-color:#281d14; 
	float:left;
	text-align:left;
	padding:0px 0px 20px 20px;
	}

/*=============================
Header
=============================*/

#header { 
	width:1000px; 
	height:280px; 
	font-size:20px; 
	background: url(images/Header_Background.jpg); 
	float:left;
	}
	
#header #header_Message { 
	width:1000px; 
	height:10px; 
	text-align:center;
	color:#000; 
	}
	
#header #header_Name {
	width:460px; 
	height:235px; 
	padding:20px 0px 15px 70px; 
	float:left; 
	}
	
#header #header_Image { 
	width:420px; 
	height:235px; 
	padding:35px 50px 0px 0px; 
	float:left; 
	}
	
#header #header_Image_dumpster { 
	width:420px; 
	height:235px; 
	padding:5px 50px 0px 0px; 
	float:left;
	background-image:url(images/Dumpster_Image.png);no repeat
	}
	
#header #header_Image_space { 
	width:350px; 
	height:30px; 
	padding:30px 0px 0px 100px; 
	float:left;
	}
	
.clear { 
	clear:both; 
	}

/*=============================
Main Body
=============================*/

#main_body { 
	width:600px; 
	height:820px; 
	float:left;
	}

/*====== Main Body - Left Content ========*/

#main_body #left_display { 
	width:175px; 
	height:230px; 
	padding: 5px 5px 0px 10px; 
	float:left; 
	}
	
#main_body #left_display img { 
	border:none; 
	}
	
#left_display #img_display { 
	width:175px; 
	height:5px; 
	padding: 2px; 
	float:left; 
	margin-top:-45px; 
	}
	
#left_display #img_display img { 
	border:none; 
	}
	
#left_display #text_display { 
	width:175px; 
	height:275px; 
	padding:20px 0px 0px 15px; 
	float:left; 
	margin-top:-45px; 
	}
	
#text_display h1 { 
	color:#FFF; 
	font-family:"Times New Roman", Times, serif; 
	font-size:1.0em; 
	font-weight:normal; 
	text-align:center; 
	}
	
#text_display a { 
	color:#ffc30d; 
	text-decoration:none; 
	}
	
#text_display a:hover { 
	color:#993333; 
	text-decoration:underline; 
	}
	
#text_display ul li { 
	width: 150px; 
	display:block; 
	text-decoration:none; 
	font-size:18px; 
	text-align:left; 
	padding: 2px; 
	float:left;
	color:#ffc30d;
	}
	
#left_display  { 
	width:175px; 
	height:5px; 
	padding:10px 0px 0px 15px; 
	float:left; 
	}
	
#text_display h1 { 
	color:#FFF; 
	font-family:"Times New Roman", Times, serif; 
	font-size:1.0em; 
	font-weight:normal; 
	text-align:center; 
	}
	
#text_display h2 { 
	color:#FFF; 
	font-family:"Times New Roman", Times, serif; 
	font-size:0.6em; 
	font-weight:normal; 
	text-align:center; 
	}


/*====== Main Body _ Top Middle Content ========*/

#top_mid_content { 
	width:400px; 
	height:200px; 
	padding: 0px 0px 5px 10px;
	margin:0px 0px 10px 0px;
	float:left;
	display:inline-block;
	overflow:scroll;
	color:#FFF; 
	}
	
#top_mid_content ul li {
	list-style-type:none; 
	color:#FFF; 
	font-size:19px;
	}

.biggie { 
	font-size:24px; 
	color:#F00; 
	font-family:"Times New Roman", Times, serif;
	text-decoration:none; 
	text-shadow:#000 4px 2px 2px ;
	}
	
.biggie_centered {
	font-size:24px; 
	color:#F00; 
	font-family:"Times New Roman", Times, serif; 
	text-align:center
	}
	
.biggie_left_align {
	font-size:20px; 
	color:#F00; 
	font-family:"Times New Roman", Times, serif; 
	text-align:left;
	margin-top:0px; 
	margin-left:-50px;
	text-decoration:none; 
	text-shadow:#000 4px 2px 2px ;
	}
	
.biggie_centered_1 {
	font-size:24px; 
	color:#F00; 
	font-family:"Times New Roman", Times, serif; 
	float:left; 
	margin: -40px 0px 0px 45px;
	}
	
.biggie_right_nav { 
	font-size:30px; 
	color:#F00; 
	font-family:"Times New Roman", Times, serif; 
	text-align:center; 
	margin-top:10px
	}
	
.small {
	font-size:18px; 
	color:#F00; 
	font-family:"Times New Roman", Times, serif; 
	text-align:center; 
	margin-top:-5px;
	}
	
.small_1 {
	font-size:18px; 
	color:#F00; 
	font-family:"Times New Roman", Times, serif; 
	text-align:center; 
	margin-top:10px;
	}
	
#main_body_lower_text { 
	width:600px; 
	height:585px;
	padding-left:7px;
	}
	
#main_body_lower_text p { 
	font-size:16px; 
	line-height:1.25;
	font-family:"Times New Roman", Times, serif; 
	color:#FFF;
	}




/*====== Main Body - Right Content ========*/

#right { 
	width:400px; 
	height:820px; 
	float:left;
	}

#right_nav {
	width:375px; 
	height:445px; 
	background: url(images/Home_Page_Metal_Background.png) no-repeat; 
	float:left; 
	padding: 0px 0px 0px 0px; 
	margin-top:15px; 
	margin-left:10px;
	}
	
#right_map { 
	width:385px; 
	height:300px; 
	background:url(images/America_map.png) no-repeat; 
	float:left;
	margin:0px 0px 0px 15px;
	}
	
#right_nav_search { 
	width:365px; 
	height:55px; 
	float:left; 
	margin: 0px 0px 0px 5.5px; 
	}
	
#right_nav_search_right { 
	width:95px; 
	height:55px; 
	float:left; 
	margin: 0px 0px 0px 0px; 
	background:url(images/Right_Arrow.png) no-repeat; 
	}
	
#right_nav_search_center { 
	width:175px; 
	height:55px; 
	float:left;
	margin: 3px 0px 0px 0px;
	}
	
#search { 
	width:175px; 
	height:28px; 
	background-color:#FFF; 
	margin-top:0px;
	}
	
#right_nav_search_left { 
	width:95px; 
	height:55px; 
	float:left; 
	background:url(images/Left_Arrow.png) no-repeat right;  
	}
	
#right_nav a { 
	color:#fff; 
	text-decoration:none; 
	}
	
#right_state_list_a { 
	width:122px; 
	height:310px; 
	float:left; 
	margin-left:4.5px;
	}
	
#right_state_list_a a:hover { 
	color:#993333; 
	text-decoration:underline; 
	}
	
#right_state_list_b { 
	width:122px; 
	height:310px; 
	float:left;
	}
	
#right_state_list_b a:hover { 
	color:#993333; 
	text-decoration:underline; 
	}
	
#right_state_list_c { 
	width:122px; 
	height:310px; 
	float:left;
	}
	
#right_state_list_c a:hover { 
	color:#993333; 
	text-decoration:underline; 
	}
	
#right_state_list_a ul li {
	width: 122px; 
	text-decoration:none; 
	font-size:15px; 
	text-align:left; 
	float:left; 
	list-style-type:none; 
	display:inline-block; 
	color:#fff; 
	margin-left:25px; 
	line-height:1.2 
	}
	
#right_state_list_b ul li {
	width: 122px; 
	text-decoration:none; 
	font-size:15px; 
	text-align:left; 
	float:left; 
	list-style-type:none; 
	display:inline-block; 
	color:#fff; 
	margin-left:20px; 
	line-height:1.2; 
	}
	
#right_state_list_c ul li {
	width: 122px; 
	text-decoration:none; 
	font-size:15px; 
	text-align:left; 
	float:left; 
	list-style-type:none; 
	display:inline-block;
	color:#fff; 
	margin-left:20px; 
	line-height:1.2;
	}

/*===== Main Body Lower Text =====*/



/*=============================
Footer
=============================*/

#footer { 
	width:1000px; 
	height:100px; 
	float:right; 
	background-color:#867666; 
	}

#footer #ftrtext { 
	width:1000px;
	height:17px; 
	color:#FFF; 
	padding:10px 0px 0px 0px; 
	font-family:helvetica; 
	font-size:1.0em; 
	font-weight:normal; 
	text-align:center; 
	float:left; 
	}
	
#footer #ftrmm { 
	width:1000px; 
	height:50px; 
	color:#000; 
	padding:15px 0px 0px 0px; 
	font-family:helvetica; 
	font-size:0.8em; 
	font-weight:bold; 
	text-align:center;
	line-height:14px; 
	float:left; 
	}
	
#ftrmm a { 
	color:#FF3; 
	text-decoration:none; 
	}
	
#ftrmm a:hover { 
	color:#993333; 
	text-decoration:underline; 
	}
	
#ftrmm ul li { 
	width: 200px; 
	display: inline; 
	text-decoration:none; 
	padding: 2px;
	}
	
	
	
/*===========================================================================================================================================================
INDEX PAGE ENDS
===========================================================================================================================================================*/



/*===========================================================================================================================================================
DUMPSTER RENTAL PAGE BEGINS
===========================================================================================================================================================*/

#header_usa_map { 
	width:350px; 
	height:235; 
	padding:23px 0px 0px 90px; 
	float:left; 
	}
	
.header_usa_map_text_1 {
	font-size:22px; 
	color:#F00; 
	font-family:"Times New Roman", Times, serif; 
	text-align:left; 
	margin-top:-30px; 
	margin-left: -10px;
	}
	
.header_usa_map_text_2 {
	font-size:22px; 
	color:#F00; 
	font-family:"Times New Roman", Times, serif; 
	text-align:left; 
	margin-top:-50px; 
	margin-left: -10px;
	}
	

/*====== Dumpster Rental Page Left Side ========*/

#drp_left { 
	width:200px; 
	height:720px; 
	float:left; 
	}
	
.drp_left_text {
	font-size:28px; 
	color:#fff; 
	font-family:"Times New Roman", Times, serif; 
	text-align:center;
	}
	
.drp_left_text_yellow {
	font-size:36px; 
	color:#FF0; 
	font-family:"Times New Roman", Times, serif; 
	text-align:center; 
	margin-top:10px;
	}
	

/*====== Dumpster Rental Page State Navigation ========*/

#drp_state_nav { 
	width:755px; 
	height:562px; 
	background:url(images/drp_state_background.png) no-repeat ; 
	float:left;
	margin: 70px 0px 0px 15px; 
	}
	
#drp_state_nav a { 
	color:#fff; 
	text-decoration:none; 
	}
	
.drp_state_nave_header {
	font-size:50px; 
	color:#F00; 
	font-family:"Times New Roman", Times, serif; 
	text-align:center;
	}
	
#drp_state_nav_searchbar {
	width:755px; 
	height:110px; 
	float:left;
	}
	

	
#drp_state_nav_searchbar_left {
	width:150px; 
	height:110px; 
	background:url(images/drp_left_arrow.png) no-repeat right; 
	float:left; 
	margin-top: -20px;
	}
	
#drp_state_nav_searchbar_center {
	width:455px; 
	height:110px; 
	float:left;
	}
	
#drp_state_nav_searchbar_right {
	width:150px; 
	height:110px; 
	background:url(images/drp_right_arrow.png) no-repeat ; 
	float:left;
	}
	
.drp_state_nave_header_small {
	font-size:28px; 
	color:#F00; 
	font-family:"Times New Roman", Times, serif; 
	text-align:center; 
	margin-top:1.5px;
	}
	
#drp_state_nav_statelist_1 { 
	width:240px; 
	height:390px; 
	float:left;
	margin-left:17px;
	}
	
#drp_state_nav_statelist_2 { 
	width:240px; 
	height:390px; 
	float:left;
	}
	
#drp_state_nav_statelist_3 { 
	width:240px; 
	height:390px; 
	float:left;
	}
	
#drp_state_nav_statelist_1 ul li {
	width: 240px; 
	text-decoration:none; 
	font-size:20px; 
	text-align:center; 
	float:left; 
	list-style-type:none; 
	display:inline-block; 
	color:#fff; 
	margin-left:0px; 
	line-height:1.14; 
	}
	
#drp_state_nav_statelist_2 ul li {
	width: 240px; 
	text-decoration:none; 
	font-size:20px; 
	text-align:center; 
	float:left; 
	list-style-type:none; 
	display:inline-block;
	color:#fff; 
	margin-left:0px; 
	line-height:1.14 
	}
	
#drp_state_nav_statelist_3 ul li {
	width: 240px; 
	text-decoration:none; 
	font-size:20px; 
	text-align:center; 
	float:left; 
	list-style-type:none; 
	display:inline-block; 
	color:#fff; 
	margin-left:0px; 
	line-height:1.14; 
	}
	


/*===========================================================================================================================================================
UTAH STATE PAGE BEGINS
===========================================================================================================================================================*/

#utah_main_body { 
	width:600px; 
	height:820px; 
	float:left;
	}
	

/*====== Main Body - Left Content ========*/

#utah_main_body #left_display {
	width:175px; 
	height:230px; 
	padding: 5px 5px 0px 10px; 
	float:left; 
	}
	
#utah_main_body #left_display img { 
	border:none; 
	}
	
#utah_left_display #img_display { 
	width:175px; 
	height:5px; 
	padding: 2px; 
	float:left; 
	margin-top:-50px; 
	}
	
#utah_left_display #img_display img { 
	border:none; 
	}
	
#utah_left_display #text_display { 
	width:175px; 
	height:275px; 
	padding:10px 0px 0px 15px; 
	float:left; 
	margin-top:-50px; 
	}
	
#utah_text_display h1 { 
	color:#FFF; 
	font-family:"Times New Roman", Times, serif; 
	font-size:1.0em; 
	font-weight:normal; 
	text-align:center; 
	}
	
#utah_text_display a { 
	color:#ffc30d; 
	text-decoration:none; 
	}
	
#utah_text_display a:hover { 
	color:#993333; 
	text-decoration:underline; 
	}
	
#utah_text_display ul li { 
	width: 150px; 
	display:block; 
	text-decoration:none; 
	font-size:18px; 
	text-align:left; 
	padding: 2px; 
	float:left; 
	}
	
#utah_left_display  { 
	width:175px; 
	height:5px; 
	padding:10px0px 0px 15px; 
	float:left; 
	}
	
#utah_text_display h1 { 
	color:#FFF; 
	font-family:"Times New Roman", Times, serif; 
	font-size:1.0em; 
	font-weight:normal; 
	text-align:center; 
	}
	
#utah_text_display h2 { 
	color:#FFF; 
	font-family:"Times New Roman", Times, serif; 
	font-size:0.6em; 
	font-weight:normal; 
	text-align:center; 
	}


/*====== Main Body _ Top Middle Content ========*/

#utah_main_body #top_mid_content { 
	width:400px; 
	height:200px; 
	padding: 0px 0px 5px 10px;
	margin:0px 0px 10px 0px;
	float:left;
	display:inline-block;
	overflow:scroll;
	color:#FFF;  
	}

#utah_main_body #top_mid_content ul li {
	list-style-type:none; 
	color:#FFF; 
	font-size:19px;
	}
	
.utah_biggie { 
	font-size:24px;
	color:#F00; 
	font-family:"Times New Roman", Times, serif; 
	text-align:center; 
	margin-top:10px;
	}
	
.utah_biggie_white { 
	font-size:22px; 
	color:#fff; 
	font-family:"Times New Roman", Times, serif; 
	text-align:center; 
	margin-top:10px;
	text-decoration:none; 
	text-shadow:#000 4px 2px 2px ;
	}
	
.utah_small_white { 
	font-size:15px; 
	color:#fff; 
	font-family:"Times New Roman", Times, serif; 
	text-align:center; 
	margin-top:0px;
	}
	
.utah_small_white_left_align { 
	font-size:18px; 
	color:#fff; 
	font-family:"Times New Roman", Times, serif; 
	text-align:left; 
	margin-top:0px;
	}
	
.utah_affiliates_white {
	font-size:19px; 
	color:#fff; 
	font-family:"Times New Roman", Times, serif; 
	text-align:center; 
	margin-top:0px;
	text-decoration:none; 
	text-shadow:#000 4px 2px 2px ;
	}



#utah_main_body_lower_text { 
	width:600px; 
	height:585px;
	}
	
#utah_main_body_lower_text p { 
	font-size:18px; 
	line-height:1;
	font-family:"Times New Roman", Times, serif; 
	color:#FFF;
	}
	
#utah_city_background a { 
	color:#fff; 
	text-decoration:none; 
	}
	
#utah_city_background { 
	width:576px; 
	height:257px; 
	background:url(images/city_metal_background.png) no-repeat; 
	margin-left:12px;
	}
	
#utah_city_heading {
	width:576px; 
	height:35; 
	background-color:#FF0;
	}
	
#utah_city_heading_right {
	width:50px; 
	height:35px; 
	background:url(images/small_right_arrow.png) no-repeat; 
	float:left;
	margin-top: 5px;
	}
	
#utah_city_heading_center {
	width:475px; 
	height:40px; 
	float:left;
	margin-top: 0px; 
	padding-bottom:5px;
	}
	
#utah_city_heading_left { 
	width:50px; 
	height:35px; 
	background:url(images/small_left_arrow.png) no-repeat right; 
	float:left; 
	margin-top: 5px;
	}
	
#utah_cities_1 { 
	width:110px; 
	height:200px; 
	float:left; 
	margin-left:13px;
	}
	
#utah_cities_2 { 
	width:110px;
	height:200px; 
	float:left;
	}
	
#utah_cities_3 { 
	width:110px; 
	height:200px; 
	float:left;
	}
	
#utah_cities_4 { 
	width:110px; 
	height:200px; 
	float:left;
	}
	
#utah_cities_5 { 
	width:110px; 
	height:200px; 
	float:left;
	}
	
#utah_cities_1 ul li {
	width: 1110px; 
	text-decoration:none; 
	font-size:12px; 
	text-align:left; 
	float:left; 
	list-style-type:none; 
	display:inline-block; 
	color:#fff; 
	margin-left:20px; 
	line-height:1.2; 
	}
	
#utah_cities_2 ul li {
	width: 1110px; 
	text-decoration:none; 
	font-size:12px; 
	text-align:left; 
	float:left; 
	list-style-type:none; 
	display:inline-block; 
	color:#fff; 
	margin-left:20px; 
	line-height:1.2; 
	}
	
#utah_cities_3 ul li {
	width: 1110px; 
	text-decoration:none; 
	font-size:12px; 
	text-align:left; 
	float:left; 
	list-style-type:none; 
	display:inline-block; 
	color:#fff; 
	margin-left:20px; 
	line-height:1.2; 
	}
	
#utah_cities_4 ul li {
	width: 1110px; 
	text-decoration:none; 
	font-size:12px; 
	text-align:left; 
	float:left; 
	list-style-type:none; 
	display:inline-block; 
	color:#fff; 
	margin-left:20px; 
	line-height:1.2; 
	}
	
#utah_cities_5 ul li {
	width: 1110px; 
	text-decoration:none; 
	font-size:12px; 
	text-align:left; 
	float:left; 
	list-style-type:none; 
	display:inline-block; 
	color:#fff; 
	margin-left:20px; 
	line-height:1.2; 
	}
	
#utah_cities_1 ul li a:hover { 
	color:#FF0; 
	text-decoration:underline;
	}
	
#utah_cities_2 ul li a:hover { 
	color:#FF0; 
	text-decoration:underline;
	}
	
#utah_cities_3 ul li a:hover { 
	color:#FF0; 
	text-decoration:underline;
	}
	
#utah_cities_4 ul li a:hover { 
	color:#FF0; 
	text-decoration:underline;
	}
	
#utah_cities_5 ul li a:hover { 
	color:#FF0; 
	text-decoration:underline;
	}
	
#utah_affiliates { 
	width:581px; 
	height:300px; 
	background:url(images/utah_aff_background.png) no-repeat; 
	float:left; 
	margin: 13px 0px 0px 10px;
	}
	
#utah_affiliates_header { 
	width:581px; 
	height:65px; 
	float:left;
	}
	
#utah_affiliates_left {
	width:280px; 
	height:245px; 
	float:left; 
	padding: 2px 2px 2px 5px;
	}
	
#utah_affiliates_left_1 { 
	width:290px; 
	height:61px; 
	float:left;
	}
	
#utah_affiliates_left_2 { 
	width:290px; 
	height:61px; 
	float:left;
	}
	
#utah_affiliates_left_3 { 
	width:290px; 
	height:61px; 
	float:left;
	}
	
#utah_affiliates_left_4 { 
	width:290px; 
	height:61px; 
	float:left;
	}
	
#utah_affiliates_right {
	width:280px; 
	height:245px; 
	float:left; 
	padding: 2px 2px 2px 5px;
	}
	
#utah_affiliates_right_1 { 
	width:290px; 
	height:61px; 
	float:left;
	}
	
#utah_affiliates_right_2 { 
	width:290px; 
	height:61px; 
	float:left;
	}
	
#utah_affiliates_right_3 { 
	width:290px; 
	height:61px; 
	float:left;
	}
	
#utah_affiliates_right_4 {
	width:290px; 
	height:61px; 
	float:left;
	}


/*====== Main Body - Right Content ========*/

#utah_right { 
	width:400px; 
	height:820px; 
	float:left;
	}

#utah_right_nav {
	width:375px; 
	height:480px; 
	background:url(images/state_map_background.png) no-repeat; 
	float:left; 
	padding: 0px 0px 0px 0px; 
	margin-top:15px; 
	margin-left:10px;
	}
	
#payment {
	width:375px; 
	height:480px; 
	background:url(images/state_map_background.png) no-repeat; 
	float:left; 
	padding: 10px 10px 10px 10px; 
	margin-top:15px; 
	margin-left:10px;
	}
	
#utah_right_map { 
	width:375px; 
	height:445px; 
	background:url(images/utah_map.png) no-repeat; 
	float:left;
	margin:35px 0px 0px 12px;
	}
	
#utah_right_recycle_ser {
	width:374px; 
	height:302px; 
	background:url(images/junk_removal_pic.png) no-repeat; 
	float:left; 
	margin: 9px;
	}

/*===========================================================================================================================================================
UTAH STATE PAGE ENDS
===========================================================================================================================================================*/



/*===========================================================================================================================================================
UTAH SALT LAKE CITY PAGE BEGINS
===========================================================================================================================================================*/

#header_utah_city { 
	width:350px; 
	height:235; font-size:12px;
	padding:20px 0px 0px 120px; 
	float:left; 
	}
	
.header_map_text {
	font-size:20px; 
	color:#F00; 
	font-family:"Times New Roman", Times, serif; 
	text-align:left;
	margin-top:-25px; 
	margin-left:-50px;
	text-decoration:none; 
	text-shadow:#000 4px 2px 2px ;
	}
	


/*====== Logo and Business Info ========*/

#logo_business_info { 
	width:1000px; 
	height:auto;
	}
#business_logo_back { 
	width:480px; 
	height:400px; 
	background:url(images/logo_background.png) no-repeat; 
	float:left; 
	margin: 10px 10px 0px 10px;
	}
	
#slc_business_logo { 
	width:480px; 
	height:275px; 
	background:url(images/aztec_logo.png) no-repeat; 
	float:left; 
	margin: 10px 10px 0px 30px;
	}
	
#slc_business_phone { 
	width:470px; 
	height:70px;
	float:left;
	background-color:;
	margin: -12px 0px 0px 0px;
	}
	

/*======  Business Info ========*/

#business_info_back { 
	width: 480px; 
	height:400px;
	background:url(images/business_info_background.png) no-repeat; 
	float:left; 
	margin: 0px 0px 10px 10px;
	}
	
#business_info_1 { 
	width:360px; 
	height:115px; 
	margin: 30px 0px 0px 50px;
	}
	
#business_info_2 { 
	width:360px; 
	height:100px;
	margin: 0px 0px 0px 50px;
	}
	
#business_info_3 { 
	width:200px; 
	height:100px;
	margin: 15px 0px 0px 50px;
	}
	
.business_info_text_1 {
	font-size:24px; 
	color:#f5de72; 
	font-family:"Times New Roman", Times, serif; 
	text-align:left;
	text-decoration:none; 
	color:#FC0;
	text-shadow:#000 4px 2px 2px ;
	}
	
.business_info_text_2 {
	font-size:18px; 
	color:#f5de72; font-family:"Times New Roman", Times, serif; 
	text-align:left;
	line-height:1;
	margin-top: 5px;
	}
	
.business_info_red_text {
	font-size:30px; 
	color:#F00; 
	font-family:"Times New Roman", Times, serif; 
	text-align:left;
	text-decoration:none; 
	text-shadow:#000 4px 2px 2px ;
	}
	
.business_phone_number {
	font-size:70px; 
	color:#060; 
	font-family:"Times New Roman", Times, serif; 
	text-align:center;
	text-decoration:none; 
	text-shadow:#FF9 4px 2px 2px ;
	}

.business_phone_number a { color:#060; text-decoration:none; }
.business_phone_number a:hover { color:#00F; }
	
.business_info_white_text {
	font-size:18px; 
	color:#fff; 
	font-family:"Times New Roman", Times, serif; 
	text-align:left;
	list-style-type:none;
	}
	


#utah_slc_text {
	width:980px; 
	height:auto; 
	float:left; 
	margin: -40px 0px 0px 15px;
	}


/*===========================================================================================================================================================
UTAH SALT LAKE CITY PAGE ENDS
===========================================================================================================================================================*/

			
/*===========================================================================================================================================================
DUMPSTER SIZE PAGE BEGINS
===========================================================================================================================================================*/

#dsize_canister { 
	width:1000px; 
	height:1300px; 
	background-color:#281d14; 
	}
	
#dsize_main_body { 
	width:600px; 
	height:1020px; 
	float:left;
	}
	
#dsize_right {
	width:390px; 
	height:1020px; 
	float:left; 
	background-color:#FFF; 
	margin-left:10px;
	}


/*===========================================================================================================================================================
DUMPSTER SIZE PAGE ENDS
==========================================================================================================================================================*/


/*===========================================================================================================================================================
DUMPSTER PRICE PAGE BEGINS
==========================================================================================================================================================*/

#header #price_header_Image { 
	width:350px; 
	height:230px; 
	padding:55px 50px 0px 70px; 
	float:left;
	}


/*===========================================================================================================================================================
DUMPSTER PRICE PAGE ENDS
==========================================================================================================================================================*/


/*===========================================================================================================================================================
JUNK REMOVAL PAGE BEGINS
==========================================================================================================================================================*/

#header #junk_header_Image { 
	width:350px; 
	height:230px; 
	padding:25px 50px 0px 70px; 
	float:left;
	}
	
.Junk_list {
	font-size:25px; 
	color:#fff; 
	font-family:"Times New Roman", Times, serif; 
	text-align:left;
	padding-left:100px;
	}	


/*===========================================================================================================================================================
JUNK REMOVAL PAGE ENDS
==========================================================================================================================================================*/



/*===========================================================================================================================================================
RECYCLING CENTER PAGE BEGINS
==========================================================================================================================================================*/

#header #recycle_header_Image { 
	width:350px; 
	height:230px; 
	padding:25px 30px 0px 75px; 
	float:left;
	}
	
#recycle_percentages {
	width:600px;
	height:280px;
	background-color:#FFF;
	float:left;
	}

#recycle_light_guy { 
	width:385px; 
	height:300px; 
	background: url(images/light_guy.png)no-repeat; 
	float:left;
	margin:0px 0px 0px 140px;
	}

/*===========================================================================================================================================================
RECYCLING CENTER PAGE ENDS
==========================================================================================================================================================*/



/*===========================================================================================================================================================
UTAH ALPINE PAGE BEGINS
===========================================================================================================================================================*/

#utah_alpine_text {
	width:980px; 
	height:430px; 
	float:left; 
	margin: -40px 0px 0px 15px;
	}




/*===========================================================================================================================================================
UTAH ALPINE PAGE ENDS
===========================================================================================================================================================*/

/*===========================================================================================================================================================
UTAH NO PROVIDER PAGE BEGINS
===========================================================================================================================================================*/
#no_provider {
    color: #FFCC00;
    font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
    font-size: 33px;
    padding: 15px 15px 15px 15px;
    text-shadow: 2px 2px 2px #F00;
	
	

/*===========================================================================================================================================================
UTAH PROVIDER PAGE ENDS
===========================================================================================================================================================*/




