/* CSS Document */
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 22px;
 color: #003333;
 font-weight: bold;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #003333;
 font-weight: bold;
}
#nav, #nav ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  width: 165px;
}
#nav li { /* all list items */
  position: relative;
  float: left;
  line-height: 18px;
  width: 160px;
  border: 1px solid #cfc;
  margin-bottom: -1px;
}
#nav li ul { /* second-level lists */
  position: absolute;
  left: -999em;
  margin-left: 164px;
  margin-top: -22px;
  background-color: #cfc;
}
#nav li ul ul { /* third-and-above-level lists */
  left: -999em;
  background-color: #cfc;
}
#nav li a {
  width: 160px;
  padding: 0px 2px;
  margin: 1px 0px;
  display: block;
  background-color: #033;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#nav li a:hover {
  color: #fff;
  background-color: #696;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}
.contact_info {
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.nav {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  text-decoration: none;
}
.footer_nav {
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 12px;
  color: #00f;
  text-decoration: underline;
}
a.newsletter {
  display: block;
  width: 150px;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  background-color: #033;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
a.newsletter:link, a.newsletter:visited {
  display: block;
  width: 150px;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  background-color: #033;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
a.newsletter:hover {
  background-color: #696;
}
div.link_cats {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #000;
}
.link_cats a {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #00f;
  font-weight: bold;
  text-decoration: underline;
}
.link_cats a:link, .link_cats a:visited {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #00f;
  font-weight: bold;
  text-decoration: underline;
}
.link_cats a:hover {
  text-decoration: none;
}
div.link_listings {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #000;
}
.link_listings p {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #000;
}
.link_listings a {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #00f;
  font-weight: bold;
  text-decoration: underline;
}
.link_listings a:link, .link_listings a:visited {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #00f;
  font-weight: bold;
  text-decoration: underline;
}
.link_listings a:hover {
  text-decoration: none;
}
.link_descr {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #000;
  font-style: italic;
}
