/*debug stuff*/
/*border: 2px green solid; /*RH-debug*/

/*colors*/
/*background-color:#666666;/*RH-background-color-body*/
/*background-color:#ffffff;/*RH-background-wrapper*/
/*background-color:#ffffff;/*RH-background-wrapper2*/
/*background-color:#f2f2f3;/*RH-background-color-navbar*/
/*background-color:#bbc8d9;/*RH-background-color-navbar-hover*/
/*color:#000000;/*RH-color-navbar*/
color:#336a40;;/*dark green*/
color:#336a40;/*RH-color-links*/
color:#/*yellow*/
/*fonts*/
/*font-size: 14px;/*RH-font-size-navbar*/
/*font-weight:normal;/*RH-font-weight-navbar*/
/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;/*RH-font-family1*/
/*--------normalize styles for all browsers------ */
      /* Normalizes margin, padding */
      body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img
      { margin : 0; padding : 0; }


      /* Normalizes font-size for headers */
      h1,h2,h3,h4,h5,h6 { font-size : 100%; }

      /* Removes list-style from lists */
      ol,ul { list-style : none; }


      /* Normalizes font-style and font-weight to normal */
      address, caption, cite, code, dfn, em, strong, th, var
      { font-style : normal; font-weight : normal; }


      /* Removes list-style from lists */
      table { border-collapse : collapse; border-spacing : 0; }


      /* Removes border from fieldset and img */
      fieldset,img { border : 0; }


      /* Left-aligns text in caption and th */
      caption,th { text-align : left; }


      /* Removes quotation marks from q */
      q:before, q:after { content :''; }

/*---------standard styles------------*/
.bold	
{
	font-weight:bold;
	color:#336a40;;/*RH-color-headers*/	
}
.bold strong{
font-weight:bold;
}
.bold2	
{
	font-weight:bold;
	color:#f7d73d; /*yellow*/
}

.italic{
	font-style:italic;
	font-weight:bold;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ------default font styles and sizes for this web site------ */

      h1,h2,h3,h4,p,li{
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;/*RH-font-family1*/
/*      font-family: Helvetica, Arial, sans-serif;/*RH-font-family1*/      */
      }

      h1{font-size: 18px;}
      h2{font-size: 16px;}
      h3{font-size: 14px;}
      h4{font-size: 12px;}
      p{font-size: 12px;}

      h1,h2,h3,h4{
      color:#336a40;;/*RH-color-headers*/
      }
	  a, a:link, a:visited{	
		color:#336a40;/*RH-color-links*/
      }
      a:hover, a:active{
      	color: #85c33c;
      }
      
/*--------body--------*/
body  {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;/*RH-font-family1*/
	/*background-color:#666666;/*RH-background-color-body*/
	background:#ffff7a url(../images/body_bg.jpg) repeat-x; 			
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*background-image:url(../images/bg.gif); */
	font-size:12px;	
}

/*---------------wrapper--------------*/
#wrapper { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#ffffff;/*RH-background-wrapper*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0 10px 0;
	border: none;
	text-align: left; 
	border: 1px #000000 solid;	
/*	border-right: 1px #000000 solid;		*/
} 

#wrapper h1{
padding:20px 0 0 0;
margin:0;
}

/*-------------navbar-----------------*/
#navbar {
	width:1000px;
	/*height:30px;*/ 
	margin: 0;
	padding:0;
	border-top: 1px #000000 solid;	
	border-bottom: 1px #000000 solid;	
	background-color:#85c33c;/*RH-background-color-navbar*/
	background-image:url(../images/navbar_bg2.jpg); 	
	/*font-family: Helvetica, Helvetica, sans-serif;*/
	font-size:14px;
	list-style-type:none;
	float:left;
}


#navbar li {

	line-height: 30px; 	
	border-right: 1px #000000 solid;		
	margin:0;
	padding:0;
	float:left;
}


#navbar a {
	float:left;
	text-decoration: none;
	/*padding: 2px 10px;*/
	margin: 0;
	padding:0;
	color:#000000;/*RH-color-navbar*/
	font-weight:normal;/*RH-font-weight-navbar*/
	width:100px;
	line-height:30px; 
	text-align:center;
	}

#navbar li a:link,#navbar li a:visited  {
	color:#000000;/*RH-color-navbar*/
}

#navbar li a:link,#navbar li a:visited  {
	color:#000000;/*RH-color-navbar*/
}

#navbar li a:hover,#navbar li a:active {
/*	color:#ffffff;/*white*/
/*	background-color:#336a40 /*dark green*/
	color:#000000;
	background-color:#f7d73d; /*yellow*/
	background-image:url(../images/navbar_bg5.jpg); 		
	
}

/*------you are here--------*/
.home #nav_home, .services #nav_services,.products #nav_products, .about #nav_about, .contact #nav_contact, .news #nav_news{
/*color:#000000; /*black*/
/*background-color:#f7d73d; /*yellow*/
	color:#ffffff;/*white*/
/*	background-color:#336a40; /*dark green*/
	background-color:#85c33c; /*light green*/
	background-image:url(../images/navbar_bg4.jpg); 			
}


/*------------banner--------------*/
#banner{
	height:153px;
	width:970px;
	background:#ffffff;
	background-image:url(../images/banner_bg.jpg);
	padding-left:30px;
}	
#banner img{
	display:block;
}

#banner2{
	height:153px;
	width:1000px;
	background:#ffffff;
	background-image:url(../images/banner_bg.jpg);
}	
#banner h4{
color:#ffffff;
padding:0;
margin:0;
}
#flash{
width:770px;
/*border: 2px green solid; /*RH-debug*/
float:left;
}

#email_list{
	margin:0;
	padding:5px 0 0 20px;
	float:left;
	width:180px;
/*border: 2px green solid; /*RH-debug*/
	
}

/*---------top---------*/
#top{
	height:253px;
	display:inline-block;
	padding:0;
	margin:0;
}

#main_img{
float:left;
width:390px;
height:253px;
padding-bottom:0;
margin-bottom:0;
}
#main_txt{
float:right;
width:360px;
height:253px;
margin:0;
padding:0
padding-top:10px;
}







/*--------footer------------*/
#footer{
text-align:center;
padding-bottom:5px;
padding-top:10px;
font-size:11px;
color:#367347;
}
#footer a{
	color:#367347;
}


#rh_logo{
padding-top:5px;
}


/*-------left---------*/
#left{
float:left;
width:722px;
background-color:#ffffff;/*RH-background-color4*/
text-align:center;
}
#left h1{
font-weight:bold;
padding:15px 0 10px 0;
}
#left .left_inner{
padding:5px 30px;
margin:0 ;
text-align:left;

}
.home #left img{
padding:0 5px 0 0;
margin: 0;
}
#left a{
color:#336a40;/*RH-color-headers*/
}

#left p{
padding:5px 0;
margin:0;
}
#left h2{
margin:20px 0 5px 0;
padding:0;
}
#left h2.top{
	margin-top:0px;
	}
	
#left h3{
padding:20px 0 0px 0;
margin:0;
}
#left ul{
margin:0;
padding:5px 20px;
}

/*---------right-------*/
#right{
float:right;
/*height:800px;*/
width:278px;
padding:0 0 20px 0;
margin: 0;
/*border: 1px #000000 solid; /*debug */
/*background-image:url(../images/left_bg.jpg); */
/*background-repeat: repeat-x; */
background-color:#367347;/*RH-background-color3*/
/*background-image:url(../images/right_bg.jpg); 	*/
height:100%;
}
#right .right_inner{
margin:10px 10px 10px 20px;
}
.right_title{
font-size:18px;
color:#ffffff;
font-weight:bold;
padding:10px 0 0 0;
margin:0;

}
#right h2{;
color:#f7d73d; /*RH-color-yellow*/
font-weight:bold;
padding:10px 0 5px 0;
margin:0;
}


#right p{
margin:0 20px 0 0;
padding:0;
color:#ffffff;

}

#right ul{
margin:0 20px 0 0;
padding:0 0 0 20px;
color:#ffffff;
font-size:12px;
font-weight:normal;
line-height:1.2;
}
#right a{
	color:#f7d73d; /*yellow*/
}
#right h2 a{
	color:#f7d73d; /*yellow*/
}

ul.bullets{
list-style-type:circle;
}
.home #right a.view_all{
margin:10px 20px 10px 0;
display:block;
/*float:right;*/
color:#e7c934 /*RH-color-yellow*/
}

/*----------services---------*/

ul#serv_nav{
/*width:700px;*/
margin: 10px 0 5px 0;
padding: 0;
background-color:#336a40;
font-size:11px;
list-style-type:none;
float:left;
}

#serv_nav li{
	line-height:28px;
	border-right: 1px #ffffff solid;
	float:left;
	padding: 0;
	margin: 0;
	}
#serv_nav #last{
border:none;
}

#serv_nav a{
	float:left;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	color:#ffffff;
	font-weight: normal;
/*	width:100px; */
	padding:0 5px;
	line-height:28px;
	text-align:center;
	display:block;
	}

#serv_nav li a:hover,#serv_nav li a:active {
/*	color:#ffffff;/*white*/
/*	background-color:#336a40 /*dark green*/
	color:#ffffff;
	text-decoration:underline;
	color:#f7d73d; /*yellow*/	
	
}	
.services h2.title{
padding: 15px 0 0 0;
margin: 0;
font-size:18px;
}
.services h3{
padding: 20px 0 5px 0;
margin: 0;
}

#right ul.links a{
color:#ffffff;
display:block;
}

img.services_main{
float:left;
}
#services_main_desc{
float:left;
width:220px;
padding:10px 10px;
margin: 0;
}

#services_main_desc ul{
padding: 0;
margin: 0;
line-height:1.3;
font-weight:bold;
}

.services_energy #serv_nav_energy,.services_air #serv_nav_air, .services_contaminants #serv_nav_contaminants, .services_damage #serv_nav_damage, .services_safety #serv_nav_safety{
color: #000000;
background-color:#8bc852;
}
ul.services_content{
padding:0;
margin:0;
}
ul.services_content li{
padding:10px 0;
margin:0;
}


/*--------------contact------------*/
.contact form{
padding: 10px 20px 20px 20px;
border: 1px #333333 solid;
background:#ffffff;

}
.inner{
padding:10px 30px 30px 40px;
clear:both;
}

.contact h2{
/*color:#000000;*/
margin:0;
padding:10px 0 10px 0;
font-weight:normal;
font-size:18px;
}


.products h1{
padding-bottom:10px;
}
.products h2{
margin: 10px 0 3px 0;
padding: 0;
}
.products a{
color:#000000;
}
.products .product_list{
float:left;
padding:10px;
}

#thanks{
margin:30px;
}

/*--------------about----------*/

body.about .inner{
padding-bottom:50px;
}
.about .inner img{
padding:0;
margin:20px 0 0 0;

}


/*------------overrides---------*/


.services #wrapper,.contact #wrapper,.about #wrapper{
background-color:#ffffff;/*RH-background-wrapper2*/
}

.inset{
background:#ccffcc url(../images/roundbox_bottom.jpg) no-repeat bottom left;
margin:20px 0 0 0;
padding-bottom:10px;
/*padding:0 10px 20px 0;
width:652px; */
}

.inset .img_float{
margin-right:20px;
}

#left .inset h2.top{
background: url(../images/roundbox_top.jpg) no-repeat;
padding-left:20px;
padding-top:20px;
}

#left .inset h2{
padding-left:20px;
}
#left .inset h3{
padding:20px 10px 10px 20px;
}
#left .inset p{
padding:0px 10px 10px 20px ;
}

#left .inset a{
padding:0 0 0 20px;
display:block;
}

#left .inset ul{
margin-left:20px;
}

body.contact .long_form .signup_form{
background-color:#ccffcc;

}

.temp #wrapper{
height:1000px;
}
#signup{
clear:both;
padding:10px 0 0 0;
}
.long_form{
padding:0;
margin:0;
}
.element{
padding:0 0 10px 0;
}
.thanks #wrapper{
}
.thanks p{
padding:30px;
}

#pb_footer{
padding: 10px 20px 10px 20px;
font-size:12px;
}


.img_float{
float:right;
margin: 5px;
display:block;
}

.img_float2{
float:left;
margin:5px 10px 5px 0;
display:block;
}


.img_caption{
	font-style:italic;
	font-weight:bold;
	text-align:center;
}
.seo_link{
	text-decoration:none;
}

.home .long_form{
	color: #ffffff; /*white*/
}
.home .long_form .required{
	color: #f7d73d; /*yellow*/
}
.home .long_form #requirednote{
	color: #f7d73d; /*yellow*/
}
h2 strong{
	font-weight: bold;
}
h3 strong{
	font-weight:bold;
}
.about ul{
	margin:0 0 5px 0;
	padding:0;
}
.about h3{
	margin:0;
	padding:20px 0 5px 0;
}

.about p{
	margin-bottom:0;
}

.about img.logo{
margin:10px 0 5px 0;
width:135px;
padding:0;
}

#tagline{
	border-bottom: 1px #555555 solid;	
}
#tagline h2{
	margin-top:5px;
	margin-bottom:15px;
	}	
.location{
	float:left;
	margin-right:40px;
}
h3.black{
	color:#333333;
}
h2.black{
	color:#333333;
}

#about_img2{
padding-left:30px;
}

img.contact_us_now{
	padding-top:10px;
/*	text-align:center; */
}

#contact_left{
float:left;
width:410px;
padding-top: 0px;
padding-right: 10px;
}


#contact_form_right{
float:left;
width:460px;
margin-left:10px;
padding-top:17px;
}

.contact p{
padding-top:15px;
margin-right:30px;
}
#contact_left p{
margin-right:10px;
}

.contact_text{
float:left;
width:270px;
line-height:1.3;
}
#contact_left .img_float2{
	margin-top:0;
}
.about .inner img.about_img{
float:left;
margin:20px 0 5px 0;
padding-right:8px;
display:block;
}

#rotobrush{
margin-top:5px;
}

.news_date {
font-weight:normal;
font-size: 12px;
}

/*.news_heading {
font-weight:bold;
font-size: 12px;
line-height:16px;
}*/

#wacker_img {
float:right;
margin:0px 0px 5px 10px;
display:block;
}

#honda_img {
float:left;
margin:0px 10px 15px 0;
display:block;
}

#drieaz-evolution2_img {
float:left;
margin:0px 15px 20px 0;
display:block;
}

#phoenix_img {
float:right;
margin:14px 0px 20px 15px;
display:block;
}
#tornado_fan_img {
float:left;
margin:0px 15px 40px 0;
display:block;
}