body {
  margin: 2em 10% 1em;
  color: #045;
  background: #FEB url(images/aquamustard_dark.jpg) fixed; /* was #DEE, but in old IE shows blue through alpha of round corners */
  font-family: Skia, Optima, "Trebuchet MS", sans-serif;
  }
body#home { /* added 2/1/10 */
  min-width: 600px;
  }
body#people,
body#products { /* added 1/30/10 */
  max-width: 35em;
  }
div#bodywrapper {
  background: #FEB;
  }
h1 {
  color: #a08; /* #c06 contrasts too closely with greens? */
  }
h1, h2 {
  font-family: Papyrus, Skia, Optima, "Trebuchet MS", sans-serif;
  margin-bottom: 0;
  line-height: 1.2;
  }
address {
  font-size: smaller;
  font-style: normal;
  clear: both;
  margin-top: 2em;
  border-top: 1px dotted #023;
  padding-top: 1em;
  text-align: right;
  }
address span#updatedwhen {
  float: left;
  margin-right: 2em;
  }
#menu {
  clear: left;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  text-align: center;
  border: 1px dotted #023;
  border-width: 0 0 1px;
  padding-bottom: .5em;
  }
#home #menu {
  padding-top: .5em;
  padding-bottom: 0;
  border-width: 1px 0 0;
  }
#menu li {
  display: inline;
  }
#menu li + li:before {
  content: " | ";
  }


/* DEFINITION LISTS (used for most general info) */

dl {
  }
dt {
  margin-top: .25em;
  font-weight: bold;
  }
dd {
  margin-left: 1.5em;
  text-indent: -.5em;
  }
dl dl { /* nested dl's */
  margin-top: 0;
  }
dl dl dt {
  margin-top: 0;
  font-weight: normal;
  }
dl dl dd {
  font-style: italic;
  font-size: small;
  }
dd,
dl p {
  max-width: 25em;
  }
dd.double-up {
  margin-left: 1em;
  text-indent: 0;
  }
.text-heavy dt {
  margin-top: .5em;
  }
.text-heavy dd {
  margin-top: .3em;
  }


/* HOME PAGE */

div#masthead {
  float: left; /* added 1/30/10 */
  margin-right: 20px; /* added 1/30/10 */
  position: relative;
  width: 400px;
  margin-bottom: 0;
  }
div#masthead img {
  position: absolute;
  top: 0; left: 0;
  }
div#masthead h1 {
  height: 110px;
  margin: 0;
  overflow: hidden;
  }
div#masthead p {
  text-align: right;
  max-width: 400px;
  position: relative;
  z-index: 2;
  padding-right: 12px; /* added 2/1/10 */
  }
div#about {
  margin-left: 420px;
  }
div#about p {
  max-width: 22em;
  }
div#map {
  float: right;
  clear: right;
  width: 206px; /* changed 2/1/10; physical file is 308px */
  padding: 6px 6px 0;
  margin: 1em 0 2em 1em;
  background-color: #fff7dd;
  }
div#map img {
  width: 206px; height: 260px; /* spelled out 2/1/10 */
  }
div#map h2 {
  display: none;
  }
div#map p {
  font-size: x-small;
  }
h2 span {
  display: block;
  font-weight: normal;
  font-size: medium;
  }

form#subscribe {
  float: right;
  width: 12em;
  text-align: right;
  }
form#subscribe p {
  margin: .1em 0;
  }
.warning {
  color: red;
  }


/* MISC. SPECIAL ITEMS */

.special { /* for highlighting text */
  font-weight: bold;
  color: #a08;
  }
p.simplehomelink { /* for 'go to home page' links on interior pages */
  font-size: small;
  float: right;
  margin-left: 2em;
  }
p.headshot {
  float: right;
  margin: 0 0 2em 1em;
  }
body#people h2 {
  clear: right; /* to separate headshot from next name */
  }


/* ROUND CORNERS */

div.tl { background: url(images/corners/blue_tl.png) top left no-repeat; }
div.tr { background: url(images/corners/blue_tr.png) top right no-repeat; }
div.br { background: url(images/corners/blue_br.png) bottom right no-repeat; }
div.bl { background: url(images/corners/blue_bl.png) bottom left no-repeat; }
div.bl { padding: 1em 3% }

/* DECORATIVE EXTRAS */

div#flowerextra1 {
  position: fixed;
  bottom: -20px; right: -20px;
  background: url(images/flowers/flower2.gif) no-repeat;
  width: 299px; height: 283px;
  z-index: -1;
  }
div#flowerextra2 {
  position: fixed;
  top: -50px; left: -30px;
  background: url(images/flowers/flower7.gif) no-repeat;
  width: 379px; height: 276px;
  z-index: -1;
  }
div#flowerextra3 {
  position: fixed;
  bottom: 100px; left: -10px;
  background: url(images/flowers/flower3.gif) no-repeat;
  width: 68px; height: 72px;
  }
div#flowerextra4 {
  position: fixed;
  bottom: 50px; left: 20px;
  background: url(images/flowers/flower9.gif) no-repeat;
  width: 94px; height: 102px;
  z-index: 5;
  }
