@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, 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: #B8D14B; color: #333; font-family: Arial, Verdana, 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 */ 
	font-weight: bold;
}
h1 { font-size: 1.5em /* 18px */; color: #8FA52D; }
h2,h3  { font-size: 1.2em /* 14px */; color: #1A84A8;  }

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: #1A84A8; text-decoration: underline; }
a:hover, a:active { color: #333; 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; z-index: 2;}

#nav ul, #nav li, #callout ul, #callout li, #branding ul, #branding li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; }
#nav li { position: relative; }
#nav li ul { position: absolute; display: none; }
#nav li:hover ul, #nav li.hover ul { display: block; }


#footer { margin: 40px auto; text-align: center; color: #333; }
#footer p { font-size: 1em; }
#footer a, #footer a:visited { color: #1A84A8; text-decoration: underline; }
#footer a:hover, #footer a:active { color: #333; 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;clear:both; }

/* fieldset styling */
fieldset { margin: 1em 0; padding: 1em; border : 1px solid #e2e2e2 }

/* legend styling */
legend { font-weight: bold; color: #1A84A8; }

/* 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: 314px; padding: 0 .25em; background-color: #1A84A8; color: #fff; text-transform: uppercase; font-size: 90%; }

form table td input {width:auto;}

/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/
#wrapper { width: 970px; margin: 0 auto; }
#branding h1#logo { float: left; padding: 81px 2px 0 0; }
#branding h1#logo a { display: block; width: 310px; height: 142px; text-indent: -999em; position: relative; }
#branding h1#logo span { display: block; background: url(../images/logo.png) no-repeat 0 0; position: absolute; top:0; left:0; width: 310px; height: 142px;  cursor: pointer; }
#branding p.phone { position: absolute; top: 152px; left: 0px;  }
#branding p.phone strong { font-size: 1.56em; color: #fff; display: block; font-weight: bold; letter-spacing: 1px; margin-bottom: 4px;}
/* top box */
#branding ul { float: left; padding-top: 42px; }
#branding li.top-box { float: left; margin-right: 1px; width:215px; position: relative; background: url(../images/bg_top-box-m.png) repeat-y 0 0; text-align: center; height: 154px;
 }
 #branding li.last { margin-right:0; }
#branding li.top-box img { display: block; margin: 0 auto; }
#branding li.top-box p { font-size: 1.2em; font-weight: bold; color: #fff; padding: 7px 2px 2px 2px; margin: 0; }
#branding li.top-box p a { color: #fff; }
span.t, span.b { position: absolute; display: block; }
.top-box span.t{ background: url(../images/bg_top-box-t.png) no-repeat 0 0; top:-10px; left:0; width: 215px; height: 10px;}
.top-box span.b{ background: url(../images/bg_top-box-b.png) no-repeat bottom left; bottom:-10px; left:0; width: 215px; height: 10px; }

#content { margin-top: 10px; margin-bottom: 24px; padding-bottom: 12px; position: relative; width: 970px; background: url(../images/bg_content-m.png) repeat-y 0 0;  
}
#content span.t { top:-20px; left:0; background: url(../images/bg_content-t.png) no-repeat 0 0; width: 970px; height: 20px; }
#content span.b { bottom:-24px; left:0; background: url(../images/bg_content-b.png) no-repeat 0 0; width: 970px; height: 24px; }
* html #content span.b { bottom:-25px;}


.left-column { float: left; width: 231px; padding: 12px 0 0 16px;}
.right-column { float: right; width: 676px; padding: 14px 16px 0 0; }
/* nav */
#nav li { width: 231px; }
#nav a { display: block; width: 219px;border-bottom: 1px solid #fff; color: #fff; text-decoration: none; background: #029BB7; font-size: 1.1em; padding: 6px 0 5px 12px; }
#nav a.current, #nav a:hover,
#nav a:hover, #nav a:active, #nav a.current, 
.home #nav #nav-home a,
.about #nav #nav-about a,
.termite #nav #nav-termite a,
.commercial #nav #nav-commercial a,
.residential #nav #nav-residential a,
.infrared #nav #nav-infrared a,
.scent #nav #nav-scent a,
.testimonials #nav #nav-testimonials a,
.retail #nav #nav-retail a,
.helpful #nav #nav-helpful a,
.green #nav #nav-green a,
.children #nav #nav-children a,
.pay #nav #nav-pay a,
.contact #nav #nav-contact a
{ background: #B8D14B; color: #333; text-decoration: none; }



/* brand group */
#brand-group { width: 200px; margin:0 auto; text-align:center}
#brand-group img {  padding-top: 14px;}

#context { float: left; width: 420px; }
.right-column h1 { margin-bottom: 0.9em; }
.right-column h2 { margin-bottom: 0.5em; text-transform: uppercase; }
.right-column h3 {margin-bottom: 0.2em; margin-top: 0;}
.right-column p { color: #333; font-size: 1.1em; }
.right-column p.definition { margin: 0; padding-left: 12px; }
.right-column p.last { margin-bottom: 1.1em; }
.right-column dfn { font-weight: bold; font-style: normal; }
#side { float: right; padding-right: 6px; }
/* callout */
#callout { background: #F4F7E7; padding: 12px; width: 196px; }
#callout h2 { margin-bottom: 0.5em; text-transform: uppercase; }
#callout p { margin-bottom: 0.3em; font-size: 1.1em; }

/* map*/
#map { padding: 39px 0 0 8px; }

/*  
 * interior page
 */
* html .interior #content span.b { bottom:-25px;}
 .interior .right-column h2 { text-transform: none; }
 .interior .right-column h3.second,  .int .right-column h2.second { margin: 1.4em 0 0 0; }
 .interior .right-column p.title { margin: 0; }

#mpe {padding-right:30px;}