/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {	margin:0;	padding:0;	border:0;	font-weight:inherit;	font-style:inherit;	font-size:100%;	font-family:inherit;	vertical-align:baseline;}
body { line-height:1.5; background-image: url(../images/css/bg.jpg); background-repeat: repeat; background-position: center top; }
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body { font-size:75%; color:#000000; background-color: #EEEADB; font-family:Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 {	font-weight:normal;	color:#FFF;}
h1 { font-size:18px; margin-bottom:0.5em; color: #6c803b; font-weight: bold; text-transform: capitalize; font-family: Arial, Helvetica, sans-serif; }
h2 { font-size:14px; margin-bottom:15px; color: #6c803b; font-weight: bold; text-transform: capitalize; font-family: Arial, Helvetica, sans-serif; }
h3 { font-size:14px; margin-bottom:1em; font-family: Arial, Helvetica, sans-serif; color: #C96216; font-weight: bold; }
h4 {font-size:12px;	line-height:1em;	margin-bottom:.5em;	font-family: Arial, Helvetica, sans-serif;	font-weight: bold;	text-transform: uppercase;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p { margin:0 0 1.5em; line-height: 1.5em; font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
p img.left { float:left; padding:0; margin-top: 0em; margin-right: 1.5em; margin-bottom: 1.5em; margin-left: 0; }
p img.right { float:right; margin-top: 0em; margin-right: 0; margin-bottom: 1.5em; margin-left: 1.5em; }
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
hr { background:#000000; color:#000000; clear:both; float:none; width:95%; height:1px; border:none; margin-top: 35px; margin-right: 0; margin-bottom: 25px; margin-left: 0; padding: 0px; }
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol { margin:0; font-family: Arial, Helvetica, sans-serif; }
ul, ol { margin:0 1.5em 1.5em 0; padding-left:3.333em; font-family: Arial, Helvetica, sans-serif; }
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:2px 2px 2px 2px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select { border:1px solid #bbb; background-color: #FFF; color: #000; width:225px; padding: 3px; }
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#666; width: 225px; }
input[type=text], input[type=password], input.text, input.title, textarea, select { width: 225px; margin-top: 0.2em; margin-right: 0; margin-bottom: 0.2em; margin-left: 0; }
input.text, input.title { width:225px; padding:5px; background-color: #FFF; }
input.title {font-size:1.5em;}
textarea { font-family: Arial, Helvetica, sans-serif; font-size: 12px; width:225px; height:50px; padding:3px; }
input[type=checkbox], input[type=radio], input.checkbox, input.radio { position:relative; top:.25em; background-color: #FFF; width:225px; }
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* grid.css */
.container {width:900px;margin:0 auto;}
.last, div.last {margin-right:0;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}
#main { width: 844px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; clear: both; display: block; padding-top: 0px; padding-right: 35px; padding-left: 35px; background-image: url(../images/css/bg-main.png); background-repeat: repeat-y; background-position: center; min-height: 400px; padding-bottom: 0px; }
#outer-wrapper { margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; }

#content { width: 460px; margin-left: 35px; float:left; margin-top: 35px; margin-right: 0px; margin-bottom: 0px; }
.left-image { float: left; margin-right: 5px; margin-bottom: 5px; border: 2px solid #FFF; }
.testimonial { font-style: italic; text-align: right; }
.thumb img { border: 3px solid #FFF; padding: 0px; margin-top: 5px; margin-right: 6px; margin-bottom: 5px; margin-left: 0px; }


#map {	float: left;	margin-right: 15px;	border: 1px solid #000;}




/* sidebar.css */
#sidebar { width: 256px; margin-right: 0px; float: right; background-color: #EEEADB; border: 1px solid #EEEADB; margin-bottom: 25px; margin-top: 20px; padding-top: 15px; padding-right: 25px; padding-bottom: 15px; padding-left: 15px; }
#sidebar #feature { padding-bottom: 25px; }

#sidebar h1 { font-size: 20px; font-weight: bold; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #000; padding-bottom: 8px; text-transform: uppercase; }

#contact { margin-top: 5px; padding: 0px; }







/* header.css */
#nav { height:25px; padding-right: 30px; padding-left: 30px; margin: 0px; background-color: #1f1615; text-align: center; padding-top: 8px; padding-bottom: 8px; color: #FFF; font-weight: bold; }
#nav #menu { width: 775px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; }



#header { width: 826px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; background-image: url(../images/css/bg-header.png); background-repeat: no-repeat; background-position: center top; padding-right: 42px; padding-left: 42px; height: 304px; padding-top: 30px; padding-bottom: 10px; }
#header #logo { float: left; height: 304px; width: 413px; display:block; margin: 0px; }
#header #flash{ height:304px; background-image: url(../../Level%20Construction/LevelConstruction-New/images/css/flash-holder.jpg); width: 413px; background-repeat: no-repeat; margin: 0px; float: left; }
#header #badge { z-index: 999; position: relative; right: -35px; float: right; height: 200px; width: 200px; }
#service-menu { background-color: #1f1615; padding-left: 10px; height: 150px; border-bottom-width: 10px; border-bottom-style: solid; border-bottom-color: #C96216; padding-top: 8px; }
#service-menu-none { background-color: #1f1615; padding-left: 10px; height: 5px; border-bottom-width: 10px; border-bottom-style: solid; border-bottom-color: #C96216; padding-top: 0px;}

#service-menu .feature-wrapper { float: left; width: 164px; padding-top: 10px; text-align: center; }
.feature-wrapper img { border: 3px solid #FFF; }
.feature-wrapper p { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFF; line-height: 16px; padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 8px; margin-left: 0px; font-weight: bold; }
.feature-wrapper a { color: #FFF; text-decoration: none; font-size: 14px; padding-right: 8px; padding-left: 8px; }



#subnav { height: 20px; float:right; margin-left: 300px; margin-bottom: 5px; text-transform: uppercase; color: #000; font-size: 14px; font-weight: bold; margin-right: 30px; margin-top: 5px; }
#subnav a{ margin-left: 10px; color: #000; text-decoration: none; }





/* footer.css */
#footer { clear:both; padding-bottom: 25px; margin-top: 0px; margin-bottom: 0px; padding-top: 15px; background-color: #1F1615; text-align: center; font-family: Arial, Helvetica, sans-serif; color: #999; }
.footer-links { margin-top: 15px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; font-size: 11px; padding-left: 25px; }
.footer-links p { line-height: 18px; font-size: 10px; color: #FFF; margin: 0px; }
#footer a { font-size: 11px; color: #FFF; text-decoration: none; padding-right: 10px; padding-left: 10px; margin-bottom: 15px; font-family: Arial, Helvetica, sans-serif; }
.footer-links a:hover { font-size: 10px; color: #FFF; text-decoration: underline; padding-right: 15px; padding-left: 0px; margin-bottom: 15px; }
#footer p .footer-clickdepot { color: #C60; }

