* {
       margin: 0;
       padding: 0;
}

img {
       border: 0;
       font-size: 0;
}

td,
th {
       vertical-align: top;
}

body {
	background: white url(../images/stripe_background.jpg) repeat-x top left;
}

#container {
	margin: 0 auto 60px;
}

	#call {
		height: 30px;
	}
	
	#header {
		background: url(../images/header.png) no-repeat top left;
		height: 63px;
	}
	
		#navigation {
		
		}
		
			#navigation ul {
				list-style: none;
				margin: 23px 0 0;
			}
			
				#navigation ul li {
					display: inline;
					margin: 0;
				}
		
		#logo {
			text-indent: -9999px;
		}
		
			#logo a {
				display: block;
				height: 63px;
				width: 310px;
			}
		
	#home_image {
		height: 318px;
		background: url(../images/slideshow_bottom.png) no-repeat bottom left;
		width: 960px;
	}
	
	* html #home_image {
		height: 307px;
	}
	
	#content_image {
		height: 111px;
		background: url(../images/slideshow_bottom.png) no-repeat bottom left;
		width: 960px;
	}
	
	* html #content_image {
		height: 100px;
	}
	
	#content {
		background: url(../images/content_background.png) repeat-y top left;
		padding-top: 30px;
		position: relative;
	}
	
		#content #service_slideshow {
			padding-bottom: 50px;
			height: 125px;
		}
		
		#content .services_list {
			float: left;
			font-size: 14px;
		}
	
		#homepage_content {
			padding: 0 10px 0 40px;
			width: 470px;
		}
		
		#contentpage_content {
			padding: 0 30px 0 40px;
			width: 850px;
		}
		
		#content ul {
			list-style-type: disc;
		}
		
		#homepage_map {
		}
		
			#homepage_map ul {
				background: url(../images/map_of_washington.jpg) no-repeat top left;
				height: 260px;
				list-style: none;
				position: relative;
				width: 400px;
			}
		
				#homepage_map li {
					text-indent: -9999px;
				}
				
					#homepage_map li a {
						height: 35px;
						position: absolute;
						width: 35px;
					}
			
					#homepage_map li.location_sumner a {
						left: 20px;
						top: 20px;
					}
				
					#homepage_map li.location_bremerton a {
					
					}
				
					#homepage_map li.location_kennewick a {
					
					}
				
					#homepage_map li.location_yakima a {
					
					}
	
	#services {
		background: url(../images/content_background.png) repeat-y top left;
	}
	
		.services_background {
			background-color: #f8f4eb;
			border-top: 2px solid #ddd;
			margin: 0 auto;
			width: 940px;
		}
		
		#services div.services_images {
			float: left;
			height: 111px;
			margin: 20px 15px;
			padding: 0;
			width: 280px;
		}
		
		* html #services div.services_images {
			margin: 20px 10px;
		}
		
	#footer {
		background: url(../images/content_border_bottom.png) no-repeat top left;
		height: 20px;
	}
#footer p {text-align: right; padding-top: 20px; padding-right: 5px;}