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

/*colors*/
/*background-color:#666666;/*RH-background-color-body*/
/*background-color:#000000;/*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:#ffffff;/*RH-color-navbar*/
color:#ffc20e;;/*RH-color-headers*/
color:#009966;/*RH-color-links*/
color:#e7c934 /*RH-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:#ffc20e;;/*RH-color-headers*/	
}
.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: Tahoma, 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:#ffc20e;;/*RH-color-headers*/
      }
	  a{	
		color:#2fd5ad;/*RH-color-links*/
      }
/*--------body--------*/
body  {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;/*RH-font-family1*/
	background: #666666 url(../images/maple.jpg) repeat; 
//	background-color:#666666;
	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/maple.jpg) repeat; 
	font-size:12px;
}

/*---------------wrapper--------------*/
#wrapper { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#000000;/*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; 
} 

/*-------------navbar-----------------*/
#navbar {
	width:780px;
	height:41px; 
	margin: 0;
	background-color:#85c33c;/*RH-background-color-navbar*/
	background-image:url(../images/navbar_bg.jpg); 	
}

#navbar ul {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Helvetica, sans-serif;
	line-height: 41px; 
	white-space: nowrap;
}

.menu_item{
	height:41px;
	border-right: 1px #000000 solid;
	float:left;
	text-align:center;
}
#navbar li {
	list-style-type: none;
	display: inline;
	margin:0;
	padding: 5px 15px 5px 15px;
	font-size: 14px;/*RH-font-size-navbar*/
	line-height: 41px; 		
	font-weight:bold;
}


#navbar li a {
	text-decoration: none;
	padding: 2px 10px;
	margin: 0;
	color:#ffffff;/*RH-color-navbar*/
	font-weight:bold;/*RH-font-weight-navbar*/
}

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

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


/*------------banner--------------*/
#banner{
	height:175px;
	width:780px;
	background:#ffffff;
	text-align:center;
	background-image:url(../images/banner-bg.jpg); 
}	
#banner_logo{
padding-right:60px;
}
#banner_ball{
padding-left:30px;
}
/*---------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;
}




.service_nav{ /*for service thumbnails on home page*/
float:left;
margin:5px 5px 5px 15px;
/*border: 2px green solid;	/*RH-debug*/

}

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


#rh_logo{
padding-top:5px;
}


/*-------left---------*/
#left{
float:left;
width:485px;
text-align:left;
}
#left h1{
font-weight:bold;
}
#left .inner{
margin:20px 30px;
text-align:center;
}
#left img{
padding:0 5px 0 0;
margin: 0;
}
#left a{
color:#ffc20e;/*RH-color-headers*/
}

#left p{
padding:5px 15px;
margin:0;
color: #d7d6d4;
text-align:left;
}
#left h2{
padding:20px 0 5px 0;
margin:0;
}

/*---------right-------*/
#right{
float:right;
/*height:800px;*/
width:278px;
padding:5px 0 20px 0;
margin: 0;
/*border: 1px #000000 solid; /*debug */
/*background-image:url(../images/left_bg.jpg); */
background-color:#434343;/*RH-background-color3*/
}
#right .inner{
margin:0;
padding:10px 10px 10px 15px;
}
#right h2{;
color:#ffffff; 
font-weight:bold;
padding:10px 0 5px 0;
margin:0;
}


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

}

#right a{
color:#e7c934 /*RH-color-yellow*/
}
#right img{
	float:left;
	margin:0 10px 0px 0;
}
/*----------services---------*/
.services .service_desc{
float: left;
width:250px;
margin:5px 0px 5px 20px;
padding:0;
/*	border: 1px #000000 solid; /*debug */	
line-height:1.2;
}
.service_img{
float: left;
border: 1px solid #1d304b;  
margin:20px 0px 5px 30px;
padding:0;
}

.services h2{
margin: 5px 0 3px 0;
}

/*--------summer_special-------*/

.summer_special{
margin:20px 0 0 0;
padding:0px;
background-color: #ffffff;
text-align:left;
width:278px;
border: 1px #000000 solid;	
}


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

}
.contact .inner{
padding:30px 70px 30px 50px;
}

.contact h2{
/*color:#000000;*/
margin:0 0 5px 0;
padding:0;
font-weight:normal;
font-size:18px;
}
#medway_office{
margin-left:20px;
float: left;
padding-bottom:20px;
}
#medfield_office{
margin-left:60px;
float: left;
padding-bottom:20px;
}

#thanks{
margin:30px;
}

/*--------------about----------*/
.about #left{
text-align:center;
}
.about #left p{
margin:30px;
text-align:left;
}
.about #left img{
margin:auto;
border: 1px #333333 solid;
}

.faq p{
margin:0 50px 30px 50px;
line-height:1.3;
}
.faq_border{
border-top: 1px gray solid;	
margin-left:50px;
margin-right:50px;
}

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

.home h1{
margin: 5px 0 10px 0;
}
.services #wrapper,.contact #wrapper,.about #wrapper{
background-color:#ffffff;/*RH-background-wrapper2*/
}

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

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

.content .inner{
color:#ffffff;
padding:10px 50px 20px 50px;
}
.content p{
line-height:1.3;
padding:10px 0;
margin:0;
}
.content h1,.content h2,.gallery h1 {
text-align:left;
margin:20px 0 15px 0px;
padding:0;
}
.gallery .inner{
color:#ffffff;
padding:10px 20px 20px 20px;
}


/*
.managecontainer{
padding-left:30px;
color:#ffffff;
}
.thumbscontainer{
padding-left:20px;
color:#ffffff;
}
*/



#EmailForm p{
	padding:5px 0 20px 0;
	margin:0;
}
body.news{
	color:#ffffff;
}
.news #wrapper h2{
	color:#dddddd;
}
div.content{
	text-align:left;
}
div.content img{
	float:left;
}
.news_date{
	font-size:14px;
	font-weight:normal;
}
.home #left h1{
	font-size:16px;
}
