@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: #fff; color: #000; font-family: Arial, Helvetica, sans-serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { /* Use to set global header styles. ie, bold, italic, color, margin, padding */ 
}
h1 { font-size: 2em; /* 24px */; }
h2 { font-size: 2.06em /* 25px */; }
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: #031982; text-decoration: none; }
a:hover, a:active { color: #b4a850; 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; }

#nav ul, #nav li, #callout ul, #callout li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; }
#nav li { position: relative; }


#footer { margin: 20px auto 0; text-align: center; background: #fff; color: #333; border-top: 2px solid #6b6b6b; padding: 22px 0;  }
#footer p { font-size: 0.9em; /* 12px */ }
#footer a, #footer a:visited { color: #b4a850; text-decoration: none; }
#footer a:hover, #footer a:active { color: #031982; 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: 40em; margin-left: 5px; }
form p { font-size: 100%; padding: 2px; margin: 0;clear:both; }
form p em.required{ color:red; }
/* fieldset styling */
fieldset { margin: 1em 0; padding: 1em; border : 1px solid #e2e2e2 }

/* legend styling */
legend { font-weight: bold; color: #031982; }

/* 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; }

table.ui-datepicker-calendar thead, table.ui-datepicker-calendar tbody { font-size:12px;padding:0;margin:0; }
/* submit */
form div input, form div button { width: 100px; margin-top:5px; margin-left: 297px; padding: 0 .25em; background-color: #031982; color: #fff; text-transform: uppercase; font-size: 90%; }

/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/
/* font-size guide
	10px->0.83em 11px->0.92em 12px->1em 13px->1.1em 14px->1.2em 15px->1.4 em 16px->1.33em 17px->1.42em 18px->1.5em 19px-> 20px->1.67em 21px->1.75em 22px->1.83em 23px->1.92em 24px->2em 25px->2.06em 28px->2.33em
 */
.ir a { display: block; position: relative; }
.ir span { display: block; width: 100%; height: 100%; position: absolute; top:0; left:0; cursor: pointer; }
span.tr, span.tl { overflow: hidden; display: block; position: absolute; }

#wrapper {width: 940px; margin: 0 auto; background: #fff; color: #000; padding: 40px 0 0; }

#branding {height: 130px; }
#branding h1#logo a { width: 300px; height: 125px; float: left; overflow: hidden;}
#branding h1#logo a span { background: url(../design/logo.png) no-repeat 0 0;}
#branding .contact-us { float: left; padding: 45px 0 0 18px;  color: #031982;}
#branding .contact-us h2 { font-size: 1.83em; height: 40px; /* 22px */  font-family: Georgia, "Times New Roman", serif; font-weight: bold;  }
#branding .contact-us h2 span { float: left;}
#branding .contact-us h2 strong { background: url(../design/bg_sprite.png) no-repeat 0 -87px; text-indent: -999em; float: left; width: 45px; height: 45px; position: relative; margin: -12px 8px 0; display: inline;}
#branding .contact-us h2 em { color: #031982;}
#branding .contact-us p { clear: left; font-weight: bold; font-size: 1.83em ; text-transform: uppercase;overflow: hidden; margin: 0 0 10px; padding: 0;}
#branding .contact-us .demand {  color: #6b6b6b;  font-size: 1.67em; font-style: normal; letter-spacing: -1px; line-height: 1; }
#branding .contact-us .demand strong { font-size: 1.5em; margin-left: 20px; letter-spacing: -2px;}


/* nav */
#nav { background: #031982; padding-left: 25px; position: relative; z-index: 100;}
#nav li { float: left;}
#nav li a { padding: 11px 28px; color: #fff; font-size: 1.5em; text-transform: uppercase; text-decoration: none;  z-index:2; float: left;}
#nav li.last { background: transparent; }
/*#nav li a.current, 
#nav li a.hover*/

#nav li.hover a,
#nav li:hover a,
#nav li a:hover,


.home #nav #nav-home a,
.about #nav #nav-about a,
.home-inspections #nav #nav-home-inspections a,
.energy-inspections #nav #nav-energy-inspections a,
.contact #nav #nav-contact a
 { background: #b4a850; position: relative; color: #031982;}

#nav li ul { position: absolute; padding: 0; display: none; z-index: 100; width: 270px; top:40px; left: 0; }
#nav li ul li { padding:0; margin:0;width:2px; clear: left;}
#nav li ul li a { width: 270px;  background: #031982; padding: 7px 0 7px 28px; text-transform: none; }
#nav li ul li a:hover { background: #b4a850; color: #031982; }


/* banner */
#banner {  padding: 0; margin: 7px auto 30px;}
#banner li { margin: 0; padding: 0; list-style: none; margin-right: 20px; float: left; width: 300px; height: 245px; font-size: 1.83em; overflow: hidden; text-align: center;}
#banner li img { display: block; margin-bottom: 1px;}
#banner li a strong{ display: block; height: 51px; line-height: 51px; background-color: #031982; color: #b4a850;}
#banner li a:hover strong{ background-color: #b4a850; color: #031982;}
#banner li.last { margin-right: 0; }

/* content */
#content { margin: 0px auto; background: #fff;  }
.left-column { float: left; width: 300px; padding: 0; background: #F0EEDC;}
.home .left-column { background: none;}
.right-column { float: right; width: 622px; padding: 0;   }

.right-column p, .right-column li { font-size: 1.167em; line-height: 1.5em; }
.home .right-column h1 { height: 45px; font-weight: bold;}
.right-column h2 { font-size: 1.67em; margin-bottom: 0.3em; padding: 0; clear: left;}
.home .right-column h1 em { font-style: normal;}
.home .right-column h1 span { float: left;}
.home .right-column h1 strong { background: url(../design/bg_sprite.png) no-repeat 0 -87px; text-indent: -999em; position: relative; float: left; width: 45px; height: 45px; margin: -12px 8px 0; display: inline;}


.left-column #side {  background: #F0EEDC; padding: 0; margin-bottom: 0.4em;  }
.home .left-column #side { background: none; padding: 0; margin-bottom: 0.4em;  }
.left-column #side ul,
.left-column #side ul li { list-style: none; margin: 0; padding: 0; *zoom: 1;}
.left-column #side ul li a { line-height: 32px; background: url(../design/bg_sprite.png) no-repeat -102px -108px; display: block; height: 32px; padding-left: 30px; color: #b4a850; margin-bottom: 5px;}
.left-column #side ul li a:hover { background: url(../design/bg_sprite.png) no-repeat -62px -150px; color: #031982;}
.home .left-column #side ul li a { background-position: -102px 0; }
.home .left-column #side ul li a:hover { background-position: -61px -43px; }
.left-column #side ul { padding-left: 5px; font-size: 1.33em; font-weight: bold;}
.left-column #side p { color: #666; font-size: 1.33em; line-height: 24px; }
.left-column #side p a { color: #336666; }
.left-column #brand { text-align: center; padding: 48px 0 40px; }
/* callout */

#callout li {  }

/* interior page */
body.interior #content .right-column,
body.interior #content .left-column { padding: 30px 0;}
body.interior #content .right-column h1 { font-size: 1.83em; margin: 0 0 10px; color: #66561e;}
body.interior #content .right-column h2 { font-size: 1.33em; margin: 32px 0 0.5em; color: #5c4a1f;}
body.interior #content .right-column h3 { margin: 32px 0 0.5em; font-size: 1.166em;}
body.interior #content .right-column ol, 
body.interior #content .right-column ul { margin: 0 0 2.3em 1em; padding: 0; }
body.interior #content .right-column li { margin-left: 2em; }
body.interior #content .right-column ul li { list-style: none; background: url(../design/bullet.png) no-repeat 0 4px; margin-left: 1em; padding-left: 1em; }


body.interior table caption { font-weight: bold; margin-bottom: 8px; }
body.interior table td { text-align: center; width: 50px; padding-top: 8px; }
