/* generated by csscreator.com */ 
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(../images/background/web-bg2.png);
	background-repeat: repeat-x;
} 
 
#pagewidth{
	width:996px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/background/web-bg2.png);
	background-repeat: no-repeat;
} 
 
#header{
	position:relative;
	height:235px;
	width:100%;
	background-image: url(../images/background/header.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
} 
 
#header-secondary{
	position:relative;
	height:174px;
	width:100%;
	background-image: url(../images/background/header-secondary.png);
	background-repeat: no-repeat;
}  
 
#twocols{
	width:996px;
	float:right;
	position:relative;
	background-image: url(../images/background/white-background.png);
	background-repeat: repeat-y;
	margin-top: -8px;
  }
 
#twocolumn-container {
	background-image: url(../images/background/top-background.png);
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-repeat: no-repeat;
	background-position: center top;
}
#navcontainer {
	clear: both;
	height: 35px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#logo-phone-container {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#logo-phone-container2 {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	display: inline;
	float: left;
	height: 90px;
	width: 216px;
	padding-top: 20px;
}

#logo-secondary {
	display: inline;
	float: left;
	height: 110px;
	width: 216px;
}
#phone-equipment-container {
	float: right;
	width: 700px;
	height: 171px;
}
#contact-equipment-container {
	float: right;
	width: 700px;
	height: 171px;
	padding-top: 10px;
}

#phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	display: inline;
	padding-top: 35px;
	width: 400px;
	text-align: center;
	float: left;
}

#home-phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	display: inline;
	padding-top: 35px;
	width: 400px;
	text-align: center;
	float: right;
}

#phone-secondary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	display: inline;
	float: right;
}
#equipment-container {
	clear: both;
	height: 99px;
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#equipment-text {
	clear: both;
	height: 50px;
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}


 
#rightcol{
	width:185px;
	float:right;
	position:relative;
	background-color: #F2F2F2;
 }
#leftcol {
	display: inline;
	float: left;
	width: 323px;
}
.image-container {
	display: inline;
	float: left;
	width: 283px;
	margin-left: 60px;
}
#new-content-container {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.new-content-container-right {
	float: right;
	width: 411px;
}
 
#maincol{
	float: left;
	display:inline;
	position: relative;
	width:764px;
 }
#maincol-secondary {
	float: right;
	width: 436px;
}

 
#footer{
	height:119px;
	clear:both;
	background-image: url(../images/background/footer-background.png);
	background-repeat: no-repeat;
	width: 960px;
	padding-right: 18px;
	padding-left: 18px;
 } 
#mailing-list-container {
	height: 54px;
	width: 428px;
	display: inline;
	float: left;
	padding-top: 20px;
	padding-left: 64px;
	padding-bottom: 20px;
}
#address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	height: 77px;
	width: 218px;
	margin-top: 17px;
}

 

 /*---------------- navigation menu begins here---------------------*/
#navbar{
	height:33px;
	background-color:#FFFFFF;
	width:970px;
	background-image:url(../images/background/navigation-bg.jpg);
	background-repeat:repeat-x;
	display: block;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}  

#horizontal-container {
	width:100%;
	height:25px;
	background-color:#b2b39e;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #696855;
	
}


#nav, #nav ul {
	float: none;
	list-style: none;
	line-height: 0.6em;
	/**color: #8681B4;**/
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;



}



/* -------------------------- */



/* The top main navigation links */



#nav a {
	display: block;
	padding: 10px 40px 10px;
	color: #FFFFFF; /* puts a "bar" on right of the main nav links */
	text-decoration: none;
	margin-top: 5px;
	background-image: url(../images/background/line.png);
	background-repeat: no-repeat;
	background-position: right center;

}



/* I'm targeting the last main navigation link to have no "bar" on the right side */



#nav a.last {
	background-image: none;

}



#nav a.one, #nav a.two, #nav a.three {
	text-align: left;
	font-size: 1em;

}



#nav li {
	float: left;
	padding: 0;
	list-style: none;

}



/* -------------------------- */



/* The dropdown links lists */



#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	font-weight: normal;
	border: 1px solid #b2b39e;
	background-color: #247ABE;
	margin: 0;
	z-index: 10;
	list-style: none;

}



#nav li li {
	padding: 0;
	width: 100%; 
	list-style: none;

}



#nav li ul a {
	padding: 5px 8px;
	width: 135px;
	* html width: 100px;

}



/* This controls the flyout location of the second level dropdowns */



#nav li ul ul {
	margin: -2em 0 0 100px;

}



#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;

}



#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;

}



/* -------------------------- */



/* Here is the background of the main nav link while looking at the dropdown */



#nav li:hover, #nav li.sfhover {
	background-color: #003366;
}



/* -------------------------- */



/* The dropdown links list colors */



#nav li ul.under a {
	/**color: #000;**/
	background-image: none;

}



#nav li ul.under a:hover {
	background: #b2b39e;
	color: #fff;

}



/* -------------------------- */



/* The background of the second level links while looking at the dropdown under it... */


#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #fff;

}

#nav li ul.under li:hover, #nav li ul.under li.sfhover {

	/**color: #fff;

	background-color: #f00;**/
}
/*---------------- Navigation styles end here---------------------*/

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 .servicetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 0px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
}

.textclasses {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B75BC;
	text-decoration: none;
	font-weight: bolder;
}
.texttable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.text-click {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	float: left;
	height: 58px;
	width: 200px;
	display: inline;
	margin-top: 20px;
	margin-left: 1px;
}
a.join-our, a.join-our:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #1B75BC;
	text-decoration: none;
	float: left;
	height: 40px;
	width: 148px;
	display: inline;
	margin-top: 20px;
	margin-left: 58px;

	
}
a.join-our:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	color: #1B75BC;
	text-decoration: underline;
	float: left;
	height: 40px;
	width: 148px;
	display: inline;
	margin-top: 20px;
	margin-left: 58px;	
}
a.sitemap, a.sitemap:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.sitemap:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(../images/background/bullet-image.png);
}

.listnames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: none;
}

a.textlinks, a.textlinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1B75BC;
	text-decoration: none;
}

a.textlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1B75BC;
	text-decoration: underline;
}

a.bodylinks, a.bodylinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0F75BC;
	text-decoration: none;
	display: block;
	background-attachment: fixed;
	background-image: url(../images/background/bullet-image.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	list-style-image: url(../images/background/bullet-image.png);
	list-style-type: square;
	list-style-position: outside;
}

a.bodylinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0F75BC;
	text-decoration: none;
	display: block;
	background-image: url(../images/background/bullet-image.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	text-decoration: underline;
	list-style-position: outside;
	list-style-image: url(../images/background/bullet-image.png);
}
a.newlinks, a.newlinks:visited {
	background-image: url(../images/background/bullet-image.gif);
	float: left;
	width: 345px;
	padding-left: 15px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0F75BC;
	text-decoration: none;
	display: block;
	margin-left: 25px;
}
a.newlinks:hover {
	background-image: url(../images/background/bullet-image.gif);
	float: left;
	width: 345px;
	padding-left: 15px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0F75BC;
	text-decoration: underline;
	display: block;
	margin-left: 25px;
}


a.newlinkslast, a.newlinkslast:visited {
	background-image: url(../images/background/bullet-image.gif);
	float: left;
	width: 345px;
	padding-left: 15px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0F75BC;
	text-decoration: none;
	display: block;
	margin-left: 25px;
	margin-bottom: 20px;
}
a.newlinkslast:hover {
	background-image: url(../images/background/bullet-image.gif);
	float: left;
	width: 345px;
	padding-left: 15px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0F75BC;
	text-decoration: underline;
	display: block;
	margin-left: 25px;
	margin-top: 20px;
}


a.newlinks2, a.newlinks2:visited {
	background-image: url(../images/background/bullet-image.gif);
	float: left;
	width: 245px;
	padding-left: 15px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0F75BC;
	text-decoration: none;
	display: block;
	margin-left: 10px;
}
a.newlinks2:hover {
	background-image: url(../images/background/bullet-image.gif);
	float: left;
	width: 245px;
	padding-left: 15px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0F75BC;
	text-decoration: underline;
	display: block;
	margin-left: 10px;
}


a.newlinks3, a.newlinks3:visited {
	background-image: url(../images/background/bullet-image.gif);
	float: left;
	width: 145px;
	padding-left: 15px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0F75BC;
	text-decoration: none;
	display: block;
	margin-left: 10px;
}
a.newlinks3:hover {
	background-image: url(../images/background/bullet-image.gif);
	float: left;
	width: 145px;
	padding-left: 15px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0F75BC;
	text-decoration: underline;
	display: block;
	margin-left: 10px;
}

a.newlinks4, a.newlinks3:visited {
	background-image: url(../images/background/bullet-image.gif);
	float: left;
	width: 145px;
	padding-left: 15px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0F75BC;
	text-decoration: none;
	display: block;
	margin-left: 10px;
}
a.newlinks4:hover {
	background-image: url(../images/background/bullet-image.gif);
	float: left;
	width: 145px;
	padding-left: 15px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0F75BC;
	text-decoration: underline;
	display: block;
	margin-left: 10px;
}

.bodylinkstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	text-decoration: none;
}

a.imagelink, a.imagelink:visited {
	text-decoration: none; 
	color:#3d3e9a; 
	border: 0px;
}

a.imagelink:active {
	text-decoration: 
	none; color: #18762d; 
	border: 0px;
}

a.imagelink:hover {
	text-decoration: none; 
	color: #FF0000; 
	border: 0px;
}

img {border: 0px;}

.headerH3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #1B75BC;
	text-align: center;
	margin-bottom: -10px;
}
.headerH2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #1B75BC;
	text-align: center;
	margin-bottom: -10px;
}

.headerH1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #1B75BC;
	text-align: center;
	margin-bottom: -10px;
}

.textH2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #1B75BC;
	margin-bottom: -10px;
}
.textH3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #1B75BC;
	text-align: center;
	margin-bottom: -10px;
	margin-top: -1px;
}

/*------------------form styles begin here-------------------------*/
#form2 {
	float:right;
	width:185px;
	background-image:url(../images/background/form-background.png);
	background-repeat:no-repeat;
	background-position:left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	padding-bottom: 15px;
}
#form3 {
	float:right;
	width:500px;
	background-image:url(../images/background/form-background.png);
	background-repeat:no-repeat;
	background-position:left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	margin-right: 100px;
}
.form-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	display: block;
	text-align: center;
}


.user{
	float: left;
	width: 70px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-left: 16px;
	display: inline;
}
.emailuser{
	float: left;
	width: 100px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	display: block;
	margin-top: 4px;
	margin-left: 6px;
}

.form-elements {
	display: block;
	width: 100%;
	float: left;
}

#el02 {
	width: 165px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
	margin-right: 5px;
}

#el03 {
	width: 400px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	margin-right: 5px;
	display: block;
}
#el09 {
	width: 250px;
	height: 150px;
}

#submitbutton2{
	width: 83px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/background/submit-button.jpg);
	background-repeat: no-repeat;
	height: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	margin-right: auto;
	margin-left: 35px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#submitbutton3{
	width: 83px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/background/submit-button.jpg);
	background-repeat: no-repeat;
	height: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	margin-right: auto;
	margin-left: 200px;
	margin-top: 20px;
	margin-bottom: 10px;
}

/*------------------form style ends here---------------------------*/
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/*---------------------table css starts here-------------------------*/
#twocolstable{
	width:750px;
	float:left;
	position:relative;
 }

#twocolstable2{
	width:750px;
	float:left;
	position:relative;
 }
 
#maincoltable{
	float: none;
	display:inline;
	width:750px;
}

#maincoltable2{
	float: none;
	display:inline;
	width:200px;
}
 
  #leftcol-table{
	width:350px;
	float:left;
	position:relative;
}

.content-container-left {
	display: inline;
	float: left;
	width: 350px;
}

.content-container-right {
	display: inline;
	float: right;
	width: 350px;
}


.content-container-right-inner {
	float: right;
	width: 300px;
	padding-right: 5px;
	padding-top: 5px;
}
.content-container-left-inner {
	display: inline;
	float: left;
	width: 25px;
}

.content-container-right-inner2 {
	float: right;
	width: 25px;
}
.content-container-left-inner2 {
	display: inline;
	float: left;
	width: 300px;
	padding-left: 5px;
}



.imagefloat {
	float:left;
	padding-right: 5px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.textfloat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.classtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #0000FF;
	text-decoration: none;
	padding-left: 10px;
	text-align: center;
}
.basic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0092CE;
	padding-left: 10px;
	text-align: center;
}
.average {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F53027;
	padding-left: 10px;
	text-align: center;
}
.advanced {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7CC142;
	padding-left: 10px;
	text-align: center;
}
.trouble {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFC425;
	padding-left: 10px;
	text-align: center;
}
.commercial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6600CC;
	padding-left: 10px;
	text-align: center;
}
.refrigerants {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF66FF;
	padding-left: 10px;
	text-align: center;
}
.overseas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0154A4;
	padding-left: 10px;
	text-align: center;
}
a.whitetextlinks, a.whitetextlinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
a.whitetextlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}
#topmain {
	background-image: url(../images/background/topbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 23px;
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-bottom: -1px;
}

