/* HYDRANT CSS Document */

/* GLOBAL formatting styles for whole site */

html, body{ 
 margin:0; 
 padding:30px; 
 text-align:center;
 background:#CCCCCC;
} 

a, a:link, a:visited {
		font-weight: normal;
		text-decoration: none; 
		color: #B15E12; 
		}
h1 {
color: #91AA85;
text-decoration: none;
font-size: 10pt;
font-family: arial, verdana, sans-serif;  
text-align:left; 
line-height: 120%;
font-weight: 600;
font-variant: small-caps;
padding-bottom: 0px;
margin-bottom: 0px;
}

 a:active,
 a:hover {
		color: #000000;
		text-decoration: underline; 
	}



/* invisible box that the nav and content box sit in */

 #outer_container {
 width:740px; 
 height:auto;
 background-color:#A4BF96;
 margin:0px;
 padding:0px;
 border-top: 4px solid #FFFFFF;
 border-left: 4px solid #FFFFFF;
 border-right: 4px solid #FFFFFF;
 border-bottom: 4px solid #FFFFFF;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
text-align:left;
 }
 
 /* invisible box that the logo sits in */
   #logo {
 width:700px;
 height:40px;
 background-color:#A4BF96;
 margin-left:20px;
 margin-top:20px; 
 margin-right:18px;
 text-align:right;
 }
 
 
 
  #logo_lower {
 width:700px;
 height:40px;
 background-color:#A4BF96;
 margin-left:20px;
 margin-top:20px; 
 margin-right:18px;
 text-align:right;
 }
 
 
 /* nav box holds nav items, creates indent from left */
 #nav {
 width:700px; 
 margin-left:20px; 
  margin-right:20px;
 text-align: left;
 height: 25px;
 margin-bottom: 6px;
 padding-left:20px;
 padding-top:0px;
 }
 
  
  /* nav  items, creates space between items */
 .nav_item {
 margin-right: 20px;
 float:left;
 position:relative;
 }
 
   /* holds photo */
 
 #photobox {
 width:700px;
 margin-left:20px; 
  margin-right:20px; 
 text-align: left;
 padding:0;
 padding-top:0px;
 }

    /* holds both headers and creates dotted line underneath them */
	
 #home_headercontainer {
  width: 740px;
  height: auto;
  border-bottom: 1px dotted #FFFFFF;
  text-align:left;
  margin-top: 10px;
 }
  
 #lower_headercontainer {
  width: 700px;
  height: auto;
  border-bottom: 1px dotted #B7B9B4;
  text-align:left;
  margin-top: 10px;
 }
 
 
  /* HOME PAGE SPECIFIC ITEMS */
  
   /* holds 1 home page  header, and provides spacing on top and bottom and left */

 .home_header_boxes {
 width:330px; 
 height:15px;
 margin-left: 20px;
 margin-right: 0px;
 margin-bottom: 5px;
 margin-top:10px;
 float:left;
 }

 
  /* holds left hand content column */
 

 
 #home_content_container_left {
 width:310px;
 height: auto; 
 font-size: 8pt;
 font-family: verdana, arial, sans-serif;  
 font-weight:normal;
 text-align:left;
 color: #394231; 
 line-height:140%;
 }
   /* holds right hand content column  and provides the dotted vertical line*/
   
 #home_content_container_right {
 width:330px; 
  border-left: 1px dotted #FFFFFF;
 font-size: 8pt;
 font-family: verdana, arial, sans-serif;  
 font-weight:normal;
 text-align:left;
 color: #394231;
  line-height:140%; 
 }

 #lower_content_container_left {
 width:310px;
 height: auto; 
 font-size: 8pt;
 font-family: verdana, arial, sans-serif;  
 font-weight:normal;
 text-align:left;
 color: #394231; 
 line-height:140%;
 }
   /* holds right hand content column  and provides the dotted vertical line*/
   
 #lower_content_container_right {
 width:330px; 
  border-left: 1px dotted #B7B9B4;
 font-size: 8pt;
   font-family: verdana, arial, sans-serif;  
 font-weight:normal;
 text-align:left;
 color: #394231;
  line-height:140%; 
 }





.maincontent {
 width:700px;
 height: auto;
 margin-left: 20px; 
 margin-right: 20px;
 margin-top: 6px;
 padding:0px; 
 text-align: left;
 background:#FFFFFF;
}


.clientlist {
 margin-top: 12px;
 padding:0px; 
 font-size: 8pt;
 font-family: verdana, arial, sans-serif;  
 font-weight:normal;
 text-align:left;
 color: #394231; 
 line-height:160%;
}

.generalcontent {
 margin-top: 12px;
 padding:0px; 
 font-size: 8pt;
 font-family: verdana, arial, sans-serif;  
 font-weight: normal;
 text-align:left;
 color: #394231; 
 line-height:140%;
}



.generalheader { 
 font-size: 10pt;
 font-family: verdana, arial, sans-serif;  
 font-weight: bold;
 text-align:left;
 color: #666666; 
 line-height:100%;
}

#nextbutton_home {
 text-align:right;
 margin-top: 0px;
 margin-bottom: 45px;
}

#nextbutton_lower {
 width:700px;
 height: auto;
 margin-left: 20px; 
 margin-right: 20px;
 text-align:right;
 margin-top: 0px;
 margin-bottom: 0px;
}


#footer {
width: 740px;
text-transform: uppercase;
margin-top:20px;
margin-bottom:10px;
 font-size:6pt;
 font-variant:small-caps;
 font-family: verdana, arial, sans-serif;  
 font-weight:normal;
 text-align:center;
 color: #FFFFFF;
 clear:all;
}
	