* {
	padding: 0;
	margin: 0;
	}

body{
	height:100%;
	font: 14px Arial, Helvetica, sans-serif;
	background: url(../images/body.jpg) repeat-x;
} 

#wrapper {
	width:770px;
	margin: 0 auto;
	height: 580px;
	background: #FFFFFF;
	}
	
#logo {
	height:111px;
	padding: 0 0 0 0px;
	float: left;
	width: 323px;
	position: relative;
} 
#phone {
	float: left;
	height: 37px;
	width: 447px;
	position: relative;
}
#locations {
	float: left;
	height: 74px;
	width: 447px;
	position: relative;
}
#topnav {
	float: left;
	height: 41px;
	width: 770px;
	position: relative;
	background: url(../images/topnav.jpg) repeat-x;
	text-align: center;
	padding-top: 30px;
	z-index: 1000;
}
#agrss {
	float: left;
	height: 66px;
	width: 241px;
	position: relative;
	clear: left;
}
#quote {
	float: left;
	height: 123px;
	width: 241px;
	position: relative;
	clear: left;
}
#mobile {
	float: left;
	height: 122px;
	width: 241px;
	padding-bottom: 30px;
	background: #666666;
	position: relative;
	clear: left;
}
#photo {
	float: left;
	height: 262px;
	width: 242px;
	position: relative;
}
#tag {
	height: 80px;
	width: 528px;
	position: relative;
	float: right;
}
#content {
	width: 503px;
	padding: 30px 10px 10px 15px;
	float: right;
}

#topnav a:link.active, #topnav a:visited.active, #topnav a:hover {
        color: #FFF;
}
#footer {
	clear: both;
	height: 72px;
	width: 770px;
	background: url(../images/footer.jpg) repeat-x;
}

#footer p {
	color: #FFFFFF;
	white-space: normal;
	padding: 25px 0px 0px;
	font: 11px "Century Gothic";
	text-align: center;
}

/* text styles */

.heading1 {
	color: #333333;
	white-space: normal;
	font: bold 20px/normal "Century Gothic";
	text-transform: uppercase;
	padding-bottom: 4px;

}

.heading3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	white-space: normal;
	line-height: 18px;
	font-weight: bold;
	padding: 10px;
	margin: 0px;
}
.heading3_reg {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	white-space: normal;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:active {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #0033B6;
	text-decoration: none;
}
th {
	font-weight:normal;
}
p {
	padding-bottom: 6px;
	line-height: 20px;
}
#content ul {
	padding-left: 8px;
}

/* form */

#contactForm {
	width:345px;
	height:auto;
	float:left;
	}
	
/* quote form */

#quoteForm {
	width:450px;
	height:auto;
	float:left;
	padding: 4px;
	}

