@charset "utf-8";
/* CSS Document */


/* Layout */

html, body {
height: 100%;
}

body {
  background: #f8f8f8;
  color: #444;
  font: normal 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}

a:link, a:visited {
  text-decoration: underline;
	color: #cc0033;
}

a:hover, a:active { color: #cc0033; text-decoration: none; }
strong, b { font-weight: 600; }

abbr {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

sup {
  vertical-align: top;
  font-size: 0.75em;
}

.hidden { display: none; }

.separator {
  border-top: 1px solid #ccc;
  padding-top: 19px;
}
.left {
	clear: left;
}
.right {
	clear: right;
}
float_right {
	float: right;
}
/* Top*/

.top {
	height: 62px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.top .logo a {
	border: 0;
	display: block;
	height: 62px;
	width: 159px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	
}

.top .logo img {
  display: block;
  width: 0;
  
}

.top .call_back { text-align: right; }

.top em {
  color: #666;
  font-size: 13px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  line-height: 40px;
  text-align: right;
}

.top em strong { color: #ccc; }
.top .buttons { margin-top: 5px; }

.top .buttons .button {
	background-color: #444;
	border-color: #1f1f1f;
	color: #eee;
	margin: 0;
	text-shadow: 0 -1px #000;
}

.top .buttons .button:hover {
  background-color: #646464;
  border-color: #555;
  color: #fff;
}

.top .buttons .button:active {
  background-color: #6299c5;
  border-color: #5382a8;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, .4);
}

/* Nav */

#navigation {
	background-color: #999999;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 49px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}

#navigation .phone {
	color: #fff;
	font-size: 13px;
	margin-bottom: 0px;
	margin-right: 0px;
	text-align: right;
	background-color: transparent;
	background-image: url(../images/icons/mobileicon.png);
	background-repeat: no-repeat;
	background-position: 3em center;
	padding: 0px;
	line-height: 30px;
	margin-top: 2px;
	height: 30px;
}

/* Primary Menu */

#menu_primary {
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 0;
}

#menu_primary ul {
  list-style-type: none;
  overflow: hidden;
}

#menu_primary ul li {
  float: left;
  margin-left: 20px;
}

#menu_primary ul li:first-child { /* This works for everything except IE6, which needs the last li to be targeted explicitly */
  margin-left: 0;
}

#menu_primary ul li a {
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #eee;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 20px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;	
}

#menu_primary ul li a:hover {
	border: 1px solid #555;
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

.home #menu_primary ul li.menu_home a,
.services #menu_primary ul li.menu_services a,
.about #menu_primary ul li.menu_about a,
.memberships #menu_primary ul li.menu_memberships a,
.contact #menu_primary ul li.menu_contact a{
  background: #666;
  border: 1px solid #555;
  color: #fff;
  text-decoration: none;
}

/* Secondary Menu */

#menu_secondary { padding-top: 10px; }

#menu_secondary ul {
  list-style-type: none;
  overflow: hidden;
  width: 840px;
}

#menu_secondary ul li {
  float: left;
  margin-right: 20px;
}

#menu_secondary ul li a {
	border: 0;
	color: #333;
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 0 1px rgba(255, 255, 255, .5);
	text-decoration: none;
	height: 40px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: -20px;
	line-height: 40px;
}

#menu_secondary ul li a:hover {
	color: #666;
	text-decoration: underline;
}
/* 
.services_index #menu_secondary ul li.menu_services_index a,
.services.repair #menu_secondary ul li.menu_services_repair a,
.services.maintenance #menu_secondary ul li.menu_services_maintenance a,
.services.duct_cleaning #menu_secondary ul li.menu_services_duct_cleaning a,
.services.aas #menu_secondary ul li.menu_services_aas a,
.services.uv_purification #menu_secondary ul li.menu_services_uv_purification a, 
{
  	color: #333;
	background-color: transparent;
	background-image: url(../images/second_menu_indicator.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 999;
	text-decoration: none;
}
commented not working */

.active {
	color: #333;
	background-color: transparent;
	background-image: url(../images/second_menu_indicator.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 999;
	text-decoration: none;
	
}

/* Layout */

#wrapper {
	
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

.home #wrapper {
	padding-top: 20px;
	background-color: #f8f8f8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	
}

#header { position: relative; }

#highlight {
  position: absolute;
  right: 0;
  top: 60px;
}

/* Headings */

h1, h2 {
  letter-spacing: -.05em;
  line-height: 40px;
}

h1 {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  margin-top: 30px;
}

h2 {
	color: #333;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: normal;
	margin-top: 10px;
}

h3 {
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	color: #333;
	letter-spacing: -0.05em;
	padding-bottom: 5px;
}

h3.section, h4.section {
	clear: both;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0px;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}
h3.section span, h4.section span {
	font-weight: bold;
	margin: 0 0 0 400px;
}

h4, h5 {
	color: #e51937;
	font-size: 1em;
}
h5.inline {
display:inline	
}


h3 span, h4 span, h5 span {
  font-weight: normal;
}



/* Content */

hr {
	clear: both;
	height: 0;
	margin: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

q, .pullquote {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
}

cite {
  font-style: normal;
  font-weight: bold;
}

cite span {
  font-weight: normal;
}

#content p {
	margin-bottom: 20px;
	line-height: 24px;
	color: #000;
}

.bulleted li {
  font-size: 13px;
  list-style-type: disc;
  margin-left: 1em;
}


/* Banner */

#banner {
	background-color: #e61a38;
	background-image: url(images/banner_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	width: 100%;
}

#banner .pitch {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  display: block;
  letter-spacing: -.05em;
  line-height: 40px;
  margin: 10px 10px 10px 10px;
}

#banner h1 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}

#banner h2 {
  font-size: 30px;
}

#banner p {
}




/* box */

.box {
  display: block;
  padding: 9px;
  margin-bottom: 20px;
  overflow: hidden;
}

.box a {
  background: #eff5f9;
  border: 1px solid #6299c5;
  display: block;
  padding: 4px;
}

.box a img { display: block; }

.box a:hover {
  background-color: #666;
  border-color: #666;
}


.grid_4 .box { width: 280px; }

/* Quotes */

blockquote { clear: both; }
q { line-height: 30px; }
p.who cite, p.who span { color: #666; }

.three-bigbuttons .bigbutton {
  cursor: pointer;
  float: left;
  margin: 15px 20px 15px 0;
  width: 300px;
}
.three-bigbuttons .bigbutton a {
  background-color: #eee;
  background-position: 245px 50%;
  background-repeat: no-repeat;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: left;
  line-height: 40px;
  padding: 20px;
  width: 260px;
}
.three-bigbuttons .last {
  float: right;
  margin-right: 0;
}

.bigbutton h2 {
  font-size: 11px;
  margin: 0;
}

.bigbutton h2 a {
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.bigbutton h2 a {
  color: #59892f;
}

.bigbutton h2 a:hover {
  color: #444;
}

.bigbutton p {
  color: #666;
  margin: 0;
}



div.section {
  clear:both;
  margin: 20px 0;
  overflow:hidden;
}


/* Services Menu Secondary */

.services #menu_secondary {
  margin-top: 0px;
  padding-top: 0;
}

.services #menu_secondary li { padding-top: 19px; }

.services.repair .menu_serivices_repair, .services.maintenance .menu_services_maintenance, .services.duct_cleaning .menu_services_duct_cleaning, .services.aas .menu_services_aas, .services.uv_purification .menu_services_uv_purification {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
}

hr.spacer{
	margin-top:25px;
	padding: 25px;
	height: 50px;
}

/* Appointment Block */

#appt_block td {
	
	padding-top: 10px;
	padding-bottom: 10px;
		
}
#appt_block td.label{
	color: #000;
	font-weight: bold;
	text-align: right;
	width: 160px;
	padding-right: 10px;
}
#appt_block input {
	vertical-align: middle;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	width: 298px;
	height: 28px;
}

#appt_block select{
	color: #000;
	border: 1px solid #CCC;
	vertical-align: middle;
	margin: 0px;
	width: 298px;
	height: 28px;
}

/* general Forms */

table td {
	
	padding-top: 10px;
	padding-bottom: 10px;
		
}
table td.label{
	color: #000;
	font-weight: bold;
	text-align: right;
	width: 160px;
	padding-right: 10px;
}
input {
	vertical-align: middle;
	margin: 0px;
	padding: 5px 0 0 5px;
	width: 99%;
	height: 28px;
}

select {
	color: #000;
	border: 1px solid #CCC;
	vertical-align: middle;
	margin: 0px;
	width: 99%;
	height: 28px;
}


/* Footer */

.push {
height: 420px;

}

.clearfooter {
	height: 420px;
	clear: both;
	width: 100%;
	position: relative;
	background: #000;
}


.footer {
	color: #999;
	font-size: 13px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	position: relative;
}

.footer hr { display: none; }

.footer h3 {
	color: #e51937;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0px;
	border: none;
	
}

.footer .sitemap {
  border-top: 1px solid #333;
  margin-top: 10px;
  padding-top: 10px;
}

.footer .sitemap  .support { margin-top: 20px; }
.footer .sitemap  .support strong {
	color: #666;
}
.footer .sitemap  .support a { display: block; }

.footer .sitemap  .support em {
	color: #FFF;
	font-style: normal;
}

.footer .runner {
	border-top: 1px solid #333;
	color: #999;
	margin-top: 20px;
	padding-top: 19px;
}

.footer img { display: block; }
.footer .runner p { line-height: 26px; }
.footer .pitch { text-align: right; }
