
body { background-color: white; text-align: center; margin:0; padding:0; }

body, li, p{ font-family: arial,sans-serif; font-size: 14px; color: #3C3C3C;}

strong{ color: black; }

.container{
   text-align: left;  margin: 0 auto; width: 873px;
}

a img{ border: none;}


.header{
  border-bottom: 1px solid #669217;
  position: relative; height: 122px;
}
  .header .logo{ display: block; position: absolute; left: 13px; top: 0px; }

    .header .menu{
      position: absolute; right: 13px; bottom: -1px;
      padding:0; margin:0;
    }
      .header .menu li{
        list-style: none; float: left;    
        
      }
        .header .menu li a{ display:block; text-decoration: none; text-transform: uppercase; padding: 2px 20px; color: #3C3C3C;}
        .header .menu li.active a{ background-color: white;
          border-color: #669217 #669217 white #669217; border-style: solid; border-width: 1px; color: #4FAE2F;
        }
        
  .header .loginbox{
     position: absolute; top: 3px; right: 13px; 
     font-size: 12px; color: #9C9C9C; font-weight: bold;
  }
    .header .loginbox input{
      border-width: 1px;  font-size: 12px;
    }
        
.main{ padding-bottom: 26px; float: left;}

.blockRow{ clear: both; 
  margin-top: 26px; float: left;
}

  .firstBlockRow{
     background-image: url("img/rowbg.jpg"); background-repeat: no-repeat;  background-position: 13px 0;
  }

.block{ 
  float: left;
  margin: 0px 13px 0px 13px;
  width: 265px;
  line-height: 20px;
}
  .block ul{margin: 0; padding: 0;}
    .block ul li {
      list-style: none; padding-left: 30px; margin: 0;
      background: url("img/bullet.png") no-repeat; background-position: 0 3px; font-weight: bold; line-height: 23px;
    }  
    .firstBlockRow .block ul li{ line-height: 33px; background-position: 0 8px; }
    
    .block li a{ display: block; text-decoration: none; color: #265E15; }
    .block li a:hover { background-color: #265E15; color: white; }

  .block h3{ text-transform: uppercase; font-size: 13px; margin-bottom: 4px; margin-top: 0;}      
  .block p{margin-top: 0;}
  
  

  .footer{ clear: both; text-align: center; border-top: 1px solid #669217; padding: 10px 0; font-size: 12px; color: #C0C0C0; }  
    .footer a{text-decoration: none; color: #C0C0C0;}        
