@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; }

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; }

#nav a, #nav a:visited { color: #cfcfcf; 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,
.partnerships #nav #nav-partnerships a,
.contact #nav #nav-contact a { text-decoration: underline; }

#footer a, #footer a:visited { color:#1f2418; text-decoration: underline; }
#footer a:hover, #footer a:active { color:#1f2418; 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 #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

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

body { font-family:Arial, Helvetica, sans-serif; color:#303030; text-align: center; background-repeat:repeat-x; background-position:top left; font-size:12px; background-image:url(../images/bg_green.png); background-color:#31561f; line-height: 1.5em }

#footer{ text-align:center; margin:10px 10px 0 10px; border-top:1px solid #999999; padding: 5px 20px 1px ; font-size:10px; }
#footer a{ text-decoration:none; }
#footer a:hover{ text-decoration:underline; }
#container{ width:812px; margin: 0 auto; background-color:#FFFFFF; background-image:url(../images/bg_header.jpg); background-position:top left; background-repeat:no-repeat; text-align: left }

#branding{ height:150px; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; position: relative }
#branding address{ float:left; width:220px; padding-top:50px; }
#branding h1{ float:left; width:360px; height: 150px; position:relative; z-index:3; }
#branding h1 span { background: url(../images/logo_arctic_air_environmental_services.jpg) no-repeat; position: absolute; width: 360px; height: 150px; left: 0; top: 0; cursor: pointer}
#branding .contact_info{ float:left; width:200px; padding-top:50px; }
#branding .contact_info a{ color:#000000; text-decoration:none; }

#nav{ padding:0 5px; }
#nav ul{ float:left; clear:both; width:100%; }
#nav li{ float:left; font-family:Arial, Helvetica, sans-serif; }
#nav li a{ float:left; color:#cfcfcf; padding:5px 20px; }
#nav li a:hover{ color:#fff; text-decoration:underline; }

#featured-links{ clear:both; padding-top:67px; *padding-top:33px; _padding-top:67px }
#featured-links ul{ width:100%; list-style:none; margin:0; padding:0;  }
#featured-links li{ float:left; width:179px; padding:24px 0px 10px 30px; height:100px; color:#cfcfcf; margin-right:3px; }
#featured-links li h4{ color:#a9c5d0; font-family:"Times New Roman", Times, serif; font-size:19px;  }
#featured-links li h4 a { color: #a9c5d0; text-decoration: none }
#featured-links li h4 a:hover { text-decoration: underline }
#featured-links li p{ color:#cfcfcf; font-size:11px; padding-top:5px; }

h2{ padding-top:5px; padding-bottom: 10px; clear:both; margin-left:30px; font-size:24px; color:#ffffff; font-family:Arial, Helvetica, sans-serif;*padding-top:12px; _padding-top:5px   }

.content{ padding:30px 30px 20px 30px; }

h3{ font-size:21px; color:#264f17; font-family:Arial, Helvetica, sans-serif; padding-bottom:5px;}

.serving-alaska, .what-we-do{ float:left; background-image:url(../images/bg_content_section.jpg); background-position:top left; background-repeat:no-repeat; padding:20px; }
.what-we-do{ width:460px; margin-left: -10px; display: inline; }
.serving-alaska{ width:200px; }
.serving-alaska h3 { font-family: "Times New Roman", Times, serif; }

.content:after, h3:after , #branding:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.content, h3 , #branding {display: inline-block;}  /* for IE/Mac */

.content ul { padding-left: 30px; list-style-type: disc; margin: 0 }
img.partner { margin-top: 20px }

#featured-links p a{color:white;}
.content a {color:#275018;}
.content a:hover {color:#41466C;}
