
/*--------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:#000000;;/*RH-color-headers*/	
}
.bold2	
{
	font-weight:bold;
	color:#006600; /*yellow*/
}

.italic{
	font-style:italic;
	font-weight:normal;
	color:#000000;
}
.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------ */

	p,li{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	h1,h2,h3,h4{
	  /*font-family: Georgia, Times New Roman; */
	  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

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

      h1,h2,h3,h4{
      color:#006600;
	  font-weight:bold;
	  padding:15px 0 0 0;
	  margin:0;
      }

      
	  a, a:link, a:visited{	
		color:#006600;
      }
      a:hover, a:active{
      	color: #000000;
      }

/*--------body--------*/
body  {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;/*RH-font-family1*/
	background:#ffffff; 			
	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/body_bg.jpg); */
	font-size:14px;	
}

/*
body.snacks  {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:#006db3 url(../images/body_bg2.jpg) repeat-x; 			
	margin: 0; 
	padding: 0;
	text-align: center; 
	font-size:12px;	
}
*/
/*---------------`--------------*/

#wrapper { 
	width: 766px;  
/*	background-color:#e2e5e8;*/
	background-color:#ffffff;
;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0 10px 0;
	border: none;
	text-align: left; 
	} 

/*-------------navbar-----------------*/
#navbar {
	width:380px;
	/*height:30px;*/ 
	margin: 0;
	padding:0 10px 0 0;
	background-image:url(../images/navbar-bg.jpg); 	 
	/*font-family: Helvetica, Helvetica, sans-serif;*/
	list-style-type:none;
	float:right;
}


#navbar li {
	line-height: 26px; 	
	margin:0;
	padding:0;
	float:right;
}


#navbar li.grass{
}

#navbar a {
	float:left;
	text-decoration: underline;
	/*padding: 2px 10px;*/
	margin: 0;
	padding:0 4px 0 4px;
	color:#ffffff;/*RH-color-navbar*/
	font-weight:normal;/*RH-font-weight-navbar*/
	/*width:100px;*/
	line-height:26px; 
	text-align:center;
	/*font-weight:bold*/;
	font-size:14px;
	background-image:url(../images/navbar-bg.jpg); 	 
	
	}

#navbar li a:link,#navbar li a:visited  {
	color:#ffffff;/*RH-color-navbar*/
	/*font-weight:bold;*/
	
}

#navbar li a:hover,#navbar li a:active {
	color:#000000;
/*	text-decoration:underline; */
}


/*------you are here--------*/
.home #navbar #nav_home, .locations #navbar #nav_locations,.faq #navbar #nav_faq,.about #navbar #nav_about, .contact #navbar #nav_contact{
	color:#fff200;
}

.programs #services_navbar #nav_programs,.seeding #services_navbar #nav_seeding, .maintenance #services_navbar #nav_maintenance,.insects #services_navbar #nav_insects,.trees #services_navbar #nav_trees,.tips #services_navbar #nav_tips{
	color:#fff200;
}

#services_nav{
	height:224px;
	display:inline-block;
	padding:0;
	margin:0;
	}
#services_nav2{
	height:31px;
	display:inline-block;
	padding:0;
	margin:0;
	}

#services_navbar ul{
	width:751px; /*need to subtract the padding from the width*/
	/*height:30px;*/ 
	padding: 0 0 0 15px;
	margin: 0;
	background-image:url(../images/navbar-bg.jpg); 	 
	/*font-family: Helvetica, Helvetica, sans-serif;*/
	list-style-type:none;
	float:left;
	height:26px;
}

#services_navbar li li{
float:none;
width:auto;
background:#026302;
margin:0 0 0 -10px;
padding:0 0 0 10px;
width:150px;
border-left: 1px #908282 solid;		
border-bottom: 1px #908282 solid;		
border-right: 1px #908282 solid;		
text-align:center;
}

#services_navbar li li a{
	zoom: 1;
	text-align:left;
	padding:0;
	margin:0 auto;
	background-image:none;
	color:#ffffff;
}

#services_navbar ul ul{
	width:100%;
	background-image:none;
	padding:0px;
}

#services_navbar li {
	line-height: 26px; 	
	margin:0;
	padding:0;
	float:left;
}


#services_navbar a {
	display:block;
	text-decoration: underline;
	/*padding: 2px 10px;*/
	margin: 0;
	padding:0 20px 0 0;
	color:#ffffff;/*RH-color-navbar*/
	font-weight:normal;/*RH-font-weight-navbar*/
	/*width:100px;*/
	line-height:26px; 
	text-align:center;
	/*font-weight:bold*/;
	font-size:14px;
	background-image:url(../images/navbar-bg.jpg); 
	/*font-family:'Lucida Casual', 'Comic Sans MS'; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	
	 
	
	}

#services_navbar li a:link,#services_navbar li a:visited  {
	color:#ffffff;/*RH-color-navbar*/
	/*font-weight:bold;*/
	
}

#services_navbar li a:hover,#services_navbar li a:active {
	color:#000000;
/*	text-decoration:underline; */
}

/*------------banner--------------*/
#banner{
	height:98px;
	width:766px;
	background:#ffffff;
	background-image:url(../images/navbar-bg.jpg); 	 	
	background-repeat: repeat-x;
}	
.customer #banner{
	width:1000px;
}
#banner img{
	display:block;
	float:left;
}
	
/*--------footer------------*/
#footer{
text-align:center;
padding-bottom:5px;
padding-top:100px;
font-size:12px;
color:#000000;
}


/*-------left---------*/
#left{
float:left;
width:486px;
text-align:center;
}

#left .left_inner{
padding:10px 0px 0 15px;
margin:0 ;
text-align:left;

}



/*---------right-------*/
#right{
float:right;
/*height:800px;*/
width:250px;
padding:0 0 20px 0;
margin: 0;
height:100%;
}

#right .right_inner{
padding:5px 5px 0 30px;
margin:0 ;
text-align:left;
}

.seo_link{
	text-decoration:none;
}

#wrapper p{
padding:0;
margin:10px 0 15px 0;
/*color:#000000; no need for color here because we are using the default body color*/
font-size:14px;
}
#left li{
	font-size:14px;
	padding-top:5px;
}

.home #right ul{
list-style-type:none;
padding:5px 0 5px 0;
margin-top:5px;
}
ul.green_bullets li{
background-image:url(../images/green-bullet.gif);
background-repeat: no-repeat;
background-position: 3px 3px;	
padding:0 0 0 20px;
margin:0 0 5px 0;
font-size:14px;
font-weight: bold;
}

#inner{
margin:20px 55px 20px 58px;
}
div.product{
margin:10px 0 20px 0;
}

 #inner a:hover img,  #inner a:active img{
	border: 2px #005596 solid;
}      
#rh_footer{
padding-top:0px;
}
#rh_footer a{
	color:#000000;
}

.line{
border-top: 1px #000000 solid;	
margin:20px 55px 20px 58px;
}

.about img.img_floatr{
margin:5px 0 10px 25px;
}

#logo{
padding:0px;
}
#tagline{
float:right;
font-size:14px;
font-style:italic;
text-align:right;
padding-top:10px;
padding-right:15px;
line-height:25px;
font-weight:bold;
}


#main_imgs img{
	margin:3px 2px 2px 4px;
	padding:0;
}
#proj_images{
}
#about_nav{
	margin:20px 30px 0 30px;
}

#staff_image{
	width:220px;
	float:left;
	margin-top:10px;
	margin-right:10px;
}
.projects h2{
	font-size:16px;
	line-height:22px;
}
.projects #proj_images img{
	border: 1px #000000 solid;		

}

.employment form{
	margin-top:10px;
}
.contact {
	font-size:14px;
}
form{
}
.contact #left {
	width:350px;
}
.contact #right {
	width:500px;
}
.admin_img{
	width:200px;
	float:left;
}
.admin_info{
width:200px;
float:left;
}
.projects #left h2{
	padding:30px 0 0 0;
}
.projects #left p{
	margin:5px 0 10px 0;
}
.projects #right p{
	margin-top:15px;
	margin-bottom:5px;
}
.projects #right .right_inner h2{
	padding-bottom:0;
	padding-top:15px;
}


#proj_images img{
	margin-right:10px;
}

.home #right p{
	margin-bottom:5px;
}
#testimonials .italic{
	font-size:12px;
}
#mission_statement h3{
	color:#000000;
	font-size:14px;
	font-style:italic;	
}
#mission_statement p{
padding-top:0;
margin-top:2px;
margin-bottom:5px;
}

#mission_statement .text{
float:left;
width:320px;
}

.no-margin{
padding-top:2px;
}

#estimate_button{
padding:15px 0 10px 0px;
}
.grassy_header{
/*	float:left; */
font-family: Georgia, Times New Roman;	
color:#006600;
font-weight:bold;
padding:10px 0 0 0;
font-size:18px;
}
.grassy_header img.img1{
padding: 0 5px 0 0;
}
.grassy_header img.img2{
padding: 0 0 0 5px;
}

.grassy_header h2{
padding: 0 5px 0 0;
}

#sign_up{
	padding:5px 0 10px 0px;
}
#refer_friend{
	padding-top:10px;
}
.bold strong{
	font-weight:bold;
}

.green_bullets a,.green_bullets a:link, .green_bullets a:visited{
	color:#000000;
	text-decoration:none;
}
.green_bullets a:hover, .green_bullets a:active{
	color: #006600;
	text-decoration:underline;
}

#left a,#left a:link, #left a:visited{
	color:#006600;
	text-decoration:underline;
}
#left a:hover, #left a:active{
	color: #000000;
	text-decoration:underline;
}

.trees #left h3{
	margin:0;
	padding:0;
}
.border{
height:5px;
padding:0;
margin:0;
}
#main_images{
padding:0;
margin:0;
height:188px;
}
#main .main_inner{
padding:10px 0px 0 5px;
margin:0 ;
text-align:left;
float:left;
width:100%;
}
img.text{
	padding-top:10px;
}
.locations #main_txt{
	width:400px;
	float:left;
}
#zip_code_form{
	float:left;
	padding:5px 0 0 40px;
}
#zip_code_form label{
font-weight:bold;
}
#wrapper2 { 
	width: 1000px;  
/*	background-color:#e2e5e8;*/
	background-color:#ffffff;
;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0 10px 0;
	border: none;
	text-align: left; 
} 

ul.grassy_bullets{
padding-top:5px;
padding-left:15px;
}

.trees ul.grassy_bullets,.tips ul.grassy_bullets,.mission ul.grassy_bullets{
padding-left:0px;
padding-bottom:10px;
}

ul.grassy_bullets li{
background-image:url(../images/grass.gif);
background-repeat: no-repeat;
background-position: 0px 4px;
font-size:14px;
font-weight: normal;
padding-left:20px;
}

.insects ul.grassy_bullets li {
font-weight:bold;
margin:0 0 5px 0;
}

.insects ul.grassy_bullets{
padding-left:0;
}

#contact_address{
float:left;
width:350px;
margin-top:20px;
margin-bottom:10px;
}

#contact_form{
float:left;
width:340px;
margin-top:20px;
margin-left:20px;
}
.element{
padding-bottom:5px;
}
form label{
margin-bottom:5px;
line-height:20px;
}

#contact_left{
float:left;
width:330px;
padding-right:20px;
}
#contact_left p{
	margin-right:20px;
	float:left;
}

		
.estimate form{
	padding-top:10px;
}

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

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

#mosquito {
width: 150px;
}

.before_after_images {
float:left;
text-align:center;
margin: 5px 15px 0 0; 
}
#tick_img{
margin:0;
padding:0;

}
.contact #estimate_button{
	margin-left:30px;
}

.element span.error{
	color:red;
}
#main p{
/*	width:400px; */
	margin-right:50px;
}

#main h2 a:hover, #main h2 a:active{
color:#000000;
}
#right h2.nav a:hover, #right h2.nav a:active{
color:#000000;
}

#right h2.nav{
	font-size:16px;
	padding-top:5px;
}
img.nav_image{
padding-right:5px;
}

#trees_shrubs{
margin-right:20px;
margin-top:10px;
}

.locations #contact_left h2{
margin-top:10px;
}
.referral p{
float:left;
width:350px;
}
.referral form{
}

.referral #contact_form{
margin-left:0;
}
#cities_towns{
float:left;
}

#main #left{
float:left;
text-align:left;
}

.wide_image{
	padding:10px 0 0 0;
}

#cat_nav{
float:right;
padding-right:5px;
width:260px;
}

#mosquito_man_img { 
margin-top: 3px;
}

#tick_img2 {   
margin-bottom: 5px;
margin-left: 10px;
}

#perimeter_main {
padding-bottom: 30px;
}

#perimeter_border_img {
margin-top: 5px;
margin-bottom: 5px;
}

#perimeter-special {
text-align: center;
margin-top: 15px;
margin-bottom: 20px;
}

.perimeter_ad1 {
font-size: 26px;
}

.perimeter_ad2 {
font-size: 20px;
line-height:1.5;
}

.perimeter_ad3 {
font-size: 16px;
line-height: 1.5;
}

.hydroseeding_photos {
display: block;
float: right;
margin: 5px 0 0 10px;
}

#aeration_moo_img {  
margin: 5px 22px 10px 10px;
border: 1px solid black;
}

p.bbb_review img{
padding-top:10px;
}

img.partner_image{
padding-top:10px;
}

/*Meg - style bulleted list in seasonal fungi FAQ page */
ul.fungi {
	list-style-type: disc;
	margin-left:10px; 
    padding-left: 10px;
}
ul.fungi li {
	padding-bottom: 10px;
}

