/* 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;
}

/* Layout */
.hideit, #phome .locals
{
	 display: none;
}
.cleanclear
{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
/* 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; }

/* Tables */
.tbl {
	border: none;
	margin: 0px auto;
}
.tbl td {
    padding: 6px;
}
.tbl tr:hover, .tbl tr:hover td {
    background: #ffc;
}
.tbl .odd, .tbl .odd td {
    background: #edf6ff;
}
.tbl .header, .tbl .header td {
    background-color: transparent !important;
}

.pdf {
	background: url(../_img/link_pdf.gif) no-repeat top right !important;
	padding-right: 24px;
}

body {
	margin: 17px 0px;
	font: 14px/20px "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;
	background: #000 url(../_img/bodybg.gif) repeat;
	color: #fff;
}
a {color: #fff;}
#wrapper {
	margin: 0px auto;
	width: 930px;
	padding: 5px;
	background-color: #fff;
	position: relative;
}

#header {
	width: 930px;
	height: 138px;
	background: url(../_img/headerbg.png) repeat-x;
}
#logo {
	position: absolute;
	width: 274px;
	height: 133px;
	left: 24px;
}
#calltoday {
	position: absolute;
	top: 10px;
	left: 757px;
	font-size: 17px;
	line-height: 23px;
	text-align: right;
}
#chatnow {
	position: absolute;
	width: 217px;
	height: 30px;
	top: 38px;
	left: 610px;
	font-size: 17px;
	line-height: 23px;
}
#menu {
	position: absolute;
	top: 100px;
	left: 495px;
	font-size: 17px;
	line-height: 23px;
}
#menu ul, #menu li
{
	float: left;
}
#menu li {
	margin: 0px 10px;
	font-size: 23px;
	line-height: 29px;
}
#menu li a {text-decoration: none;}
#menu ul .first {margin-left: 0px;}
#menu ul .last {margin-right: 0px;}
#menu li a:hover, #phome #lhome, #pservices #lservices, #pwork #lwork, #pabout #labout, #pcontact #lcontact {
	display: block;
	float: left;
	height: 38px;
	background: url(../_img/menu-icon.gif) no-repeat center bottom;
}

#content {
	width: 930px;
	padding-bottom: 5px;
}
#content-copy {
	float: left;
	width: 675px;
	color: #000;
}
#content-copy a {color: #000;}
#content-copy p {margin: 12px 0px;}
#content-copy h2 {border-bottom: solid 1px #ccc;}
#content-copy .slideshow {
	width: 675px;
	height: 221px;
}

.work-item {
    clear: both;
    width: 675px;
    margin: 10px 0px;
}
.work-item h2 {border-bottom: solid 1px #ccc; margin-bottom: 10px;}
.work-thumb {width: 675px;}
/*.work-thumb a img
{
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.work-thumb a:hover img
{
	filter: alpha(opacity=100);
	opacity: 1.0;
}*/
.work-services, .work-options {
    width: 325px;
    padding: 5px 0px 10px 0px;
    font-size: 12px;
    line-height: 18px;
}
.work-services {
    float: left;
    padding-left: 5px;
}
.work-options {
    float: right;
    padding-right: 5px;
    text-align: right;
}

#content-sidebar {
	float: right;
	width: 238px;
	background: #000 url(../_img/sidebarbg.gif) center bottom no-repeat;
	background-color: #000;
	border: solid 1px #3C2B1E;
	min-height: 250px;
	padding: 5px;
	font-size: 15px;
	line-height: normal;
}
#content-sidebar a {text-decoration: none;}
#content-sidebar a:hover {color: #992600;}
#content-sidebar .contactinfo {
	text-align: right;
	font-size: 15px;
	line-height: normal;
	margin-top: 150px;
}
div.hr {
	border-top: solid 1px #333333;
	margin: 5px auto;
	height: 1px;
	overflow: hidden;
}

#footer {
	width: 930px;
	height: 65px;
	background: url(../_img/footerbg.png) repeat-x;
}
#footerl {
	float: left;
	width: 460px;
	padding-top: 8px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 16px;
}
#footerl a {text-decoration: none;}
#footerl a:hover {text-decoration: underline;}
#footerr {
	float: right;
	width: 460px;
	padding-right: 5px;
}
#footerr ul {float: right;}
#footerr ul li {float: left; padding: 0px 2px;}
#footerr ul li .first {padding-left: 0px;}
#footerr ul li .last {padding-right: 0px;}
#footerr ul li a {display: block; float: left; height: 35px; padding-top: 15px;}
#footerr ul li a:hover {background: url(../_img/footer-menu-icon.gif) center top no-repeat;}


/* Form */
.required {
    color: #992600;
    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: 14px/20px "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;
	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: #cc3300;}
.webform_controls {
    clear: both;
    margin: 20px auto;
    text-align: center;
}

/* Side Quote Form */
.sbquote p {
	margin: 4px 0px;
}
.sbquote {
    margin: 0px auto;
    width: 238px;
	font-size: 13px;
	line-height: 19px;
}
.sbquote label {
	float: left;
    width: 43px;
	margin-right: 5px;
	text-align: right;
}
.sbquote input, .sbquote textarea  {
	margin: 0px;
	padding: 2px;
    width: 182px;
    border: none;
    background-color: #fff;
	color: #000;
	font: 13px/13px "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;
	overflow: auto;
}
.sbquote textarea {height: 100px;}
.sbquote_controls {
	padding-left: 48px;
	padding-bottom: 10px;
	text-align: center;
}