@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#1f1a17;
	background-color:#f6f6f5;
	}
	
#wrapper {
	background-color:white;
	width:920px;
	margin:auto;
	padding-left:39px;
	padding-right:39px;
	}
	
#logo {
	float:left;
	margin-top:22px;
	margin-bottom:25px;
	}
	
div#phone {
	float:right;
	text-align:right;
	font-size:16px;
	line-height:20px;
	margin-top:47px;
	}
	
#email   {
	color:#1f1a17;
	text-decoration:none;
	}
	
	
#hero {
	background-image:url(i/hero.jpg);
	width:922px;
	height:274px;
	position:relative;
	}
	
h1 {
	font-size:47px;
	font-weight:bold;
	margin:0px;
	color:#23567d;
	letter-spacing:-1px;
	position:absolute;
	left:50px;
	top:36px;
	}
	
#subheading {
	font-size:33px;
	color:#23567d;
	word-spacing:-3px;
	position:absolute;
	left:191px;
	top:84px;
	}
	
#ourleads {
	font-size:20px;
	position:absolute;
	left:65px;
	top:133px;
	}
	
#hero ul {
	margin:0px;
	padding:0px;
	font-size:16px;
	position:absolute;
	left:85px;
	top:163px;
	}
	
#hero ul li {
	list-style:none;
	padding-bottom:10px;
	}
	
#left {
	float:left;
	width:550px;
	padding-left:37px;
	}
	
#left p {
	font-size:14px;
	line-height:21px;
	}
	
#left ul {
	font-size:14px;
	}
	
#left ul li {
list-style-image:url(i/check.gif);
line-height:24px;
}
	
	
h2 {
	margin:0px;
	padding-top:25px;
	color:#23567d;
	font-size:24px;
	font-weight:normal;
	letter-spacing:-1px;
	}
	
h3 {
	margin:0px;
	color:#23567d;
	font-size:24px;
	font-weight:normal;
	letter-spacing:-1px;
	padding-top:20px;
	}
	
#right {
	float:right;
	margin-top:21px;
	}
	
#contact_div {

	width:260px;
	background-image:url(i/box_middle.gif);
	background-repeat:repeat-y;
	padding-left:40px;
	padding-bottom:5px;
	}

#contact p {
	font-size:13px;
	margin:0px;
	}
	
h4 {
	margin:0px;
	color:#23567d;
	font-size:24px;
	font-weight:bold;
	padding-top:5px;
	letter-spacing:-1px;
	padding-bottom:10px;
	}
	
.form_title {
	font-size:14px;
	margin-top:12px;
	margin-bottom:3px;
	}
	
.form_field {
	background-image:url(i/form_field.gif);
	background-repeat:no-repeat;
	width:216px;
	height:43px;
	}
	
	
#submit
{
  display: block;
  width: 112px;
  height: 34px;
  background: url("i/submit_button.gif") no-repeat 0 0;
  margin-top:20px;
  margin-bottom:10px;
}

#submit:hover { 
  background-position: 0 -34px;
 }
 
 #required {
 	color:red;
	font-size:16px;
	font-weight:bold;
	margin-top:15px;
	}

#right_phone {
	float:right;
	width:260px;
	margin-top:30px;
	margin-left:40px;
	}
	
#phone_info {
	 float:left; 
	 color:#23567d; 
	 padding-left:8px; 
	 padding-top:10px; 
	 font-size:26px; 
	 font-weight:bold; 
	 line-height:19px;
	 }
	 
#phone_info a {
	color:#23567d;
	text-decoration:none;
	}
	
#phone_info a:hover {
	color:black;
	text-decoration:underline;
	}
	
	 
#footer {
	font-size:12px;
	line-height:16px;
	color:#9f9e9e;
	margin-left:37px;
	padding-top:21px;
	padding-bottom:25px;
	}
	
#footer a {
	text-decoration:underline;
	color:#9f9e9e;
	}
	
#footer a:hover {
	text-decoration:underline;
	color:#666666;
	}

.error {
	font-size:12px;
	color:red;
	padding-bottom:3px;
	}
	
.formfield
{
	font-size:14px; margin-left:10px; margin-top:10px; width:195px; height:25px; border-width:0;
	}