html, body {
  border:  0 none;
  margin:  0;
  padding: 0;
  width: 100%;
}

html {
  min-height: 100%;
  background: #C6FFF0;
  background: linear-gradient(  to bottom, #C6FFE8 0%, #C6F0FF 100%);
  background: -moz-linear-gradient(   top, #C6FFE8 0%, #C6F0FF 100%);
  background: -webkit-linear-gradient(top, #C6FFE8 0%, #C6F0FF 100%);
}



.bold         { font-weight: bold;      }
.italic       { font-style: italic;     }

.nopad        { padding: 0px;           }
.nowrap       { white-space: nowrap;    }

.table        { display: table;         }
.row          { display: table-row;     }
.cell         { display: table-cell;    }

.ha-left      { text-align: left;       }
.ha-center    { text-align: center;     }
.ha-right     { text-align: right;      }
.va-middle    { vertical-align: middle; }

.auto-width   { width: auto !important; }
.auto-hmargin { margin-left: auto; margin-right:  auto; } /* margin: 0 auto; */
.auto-vmargin { margin-top:  auto; margin-bottom: auto; }
.zero-hmargin { margin-left:    0; margin-right:     0; }
.zero-vmargin { margin-top:     0; margin-bottom:    0; }
.zero-margin  { margin: 0; }
.zero-line-h  { line-height: 0px; }



.wrap {
  width: 1000px;
  box-shadow:         0px 1px 15px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:    0px 1px 15px 1px rgba(0, 0, 0, 0.25);
  -o-box-shadow:      0px 1px 15px 1px rgba(0, 0, 0, 0.25);
  font-family: Helvetica,sans-serif;
}


#head {
  padding: 0px;
  height: 210px;
  width: 100%;
}

#head .logo {
  width: 100%;
  max-height: 192px;
}

#head .bottom {
  background-color: #C0F0C0;
  height: 18px;
  width: 100%;
}

#head .bottom div {
  width: auto;
  font-family: Arial; /* "Trebuchet MS" */
  font-size: 0.9em;
}


#body {
  background-color: #E6E7E6;
  background-image: url('/images/meadow-birds.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 400px;
  padding: 5px 0px;
  border-top: 1px dotted #90D090;
  border-bottom: 1px dotted #90D090;
}

#body .topinfo {
  width: 100%;
  padding: 1px;
}

#body .topinfo .right {
  padding-right: 8px;
  line-height: 0.8em;
}

#body .topinfo .left {
  padding: 0px 0px 0px 5px;
  line-height: 1.1em;
}

#body .topinfo .left .contact, .foot .contact {
  font-size: 1.1em;
  padding-right: 5px;
  color: #005511;
}

#body .topinfo a, .foot a {
   text-decoration: none;
   color: #005511;
}

#body .topinfo a:active, .foot a:active {
   color: #225511;
}

#body .topinfo a:hover, .foot a:hover {
   color: #117722;
}

#body .welcome {
  padding-top: 30px;
  padding-bottom: 20px;
}

#body hr.short {
  height: 0px;
  width: 200px;
  border: dotted #80C080 0px;
  border-top-width: 1px;
}

#body .birdlist {
  font-size: 1.2em;
  padding: 0px 5px;
}

#body .birdlist .cell {
  border-bottom: 1px dotted #80C080;
  font-size: 1.1em;
  padding: 10px 12.5px;
}

#body .birdlist .endcell {
  border-bottom: 0px none #000000;
}

#body .birdlist .cell small {
  font-size: 0.7em;
}

#body .birdlist .cell ul {
  padding-left: 0px;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}

#body .birdlist .cell ul li {
  font-size: 0.7em;
  font-family: sans-serif;
  padding-bottom: 4px;
  margin: 0;
}

#body .birdlist .birdcell {
  text-align: center;
  padding-left: 15px;
}

#body .birdlist .namecell {
  white-space: nowrap;
}

#body .birdlist .eggcell {
  text-align: center;
}

#body .birdlist .infocell {
  text-align: left;
}


.foot {
  background-color: #C0F0C0;
  width: 100%;
  padding: 3px 0px;
}


#foot {
  padding: 0px;
  height: 100px;
  width: 100%;
}
