/* RESET */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1px;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0px;}

/* Success, notice and error boxes */
.error,
.notice, 
.success    { display: block; padding: 5px; margin-bottom: 10px; border: 2px solid #ddd; }

.error ul,
.notice ul, 
.success ul    { list-style: square; margin: 0px; padding: 0px; margin-left: 20px; }

.error      { background: #FBE3E4; color: #8a1f11 !important; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721 !important; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409 !important; border-color: #C6D880; }
.error a    { color: #8a1f11 !important; }
.notice a   { color: #514721 !important; }
.success a  { color: #264409 !important; }

/* Layout */
.hideit {display: none;}
.cleanclear, .cc {clear: both; margin: 0px; padding: 0px; width: 0px;	height: 0px; overflow: hidden;}
p {margin: 8px 0px 10px 0px;}

body {margin-bottom: 20px; background: #280B05 url(../_img/bodybg.jpg) center top repeat-x; font: 16px/22px "Trebuchet MS", Arial, Helvetica; color: #000000;}
a {color: #000000;}

#wrapper {position: relative; width: 966px; margin: 0px auto;}
#header {width: 966px; height: 162px;}
#logo {position: absolute; top: 24px; width: 966px; text-align: center;}
#call {position: absolute; top: 10px; left: 750px; text-align: right; color: #F3570C; font-size: 18px; line-height: normal;}
#call span {font-size: 28px; color: #fff;}

#wrapperi {width: 966px;}
#wrapperi-top {width: 966px; height: 50px; background: url(../_img/wrapperi-top.png) no-repeat;}
#wrapperi-middle {width: 966px; background: url(../_img/wrapperi-middle.png) repeat-y;}
#wrapperi-bottom {width: 946px; height: 37px; padding-top: 10px; padding-right: 20px; background: url(../_img/wrapperi-bottom.png) no-repeat; color: #fff; text-align: right;}
#wrapperi-bottom a {text-decoration: none; color: #fff;}
#wrapperi-bottom a:hover {color: #F3570C}

#wrapperi-top #menu {width: 966px; padding-top: 13px;}
#wrapperi-top #menu ul {float: left; padding-left: 520px;}
#wrapperi-top #menu li {float: left; color: #fff; font-size: 18px; line-height: 36px;}
#wrapperi-top #menu li a {color: #fff; text-decoration: none;}
#wrapperi-top #menu li a:hover, #phome #lhome, #pabout #labout, #plinks #llinks, #pservice-request #lservice-request {color: #F3570C !important;}
#wrapperi-top #menu li.seperator {height: 36px; overflow: hidden; padding: 0px 25px;}

#content {width: 926px; padding: 10px 20px;}
#content blockquote {padding-left: 50px;}
#l {float: left; width: 702px; background-color: #fff;}
#l h1 {font-size: 28px; font-weight: normal; line-height: normal; color: #F3570C;}
#l h2 {font-size: 28px; font-weight: normal; line-height: normal; border-top: solid 2px #CCCCCC;}
#r {float: right; width: 206px; background-color: #fff;}

.testimonial {width: 206px; background-color: #fff;}
.testimonial-left {float: left; width: 20px; height: 19px; background:url(../_img/quote-left.gif) no-repeat left top;}
.testimonial-text {float: left; width: 166px; text-align: justify; padding-right: 20px; background:url(../_img/quote-left.gif) no-repeat right bottom;}

#credit {width: 946px; margin-top: -5px; padding-left: 20px; font-size: 10px; line-height: normal; color: #fff;}
#credit a {text-decoration: none; color: #fff;}


/* Form */
.required {
    color: #F3570C;
    font-weight: normal;
}
#form_view {
    width: 100%;
}
.webform p, .sbquote p {clear: both;}
.webform {
    margin: 0px auto;
    width: 440px;
}
.webform label {
    float: left;
    width: 190px;
    font-weight: bold;
}
.webform input, .webform textarea {
    margin: 0px;
    margin-right: 5px;
    padding: 2px;
    width: 190px;
    border: solid 1px #000;
    background-color: #fff;
	font: 16px/22px "Trebuchet MS", Arial, Helvetica;
	color: #000;
}
.webform textarea {height: 150px;}
.webform .state_txt {width: 25px;}
.webform .zip_label {
    position: absolute;
	text-indent: -99999px;
	width: 0px;
	height: 0px;
}
.webform .zip_txt {width: 55px;}
.webform input:focus, .webform textarea:focus {border-color: #F3570C;}
.webform_controls {
    clear: both;
    margin: 20px auto;
    text-align: center;
}