@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
body{
	background: #80bad8 url(_gfx/body_bg.gif) 0 0 repeat-x;	
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper{
	width: 966px;
	margin: 0 auto;
}
#logo{
	float: left;	
}
#phone{
	float: right;	
}
#banner{
	clear: both;
	margin: 10px 0;
}
#content_top{
	background: url(_gfx/content_head.png) 0 0 no-repeat;
	height: 10px;
}
#content{
	background: url(_gfx/content_bg.png) 0 0 no-repeat;	
	color: #797979;
	font-size: 14px;
	padding: 5px 3px;
}
#content h1{
	font-size: 24px;
}
#content h2{
	font-size: 22px;	
}
#content h1, #content h2{
	color: #006ea5;
}
#content p, #content ul{
	margin: 15px 0;	
}
#content li{
	list-style-image: url(_gfx/bullet.gif);
	margin: 8px 20px;	
}
#content .call{
	color: #ff9900;	
}
#content #left{
	width: 510px;
	margin: 10px 25px;
	float: left;
}
#content #quote{
	width: 400px;
	float: left;
	position: relative;
	color: #004e76;
	top: -13px;
}
#request_form{
	width: 360px;
	margin: 20px 0 0 25px;
}
#request_form label{
	float: left;
	display: block;
	width: 150px;
	clear: both;
	color: #004e76;
	padding-top: 6px;
	margin-bottom: 5px;
	font-size: 14px;
}
#request_form .textinput{
	width: 195px;
	height: 25px;
	margin-bottom: 5px;
	border: 1px solid #bfc2c3;
}
#request_form .radioinput{
	border: 1px solid #bfc2c3;
	margin-top: 8px;
}
#request_form select{
	margin-bottom: 5px;
	width: 197px;
	height: 25px;
	border: 1px solid #bfc2c3;
}
#content_foot{
	padding: 23px 0 15px 0;
	background: url(_gfx/content_footer.png) 0 0 no-repeat;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 14px;
}
#quote_submit{
	float: right;
	margin-top: 20px;
	margin-right: 15px;
}

