/* Rewrite HTML Tags */
body {
  background-color: #fff;
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
  padding: 0 20px;
}
div, p, th, td, li, dd, span, pre, textarea {
  font-family: "Times New Roman", Times, serif;
}
h1 {
  font-size: 20pt;
  font-weight: bold;
}
h2 {
  font-size: 16pt;
  font-weight: bold;
}
h3 {
  font-size: 12pt;
  font-weight: bold;
}
img {
  border: 0;
}
li {
  list-style-type: disc;
}
a {
  background: transparent;
  color: #b16005;
  font-weight: bold;
  text-decoration: underline;
}
a:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
a[href^="/"]:after {
  content: " (http://www.rti-dfd.com" attr(href) ") ";
}
a#logo:after,
a[href^="mailto:"]:after {
  content: "";
}
abbr, acronym, dfn {
  border: 0;
  font-style: normal;
}
abbr:after, acronym:after {
  content: " (" attr(title) ") ";
}
dfn:after {
  content: " - " attr(title) " - ";
}
div#header, div#body, div#bodyHome, div#footer {
  background: transparent;
  border: 0;
  margin: 0;
  width: 500px;
}
div#logo {
  background: transparent;
  color: #000;
  font-size: 24pt;
  margin: 0 0 20px;
  padding: 0;
  overflow: visible;
  height: auto;
  width: auto;
}
ul#accessNav, ul#mainNav, ul#utilNav, div#subNav, div#water, div#photo, div#foot span {
  display: none;
}

div#foot {
  border-top: 1px solid #000;
  font-size: 80%;
  padding-top: 5px;
}

.sub {
  width: 4in;
  color: #999;
  font-family: Georgia, "Times New Roman", serif;
  margin: 1em auto;
}

/* DIRECTIONS MAP */
div.mapZoom ul, div.mapZoom h2 {
  display: none;
}
div.mapZoom img {
  margin-top: 10px
}
