body {
    height: 100%
    text-align: center;
    font-family: sans-serif;
    font-size: 14pt;
    background-color: #3ea3fa;
}

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;
  margin-left: 10px;
}

#bigmap {
  margin-bottom: 15px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
  width: 500px;
  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: block;
  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;
}

.farmaddr {
    border: 0px;
    padding-top: 8px;
    padding-right: 5px;
}


.address {
  color: #FAA13E;
  text-align: right;
  padding-right: 10px;
  padding-top: 10px;
}


#navigation {
  margin: 0px;
  float: left;
  width: 200px;
  overflow: hidden;
  background-color: transparent;
  color: #FAA13E;
}

#content {
  margin: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
  overflow: hidden;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  background-color: #FCE7D0;

}

#content a {
  text-decoration: none;
  color: blue;
}

#content a:hover {
  color: blue;
  text-decoration: underline;
}


#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;
}

.label {
  float: left;
  width: 200px;
  height: 20px;
  text-align: right;
  font-size: 14pt;
  margin-top: 10px;
}

#formcont {
  width: 620px;

  padding-bottom: 10px;
  padding-right: 10px;
}

.field {
  margin-top: 10px;
  width: 400px;
  text-align: left;
  float: right;
}

#piccontainer {
  width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.thumb200 {
  overflow: hidden;
  padding-bottom: 25px;
  float: left;
  margin: 5px;
  width: 200px;
  height: 170px;
  text-align: center;
  font-size: 12pt;
  color: black;
}

.thumb200 img {
  border: 0px;
}

.formresp{
  margin-left: auto;
  margin-right: auto;
}


.formresp a {
  text-decoration: underline;
}

.formresp a:hover {
  text-decoration: underline;
}


