/* general page setup */
*, html * {
	margin:0px; padding:0px;
}
html {
	height:100.01%;	
}
body {
	min-height:100%;  
	font-size:100.01%; 
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
}
/* common settings */
a {
	text-decoration:none;
	color:#00713E;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:0;
}
.clr {
	clear:both;
	height:0px;
	overflow:hidden;
}
.noshow {
	display:none;
}
.ucase {
	text-transform:uppercase;
}
/* content wrapper */
#wrap {
	width:1000px;
	border-bottom:24px solid #FFFFFF;
	margin:auto;
	text-align:left;
}
/* page header */
#header {
	margin-top:24px;
	height:89px;
	background:transparent url(images/headers/c1.jpg) top right no-repeat;
}
#head-img {
	width:356px;
	height:89px;
	display:block;
	background-image:url(images/header-logo.png);
}
#head-img span {
	display:none;
}
/* main content */
#content {
	margin-top:40px;
	padding-left:32px;
}
/* title pic / text */
h1 {
	height:35px;
}
h1 span {
	display:none;
}
/* main text */
#copy {
	width:750px;
	font-size:13px;
	float:left;
	background:transparent url(images/home-copy-bg.jpg) top right no-repeat;
}
#cms-copy {
	width:570px;
}
#cms-copy p, #cms-copy table {
	margin-top:22px;
}
#cms-copy ul {
	margin:10px 0 0 32px;
}
#cms-copy ul li {
	margin-top:12px;
}
address {
	font-style:normal;
	margin-top:12px;
}

/* quote buttons */ 
#quote-buttons {
	width:194px;
	list-style-type:none;
	float:right;
}
#quote-buttons li {
	height:176px;
	text-align:center;
	overflow:hidden;
}
#quote-buttons li a.book-fast {
	display:block;
	height:76px;
}
#quote-buttons li a.book-resi {
	display:block;
	color:#57575A;
	text-decoration:none;
	padding-top:20px;
}
#quote-buttons li a.book-resi span {
	height:23px;
	display:block;
	font-weight:bold;
	font-size:19px;
}
#quote-buttons li a.book-resi span.mini {
	font-weight:normal;
	font-size:13px;
	height:16px;
}
#quote-buttons li a.book-now {
	display:block;
	padding-top:10px;
	color:#0B8356;
	text-decoration:none;
	font-weight:bold;
	height:32px;
}
li.resi {
	background-image:url(images/residential-quote.png);
}
li.comm {
	margin-top:8px;
	background-image:url(images/commercial-quote.png);
}
blockquote {
	margin-left:16px;
}
div.email-error {
	font-size:15px;
	font-weight:bold;
	color:#FF0000;
}