body {
	margin: 0px;
	min-width: 980px;
	text-align: center;
	background: #C0D0D6 url(../images/page_bg.png) 0px 0px repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
}
#wrapper {
	width: 980px;
	margin: 0px auto;
	text-align: left;
}
#header {
	height: 145px;
	background: url(../images/header_bg.gif) 0px 0px repeat-x;
	position: relative;
}
#header .curve {
	background: url(../images/header_curve.gif) left bottom no-repeat;
	height: 145px;
}
#header h1 {
	background:url(../images/header_logo.gif) 0 0 no-repeat;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 29px;
	left: 18px;
}
#header h1 a {
	display: block;
	width: 369px;
	height: 90px;
}
#header h1 a em {
	display: none;
}
#header a#quote {
	display: block;
	width: 262px;
	height: 51px;
	background: url(../images/bttn_freequote.gif) 0px 0px no-repeat;
	position: absolute;
	top: 37px;
	right: 14px;
}
#header a#quote em {
	display: none;
}
#topnav {
	height: 40px;
	background: url(../images/topnav_bg.png);
	margin: 5px 0px;
}
#topnav .curve {
	background: url(../images/topnav_rtcurve.png) top right no-repeat;
	height: 40px;
}
#topnav ul {
	margin: 0px;
	padding: 10px 0 0 20px;
	display: block;
	height: 30px;
	background: url(../images/topnav_ltcurve.png) 0 0 no-repeat;
}
#topnav ul li {
	list-style: none;
	display: inline;
	text-transform: uppercase;
}
#topnav ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 30px 0px 0px;
}
#topnav ul li a:hover {
	color: #89CAE3;
}
#content {
	background: #fff url(../images/content_bttm_curve.gif) left bottom repeat-x;
}
#content h1 {font-size: 1.8em; color: #900; margin: 0px; padding: 0px;}
#content h2 {font-size: 1.4em; color: #900; margin: 0px 0px 8px 0px; padding: 0px;}
#home #content h2 {font-size: 1.25em; color: #15435B; padding: .25em .5em; background: #eee; margin: 2em 0 1em 0;}
#content form.quoteform h2 {font-size: 1.25em; color: #15435B; padding: .25em .5em; background: #eee;}
#content .curve {
	padding: 20px;
	background:url(../images/content_top_curve.gif) 0 0 no-repeat;
}
#home #content .curve {
	background: url(../images/content_hm_curve.gif) 0 0 no-repeat;
}
#content table td {vertical-align: top;}
#content table td#leftcol {background: #15435B url(../images/ltcol_head.png) 0 0 no-repeat; padding: 42px 0px 0px 0px;}
#leftcol ul {margin: 0px; padding: 0px;}
#leftcol ul li {list-style: none; border-bottom: solid 1px #1E5974;}
#leftcol ul li a {display: block; padding: 10px 20px; color: #fff;}
#leftcol ul li a:hover {text-decoration: underline;	color: #89CAE3;}
table#services {border: none;}
table#services td {padding: 0px 18px 18px 0px;}
table#services td strong {font-size: 1.25em;}
#footer {background: #1C678E url(../images/footer_curve.gif) left bottom no-repeat; height: 100%; padding: 20px; color: #fff; margin: 0px 0px 20px 0px;}
#footer ul {margin: 0px; padding: 0px;}
#footer ul li {list-style: none; display: inline; margin: 0px 12px 0px 0px;}
#footer ul li a {color: #fff;}

tr.line td {border-bottom: solid 1px #eee;}
form .req {color: #c00; font-size: 1em; font-weight: bold;}
form.quoteform {}
form.quoteform td {font-size: 1em;}
form.quoteform input {border: solid 1px #6699FF; font-size: 1.25em; padding: 4px;}
form.quoteform textarea {border: solid 1px #6699FF; font-size: 1.2em; padding: 4px;}
form.quoteform input.bttn {background:#EBFFE3; border:1px solid #90CF3E; color: #336600; cursor:pointer; font-weight:bold; padding:0.5em; text-transform:uppercase; font-size: 1em;}
form.quoteform input.bttn:hover {background: #90cf3e; color: #fff;}