html {
  background: #631e03 url(/images/background_outer.jpg) center top repeat;
  background-attachment: fixed;
}
body {
  position: relative;
  margin: 0 auto;
  width: 1025px;
  background: #faf7f2 url(/images/background_inner.jpg) center repeat-y;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #333;
}

a.chirplink { display: none; }

#header {
  background: url(/images/header.jpg) no-repeat;
}

p#nav {
  padding-top: 80px;
  text-align: right;
  font-size: 11px;
}
p#nav a:link, p#nav a:visited {
  padding-right: 40px;
  text-decoration: none;
  color: #fff;
}

table#tabs td {
  background: #ca6c18 url(/images/tab_bg.gif) repeat-x;
  vertical-align: bottom;
  text-align: center;
}
table#tabs a:link, table#tabs a:visited {
  display: block;
  padding: 0 10px 8px;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
}

table#tabs td.current {
  border-top: 2px solid #220e0a;
  background: #fff;
}
table#tabs td.current a:link, table#tabs td.current a:visited {
  padding: 0 0 8px;
  font-weight: bold;
  font-size: 12px;
  color: #723A23;
}

a:hover {
  text-decoration: underline !important;
}

#lhs {
  padding: 1em 3em 1em 2.5em;
  vertical-align: top;
  line-height: 1.3;
}

#content {
  border-right: 1px solid #fff;
  vertical-align: top;
}
#container {
  padding: 1em 4em 2em 1em;
  line-height: 1.3;
}

h1 {
  margin-bottom: 1em;
  font-size: 16px;
  color: #723A23;
}
h2 {
  font-size: 14px;
  color: #723A23;
}
h3 {
  padding-left: 24px;
  background: url(/images/icon_flower.png) left no-repeat;
  font-weight: normal;
  font-size: 16px;
  color: #000;
}
#content h3 a:link, #content h3 a:visited {
  font-weight: normal;
  color: #000;
}
h4 {
  font-size: 12px;
  color: #000;
}
#content h4 a:link, #content h4 a:visited {
  color: #000;
}

#content ul {
  list-style-image: url(/images/icon_star.gif);
}
#content ul.spaced {
  margin: 1em 0;
  padding: 0 0 0 20px;
}
#content li {
  padding-bottom: 3px;
}
#content ul.spaced li {
  padding-bottom: 8px;
}

img.shadow {
  -webkit-box-shadow: 2px 2px 16px #666;
}

a.star {
  padding-left: 20px;
  background: url(/images/icon_star.gif) left no-repeat;
  font-weight: normal !important;
}

#lhs a:link, #lhs a:visited, #content a:link, #content a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #cb6c18;
}

#footer {
  border-right: 1px solid #fff;
  background-color: #000;
  color: #fff;
}
#footer p {
  padding: 1em 0;
  text-align: center;
}
#footer a:link, #footer a:visited {
  padding: 0 8px;
  text-decoration: none;
  font-size: 11px;
  color: #fff;
}

div.divider {
  margin: 3em 0;
  height: 1px;
  background: url(/images/divider_h.gif) repeat-x;
}

.box {
  margin: 0 0 0.5em 0;
  border: 1px solid #999;
  padding: 0;
  background-color: #fff;
}
.box h4 {
  padding: 4px;
  background-color: #ca6c18;
  font-weight: normal;
  color: #fff;
}
.box ol {
  margin-left: 0;
  padding-left: 50px;
}

tr.historic td {
  opacity: 0.6;
}
tr.historic:hover td {
  opacity: 1.0;
}

legend {
  padding: 2px 8px;
  background: #fff;
  font-size: 12px;
  color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.4);
}

@media print {
  html, body {
    background: #fff;
    color: #000;
  }
  a:link, a:visited {
    text-decoration: underline !important;
    color: #666 !important;
  }
  .noprint, #tabs, #footer {
    display: none;
  }
}

