/*CLASSES FOR HEADER   white,cream,block_greenA,navigation(for menu) 
  CLASSES FOR FOOTER   address,email,block_greenA
 */


.address
    {
      float: left;
      margin:10px;  
      color:white;
      
    }
.email
{
  float: right;
  margin:10px; 
  color:white;
}
    
.block_greenA{
    width:100%;
     background-color:#9cb5af; 
   margin-top:0px; 
   height:50px;
}
.block_creamA
{
   background-color:#FEF7DA;
   margin-top:0px;   
   margin-bottom:0px;     
   /*width:98.1%;*/
   height:800px;
   padding:0px;
   /*border: 10px solid #6F6252;*/
   width:100%;
}
/*.block_whiteA
{
   background-color:white;
   margin-top:50px;   
   margin-bottom:50px; */    
   /*width:98.1%;*/
  /* height:800px;
   padding:0px;*/
   /*border: 10px solid #6F6252;*/
  /* width:100%;
}
.block_leftA{
    width:20%;
    background-color:#FEF7DA;
    height:800px;
    border:1px solid red;
    float:left;
}
.block_rightA{
    width:74%;
    background-color:white;
    height:800px;
     border:0px solid green;
     float:left;
     margin-left: 5%;
     
}*/
.block_rightB{
    width:90%;
    background-color:#FEF7DA;
    height:800px;
     border:0px solid green;
     float:left;
     margin-left: 5%;
     
}
.block_imageA
{
   text-align:center;
   padding-top: 58.5px;
   
}



.white
{
    width:100%;
    background-color: white;
    padding:0px;
    margin:0px;
    height:100px;
    border:0px solid blue;
}

/*.brown
{
    width:100%;
    background-color: #6F6252;
    
    padding:0px;
    margin:0px;
    height:auto;
    border:0px solid blue;
    overflow:inherit;
    min-width:1044px;
}*/
.cream
{
    width:100%;
     background-color:#FEF7DA;
    padding:0px;
    margin:0px;
    height:auto;
    border:0px solid blue;
    overflow:inherit;
    min-width:1044px;
}
/*#imgdiv{
    padding:0px;
    margin:0px;

}*/
    
/* BEGINNING OF STYLES FOR THE MENU  */  
.navigation{
height:40px;
font:normal 16px/40px "Arial", Helvetica, sans-serif;
color:#ffffff;
text-shadow: 0px 1px #444;
background:url(../images/navigation_bg.png) 0 0 no-repeat;
width:970px;
/*margin:0 auto;*/
margin: 0 auto 0 150px;
border:0px solid red;
} 
.navigation ul{
padding:0;
margin:0;
list-style:none;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
}

.navigation ul li{
padding:0;
float:left;
font:bold 16px/40px "Arial", Helvetica, sans-serif;
color:#ffffff;
text-shadow: 0px 1px #444;
margin:5px 12px 0px 12px;
position:relative;
}

.navigation ul li a{
font:normal 16px/40px "Arial", Helvetica, sans-serif;
color:#ffffff;
text-decoration:none;
text-shadow: 0px 1px #444;
}

.navigation ul li a:hover{
background:url(../images/hover_left.png) left 10px no-repeat;
color:#FEF7DA;
text-decoration:none;
}

.navigation ul li ul{
display:none;
position:absolute;
background-color:#9cb5af;
padding:10px;
}

.navigation ul li ul li{
float:none;
padding:0px;
margin:10px;
width:200px;
font:normal 16px/24px "Arial", Helvetica, sans-serif;
color:#ffffff;
text-decoration:none;
z-index:100;
}

.navigation ul li ul li a{
font:normal 16px/24px "Arial", Helvetica, sans-serif;
color:#ffffff;
text-decoration:none;
}

.navigation ul li ul li a:hover{
/*color:#a9a9a9;*/
color:#FEF7DA;
}

.navigation ul li:hover > ul{
display:block;
color:#FEF7DA;
}
/* END OF STYLES FOR THE MENU  */  