* {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 11pt;
  text-decoration: none;
  color: black;
  border: none;
}
html, body {
  width: 100%;
  height: 100%;
}
body {
  min-width: 915px;
}
#header {
  width: 100%;
  background: url(./images/tile.png) repeat-x;
}
#search {
  position: absolute;
  top: 30px;
  right: 10px;
  background: url(./images/searchbg.png) no-repeat;
  width: 230px;
  height: 80px;
}
#search_form {
  position: relative;
  margin-top: 22px;
  margin-left: 20px;
}
#search_box {
  position: relative;
  top: -9px;
  height: 25px;
  width: 120px;
  border: 1px solid #E5E5E5;
  background: url(./images/search.png) white no-repeat;
  padding-top: 5px;
  padding-left: 37px;
  font-size: 13pt;
  color: #6B6B6B;
}
#go_btn {
  background: none;
  border: none;
}
#subtitle {
  color: white;
  font-size: 18pt;
  position: absolute;
  top: 97px;
  left: 300px;
  font-style: italic;
}
#left {
  position: absolute;
  left: 0;
  width: 250px;
  z-index: 10;
}
#right {
  margin-left: 260px;
  border-left: 2px solid black;
  padding-left: 20px;
  margin-right: 25px;
}
h1 {
  font-size: 26pt;
  margin: 0 0 12px 0;
  padding-top: 10px;
  padding-left: 13px;
  width: 90%;
  border-bottom: 1px solid #444;
}
h2 {
  font-size: 18pt;
  margin: 12px 0 10px 40px;
}
#pspan {
  margin-left: 20px;
}
div.newsdiv {
  margin-left: 11px;
  border-bottom: 1px solid #D0D0D0;
  margin-right: 160px;
  margin-bottom: 3px;
  padding-bottom: 3px;
  padding-left: 13px;
  padding-right: 10px;
}
p.date {
  float: left;
  font-weight: bold;
}
p.dateinfo {
  margin-left: 70px;
}
#sm_list li ul {
  display: none;
}
img.aimg {
  float: left;
  margin-right: 2px;
  position: relative;
  top: -1px;
}
ul {
  list-style: none;
}
#articlelist_container, #filelist_container, #sitelist_container, #oldsites_container {
  margin-top: 10px;
  margin-left: 8px;
}
h3 {
  font-size: 14pt;
  font-style: italic;
  margin-left: 3px;
  margin-top: 3px;
  padding-left: 5px;
  border-bottom: 1px solid #444;
}
div.mapfolder, h6 {
  cursor: pointer;
}
#articles_sub, #files_sub, #sites_sub , #oldsites_sub{
  margin-top: 5px;
  margin-left: 19px;
}
#articles_sub img, #files_sub img, #sites_sub img, #oldsites_sub img {
  margin-right: 5px;
}
#footer {
  position: relative;
  margin-top: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
li ul li {
  padding-left: 17px;
  padding-bottom: 2px;
  font-size: 10pt;
  margin-top: 2px;
}
li ul li img {
  position: absolute;
  margin-top: 1px;
  margin-left: -20px;
}
img.info {
  position: relative;
  margin-left: 9px;
  top: -1px;
}
#overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./images/overlay.png);
  z-index: 10000;
}
iframe {
  position: absolute;
  left: 60px;
  right: 60px;
  top: 60px;
  bottom: 60px;
  border: 1px solid black;
}
#overlay img {
  position: relative;
  margin: 3px;
  cursor: pointer;
}
li ul li div, li ul li img {
  display: inline;
  cursor: pointer;
}
li ul li div {
  margin-left: -4px;
  padding-left: 4px;
}
