@charset "utf-8";
body {
	background: #DDD url(images/body-bg.jpg) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}
a {
	color:#09273F;
}
a:hover {
	background:#031C2F;
	color:#FFF;
}
#page {
	width:760px;
	margin:0 auto;
}
#header {
	width:760px;
	height:132px;
	background:url(images/header-bg.jpg) no-repeat top center;
	color:#FFF;
}
#header a {
	color:#FFF;
}
#header #phone {
	width:220px;
	height:65px;
	position:absolute;
	margin: 38px 0 0 437px;
	text-align:center;
}
#header #phone p {
	font-size:20px;
	margin:0;
}
#header #phone h1 {
	font-size:30px;
	margin:0;
}
#site-headline {
	color:#FFF;
	text-align:center;
	font-size:12px;
	margin-top:16px;
}
#left {
	width:400px;
	float:left;
}
#left ul {
	width:290px;
	list-style-type:none;
	padding:0;
	margin:0;
}
#left li {
	width:290px;
	font-size:22px;
	font-weight:bold;
	padding-left:40px;
	margin:20px 0;
	background: url(images/check.jpg) left center no-repeat;
}
#left #michigan {
	margin-right:10px;
	margin-top:40px;
}
#left p {
	font-size:14px;
}
#left #contain {
	height:392px;
	overflow:hidden;
}
#right {
	width:354px;
	float:right;
}
#right #form {
	width:354px;
	height:196px;
	padding-top:75px;
	background: url(images/form-bg.jpg) top left no-repeat;
}
#form table {
	width:310px;
	margin-left:20px;
	font-size:12px;
}
#form textarea {
	height:30px;
}
#form input[type=image] {
	float:right;
}
#form #secure {
	float:right;
	margin-left:9px;
}
#form .req {
	font-weight:bold;
	color:#F00;
}
#form .privacy {
	text-align:right;
	margin:12px 0 0 0;
	padding:0;
}
#right #installation {
	margin-top:15px;
	margin-left:50px;
}
#content {
	width:100%;
	height:500px;
	margin-top:25px;
}
#footer {
	margin-top:50px;
}

#serving {
	margin-top:50px;
	color:#333;
}
#serving p{
	font-size:10px;
	text-align:center;
}