* { margin: 0px; padding: 0px; }

body {
	background-color: #fff;
	background-image: url(../../images/bg-body.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

span { visibility: hidden; }

hr { display: none; }

.clear { clear: both; }



#wrapper {
	background-image: url(../../images/bg-wrapper.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	position: relative;
	margin: 0px auto;
	padding-top: 101px;
	width: 770px;
	height: 500px;
}

	h1#logo {
		position: absolute;
		top: 31px;
		left: 35px;
		background-image: url(../../images/logo.png);
		width: 151px;
		height: 151px;
		font-size: 1px;
		z-index: 99;
	}
		a h1#logo {
			cursor: pointer;
		}	

	#navigation {
		background-image: url(../../images/bg-navigation.gif);
		background-repeat: no-repeat;
		height: 28px;
	}
		#navigation ul {
			float: right;
			border-left: solid 1px #EAC35A;
		}
		
		#navigation li {
			position: relative;
			list-style-type: none;
			float: left;
			border-right: solid 1px #EAC35A;
			border-left: solid 1px #FFE592;
			height: 28px;
		}
			#navigation li.last {
				border-right: 0px;
			}
		
		#navigation a {
			font-weight: bold;
			padding: 0px 22px 0px 23px;
			line-height: 27px;
			text-transform: none;
			text-decoration: none;
			color: #A26F0D;
		}
			#navigation a:hover, #navigation a.selected  { color: #7C550A; }
					
		#selected { 
			position: absolute;
			top: 27px;
			left: 50%;
			background-image: url(../../images/icon-navigation.png);
			background-repeat: no-repeat;
			margin-left: -6px;
		}
	
	#heading {}
		#heading h1 {
			background-repeat: no-repeat;
			height: 210px;
		}
			h1#pic-water { background-image: url(../../images/pic-water.jpg); }
			h1#pic-mold { background-image: url(../../images/pic-mold.jpg); }
			h1#pic-fire { background-image: url(../../images/pic-fire.jpg); }
			h1#pic-carpet { background-image: url(../../images/pic-carpet.jpg); }
		
		#heading h2 {
			border-top: solid 3px #FFC83A;
			background-repeat: no-repeat;
			height: 44px;
		}
		
		*html #heading h2 { height: 47px; }
			
			h2#hdr-water { background-image: url(../../images/hdr-water.gif); }
			h2#hdr-mold { background-image: url(../../images/hdr-mold.gif); }
			h2#hdr-fire { background-image: url(../../images/hdr-fire.gif); }
			h2#hdr-carpet { background-image: url(../../images/hdr-carpet.gif); }
	
	#content {
		padding: 0px 0px 15px 0px;
		background-color: #DDE8F4; /* E6EFF7 */
		background-image: url(../../images/bg-content-div.gif);
		background-repeat: repeat-y;
		background-position: 384px 0px;
		line-height: 16px;
		text-align: left;
		color: #036;
	}		
		#content h3 {
			padding: 12px 0px;
			background-color: #fff;
			background-repeat: no-repeat;
			background-position: 35px 13px;
		}	
		
			h3#steps { background-image: url(../../images/hdr-steps.gif); }			
			h3#services { background-image: url(../../images/hdr-services.gif); }			
			h3#information { background-image: url(../../images/hdr-information.gif); }			
			h3#tips { background-image: url(../../images/hdr-tips.gif); }
		
		#content-left {
			float: left;
			width: 384px;
		}
						
		#content-right {
			float: right;
			width: 385px;
		}
		
		#content ol, #content ul {
			margin: 18px 30px 0px 35px; 
		}
			#content ol li {
				list-style-position: inside;
				margin-bottom: 10px;
			}	
			
			#content ul li {
				list-style-type: none;
				margin-bottom: 5px;
				padding-left: 19px;
				background-image: url(../../images/icon-bullet.gif);
				background-repeat: no-repeat;
				background-position: 0px 3px;
			}
				#content ul.multi li {
					margin-bottom: 10px;
				}
					
	#index {
		background-image: url(../../images/bg-index.jpg);
		background-repeat: no-repeat;
		height: 545px;
	}
		h2#index-text {
			position: absolute;
			top: 196px;
			left: 0px;
			background-image: url(../../images/index-text.png);
			background-repeat: no-repeat;
			width: 430px;
			height: 210px;
		}
		
		#index a { 
			display: block;
			position: absolute;
			top: 475px;
			padding: 158px 0px 20px 2px;
			background-repeat: no-repeat;
			width: 148px;
			font-size: 12px;
			font-weight: bold;
			text-transform: none;
			text-decoration: none;
			color: #6685AA;
			cursor: pointer;
		}
			#index a:hover { color: #456791; }
		
		#index-water {
			left: 48px;
			background-image: url(../../images/index-water.png);
		}
		
		#index-fire {
			left: 223px;
			background-image: url(../../images/index-fire.png);
		}
		
		#index-mold {
			left: 399px;
			background-image: url(../../images/index-mold.png);
		}
		
		#index-carpet {
			left: 574px;
			background-image: url(../../images/index-carpet.png);
		}
	
	#index-content {
		padding: 22px 0px 20px 0px;
		margin-top: 1px;
		background-color: #DDE8F4;
		background-image: url(../../images/bg-content-div.gif);
		background-repeat: repeat-y;
		background-position: 525px 0px;
		line-height: 16px;
		text-align: left;
		color: #6685AA;
	}	
	
		#index-content a {
			color: #6685AA;
		}
			#index-content a:hover { color: #456791; }
		
		#index-content h3 {
			background-repeat: no-repeat;
			height: 14px;
			line-height: 14px;
		}
			h3#hdr-about {
				margin-left: 35px;
				background-image: url(../../images/hdr-about.png);
				width: 450px;
			}
			
			h3#hdr-contact {
				margin-left: 30px;
				background-image: url(../../images/hdr-contact.png);
				width: 150px;
			}
								
		#about {
			float: left;
			width: 528px;
		}			
			#about p { padding: 7px 25px 0px 35px; }
		
		#contact {
			float: right;
			width: 240px;
		}									
			#contact p { padding: 7px 0px 0px 30px;	}
			
	#footer {
		background-color: #fff;
		background-image: url(../../images/bg-footer.gif);
		background-repeat: no-repeat;
		height: 100px;
		line-height: 34px;
		font-size: 10px;
		color: #9FB0C4;
	}	
		#footer strong {
			font-size: 11px;
		}
		
		#footer-logos {
			margin: 0px auto;
			margin-top: -3px;
			background-image: url(../../images/icon-logos.gif);
			background-repeat: no-repeat;
			width: 96px;
			height: 47px;
		}
		