@charset "UTF-8";
/******************************************************************************************************

										Market Hardware Core CSS

/******************************************************************************************************/

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address { margin: 0; padding: 0; text-indent: 0; border: none; outline: none; list-style: none; text-decoration: none; font-size: 100%; font-weight: inherit; font-style: inherit; }
table, td, tr, tbody, thead, th, caption { border-spacing: 0; border: none; border-collapse: separate; vertical-align: top; text-align: left; font-weight: normal; }

/* typography */
body { font-size: 0.75em /* 12px */; background: #cedce9; color: #666; font-family: Arial, sans-serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { color: #608091 }
h1 { font-size: 1.5em /* 18px */; margin-bottom: 5px; }
h2 { font-size: 1.3em /* 15px */; border-top: 1px dotted #ccc; padding-top: 20px; }
h3 { font-size: 1.2em /* 14px */; }
h4, h5, h6 { font-size: 1.1em /* 13px */; }

p, ul, ol { margin-bottom: 1.1em; } /* DO NOT RESIZE */
li { margin-bottom: 0.5em; }

a, a:visited { color: #6eb4cd; text-decoration: underline; }
a:hover, a:active { color: #6eb4cd; text-decoration: none; }

/* group (also known as clearfix) applies style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.group { zoom: 1; display: block; }

/* layout */
#branding { position:relative; display: block; margin: 0 auto; width: 828px; height: 95px; }
#branding h1 { margin: 0; position: absolute; top: 15px; left: 15px; }
#branding h1 a { display: block; height: 70px; width: 277px; background: url(/design/logo.gif) no-repeat; text-indent: -99999px; }
#branding p { position: absolute; top: 15px; left: 475px; display: block; padding-left: 50px; background: url(/design/phone.gif) left center no-repeat; font-size: 1.9em; line-height: 2.5em; color:  #999; }

#nav { background: url(/design/side-inner.gif) no-repeat; padding-top: 20px; margin-left: 16px; font-size: 90%; font-weight: bold; margin-bottom: 3em; }
.home #nav { background: url(/design/side-home.gif) no-repeat; }
#nav ul, #nav li, #callout ul, #callout li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; }

#nav ul { margin: 0 10px; }
#nav li { position: relative; }
#nav li ul { position: absolute; display: none; }
#nav li:hover ul, #nav li.hover ul { display: block; }

#nav a, #nav a:visited { color: #ede0be; text-decoration: none; padding: 0 15px; border-bottom: 1px solid #fff; display: block; line-height: 22px; height: 22px; }
#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about #nav #nav-about a,
.residential #nav #nav-residential a,
.commercial #nav #nav-commercial a,
.geo #nav #nav-geo a,
.contracts #nav #nav-contracts a,
.products #nav #nav-products a,
.articles #nav #nav-articles a,
.request #nav #nav-request a,
.contact #nav #nav-contact a { color: #6eb4cd; text-decoration: none; }

#footer { margin: 0 auto; font-size: 90%; text-align: center; color: #999; width: 828px; background: url(/design/footer.gif) no-repeat; padding-top: 60px; }
#footer a, #footer a:visited { text-decoration: underline; }
#footer a:hover, #footer a:active { text-decoration: none; }

.breadcrumb { font-size:85%; padding-bottom: 10px; }
.breadcrumb a { outline: none; }
blockquote { margin: 10px 10px; padding: 5px; background: #f2f2f2; border-bottom: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; }
blockquote p { padding-left: 10px; }

/* forms */
form, fieldset, input { margin : 0; padding : 0; }
form { width: 38em; margin-left: 5px; }
form p { font-size: 100%; padding: 2px; margin: 0; }

/* fieldset styling */
fieldset { margin: 1em 0; padding: 1em; border : 1px solid #e2e2e2 }

/* legend styling */
legend { font-weight: bold; color: #0339a2; }

/* style for  labels */
label { float: left; width: 14em; }

/* style for required labels */
label .required { font-size: 0.9em; font-style: normal; color: red; }
label.error, input.submit { color: #F00; margin: 5px 0 0 0; }
input { width: 225px; }
input.radio, input.submit { width: auto; }
textarea { width: 225px; height: 100px; padding:0; }

/* submit */
form div input, form div button { width: 100px; margin-top:5px; margin-left: 297px; padding: 0 .25em; background-color: #0339a2; color: #fff; text-transform: uppercase; font-size: 90%; }

/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/

#container { background: #fff url(/design/top.gif) no-repeat; width: 828px; margin: 0 auto; padding-top: 15px; }
#container .tube { background: url(/design/drip.gif); }
#leftcol, #rightcol { float: left; clear: none; display: inline; }

#leftcol { width: 223px; position: relative; }
#rightcol { width: 555px; padding: 20px 20px 0; }
.home #rightcol { padding-top: 305px; background: url(/design/callout.jpg) 0 1px no-repeat; }

#callout ul { display: none; }
.home #callout ul { display: block; position: absolute; top: 15px; left: 450px; color: #999; }
#callout li { display: block; padding: 20px 20px 0; width: 240px; }
#callout li a { text-decoration: none; }
#callout li p { margin: 0; }
#callout li#green { margin-bottom: 10px; }
#callout li#contact, #callout li#request { margin-left: 60px; width: 240px; }


body { background: #cedce9 url(/design/cloud.gif) -984px 0 repeat-x; }
