* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Georgia, Arial;
  color: #5d6242;
  line-height: 2.0em;
  font-size: .85em;
}
.right {
text-align:right;
float: right;
}

h1 {
font-size:1.6em;
}
h2 {
   font-size:1.2em;
}
a {
  color:#609135;
}
ol{
	margin-left:40px;
}
.breadcrumb {
color: #609135;
line-height:: 1.5em;
font-size: .80em;
padding-bottom: 5px;
} 
  .breadcrumb a {
    color: #609135;
  }

ul li {
display: block;
list-style:none;

}

.clear {
  clear: both;
}

#masthead_wrap {
  height: 99px;
  /*width: 69%;*/
  padding-left: 10px;
}

#header {
background: url(../../images/photoback.png) no-repeat;
height: 175px;
width: 935px;
}
#header img {
       border: 5px solid #b7b489;
	   margin-top:22px;
     }

#leftcol {
width: 627px;
float: left;
margin-bottom: 20px;
}
#leftcol h3{
	margin-top: 15px;
	margin-bottom: 3px;
}
 #leftcol .thumbnail {
    float: left;
    margin: 12px;
  }
  
  #leftcol td {
    padding: 5px;
  }
    
  #leftcol a img {
    border: none;
  }
  
#leftcol ol{
	margin-left:40px;
}
#leftcol ul{
	margin-left:40px;
}  
  
#leftcol p  {
line-height:20px;
margin-bottom:25px;
padding-right:20px;
}


#rightcol {
width: 270px;
float: right;
background: url(../../images/right_nav_bck.png) repeat-y;
min-height:630px;
}


#rightnav a {
text-decoration:none;
color: #4d4c3f;
display:block;
padding: 0 0 0 23px;
margin-left:12px;
}
	#rightnav a:hover{
	background-color: #BFBC9B;	
	}

#rightnav h2 a, #rightnav h2 {
color:#fff;
font-size:20px;
}

#rightnav h2 {
padding-left: 20px;
padding-top: 5px;
color:#fff;
height: 45px;
}

#rightnav ul li {
font-weight:700;
}

#rightnav ul {
padding-bottom: 20px;
}

.green {
background: url(../../images/right_nav_green.png) no-repeat;
height: 45px;
}

.brown {
background: url(../../images/right_nav_brown.png) no-repeat;
height: 45px;
}
.turq {
background: url(../../images/right_nav_turq.png) no-repeat;
height: 45px;
}


  #masthead {
   width: 895px;
   margin: 0px auto;
   position: relative;
  }
    #logo {
      width: 263px;
      height: 99px;
      float: left;
      background: url(../../images/logo.jpg) no-repeat;
    }
      #logo h1 {
        display: none;
      }
      #logo a{
      	display: block;
      	width: 263px;
      	height: 99px;
      	border: none;
      }
   
   #masthead #utilities {
      float: right;
      margin-top: 45px;
   }
     #utilities li {
       float: left;
       list-style: none;
       margin: 0px 6px;
       font-size: 14px;
     }
       #utilities a {
         color: #8a8e61;
         text-decoration: none;
       }
       #utilities a:hover {
         color: #79AF4D;
         text-decoration: none;
       }
   
   #masthead #paybill {
     position: absolute;
     bottom: -12px;
     right: 30px;
   }    
     #paybill img {
       border: none;
     }  
     
     
#wrap_wrap {
  background: #dddbbd url(../../images/bg_main.jpg) no-repeat left bottom;
  min-height: 500px;
}       
       
#main_wrap {
  /*width: 69%;*/
  padding-left: 10px;  
  
}       
  #main {
    width: 897px;
    border: 1px solid #dddbbd;
    margin: 0px auto;
  }
  
   
        
        
#footer_wrap {
  /*width: 69%;*/
  padding-left: 10px; 
}        
  #footer {
   width: 895px;
   margin: 0px auto;
  }      
    #footer #utilities {
      margin: 10px 0px;
      float: left;
    }    
    
    #footer p {
      float: right;
      color: #8a8e61;
      font-size: 12px;
      width: 400px;
      margin: 10px 0px;
    }    
        
          
          
/* news */          
.newsBox {
  padding: 10px;
  border-bottom: 1px dashed #5d6242;
  width: 575px;
}   