@charset "utf-8";

* {
	margin:0;
}
body {
	background:#EFF8FD url(images/body_bg.jpg) repeat-x top center;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0 15px 0;
}
img {
	border:0;
}
textarea {
	background:#EEE;
}
.small { font-size:12px; }
#dumpster {
	width:322px;
	height:144px;
	background:url(images/dumpsters.jpg) top left;
}
#page {
	background:url(images/page_bg.jpg) repeat-y top center;
	width:886px;
	margin:0 auto;
	margin-bottom:20px;
}
#header {
	background:url(images/header_bg.png) no-repeat top center;
	width:886px;
	height:163px;
	margin:0 auto;
}
#header #logo {
	position:absolute;
	width:500px;
	height:105px;
}


#header #michigan {
	float:right;
	text-align:right;
	margin-top:25px;
	margin-right:10px;
}
#header #michigan span {
	font-size:20px;
	font-weight:bold;
}
#header #phone {
	position:absolute;
	text-align:right;
	margin-top:35px;
	margin-left:516px;
	font-size:12px;
}
#header #phone span {
	font-weight:bold;
	font-size:18px;
}
#header #phone a { color:#1D7599; }

#menu {
	position:absolute;
	margin-top:115px;
	margin-left:140px;
}
#menu a {
	display:inline-block;
	height:32px;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:top;
}
#menu a.home:hover{
	background-position:bottom;
}
#menu a.home.selected{
	background-position:bottom;
}
#menu a.about:hover{
	background-position:bottom;
}
#menu a.about.selected{
	background-position:bottom;
}
#menu a.compare:hover{
	background-position:bottom;
}
#menu a.compare.selected{
	background-position:bottom;
}
#menu a.book:hover{
	background-position:bottom;
}
#menu a.book.selected{
	background-position:bottom;
}
#menu a.types:hover{
	background-position:bottom;
}
#menu a.types.selected{
	background-position:bottom;
}
#menu a.contact:hover{
	background-position:bottom;
}
#menu a.contact.selected{
	background-position:bottom;
}
#menu a.home {
	width:124px;
	background:url(images/menu-home.jpg);
}
#menu a.about {
	width:140px;
	background:url(images/menu-about.jpg);
}
#menu a.book {
	width:165px;
	background:url(images/menu-book.jpg);
}
#menu a.types {
	width:160px;
	background:url(images/menu-types.jpg);
}
#menu a.contact {
	width:146px;
	background:url(images/menu-contact.jpg);
}




#main-form {
	background:url(images/main-form-bg.jpg) no-repeat top center;
	width:866px;
	height:280px;
	margin:0 auto;
}
#main-form table {
	margin:0 auto;
}
#main-form input {
	background:url(images/main-form-input.jpg) repeat-x;
	width:235px;
	color:#888;
	font-size:24px;
	text-align:center;
	border:1px solid #888;
	border-right:0;
}
#main-form .submit {
	padding:0;
	width:51px;
	height:45px;
	display:inline;
	border-right:1px solid #888;
	border-left:1px solid #888;
}
#main-form #right {
	width:400px;
	margin-top:20px;
	float:right;
	text-align:center;
}
#main-form #button-question {
	width:185px;
	height:80px;
	background:url(images/button-question.jpg) top no-repeat;
	display:block;
}
#main-form #button-question:hover {
	background-position:bottom;
}
#main-form #button-pricing {
	width:207px;
	height:80px;
	background:url(images/button-pricing.jpg) top no-repeat;
	display:block;
}
#main-form #button-pricing:hover {
	background-position:bottom;
}
#content {
	width:866px;
	margin:0 auto;
	font-size:12px;
}
#content p {
	margin:5px 0;
}
#content h1 {
	font-size:20px;
	margin-bottom:8px;
	color:#045685;
}
#content h2 {
	font-size:16px;
}
#footer {
	background:url(images/footer_bg.jpg) no-repeat top center;
	width:866px;
	height:63px;
	padding:10px 10px 5px 10px;
	font-size:12px;
}
#footer-left {
}
#footer-left a {
	font-size:16px;
	color:#186788;
	font-weight:bold;
}
#footer-right {
	float:right;
	text-align:right;
}
#footer-right span {
	font-size:20px;
	font-weight:bold;
}
#book {
	margin:20px auto;
	width:845px;
}
#book h2 {
	margin-bottom:10px;
	color:#333;
}
#book input[type=text] {
	background:url(images/input-bg.jpg) repeat-x bottom;
	width:200px;
	height:22px;
}

#cc {
	margin-top:5px;
}
#book-it {
	width:117px;
	height:39px;
}
#step1 input[type=checkbox] {
	width:20px;
}
#step2 input[type=radio] {
	width:20px;
	margin-left:10px;
}


#zip { height:44px; }

#priceDisplayC { display:block; float:right; width:101px; height:40px; background:url(images/priceDisplay.jpg) top left no-repeat; margin-right:15px;margin-top:20px; }

#priceDisplay { padding-top:9px;padding-left:5px;font-weight:bold;font-size:18px; }
