body {
    height: 100%
    text-align: center;
    font-family: sans-serif;
    font-size: 14pt;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: none;
  color: white;
}


#mapwrap {
  width: 350px;
  height: 380px;
  float: right;
  border: 1px solid black;
  text-align: center;
}


#bigmap {
  width: 700px;
  height: 500px;
  font-family: sans-serif;
  font-size: 12pt;
}

#bigmap a {
  text-decoration: none;
  color: blue;
}

#bigmap a:hover {
  text-decoration: underline;
  color: blue;
}


#map {
  width: 350px;
  height: 350px;
  font-family: sans-serif;
  font-size: 12pt;
}



.maptext {
  font-family: sans-serif;
  font-size: 10pt;
}

#mapwrap a {
  text-decoration: none;
  color: blue;
}

#mapwrap a:hover {
  text-decoration: underline;
  color: blue;
}


html {
  hieght: 100%;
}


#outercontainer {
  min-width: 930px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: middle;
  width: 95%;
  height: 95%;
  text-align: left;
  border: 1px black solid;
  background: url('images/berryside.jpg') repeat-y;
}

#bannercontainer {
  width: 100%;
  height: 120px;
}

#bannerleft {
  display: none;
  width: 200px;
  margin: 0px;
  height: 120px;
  float: left;
  background: url('images/berrybunch.jpg');
}

#bannerright {
  overflow: hidden;
  float: none;
  width: auto;
  height: 120px;
  background: url('images/berries.jpg');
  background-color: #3ea3fa;
}

.address {
  color: #FAA13E;
  text-align: right;
  padding-right: 10px;
  padding-top: 10px;
}


#navigation {
  display: none;
  margin: 0px;
  float: left;
  width: 200px;
  overflow: hidden;
  background-color: transparent;
  color: #FAA13E;
}

#content {
  margin: 0px;

  overflow: hidden;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  background-color: #FCE7D0;

}

#clear {
  clear: both;
  background-color: white;
  text-align: center;
}

#nav ul {
  margin-left: 0px;
  padding-left: 0px;


  list-style: none;
}

#nav li {
  color: black;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 5px;
  background-color: #AFD7FA;
  text-align: center;
}

#openbanner {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  background-color: #AFD7FA;
  width: 100%;
  text-align: center;
}

.footertext {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12pt;
}

.footertext a {
  color: blue;
  text-decoration: none;
}

.footertext a:hover {
  color: blue;
  text-decoration: underline;
}


