
/*--------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:#f7d73d; /*yellow*/
}

.italic{
	font-style:italic;
	font-weight:bold;
	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------ */

      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: 22px;}
      h2{font-size: 20px;}
      h3{font-size: 18px;}
      h4{font-size: 16px;}
      p{font-size: 12px;}

      h1,h2,h3,h4{
      color:#05315d;/*RH-color-headers*/
	  font-weight:bold;
	  padding:10px 0 0 0;
      }
	  a, a:link, a:visited{	
		color:#005596;/*RH-color-links*/
      }
      a:hover, a:active{
      	color: #de2516;
      }

/*--------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:12px;	
}

/*
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--------------*/
#outer_wrapper{
	width: 910px;  
	background:#ffffff url(../images/bg.jpg) repeat-y; 			
	margin: 0px auto;
	
}

#wrapper { 
	width: 900px;  
/*	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; 
	border-bottom: 1px #dddddd solid;		

	} 

/*-------------navbar-----------------*/
#navbar {
	width:900px;
	/*height:30px;*/ 
	margin: 0;
	padding:0;
	background-color:#05315d;
	background-image:url(../images/menu_bg.jpg); 	 
	/*font-family: Helvetica, Helvetica, sans-serif;*/
	font-size:14px;
	list-style-type:none;
	float:left;
}


#navbar li {
	line-height: 32px; 	
	border-right: 1px #ffffff solid;		
	margin:0;
	padding:0;
	float:left;
}


#navbar a {
	float:left;
	text-decoration: none;
	/*padding: 2px 10px;*/
	margin: 0;
	padding:0 15px 0 15px;
	color:#ffffff;/*RH-color-navbar*/
	font-weight:normal;/*RH-font-weight-navbar*/
	/*width:100px;*/
	line-height:32px; 
	text-align:center;
	/*font-weight:bold*/;
	font-size:18px;
	background-image:url(../images/menu_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:#ffffff;
	background-image:url(../images/menu_bg3.jpg); 	 
/*	text-decoration:underline; */
}

/*------you are here--------*/
.home #nav_home, .services #nav_services,.about #nav_about, .contact #nav_contact, .projects #nav_projects, .employment #nav_employment{
	color:#ffffff;/*white*/
	background-color:#ffc313; 
	background-image:url(../images/menu_bg2.jpg); 	 	
}


/*------------banner--------------*/
#banner{
	height:139px;
	width:900px;
	background:#ffffff;
}	
#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:575px;
text-align:center;
}

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

}



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

#right .right_inner{
padding:10px 34px 0 20px;
margin:0 ;
text-align:left;
}
#right .right_inner h2{
	padding-bottom:5px;
}

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

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

.seo_link{
	text-decoration:none;
}


#wrapper p{
padding:0;
margin:10px 0 15px 0;
color:#000000;
font-size:14px;
}


.home #right ul{
list-style-type:none;
padding:5px 0 20px 5px;
margin-top:5px;
}
.home #right ul li{
background-image:url(../images/red_bullet.jpg);
background-repeat: no-repeat;
background-position: 0px 6px;	
padding:0 0 0 20px;
margin:0 0 5px 0;
font-size:18px;
}

#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:25px 0 0 15px;
}
#tagline{
padding:25px 0 0 135px;
}

.services #left, .projects #left{
	width:500px;
}
.services #right, .projects #right{
	width:350px;
}
.services #right{
	margin-top:50px;
}

.services #right img{
	margin:1px;
}

.services ul.serv_list{
	float:left;
	list-style:none;
	margin:0 20px 0 5px;
	width:200px;
}

.services ul.serv_list li{
background-image:url(../images/red_bullet_small.jpg);
background-repeat: no-repeat;
background-position: 0px 4px;
padding-left:15px;	
margin-bottom:3px;
}

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

#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 form{
	margin-top:45px;
	font-size:14px;
}
form{
	line-height:1.5;
}
.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;
	margin-bottom: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;
}

