body{
  font-family: arial, sans-serif;
  font-size:100%;
  color:#f0ebcd;
  background-color:#e2dedf;
  background-image: url(background.jpg);
  background-repeat: repeat-y;
}

#MenuLinks{
  width:515px;
  font-size:100%;
  height:50px;
  border-top:double;
  border-top-color:#705b46;
  padding-top:20px;
  margin-top:32px;
}
#MenuLinks a{
  font-family: papyrus, arial, sans-serif;
  font-size:100%;
  font-weight:bold;
  color:#f0ebcd;
  text-decoration:none;  
}
#MenuLinks ul{
  margin:0px;
  padding:0px;
}
#MenuLinks li{
  float:left;
  list-style-type:none;
  margin-left:30px;
}
#MenuLinks li.TopMenu{margin-left:5px;}
#MenuLinks li a{
  background-image:url(/flower_dot.jpg);
  background-repeat:no-repeat;
  background-position:left center;
  padding-left:20px;
}
#MenuLinks a:hover{
  color:#f8e330; /* Yellow */
}
.Home #MenuLinks .MenuHome,
.Plat #MenuLinks .MenuPlat,
.Directions #MenuLinks .MenuDirections,
.Contact #MenuLinks .MenuContact{
  color:#f8e330; /*Yellow*/
}
.Home #MenuLinks .MenuHome,
.Plat #MenuLinks .MenuPlat,
.Directions #MenuLinks .MenuDirections,
.Contact #MenuLinks .MenuContact{  
  background-image:url(/flower_dot_yellow.jpg);  
}



#Logo{
  position:absolute;
  left:630px;
  top:5px;
  background-image: url(logo.jpg);
  background-repeat: no-repeat;
  width:250px;
  height:100px;  
}

#Banner{
  background-image: url(banner.jpg);
  background-repeat: no-repeat;
  width:930px;
  height:243px;
}

#Footer{
  margin-top:10px;
  padding:5px;
  width:920px;
  height:60px; 
  background-color:#3e2c1e;  
  border-bottom:3px solid #705b46;
  text-align:center;
  font-size:90%;
  position:relative;
}
#Footer a{
  font-family: arial, sans-serif;
  font-size:90%;
  color:#f0ebcd;
  text-decoration:none;  
}

#bhlogo{
position:absolute;
height:60px;
width:74px;
top:5px;
right:5px;
background:url(/bhlogo.gif) top left no-repeat;
}

#bhlogo span{
display:none;
}
#left{
  float:left;
  width:400px;
  margin-top:17px;
  margin-left:60px;
}
#left a{
  font-family: arial, sans-serif;
  text-decoration:none;  
}
#left ul{
  margin:0px;
  padding:0px;
}
#left li{
  float:left;
  text-align:center;
  width:98px;
  height:15px;
  line-height:15px;
  list-style-type:none;
  border-left: 1px solid white;
}
#left li.TopMenu{border-left:none;}
#right{
  float:right;
  width:370px;
  font-size:85%;
  color:#f0ebcd;
  padding:10px 0px 0px 0px;
}
#right span{font-size:115%}

#addressinfo{
  margin:0px;
  padding:2px 10px;
  width:910px;
  height:18px; 
  background-color:#705b46;  
  text-align:center;
  font-size:12px;
  position:relative;
  display:block;
}

#addressinfo span{
padding:0px 8px;
}

#Disclaimer{
  width:530px;
  font-size:80%;
  text-align:justify;  
}

#MoreDetails{
  position:absolute;
  width:900px;
  left:-110px;
  top:450px;
  text-align: right;
  color:#4f3b22;
  font-weight:bold;
}
