/* CSS Document */
@charset "utf-8";
@import url("../webfonts/opensans_light/stylesheet.css");
@import url("../webfonts/Play_Bold/stylesheet.css");
@import url("../webfonts/Play_Regular/stylesheet.css");
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
#indexBody {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 15px;
}
#intro {
	margin-bottom: 30px;
}
#intro li {
	float: left;
	width: 260px;
	font-family: "Play Regular", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #03568D;
	list-style-position: outside;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#intro ul {
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 14%;
	clear: both;
}
#intro p {
	font-family: "opensans regular", Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}
#intro a {
	display: block;
	background-color: #03568D;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	font-family: "opensans regular", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
	width: 80%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#intro a:hover {
	display: block;
	background-color: #e10000;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	font-family: "opensans regular", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
	width: 80%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#quickForm {
	min-height: 500px;
}
#quickForm form div {
	text-align: center;
}
#name {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#email {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#phone {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#message {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#button {
	text-align: center;
	margin-top: 20px;
	height: 50px;
	width: 100%;
}
#footer {
}
#intro p {
	padding-right: 2%;
	padding-left: 2%;
}
#intro h1 {
	padding-right: 2%;
	padding-left: 2%;
}
.gridContainer.clearfix #indexBody #quickForm h1 {
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	font-weight: bold;
	width: 100%;
	padding: 0px;
	color: #00B2EF;
	text-shadow: 1px 1px #333;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.gridContainer.clearfix #indexBody #col {
	margin-top: 15px;
	clear: both;
	width: 100%;
	float: left;
}
.gridContainer.clearfix #indexBody #col a {
	display: block;
	background-color: #00B2EF;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-left: 60%;
	margin-bottom: 0px;
	font-family: "opensans regular", Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	width: 30%;
	margin-top: 0px;
	position: relative;
}
.gridContainer.clearfix #indexBody #col a:hover {
	display: block;
	background-color: #e10000;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-left: 60%;
	margin-bottom: 0px;
	font-family: "opensans regular", Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	width: 30%;
	margin-top: 0px;
	position: relative;
}
#col1 {
	display: block;
	margin-bottom: 30px;
}
#col1Border {
	display: block;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #03568D;
	border-right-color: #03568D;
	border-bottom-color: #03568D;
	border-left-color: #03568D;
	height: 340px;
	background-size: cover;
	background-image: url(../images/bg/hvac-service-repair.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E5E5E5;
	margin-right: 3%;
	margin-left: 3%;
}
.gridContainer.clearfix #indexBody #col1 #srHeader #srheader2 {
	padding-left: 33%;
	height: 160px;
}
#srHeader {
	height: 160px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #03568D;
}
#srContent {
	height: 120px;
}
#srButton {
	height: 50px;
}
#col2 {
	display: block;
	margin-bottom: 30px;
}
#col2Border {
	display: block;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #03568D;
	border-right-color: #03568D;
	border-bottom-color: #03568D;
	border-left-color: #03568D;
	height: 340px;
	background-size: cover;
	background-image: url(../images/bg/hvac-maintenance.png);
	background-position: center top;
	background-color: #E5E5E5;
	margin-right: 3%;
	margin-left: 3%;
}
.gridContainer.clearfix #indexBody #col2 #mHeader #mheader2 {
	height: 120px;
	padding-left: 33%;
}
#mHeader {
	height: 160px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #03568D;
}
#mContent {
	height: 120px;
}
#mButton {
	height: 50px;
}
#col3 {
	display: block;
	margin-bottom: 30px;
}
#col3Border {
	display: block;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #03568D;
	border-right-color: #03568D;
	border-bottom-color: #03568D;
	border-left-color: #03568D;
	height: 340px;
	background-size: cover;
	background-image: url(../images/bg/hvac-installation.png);
	background-position: center top;
	background-color: #E5E5E5;
	margin-right: 3%;
	margin-left: 3%;
}
.gridContainer.clearfix #indexBody #col3 #iHeader #iheader2 {
	padding-left: 33%;
	height: 160px;
}
#iHeader {
	height: 160px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #03568D;
}
#iContent {
	height: 120px;
}
#iButton {
	height: 50px;
}
#logos {
	background-image: url(../images/mainimages/logos2.png);
	height: 110px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
#all {
	text-align:center;
}
.boxHeader {
	font-size: 32px;
	font-style: normal;
	font-variant: normal;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	font-weight: bold;
	width: 100%;
	padding: 0px;
	color: #03568D;
	margin-top: 16%;
}
.boxMain {
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-family: "opensans regular", Arial;
	padding: 0px;
	color: #000000;
	line-height: 22px;
	margin-top: 8px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 2%;
}
.all {
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	font-weight: bold;
	width: 100%;
	padding: 0px;
	color: #00B2EF;
	text-shadow: 1px 1px #333;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#virus {
	background-color: #CFF;
	margin-top: 3%;
	margin-bottom: 3%;
	background-image: url(../images/bg/aprilaire-virus.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
}
.headerw {
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: 28px;
	font-weight: bold;
	width: 100%;
	color: #FFFFFF;
	text-shadow: 1px 1px #333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
@media only screen and (min-width: 481px) {
#indexBody {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 15px;
}
#intro {
	margin-bottom: 30px;
}
#intro li {
	float: left;
	width: 43%;
	font-family: "Play Regular", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #03568D;
	list-style-position: outside;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 4%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: -1px;
}
#intro ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5%;
}
#intro p {
	font-family: "opensans regular", Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}
#intro a {
	display: block;
	background-color: #00B2EF;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	font-family: "opensans regular", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
	width: 60%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#intro a:hover {
	display: block;
	background-color: #e10000;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	font-family: "opensans regular", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
	width: 60%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#quickForm {
	min-height: 500px;
}
#quickForm form div {
	text-align: center;
}
#name {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#email {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#phone {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#message {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#button {
	text-align: center;
	margin-top: 20px;
	height: 50px;
	width: 100%;
}
#footer {
}
#intro p {
	padding-right: 2%;
	padding-left: 2%;
}
#intro h1 {
	padding-right: 2%;
	padding-left: 2%;
}
.gridContainer.clearfix #indexBody #quickForm h1 {
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	font-weight: bold;
	width: 100%;
	padding: 0px;
	color: #00B2EF;
	text-shadow: 1px 1px #333;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.gridContainer.clearfix #indexBody #col {
	margin-top: 15px;
	clear: both;
	width: 100%;
	float: left;
}
.gridContainer.clearfix #indexBody #col a {
	display: block;
	background-color: #00B2EF;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-left: 64%;
	margin-bottom: 0px;
	position: relative;
	font-family: "opensans regular", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 6px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	width: 150px;
	margin-top: 6px;
}
.gridContainer.clearfix #indexBody #col a:hover {
	display: block;
	background-color: #e10000;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-left: 64%;
	margin-bottom: 0px;
	position: relative;
	font-family: "opensans regular", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 6px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	width: 150px;
	margin-top: 6px;
}
#col1 {
	display: block;
	margin-bottom: 30px;
}
#col1Border {
	display: block;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #03568D;
	border-right-color: #03568D;
	border-bottom-color: #03568D;
	border-left-color: #03568D;
	height: 310px;
	background-size: contain;
	background-image: url(../images/bg/hvac-service-repair2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E5E5E5;
	margin-right: 3%;
	margin-left: 3%;
}
.gridContainer.clearfix #indexBody #col1 #srHeader #srheader2 {
	padding-left: 15%;
	height: 110px;
}
#srHeader {
	height: 110px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #03568D;
}
#srContent {
	height: 120px;
}
#srButton {
	height: 50px;
}
#col2 {
	display: block;
	margin-bottom: 30px;
}
#col2Border {
	display: block;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #03568D;
	border-right-color: #03568D;
	border-bottom-color: #03568D;
	border-left-color: #03568D;
	height: 310px;
	background-size: contain;
	background-image: url(../images/bg/hvac-maintenance2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E5E5E5;
	margin-right: 3%;
	margin-left: 3%;
}
.gridContainer.clearfix #indexBody #col2 #mHeader #mheader2 {
	height: 110px;
	padding-left: 15%;
}
#mHeader {
	height: 110px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #03568D;
}
#mContent {
	height: 120px;
}
#mButton {
	height: 50px;
}
#col3 {
	display: block;
	margin-bottom: 30px;
}
#col3Border {
	display: block;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #03568D;
	border-right-color: #03568D;
	border-bottom-color: #03568D;
	border-left-color: #03568D;
	height: 310px;
	background-size: contain;
	background-image: url(../images/bg/hvac-installation2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E5E5E5;
	margin-right: 3%;
	margin-left: 3%;
}
.gridContainer.clearfix #indexBody #col3 #iHeader #iheader2 {
	padding-left: 15%;
	height: 110px;
}
#iHeader {
	height: 110px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #03568D;
}
#iContent {
	height: 120px;
}
#iButton {
	height: 50px;
}
#logos {
	background-image: url(../images/mainimages/logos2.png);
	height: 150px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.boxHeader {
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	font-weight: bold;
	width: 100%;
	padding: 0px;
	color: #03568D;
	margin-top: 20px;
}
.boxMain {
	font-size: 19px;
	font-style: normal;
	font-variant: normal;
	font-family: "opensans regular", Arial;
	padding: 0px;
	color: #000000;
	line-height: 26px;
	margin-top: 8px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 2%;
}
.all {
	font-size: 34px;
	font-style: normal;
	font-variant: normal;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	font-weight: bold;
	width: 100%;
	padding: 0px;
	color: #00B2EF;
	text-shadow: 1px 1px #333;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
}
@media only screen and (min-width: 769px) {
#indexBody {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 15px;
}
#intro {
	margin-bottom: 30px;
}
#intro li {
	float: left;
	width: 43%;
	font-family: "Play Regular", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #03568D;
	list-style-position: outside;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 4%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: -1px;
}
#intro ul {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3%;
}
#intro p {
	font-family: "opensans regular", Arial;
	font-size: 15px;
	font-style: normal;
	line-height: 23px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}
#intro a {
	display: block;
	background-color: #00B2EF;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	font-family: "opensans regular", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
	width: 250px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#intro a:hover {
	display: block;
	background-color: #e10000;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	font-family: "opensans regular", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: inherit;
	font-weight: normal;
	color: #FFF;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
	width: 250px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#quickForm {
	min-width: 30%;
}
#quickForm form div {
	text-align: center;
}
#name {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#email {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#phone {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#message {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#button {
	text-align: center;
	margin-top: 20px;
	height: 50px;
	width: 100%;
}
#footer {
}
#intro p {
	padding-right: 2%;
	padding-left: 2%;
}
#intro h1 {
	padding-right: 2%;
	padding-left: 2%;
}
.gridContainer.clearfix #indexBody #quickForm h1 {
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	font-weight: bold;
	width: 100%;
	padding: 0px;
	color: #00B2EF;
	text-shadow: 1px 1px #333;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2%;
}
.gridContainer.clearfix #indexBody #col {
	margin-top: 15px;
	clear: both;
	width: 100%;
	float: left;
}
.gridContainer.clearfix #indexBody #col a {
	display: block;
	background-color: #00B2EF;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-left: 40%;
	margin-bottom: 0px;
	position: relative;
	font-family: "opensans regular", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 5px;
	padding-right: 0.5%;
	padding-bottom: 5px;
	padding-left: 0.5%;
	width: 55%;
	margin-top: 30px;
}
.gridContainer.clearfix #indexBody #col a:hover {
	display: block;
	background-color: #e10000;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-left: 40%;
	margin-bottom: 0px;
	position: relative;
	font-family: "opensans regular", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 5px;
	padding-right: 0.5%;
	padding-bottom: 5px;
	padding-left: 0.5%;
	width: 55%;
	margin-top: 30px;
}
#col1 {
	display: block;
}
#col1Border {
	display: block;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #03568D;
	border-right-color: #03568D;
	border-bottom-color: #03568D;
	border-left-color: #03568D;
	height: 310px;
	background-size: contain;
	background-image: url(../images/bg/hvac-service-repair.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E5E5E5;
}
.gridContainer.clearfix #indexBody #col1 #srHeader #srheader2 {
	padding-left: 33%;
	height: 120px;
}
#srHeader {
	height: 90px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #03568D;
}
#srContent {
	height: 120px;
}
#srButton {
	height: 50px;
}
#col2 {
	display: block;
}
#col2Border {
	display: block;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #03568D;
	border-right-color: #03568D;
	border-bottom-color: #03568D;
	border-left-color: #03568D;
	height: 310px;
	background-size: contain;
	background-image: url(../images/bg/hvac-maintenance.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E5E5E5;
}
.gridContainer.clearfix #indexBody #col2 #mHeader #mheader2 {
	height: 120px;
	padding-left: 33%;
}
#mHeader {
	height: 90px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #03568D;
}
#mContent {
	height: 120px;
}
#mButton {
	height: 50px;
}
#col3 {
	display: block;
}
#col3Border {
	display: block;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #03568D;
	border-right-color: #03568D;
	border-bottom-color: #03568D;
	border-left-color: #03568D;
	height: 310px;
	background-size: coontain;
	background-image: url(../images/bg/hvac-installation.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E5E5E5;
}
.gridContainer.clearfix #indexBody #col3 #iHeader #iheader2 {
	padding-left: 33%;
	height: 120px;
}
#iHeader {
	height: 90px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #03568D;
}
#iContent {
	height: 120px;
}
#iButton {
	height: 50px;
}
#logos {
	background-image: url(../images/mainimages/logos.png);
	height: 115px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.boxHeader {
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	font-weight: bold;
	width: 100%;
	padding: 0px;
	color: #03568D;
	margin-top: 15%;
}
.boxMain {
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-family: "opensans regular", Arial;
	padding: 0px;
	color: #000000;
	line-height: 17px;
	margin-top: 8px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 2%;
}
.all {
	font-size: 40px;
	font-style: normal;
	font-variant: normal;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	font-weight: bold;
	width: 100%;
	padding: 0px;
	color: #00B2EF;
	text-shadow: 1px 1px #333;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.all {
	font-size: 40px;
	font-style: normal;
	font-variant: normal;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	font-weight: bold;
	width: 100%;
	padding: 0px;
	color: #00B2EF;
	text-shadow: 1px 1px #333;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
}
@media only screen and (min-width: 1200px) {
#intro {
	min-height: 500px;
}
#intro li {
	float: left;
	width: 240px;
	font-family: "Play Regular", Arial;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #03568D;
	list-style-position: outside;
	list-style-type: square;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8%;
	padding: 0px;
}
#intro ul {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6%;
}
#intro p {
	font-family: "opensans light", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}
#intro a {
	display: block;
	background-color: #03568D;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	font-family: "opensans regular", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
	width: 350px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#intro a:hover {
	display: block;
	background-color: #e10000;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	font-family: "opensans regular", Arial;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
	width: 350px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#quickForm form div {
	text-align: center;
}
#quickForm {
}
#name {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#email {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#phone {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#message {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#button {
	text-align: center;
	margin-top: 20px;
	height: 50px;
	width: 100%;
}
#footer {
}
#intro p {
	padding-right: 5px;
	padding-left: 5px;
}
#intro h1 {
	padding-right: 5px;
	padding-left: 5px;
}
.gridContainer.clearfix #indexBody #col {
	clear: both;
	width: 100%;
	margin-top: 15px;
	position: relative;
	float: left;
}
.gridContainer.clearfix #indexBody #col a {
	display: block;
	background-color: #00B2EF;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-left: 60%;
	margin-bottom: 0px;
	position: relative;
	font-family: "opensans regular", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
	width: 35%;
	margin-top: 0px;
	
}
.gridContainer.clearfix #indexBody #col a:hover {
	display: block;
	background-color: #e10000;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	text-align: center;
	margin-left: 60%;
	margin-bottom: 0px;
	position: relative;
	font-family: "opensans regular", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
	width: 35%;
	margin-top: 0px;
}
#col1 {
	display: block;
}
#col1Border {
	display: block;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #03568D;
	border-right-color: #03568D;
	border-bottom-color: #03568D;
	border-left-color: #03568D;
	height: 310px;
	background-size: cover;
	background-image: url(../images/bg/hvac-service-repair.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E5E5E5;
}
.gridContainer.clearfix #indexBody #col1 #srHeader #srheader2 {
	padding-left: 32%;
	height: 120px;
}
#srHeader {
	height: 120px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #03568D;
}
#srContent {
	height: 120px;
}
#srButton {
	height: 50px;
}
#col2 {
	display: block;
}
#col2Border {
	display: block;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #03568D;
	border-right-color: #03568D;
	border-bottom-color: #03568D;
	border-left-color: #03568D;
	height: 310px;
	background-size: cover;
	background-image: url(../images/bg/hvac-maintenance.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E5E5E5;
}
.gridContainer.clearfix #indexBody #col2 #mHeader #mheader2 {
	height: 120px;
	padding-left: 32%;
}
#mHeader {
	height: 120px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #03568D;
}
#mContent {
	height: 120px;
}
#mButton {
	height: 50px;
}
#col3 {
	display: block;
}
#col3Border {
	display: block;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #03568D;
	border-right-color: #03568D;
	border-bottom-color: #03568D;
	border-left-color: #03568D;
	height: 310px;
	background-size: cover;
	background-image: url(../images/bg/hvac-installation.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E5E5E5;
}
.gridContainer.clearfix #indexBody #col3 #iHeader #iheader2 {
	padding-left: 33%;
	height: 120px;
}
#iHeader {
	height: 120px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #03568D;
}
#iContent {
	height: 120px;
}
#iButton {
	height: 50px;
}
#logos {
	background-image: url(../images/mainimages/logos.png);
	height: 130px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.boxHeader {
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	font-weight: bold;
	width: 100%;
	padding: 0px;
	color: #03568D;
	margin-top: 15%;
}
.boxMain {
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-family: "opensans regular", Arial;
	padding: 0px;
	color: #000000;
	line-height: 21px;
	margin-top: 8px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 2%;
}
}
/* End 1200px media query*/
.center {
	text-align: center;
}
.monfri {
	font-family: "opensans light", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	text-align: right;
	padding-right: 5px;
}
.monfrired {
	font-family: "opensans light", Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #C60000;
	padding-right: 5px;
}
.alignright {
	float: right;
	padding-right: 5px;
}
.opensanslight {
	font-family: "opensans light", Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-align: right;
}
.opensanslightred {
	font-family: "Play Bold", "Arial Black";
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #E10000;
	text-align: right;
	letter-spacing: -1px;
}
.opensanslightblack {
	font-family: "Play Regular", Arial;
	font-size: 15px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.play {
	font-family: "Play Bold", "Arial Black";
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #00B2EF;
	text-align: right;
}
#header #headerTop3 p {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#header #headerTop3 img {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.clear {
	clear: both;
}
.header {
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	font-weight: bold;
	width: 100%;
	padding: 0px;
	color: #00B2EF;
	text-shadow: 1px 1px #333;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.headercenter {
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	font-weight: bold;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #00B2EF;
	text-shadow: 1px 1px #333;
	text-align: center;
}
.header2 {
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	color: #333333;
	font-family: "Play Bold", "Arial Black";
	letter-spacing: -1px;
	line-height: normal;
	margin-bottom: 0px;
	font-weight: bold;
	margin-top: 0px;
	width: 100%;
	float: left;
}
.learnmore {
	font-family: "opensans regular", Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	line-height: 20px;
}
.mainfont {
	font-family: "opensans light", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}


.dis {
	font-family: "Open Sans Semibold", "Arial Black";
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #FFCC00;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
