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

@import url(form-contact-styles.css);
@import url(form-employment-styles.css);

html, body {
	height:100%;
}
body {
	position:relative;
	text-align:center;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	behavior:url(css/csshover3.htc);
}
.clear {
	clear:both;
}
#containerOutside {
	position: relative;
	min-height: 100%;
	height: 100%;
	width: 940px;
	margin: 0 auto; 
	padding: 0;
	background-image: url(../images/bg.jpg);  
	background-repeat: repeat-y;
	text-align:left;
}
body>#containerOutside {
	height: auto; 
}
#containerInside {
	margin: 0 auto;
	width: 900px;
}
#header {
	margin: 0px;
}
#flashHeaderHome {
	margin:0;
	font-size:0;
	width:900px;
	height:375px;
}
#flashHeader {
	margin:0;
	font-size:0;
	width:900px;
	height:325px;
}
#flashPhone {
	margin: 0px;
	font-size: 0px;
}
#topBar {
	margin: 0px;
	font-size: 0px;
}

/********** BEGIN MENU **********/
#menuWrap {
	width:845px;
    margin:0;
    padding:0 0 0 55px;
	background-image:url(../images/menuBG.jpg);
	height:25px;
}
#menu {
	margin:0;
	padding:0;
}
#menu li {
	position:relative;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	list-style:none;
}
#menu li a {
	display:block;
	position:relative;
	margin:0;
	padding:0 25px;
	white-space:nowrap;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	line-height:25px;
	text-align:left;
	text-decoration:none;
}
#menu li a:hover {
	text-decoration:underline; 
}
#menu li:hover ul {
	visibility:visible;
}
#menu li:hover ul li ul {
	visibility:hidden;
}

/** Sub Menu **/
#menu li ul {
	margin:0;
	padding:0;
	visibility:hidden;
	position:absolute;
	clear:both;
	z-index:100; 
	width:auto;
	border:1px solid #003300;
	border-width:1px 1px 0 1px;
	background:#e8fc69;
}
#menu li ul li {
	float:none;
	display:list-item;
}
* html #menu li ul li {
	display:inline;
}
#menu li ul li a {
	float:none;
	position:relative;
	padding:5px 15px;
	line-height:normal;
	color:#003300;
	border:1px solid #003300;
	border-width:0 0 1px 0;
}
#menu li.sub ul li.hassub a { padding-right:20px; } /* make room for submenu arrows */
#menu li ul li a:hover {
	color:#ffffff;
	text-decoration:none;
	background:#003300;
}
#menu li ul li:hover ul {
	visibility:visible;
}

/** Sub Sub Menu **/
#menu li ul li ul {
	visibility:hidden;
	margin:-1px 0 0 100%;
	top:0;
	background:#f0fca2;
}

/** Place Arrows **/
#menu li.sub a {
	background-image:url(../images/menu_arrow.gif); 
	background-position:100% 50%; 
	background-repeat:no-repeat; 
}
#menu li.sub ul li.hassub a {
	background-image:url(../images/menu_arrow2.gif); 
	background-position:100% 50%; 
	background-repeat:no-repeat; 
}
#menu li.sub ul li.hassub a:hover {
	background-image:url(../images/menu_arrow3.gif); 
}
#menu li.sub ul li a,
#menu li.sub ul li.hassub ul li a,
#menu li.sub ul li.hassub ul li a:hover {
	background-image:none;
}
/********** END MENU **********/

#containerContentOutside {
	width:900px;
	padding:0 0 151px;
}
body>#containerContentOutside {
	padding:0 0 150px;
}
#containerContentMain {
	margin: 0px; 
	width: 900px;
	padding:0;
}
#smallCB {
	float: left;
	width: 247px;
	padding: 0px 7px 0px 11px;
}
#smallCBHeader {
	margin: 0px;
	height: 85px;
	width: 247px;
	background-image: url(../images/sm-cbTop.jpg);
	background-repeat: no-repeat;
}
#smallCBHeader p {
	margin: 0px;
	padding: 22px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
#smallCBMiddle {
	margin: 0px;
	background-image: url(../images/sm-cbMiddle.jpg);
	background-repeat: repeat-y;
}
#smallCBMiddle h1 {
	margin: 0px;
	padding: 0px 15px;
	
	font-size: 11px;
	color: #ff9900;
}
#smallCBMiddle p {
	padding: 0px 15px;
	
	font-size: 10px;
	color: #003300;
}
#smallCBMiddle ul {
	list-style-type: disc;
	font-size: 10px;
	color: #003300;
}
#smallCBMiddle a {
	padding: 0px 50px;
	font-size: 10px;
	font-weight: bold;
	color: #8ea403;
}
#smallCBMiddle a:hover {
	padding: 0px 50px;
	font-size: 10px;
	font-weight: bold;
	color: #b1cd00;
}
#smallCBBottom {
	font-size: 0px;
}
#largeCB {
	float: left;
	width: 624px;
	padding: 0px 11px 0px 0px;
}
#largeCBHeader {
	margin: 0px;
	height: 85px;
	width: 624px;
	background-image: url(../images/lg-cbTop.jpg);
	background-repeat: no-repeat;
}
#largeCBHeader p {
	margin: 0px;
	padding: 22px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
#largeCBMiddle {
	margin: 0px;
	background-image: url(../images/lg-cbMiddle.jpg);
	background-repeat: repeat-y;
}
#largeCBMiddle h1 {
	margin: 0px;
	padding: 0px 15px;
	font-size: 16px;
	color: #ff9900;
}
#largeCBMiddle h2 {
	padding: 0px 15px;
	font-size: 12px;
	color: #ff9900;
}
#largeCBMiddle p {
	margin-bottom: 0px;
	padding: 0px 15px;
	font-size: 12px;
	color: #003300;
	line-height:18px;
}
#largeCBMiddle b {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
#largeCBMiddle .phone {
	font-size: 14px;
	font-weight: bold;
	font-style: none;
	color: #CC0000;
}
#largeCBMiddle .phone span {
	color:#00F;
}
#largeCBMiddle .heading {
	font-size: 12px;
	font-weight: bold;
	color: #003300;
}
#largeCBMiddle .txt {
	font-size: 12px;
	font-weight: normal;
	color: #003300;
}
#largeCBMiddle .txtSmall {
	font-size: 10px;
	font-weight: bold;
	color: #003300;
}
#largeCBMiddle .error {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
#largeCBMiddle .asterics {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	padding: 0px 5px;
}
#largeCBMiddle ul {
	margin-bottom: 0px;
}
#largeCBMiddle form {
	margin-bottom: 0px;
}
#largeCBMiddle form p {
	margin: 0px;
	padding: 0px 15px;
	font-weight: bold;
	font-size: 16px;
	color: #ff9900;
}
#largeCBMiddle form td p {
	margin: 0px;
	padding: 0px 15px;
	font-weight: bold;
	font-size: 12px;
	color: #ff9900;
}
#logos {
	margin:20px 0 0 0;
	width:624px;
	height:100px;
	line-height:100px;
	text-align:center;
}
#logos img {
	margin:0 20px;
	border:0;
}
#iHouse {
	text-align:center;
}
#iHouse img {
	padding-left:-16px;
	margin-left:-16px;
}
#IAQ {
	width: 624px;
	margin-top: 20px;
	text-align: center;
	height: 100px;
	line-height: 100px;
}
#IAQ img.seal {
	margin-bottom: 10px;
}
#IAQ img.nature {
	margin-bottom: 20px;
	margin-left: 25px;
}
#IAQ img.abatement {
	margin-bottom: 20px;
	margin-left: 25px;
}
#IAQ img.epa {
	margin-left: 25px;
}	
#geothermal {
	width: 624px;
	margin-top: 20px;
	text-align: center;
	height: 100px;
	line-height: 100px;
}
#geothermal img.seal {
	margin-bottom: 0px;
}
#geothermal img.nature {
	margin-bottom: 10px;
	margin-left: 25px;
}
#geothermal img.geo {
	margin-left: 25px;
}
#geothermal img.igshpa {
	margin-left: 25px;
}			
#fineprint {
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
}
/*
#largeCBMiddle td {
	margin-bottom: 0px;
	padding: 0px 15px;
	font-size: 10px;
	font-weight: bold;
	color: #003300;
}
*/
#largeCBMiddle ul {
	font-size: 12px;
	font-weight: bold;
	color: #003300;
}
#largeCBMiddle ul.noBold {
	font-size: 12px;
	font-weight: normal;
	color: #003300;
}
#largeCBMiddle ul li {
	margin-top: 5px;
	margin-right: 15px;
}
#form {
	margin: auto;
	width: 594px;
}
#largeCBMiddle a {
	font-size: 12px;
	font-weight: bold;
	color: #8ea403;
}
#largeCBMiddle a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #b1cd00;
}
#largeCBBottom {
	font-size: 0px;
}	
#footer {
	position:absolute;
	width:900px;
	min-height:150px;
	height:150px;
	bottom:0;
	margin:0 0 -1px;
	background-color:#ffffff;
	text-align:center;
}
body>#footer { /* corrects height and negative margin value for non-IE Win */
	height:auto;
	margin:0;
}
#largeBottomGradient {
	font-size: 0px;
}
#menuFooter {
	clear: both;
	height: 25px;
	text-align: center;
	background: #BFD37C url(../images/footerBG.jpg) repeat-x;
}
#menuFooter ul {
	margin:0;
	padding:0;
}
#menuFooter ul li{
	display: inline;
	padding:0 50px 0 0;
	line-height:25px;
}
#menuFooter ul li.last{
	padding:0;
}
#menuFooter ul li a {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
#menuFooter a:hover {
	color:#ffffff;
	text-decoration: underline;
}
div#copyright {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	width: 900px;
	text-align: center;
	font-size: 9px;
	background-color: #FFFFFF;
	color: #999999;
}