/* CSS Document */

BODY {
  margin: 0px;
  background-color: #003A63;
  background-image: url(../images/bg.gif);
  background-position: top;
  background-repeat: repeat-x;
  background-attachment: fixed;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #663300;
  }

TABLE.white {
  width: 1000px;

  border: 3px solid #003A63;

  background-color: #FFFFFF;
  border-top: none;
  
  }

TABLE.white TD {
  vertical-align: top;
  padding: 4px;
  padding-top: 0px;
  }

TABLE.top {
  width: 100%;
  height: 175px;
  margin: 0px;
  }

TABLE.top TD {
  padding: 0px;
  }

IMG.logo {
  margin-top: 22px;
  margin-left: 22px;
  }

SPAN.photo {
  float: right;
  
  }

TABLE.nav {
  width: 100%;
  height: 30px;
  background-color: #663300;
  background-image: url(../images/bg_nav.gif);
  background-position: top;
  background-repeat: repeat-x;
  }

TABLE.nav TD {
  vertical-align: middle;
  padding-top: 2px;
  padding-left: 10px;
  }

TABLE.nav TD A {
  color: #BC9068;
  font-size: 16px;
  font-weight: bold;
  margin-right: 22px;
  text-decoration: none;
  }

TABLE.nav TD A:hover {
  color: #FFFFFF;
  }

TABLE.nav TD IMG {
  margin-right: 22px;
  }

TABLE.page {
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_page.gif);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #f4ede3;
  border-bottom: 1px solid #e5d5bf;
  border-top: none;
  }

TABLE.page TD.highlight {
  width: 225px;
  padding-right: 35px;
  }

TABLE.page TD.content {
  padding: 35px;
  padding-top: 35px;
  width: 779px;
  }

TABLE.page TD.content P, TD.content LI {
  line-height: 20px;
  text-align: justify;
  }

TABLE.page TD.highlight DIV {
  margin-top: 70px;
  width: 185px;
  float: right;
  border: 2px dotted #BC9068;
  background-color: #FFFFFF;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  }

TABLE.page TD.highlight DIV A {
  color: #663300;
  text-decoration: none;
  border-bottom: 1px dotted #003A63;
  }

TABLE.page TD.highlight DIV A:hover {
  color: #003A63;
  text-decoration: none;
  border-bottom: 1px dotted #663300;
  }

H1 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px dotted #BC9068;
  padding-bottom: 15px;
  margin-top: 0px;
  }

H2 {
  font-size: 16px;
  font-weight: bold;
  }

H3 {
  font-size: 14px;
  font-weight: bold;
  }

H4 {
  font-size: 12px;
  font-weight: bold;
  }

H4 {
  font-size: 10px;
  font-weight: bold;
  }
  
P.footer {
  color: #99CCFF;
  text-align: center;
  margin-right: 270px;
  font-size: 11px;
  margin-top: 8px;
  padding-bottom: 8px;
  }

P.footer A {
  color: #82baf2;
  text-decoration: none;
  border-bottom: 1px dotted #82baf2;
  }

P.footer A:hover {
  color: #FFFFFF;
  border-bottom: 1px dotted #FFFFFF;
  }

TD.content A {
  color: #003A63;
  text-decoration: none;
  border-bottom: 1px dotted #663300;
  }

TD.content A:hover {
  color: #003A63;
  text-decoration: none;
  border-bottom: 1px solid #663300;
  text-decoration: underline;
  }

SPAN.print {
  float: right;
  font-size: 10px;
  }

SPAN.print IMG {
  background-image: url(../images/print_brown.gif);
  border: none;
  margin-left: 3px;
  }

SPAN.print IMG:hover {
  background-image: url(../images/print_blue.gif);
  }

SPAN.print A {
  color: #663300;
  text-decoration: none;
  border: none;
  }

SPAN.print A:hover {
  color: #003A63;
  text-decoration: underline;
  border: none;
  }

DIV.hours {
  float: right;
  padding: 10px;
  border: 1px dotted #e5d5bf;
  background: #FFFFFF;
  padding-right: 50px;
  }

DIV.homehours {
  float: right;
  padding: 5px;
  border: 1px dotted #e5d5bf;
  background: #FFFFFF;
 
  width: 100%;
  }

IMG.hours {
  float: left;
  }

DIV.hours P {
  margin-left: 40px;
  }

UL.links LI A {
  font-weight: bold;
  }

P.staff {
  height: 200px;
  margin-bottom: 35px;
  }

P.staff IMG {
  float: left;
  border: 1px solid #663300;
  margin-right: 15px;
  margin-bottom: 15px;
  }

IMG.home {
  float: left;
  border: 1px solid #663300;
  margin-right: 15px;
  margin-bottom: 15px;
  }