* {
	padding: 0;
	margin: 0;
	}

body{
	height:100%;
	font: 11px "Century Gothic";
	color: #FFFFFF;
	background: url(../images/body.jpg) repeat-x;
} 

#wrapper {
	width:770px;
	margin: 0 auto;
	height: 580px;
	}
	
#logo {
	height:111px;
	padding: 0 0 0 0px;
	float: left;
	width: 323px;
	position: relative;
} 

#header h1 {
	display: none;
	}
#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: 69px;
	width: 255px;
	position: relative;
}
#quote {
	float: left;
	height: 128px;
	width: 255px;
	position: relative;
	clear: left;
}
#mobile {
	clear: left;
	float: left;
	height: 130px;
	width: 255px;
	position: relative;
}
#photo {
	float: right;
	height: 326px;
	width: 515px;
	position: relative;
}

#topnav a:link.active, #topnav a:visited.active, #topnav a:hover {
        color: #FFF;
}
#footer {
	clear: both;
	height: 47px;
	width: 770px;
	background: url(../images/footer.jpg) repeat-x;
	text-align: center;
	padding-top: 25px;
}

/* text styles */

.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	white-space: normal;
	line-height: 15px;
	font-weight: bold;

}
.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;
}

a:visited {
	color: #0000CC;
	text-decoration: none;
	}
a:active {
	color: #0000CC;
	text-decoration: none;
	}

th {
	font-weight:normal;
	}

/* form */

#contactForm {
	width:345px;
	height:auto;
	float:left;
	}
	
/* quote form */

#quoteForm {
	width:345px;
	height:auto;
	float:left;
	}
	
#quoteForm div {
	margin-left: 10px;
	}
	
/* CSS Document */
#facebook {
	background-color:#000;
	position: absolute;
	bottom: 0px;
	z-index: 100;
	margin-bottom: 10px;
	margin-left: 250px;
}

