/* 
 Colors:
 blue: #008fc5;
 orange:#f57b20;

*/

body {
	margin:0;
	padding:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	background:#fff;
	color:#333;
}

p {
	margin:1em 0;
	line-height:1.5em;
}

li {
	line-height:1.5em;
}

h1,h2,h3 {
	margin:20px 0;
}

.wrapper {
	margin:0 auto;
	width:790px;

	background:#fff;
}

.colset {
	position:relative;
	margin:0 0 0;
	overflow:auto;
	zoom:1;
}

.col {
	float:left;
	margin:20px;
	margin-left:0;
	padding-left:20px;
	width:350px;
}

.col.last {
	padding-left:19px;
	border-left:1px solid #ccc;
}

div.section {
	border-top:1px solid #ddd;
}

/* Styles */

h1 {
	margin:0;
	padding:0;
	height:200px;
	text-indent:-12345px;
	background:url('../images/logo.png') 50% 25px no-repeat;
}

h2 {
	font-size:22px;
	font-weight:bold;
	color:#333;
}

h3 {
	font-size:17px;
	font-weight:normal;
}


h2#fire,
h2#water,
h2#mold {
	margin-bottom:15px;
	padding-left:60px;
	background-image:url('../images/resolution_drops.png');
	background-repeat:no-repeat;


}

h2#fire {
	margin-top:0px;
	padding-top:25px;
	padding-bottom:15px;
}

h2#water {
	margin-top:0px;
	padding-top:25px;
	padding-bottom:15px;
	background-position:0 -90px
}

h2#mold {
	
	padding-top:30px;
	padding-bottom:15px;
	border-top:1px solid #ddd;
	background-position:0 -160px;
}

.header {

}

	.response {
		border:1px solid #999;
		border-width:1px 0;
		padding:6px 0;
		text-align:center;
		font-size:22px;
		font-style:italic;
		color:#aaa;
	}
	
		.response strong {
			font-weight:normal;
			color:#008fc5;
		}
	
	.intro {
		margin:20px;
		font-size:22px;
		text-align:justify;
		letter-spacing:2px;
		line-height:30px;
		color:#444;
	}
	
		.intro strong {
			font-weight:normal;
			color:#008fc5;
		}

#menu {
	margin:10px 0 15px;
	padding:0;
	width:790px;
	height:67px;
	list-style:none;
	background:transparent;
}

	#menu li {
		float:left;
		display:inline;
		height:67px;
	}
	
		#menu li a {
			display:block;
			padding:25px 0 22px;
			height:20px;
			font-size:20px;
			line-height:20px;
			font-weight:bold;
			color:#333;
			text-decoration:none;
			background-image:url('../images/resolution_menu.png');
			background-position:0 0;
			background-repeat:no-repeat;
		}

		#menu li a:hover {
			color:#000;
		}
		
		#menu li#menu_fire a {
			width:263px;
			text-indent:90px;
		}
		
		#menu li#menu_fire a:hover {
			background-position:0 -75px;
		}
		
		#menu li#menu_water a {
			width:262px;
			text-indent:80px;
			border:1px solid #fff;
			border-width:0 1px;
			background-position:-264px 0;
		}

		#menu li#menu_water a:hover {
			background-position:-264px -75px;
		}
		
		#menu li#menu_mold a {
			width:263px;
			text-indent:110px;
			background-position:-527px 0;
		}

		#menu li#menu_mold a:hover {
			background-position:-527px -75px;
		}
		

#commitment h2,
#commitment .general {
	margin:20px 20px 0;
}

#commitment ul {
	margin:0;
	padding:0 0 10px;
	list-style:none;
}

#commitment li {
	padding:3px 0 3px 24px;
	margin:0 0 5px;
	line-height:1.25em;
	background:url('../images/accept.gif') 0 2px no-repeat;
}

#services {
	border-top:1px solid #999;
}

#features {
	
}

	#features ul {
		width:790px;
		height:67px;
		margin:0;
		padding:0;
		list-style:none;
		border-bottom:1px solid #fff;
		background:url('../images/resolution_features.png') 0 0 no-repeat;
	}

		#features ul li {
			float:left;
			display:inline;
			margin:0;
			padding:25px 0 22px;
			width:262px;
			height:20px;
			font-size:18px;
			font-weight:bold;
			line-height:20px;
			text-indent:65px;
		}
		
		#features ul li#features-soa {
			text-indent:75px;
		}

	#features .features_content {
		padding:10px 40px;
		font-size:17px;
		background:#e7e7e7 url('../images/resolution_panel.png') 0 100% no-repeat;
	}
	
		#features .features_content p {
		
		}

/* Contact */
.vcard {

}

.vcard .fn {
	color:#f57b20;
}

.vcard .tel {
	color:#008fc5;
}

.vcard .fn,
.vcard .tel {
	line-height:40px;
	font-size:24px;
}

.copyright {
	margin:10px 0 40px;
	padding:10px 0 0;
	border-top:1px solid #999;
	text-align:center;
}

#contact-form input {
	width:300px;
	padding:4px;
	border:1px solid #999;
}

#contact-form input.alert {
	border-color:#d66;
	background:#fdd;
}

p.instructions {
	font-style:italic;
	font-size:92%;
}

p.alert {
	color:#900;
	background:#fdd;
}

#contact-form textarea {
	width:300px;
	height:100px;
	padding:4px;
	border:1px solid #999;
}

#send {
	width:109px;
	height:37px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:22px;
	text-transform:uppercase;
	color:#fff;
	background:url('../images/send-button.png');
	border:0;
}

p.email_confirm {
	display:none;
}