* {
	margin: 0;
	padding: 0;
}

body{
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #91C960 url(images/background.png) repeat-x;
}

.img{
	margin: 0 20px 0 0;
	float: left;
	border: #999999 1px solid;
}

a{
	color: #333;
	text-decoration: underline;
}

h1,h2{
	color: #333;
	margin: 20px 0;
}

h1{
	font-size:20px;
	height:27px;
	background: url(images/h1.png) no-repeat left;
	padding-left:40px;
}

h2{
	font-size:18px;
}

h3{
	margin-bottom: -10px;
	font-size:14px;
}

.first{
	margin: 0 0 20px 0;
}

p{
	margin: 10px 0;
}

ul{
	margin-left: 40px;
	list-style: url("images/bullet.png");
}

#main{
	width: 833px;
	margin: 0 auto;
}

#header{
	position: relative;
	margin-top: 40px;
	width: 833px;
	height: 270px;
	background: url(images/header.png) no-repeat;
}

#phone_number{
	position: absolute;
	right: 0;
	top: -20px;
	width:288px;
	height:25px;
	background: url(images/phone_number.png) no-repeat;
}

#menu{
	position: absolute;
	right: 0;
	top: 228px;
	width:350px;
}

#menu ul{
	list-style: none;
	margin:0;
}

#menu li{
	float: left;
	padding: 0 20px;
	background: url(images/spacer.png) no-repeat right 3px;
}

#menu li:last-child{
	background:none;

}

#menu a{
	color:#333;
	font-size: 14px;
	text-decoration: none;
}

#menu a:hover{
	text-decoration: underline;
}

#content{
	margin-left: 53px;
	background: url(images/main_bg.png) repeat-y;
	padding: 20px 20px;
}

#column_one{
	float: left;
	width: 200px;
	margin-right:20px;
}

#column_two{
	float: left;
	width: 520px;
}

#free_quote{
	width:200px;
	background:#009FEC;
}

#free_quote p{
	padding: 0 10px;
	color:#fff;
	font-size:14px;
}

#free_quote_head{
	background: url(images/free_quote_head.png);
	height:37px;
}

#free_quote_foot{
	background: url(images/free_quote_foot.png);
	height:17px;
}	

.input{
	border: none;
	font-size: 16px;
	padding: 5px;
	width: 170px;
}

.submit{
	background: #333;
	border: none;
	font-size: 16px;
	padding: 5px;
	color: #FFF;
}

.cfinput{
	border:#CCC 1px solid;
	font-size: 16px;
	padding:5px;
	width:200px;
}

.cftext{
	border:#CCC 1px solid;
	padding:5px;
	width:400px;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}

.cfsubmit{
	background: #333;
	border: none;
	font-size: 16px;
	padding: 5px;
	color: #FFF;
}

.clear{
	clear:left;
}

#footer{
	background:url(images/main_foot.png) no-repeat;
	margin-left: 53px;
	text-align:center;
}
#footer p{
	margin:0 0 10px 0;
}
