body {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  background: white;
  padding: 5px 0px;
  margin: 0px;
}

table, th, td {
  font-family: inherit;
  font-size: inherit;
}

.contact th {
  text-align: left;
}

a:link    { color: #4669A4; }
a:visited { color: #707070; }
a:hover   { color: #4669A4; }

h2 {
  font-size: 12pt;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 6px;
  color: #7f0000;
}

p + h2 {
  margin-top: 20px;
}

noscript {
  color: red;
}

.content {
  width: 580px;
  font-size: 10pt;
  background: white;
  border: 1px solid #808080;
  padding: 10px;
}

.footnote {
  font-size: xx-small;
  color: black;
}

.legal {
  font-size: xx-small;
  text-align: right;
  padding: 4px 0px;
  color: #808080;
}

.legal a {
  text-decoration: none;
  color: #808080;
}

.legal a:hover {
  text-decoration: underline;
  color: #808080;
}

.error {
  font-weight: bold;
  color: #7f0000;
}

/* -------------------------------------------------------- */

.map .caption {
  font-size: 80%;
  text-align: center;
}

table.map {
  margin: 10px 20px;
  width: 400px;
}

.map img {
  border: none;
  margin-bottom: 2px;
}

.backlinks {
  margin-top: 20px;
}

/* -------------------------------------------------------- */

.practitioner {
  font-size: 12pt;
  font-weight: bold;
  color:  #7f0000;
}

.qualifications {
  font-size: 8pt;
}

.website {
  font-size: 9pt;
}

/* -------------------------------------------------------- */

.narrowlist {
  margin-right: 100px;
}

.line {
  background: #4669A4;
}

.quote {
  font-style: italic;
  color: #3b526b;
}

.quotesource {
  font-size: 8pt;
  color: #3b526b;
}

ul.newsletters li {
  margin-bottom: 10px;
}

/* -------------------------------------------------------- */

.nav_container {
  text-decoration: none;
  color: #004080;
}

ul.nav_container {
  list-style: none;
  margin-top: 0px;
  padding-left: 0px;
}

.nav_container li {
  margin-left: 0px;
}

.nav_container a {
  text-decoration: none;
  color: #004080;
}

.nav_off {
  padding: 2px 4px;
  margin-right: 0.5em;
  border: 1px solid #d7d7b7;
}

.nav_over {
  padding: 2px 4px;
  margin-right: 0.5em;
  background: white;
  border: 1px solid #808080;
  cursor: pointer;
}

.nav_on {
  position: relative;
  z-index: 1000;
  padding: 2px 4px;
  background: white;
  border: 1px solid #808080;
  border-right: none;
  margin-right: -1px;
  font-weight: bold;
}
