@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.7em /* 12px */; background: #919ca1; color: #333; font-family: Verdana, sans-serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { color: #ff812c; font-weight: 300 }
h1 { font-size: 1.5em /* 18px */; color: #ff4a04; margin-bottom: 10px;}
h2 { font-size: 1.3em /* 15px */; margin-bottom: 6px; }
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: #2532af; text-decoration: underline; }
a:hover, a:active { color: #2532af; 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; display: block; height: 216px; background: url(/design/head.jpg) no-repeat; }
#branding h1 { margin: 0; }
#branding h1 a { display: block; height: 198px; width: 960px; text-indent: -99999px; }
#branding p { position: absolute; z-index: 99; top: 135px; left: 63px; color: #4a4644; font-size: 2em; line-height: 1em }
#branding p a { display: block; font-size: 0.5em; color: #2532af; }

#nav { font-family: Arial, sans-serif; font-size: 1.15em; }
#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 { display: block; height: 32px; line-height: 32px; background: #6e87a5; color: #fff; border-bottom: 1px solid #676f78;  border-top: 1px solid #d27d38; padding: 0 15px 0 30px; font-weight: bold; text-decoration: none; }
#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about #nav #nav-about a,
.services #nav #nav-services a,
.testimonials #nav #nav-testimonials a,
.request #nav #nav-request a,
.qa #nav #nav-qa a,
.insurance #nav #nav-insurance a,
.contact #nav #nav-contact a { background: #0f2655 url(/design/nav.gif) 15px 10px no-repeat; text-decoration: none; }

#callout li { display: block; background: url(/design/column-callout.gif) repeat-x; padding: 2em 1em 2em 2em; border-bottom: 1px solid #7c848c; border-top: 1px solid #d27d38; }

/* special callout added 01.17.2012 */
#callout #car-ins-02 {
	background: #e78f3d url(/design/column-callout-02.png) top repeat-x;
	border-bottom: 1px solid #7c848c;
	border-top: 1px solid #d27d38;
	padding: 2.5em 1em 2em 2.5em;
}

#callout h3 { font-size: 1.45em; color: #fff; display: block; font-weight: bold; padding-left: 15px; position: relative; left: -15px; background: url(/design/arrow.gif) 0px 5px no-repeat;}

#callout #car-ins-02 h3 { font-size: 1.75em;line-height:1.35em;color: #6e1105; display: block; font-weight: bold; padding-left: 15px; position: relative; left: -15px;margin-bottom:15px; background: url(/design/arrow-red.png) 0px 5px no-repeat;}

/* hides arrow in ie6  _background: none; _padding: 0; _left: 0;*/ 
#callout p { display: inline; color: #fff; font-size: 112%; }
#callout a { display: block; margin-top: 10px; }

#footer { margin: 0 auto; font-size: 90%; text-align: center; background: #fbc893; color: #999; display: block; float: left; clear: both; width: 960px; padding: 1em 0 }
#footer a, #footer a:visited { color: #2532af; text-decoration: underline; }
#footer a:hover, #footer a:active { color: #2532af; text-decoration: none; }

.breadcrumb { font-size:85%; padding-bottom: 10px; }
.breadcrumb a { outline: none; }
blockquote { margin: 10px 10px; padding: 5px; background: #FFF7EF; border-bottom: 1px solid #EFE0D1; border-right: 1px solid #EFE0D1; }
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 #EFE0D1; }

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

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

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

											Custom Styles

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


#container { width: 960px; background: #fff; margin: 0 auto; overflow: hidden; }
.home #container { background: #fff url(/design/drip.gif) right repeat-y; }
.home #container .tube { background: url(/design/column-callout-background.gif) right bottom no-repeat; }

#leftcol, #midcol, #rightcol { float: left; clear: none; }
#leftcol { width: 202px; }
#midcol { width: 698px; margin: 30px; }
.home #midcol { width: 499px; margin: 30px; }
#rightcol { width: 199px; background: #c1d2e5; }

#leftcol #side { background: url(/design/callout.gif) repeat-x; padding-top: 2em; }
#leftcol #side p { margin: 0 auto 2em; }
