@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;
}
img {
	vertical-align:bottom;
} /* removes default bottom margin in images */
/* 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: aqua;
	text-decoration: underline;
}
a:hover, a:active {
	color: fuchsia;
	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: #ffefdb;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
blockquote p {
	padding-left: 10px;
}
cite {
	font-style:italic;
}
/* 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;
}
/* fieldset styling */
fieldset {
	margin: 1em 0;
	padding: 1em;
	border : 1px solid #e2e2e2
}
/* legend styling */
legend {
	font-weight: bold;
	color: #332E59;
}
/* 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: 281px;
	padding: 0 .25em;
	background-color: #332E59;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}
/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/

body {
	background:#999898;
	color:#222;
	font-family:Arial, sans-serif;
	padding:10px;
}
a, a:link, a:visited, a:hover, a:active {
	color:#393964;
}
#wrap {
	background:#FFF;
	border:4px solid #888;
	margin:10px auto;
	position:relative;
	width:839px;
}
#branding {
	background:url(../images/design/header.png) no-repeat;
	height:108px;
}
#branding h1 {
	height:108px;
	width:210px;
}
#branding h1 a {
	display:block;
	height:100%;
	text-indent:-9000px;
}
#branding p {
	position:absolute;
	top:22px;
	right:18px;
	text-align:right;
}
#branding .phone {
	color:#2F7670;
	display:block;
	font-size:18px;
	font-weight:normal;
}
#branding .email {
	display:block;
	color:#2A2A2A;
	text-decoration:none;
}
#branding .email:hover {
	text-decoration:underline;
}
#nav {
	height:24px;
	line-height:24px;
	padding:10px 0 0 15px;
	position:relative;
	z-index:2;
}
#nav li {
	border-left:1px solid #2C7770;
	float:left;
}
#nav li.first {
	border:0;
}
#nav li ul {
	background:#2C7770;
	height:auto;
	float:left;
	padding:5px 0;
	left:-1px;
	top:24px;
	width:150px;
}
#nav li li {
	border:0;
	font-size:0.9em;
	height:auto;
	line-height:1em;
}
#nav a {
	color:#2C7770;
	display:block;
	padding:0 13px;
}
#nav li:hover, #nav li.hover {
	background:#2C7770;
}
#nav li:hover a, #nav li.hover a, #nav li:hover li a:hover, #nav li.hover li a:hover {
	color:#FFF !important;
}
body.home #nav #nav-home a, body.services #nav #nav-services a, body.affiliations #nav #nav-affiliations a, body.testimonials #nav #nav-testimonials a, body.offers #nav #nav-offers a, body.estimate #nav #nav-estimate a, body.contact #nav #nav-contact a {
	color:#E3953B;
}
#callout {
	background:url(../images/design/callout.jpg) no-repeat;
	/* display:none; */
	height:254px;
	position:relative;
	z-index:1;
}
body.home #callout {
	display:block;
}
#callout ul li {
	color:#FFF;
	position:absolute;
	line-height:1.1;
	padding-top:8px;
}
#callout ul li.first {
	top:31px;
	left:605px;
	padding-top:15px;
	width:215px;
}
#callout ul li.second {
	top:100px;
	left:618px;
	width:200px;
}
#callout ul li.third {
	top:179px;
	left:615px;
	width:200px;
}
#callout ul li h3 {
	font-weight:bold;
	font-size:1em;
	margin-bottom:0.25em;
}
#callout ul li h3 a {
	color:#fff;
	text-decoration:none;
}
#callout ul li h3 a:hover {
	color:#fff;
	text-decoration:underline;
}
#callout ul li p {
	font-size:1em;
}
#phones {
	color:#666;
	left:336px;
	padding-left:0px;
	position:absolute;
	top:35px;
	font-size: 11px;
	width:173px;
}
#phones p {
	line-height:1.25;
	margin-bottom:1em;
}
#phones strong {
	font-size:1.2em;
}
#more-callouts a {
	height:28px;
	line-height:28px;
	left:356px;
	position:absolute;
	width:148px;
	color:#B5D6F4;
	display:block;
	text-indent:15px;
	text-decoration:none;
}
#callout-service-areas {
	top:180px;
}
#callout-more-listings {
	top:218px;
}

#win {width: 219px; height: 79px; }
/*
#win a {font-style: italic; text-decoration: none; color: #F00; font-weight: bold;}
#win a:hover {text-decoration: underline;}
*/

#win a {
	display: block;
	background: url(/images/promotion-NEW.png) 0 0 no-repeat;	
	width: 219px;
	height: 79px;
	text-indent: -9999px;
	position: absolute; top:25px; left: 280px;
}

#content {
	background:url(../images/design/content.png) left top repeat-x;
	border-top:3px solid #999898;
	font-size:0.9em;
	padding:15px;
	text-align:justify;
}
#content h1 {
	color:#332E59;
	margin-bottom:0.5em;
	font-weight:bold;
	font-size:1.4em;
}
#content h2 {
	color:#332E59;
	font-size:1.2em;
	font-weight:bold;
}
ul {
	margin-left:1.5em;
	padding:0;
}
strong, h1 .teal {
	color:#2F7670;
}
.grid {
	background:url(../images/design/grid.gif) center top repeat-y;
	margin-bottom:10px;
}
.dotted {
	background:url(../images/design/dot.gif) left top repeat-x;
}
.grid .group {
	padding:5px 0;
}
.col {
	float:left;
	padding:5px 15px;
	width:239px;
}
#logos {
	padding-top:20px;
	text-align:center;
}
#logos a {
	margin:0 15px;
}
#logos img {
	padding:0 10px;
}
#footer, #footer a, #footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
	color:#FFF;
}
.contact table td,
.service-areas table td {
	border: 1px solid #f5bf81;
}

#mp-main {
font-size:1.2em;
}
