@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: white; color: black; font-family: 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 */ }
h1 { font-size: 1.5em /* 18px */; }
h2 { font-size: 1.3em /* 15px */; }
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: #587932; text-decoration: underline; }
a:hover, a:active { 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; }
#nav li ul { position: absolute; display: none; }
#nav li:hover ul, #nav li.hover ul { display: block; }

#footer { margin: 0 auto; font-size: 90%; line-height: 1.2em; text-align: center; color: lime; }
#footer a, #footer a:visited { color: lime; text-decoration: underline; }
#footer a:hover, #footer a:active { color: lime; 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 #003d64 }

/* legend styling */
legend { font-weight: bold; color: #003d64; }

/* 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: #003d64; color: #fff; text-transform: uppercase; font-size: 90%; }

/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/

.clear {
	clear:both;
}

body {
	background:#003D64;
	color:#FFF;
	font-family:Arial, sans-serif;
}

#wrap {
	background:#DAE3EB;
	color:#1B3443;
	margin:0 auto;
	padding:0 15px;
	width:734px;
}

#branding {
	background:url(../images/design/header.jpg) no-repeat;
	height:308px;
}

#branding h1,
#branding p {
	height:132px;
	left:95px;
	margin:0;
	position:absolute;
	top:127px;
	width:568px;
}

#branding h1 a {
	display:block;
	height:100%;
	text-indent:-9000px;
}

#branding p {
	bottom:0;
	color:#FFF;
	height:40px;
	left:30px;
	line-height:40px;
	text-align:center;
	top:auto;
	width:675px;
}

#nav {
	background:#10496D;
	height:15px;
	line-height:15px;
	margin-bottom:18px;
	padding:10px 0 10px 2px;
	padding-left:50px;
}

#nav li {
	float:left;
	border-left:1px solid #FFF;

}

#nav a,
#nav a:link,
#nav a:visited,
#nav a:hover,
#nav a:active {
	color:#FFF;
	text-decoration:none;
}

#nav a {
	display:block;
	padding:0 7px;
}

#nav #nav-home {
	border-left:0;
}

#nav a:hover,
.home #nav #nav-home a,
.affiliations #nav #nav-affiliations a,
.residential #nav #nav-residential a,
.commercial #nav #nav-commercial a,
.articles #nav #nav-articles a,
.request #nav #nav-request a,
.contact #nav #nav-contact a {
	text-decoration:underline;
}






#callout {
	color:#67768E;
	float:left;
	width:188px;
}

#callout ul {
	margin-bottom:2em;
}

#callout li {
	background:#FFF;
	border-right:2px solid #BAC1C8;
	border-bottom:2px solid #BAC1C8;
	font-size:0.9em;
	line-height:1.35;
	margin-bottom:10px;
	padding:10px;
}

#callout h2 {
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:0.3em;
}

#callout a {
	color:#67768E;
	text-decoration:none;
}

#side-logos {
	text-align:center;
}

#side-logos img {
	margin-bottom:1em;
}

#content {
	float:right;
	padding:0 45px 20px 0;
	width:475px;
}

#content h1 {
	color:#003D64;
	font-size:1.4em;
	font-weight:bold;
}

#content h2 {
	color:#0064A3;
	font-size:1.2em;
	font-weight:bold;
}

#content h3 {
	color:#444;
	font-size:1.1em;
	font-weight:bold;
}

#content ul,
#content ol {
	padding:0;
	margin-left:1.75em;
}

#footer {
	color:#FFF;
	font-size:0.9em;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
}

#footer p {
	margin:0;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color:#FFF;
}