@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: 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 */ }
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: #666; text-decoration: underline; }
a:hover, a:active { color: #000; 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; }

#nav a, #nav a:visited { color: #053a62; text-decoration: none; }
#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.residential #nav #nav-residential a,
.commercial #nav #nav-commercial a,
.testimonials #nav #nav-testimonials a,
.payment #nav #nav-payment a,
.maintenance #nav #nav-maintenance a,
.request #nav #nav-request a,
.articles #nav #nav-articles a,
.contact #nav #nav-contact a { color: #7FADD0; text-decoration: none; }
*/

#footer { margin: 0 auto; font-size: 90%; text-align: center; color: #5D7D96; }
#footer a, #footer a:visited { color: #5D7D96; text-decoration: none; }
#footer a:hover, #footer a:active { color: #5D7D96; text-decoration: underline; }

.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: #0567ae; }

/* 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: #0567ae; color: #fff; text-transform: uppercase; font-size: 90%; }

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

											Custom Styles

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

/* Layout */

body {
	padding-top: 15px;
	background-color: #002b55;
}

.container {
	margin: 0 auto;
	width: 961px;
	background: #fff url('../images/bg_container.gif') repeat-y;
}

/* Header */

#branding {
	background: url('../images/bg_header.gif') no-repeat;
	height: 131px;
	position: relative;
	overflow: hidden;
}

#branding a {
	color: #0062c3;
	text-decoration: underline;
	font-weight: bold;
}

#branding a:hover {
	color: #0082e3;
}

#branding h1, #branding h1 span {
	width: 481px;
	height: 131px;
	overflow: hidden;
	position: relative;
	position: absolute;
	left: 0;
	top: 0;
}

#branding h1 span {
	background: url('../images/logo.gif') no-repeat;
	cursor: pointer;
}

#branding .vcard {
	width: 413px;
	height: 131px;
	position: absolute;
	right: 0;
	top: 0;
}

#branding p {
	margin: 0;
	padding: 26px 22px 0 0;
	text-align: center;
}

#branding p .tel {
	font-size: 2.2em;
	color: #005ebb;
	line-height: 1.2;
}

#branding dl {
	float: left;
	width: 100px;
	font-size: .9em;
	margin: 5px 0 0;
	padding: 0;
	text-align:center;
}

#branding dt, #branding dd {
	padding: 0;
	margin: 0;
	text-align:center;

}

/* Left Column + Navigation */

#leftcol {
	float: left;
	width: 239px;
	margin: 0 4px 0 2px;
	background: #004589 url('../images/bg_side.gif') no-repeat;
	color: #fff;
	font-size: .9em;
}

* html #leftcol {
	margin-left: 1px;
}
/*

#nav {
	padding: 12px 12px 12px 9px;
	margin: 0;
}

#nav li {
	background: #fff url('../images/bg_nav.gif') no-repeat;
	color: #0d4884;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
}

#nav li a {
	color: #0d4884;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
	display: block;
	padding: 1px 11px 0;
}

#nav li a:hover {
	color: #0d88c4;
	text-decoration: underline;
}
*/

#leftcol .box {
	background: url('../images/bg_box_top.gif') no-repeat;
	margin-bottom: 10px;
	display: block;
	clear:both;
}

#leftcol .box .inner {
	background: url('../images/bg_box_bottom.gif') left bottom no-repeat;
	padding: 12px 23px 20px 19px;
}

#leftcol .box h3 {
	font-weight: bold;
	padding: 2px 5px;
	background: #2274c5; /*url('../images/bg_box_header.gif') no-repeat*/
	line-height: 28px;
	margin-bottom: 5px;
	font-size: 1.3em;
}

#leftcol .box h3:first-line {
	line-height: 26px;
}

#leftcol .box p {
	margin: 0;
}

#leftcol .box a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#leftcol .box a:hover {
	text-decoration: underline;
}

#leftcol .note {
	text-align: center;
	font-size: 1.1em;
	padding-top: 10px;
}

#leftcol .note img {
	margin-top: 20px;
}

div#members {text align:center; background:url('../images/members_bg.gif') top left no-repeat; width:239px; height:159px; position:relative;}
div#members div {width:224px; height:144px; position:absolute; top:15px; left:15px;}

.coupon-link{
	width: 350px;
	height: 100px;
	background: #fff url('/images/coupon-link.gif') no-repeat top left;	
}

.coupon-link-inner{
	padding: 25px 25px 0;
	text-align: center;
}

.coupon-link strong{
	color: #fff;
	font-size: 1.5em;
	line-height: 1.4em;
}

/* Content */

#content {
	width: 677px;
	float: left;
	padding: 171px 16px 16px;
	background: url('../images/bg_content.jpg') no-repeat;
}
#content h1 {
	color: #be0000;
	font: normal 22px Georgia, serif;
}
#content h2 {
	color: #be0000;
	font: normal 18px Georgia, serif;
}

#content h2.top, #content h1 {
	font-style: italic;
	margin-bottom: 5px;
}

#content p, #content ul {
	margin-bottom: 15px;
}

#content ul {
	list-style-type: square;
}

#content a {
	color: #2c05af;
	font-weight: bold;
	text-decoration: underline;
}

#content a:hover {
	color: #2c45cf;
}

/* Footer */

#footer {
	clear: both;
	width: 961px;
	background: #002b55 url('../images/bg_footer.gif') left top no-repeat;
	padding-top: 30px;
	text-align: center;
	color: #fff;
	float: left;
}

html > /**/ body #footer {
	float: none;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #fff;
}