body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	color: #666666;
}
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;
	width: 900px;
}
#header {
	width: 900px;
	background-color: #E1E1E1;
	height: 130px;
	color: #666666;
}
.header-left {
	float: left;
	width: 500px;
	margin-left: 50px;
}
.logo {
	width: 80px;
	float: left;
	height: 100px;
	margin: 10px 8px 8px 16px;
}
.logo-title {
	font-size: 300%;
	float: left;
	width: 600px;
	text-align: left;
	margin-top: 20px;
	background-image: url(images/logo-image.jpg);
	background-repeat: no-repeat;
}
.tagline {
	font-family: "Trebuchet MS";
	font-size: 45%;
	float: right;
	font-style: italic;
	margin-top: 20px;
}
.header-right {
	font-family: "Trebuchet MS";
	font-weight: bold;
	padding: 10px;
	float: right;
	text-align: right;
	font-size: 130%;
}
#content {
	font-family: "Lucida Sans Unicode";
	line-height: 150%;
	width: 100%;
	text-align: left;
	color: #4A4D60;
	background-color: #FFFFFF;
	padding-top: 12px;
	font-size: 110%;
}
#content-left {
	float: left;
	width: 36%;
	padding: 20;
	margin-left: 40px;
}
#content-right {
	float: right;
	width: 59%;
}
#content-right-left {
	float: left;
	width: 62%;
	padding: 0 10 0 10;
}
#content-right-right {
	float: right;
	width: 32%;
	margin-right: 4%;
	margin-top: 60px;
	text-align: center;
}
.images {
	clear: both;
	text-align: center;
}
.address {
	font-size: 70%;
}
.phoneNumber {
	font-size: 130%;
}
.band {
	background-color: #666666;
	height: 20px;
}
#quote-form {
	width: 532px;
	margin-top: 16px;
	margin-left: 150px;
	padding: 16px;
	border: solid gray 2px;
}
.red {
	color:#FF0000;
}
.page-title {
	font-size: 150%;
	text-align: center;
	font-weight: bold;
}
#center {
	margin-top: 16px;
	margin-right: 150px;
	margin-left: 150px;
	width: 900px;
}
.description {
	margin-top: 20px;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 96%;
	padding-bottom: 10px;
	line-height: 120%;
}
H1 {
	font-size: 94%;
	font-weight: bold;
	font-variant: small-caps;
}
.description-small {
	font-size: 90%;
	text-align: center;
	margin-bottom: 12px;
	font-variant: normal;
	font-weight: normal;
	line-height: 18px;
	margin-top: -10px;
}
.quote-button {
	text-align: center;
	display: block;
	border: solid grey 2px;
	font-size: 130%;
	background-color: #FB7802;
	font-weight: bold;
	margin: -10px 10px 4px 4px;
	width: 150px;
	float: left;
	padding: 8px;
}
.quote-button a {
	text-decoration: none;
	color: #4A4D60;
}
.quote-button a:hover {
	color: #FFFFFF;
	background-color: #897D8B;
	padding: 6px;
}
.home-button {
	float: right;
	text-align: center;
	display: block;
	border: solid grey 2px;
	background-color: #FB7802;
	font-weight: bold;
	margin: 9px;
	padding-top: 4px;
	padding-bottom: 5px;
	width:160px;
}
.home-button a {
	text-decoration: none;
	color: #4A4D60;
}
.home-button a:hover {
	color: #FFFFFF;
	padding: 6px;
}
