/* Basic layout definitions */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  color: #000000;
}

div#wrapper {
  width: 56em;
  margin: 1em auto;
  padding: 0;
}

div#head {
  width: 55.7em;
  height: 100px;
  background: #FFFFFF url(images/header01.jpg) no-repeat top right;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

div#navpanel {
  padding: 0;
  margin: 0;
}

div#main-content {
  clear: left;
  text-align: justify;
  padding-top: 0.5em;
}

/* Basic formatting */

h1 {
  font-size: 2.2em;
  color: #336600;
  background: transparent;
}

h2 {
  font-size: 1.5em;
  color: #999;
  background: #ffffff;
}

h3 {
  font-size: 1.2em;
  color: #999999;
  background: #ffffff;
}

h3.newshead {
  color: #669966;
}

div#head h1 {
  margin-top: 30px;
}


a {
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

blockquote {
  margin-right: 315px;
  font-style: italic;
}

cite {
  font-weight: bold;
}


/* Styling for specific types of image elements */

img.logo {
  float: left;
  padding: 0 2em 0 0;
}

img.left {
  float: left;
  margin: 5px 15px 5px 0;
}

img.right {
  float: right;
  margin: 5px 0 5px 15px;
}

img.centered {
  margin: 5px auto;
  display: block;
}


/* Styling for specific types of boxes */

div.rightimagepanel {
  float: right;
  margin: 10px 0 10px 20px;
}

div.leftimagepanel {
  float: left;
  margin: 10px 20px 10px 0;
}

div.frontphoto_panel {
  margin: 1em auto 0 auto;
}

div.poem {
  background: #ffffff url(images/poem_background02.jpg) no-repeat top center;
  width: 500px;
  margin: 0.5em auto 0.5em auto;
  text-align: center;
  padding: 10px 10px 20px 10px;
  clear: both;
}

div.acutepanel {
  width: 400px;
  margin: auto;
}

/* Styling for latest news box on front page */
div.wrapper2 {
  width: 100%;
  float: left;
  margin-right: -200px;
}


div.content {
  margin-right: 200px;
}

div.headline {
  width: 195px;
  float: right;
  margin: 0.5em 0 10px 5px;
}

div.headline h3 {
  font-size: 1em;
  font-weight: bold;
  color: #999999;
  margin-bottom: 7px;
}

div.headline p {
  margin: 3px 0 0 0;
}

p.latestnews {
  background: #008800 url(images/newsbackground02.gif) no-repeat top right;
  font-size: 1.0em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 10px 5px;
}


p.posted {
  font-size: 0.7em;
}

p.indented {
  margin-left: 1.5em;
}


/* Styling for specific page elements */

.footlinks {
  text-align: center;
  clear: both;
}

.copyright {
  text-align: center;
  font-size: 0.8em;
  color: #999999;
  background: #ffffff;
}

.mapnotes {
  text-align: center;
  font-size: 0.8em;
}

p.button {
  text-align: center;
}

div.rightimagepanel p, div.leftimagepanel p, div.frontphoto_panel {
  font-size: 0.8em;
  color: #999999;
  background: #ffffff;
  text-align: center;
}

span.access {
  text-decoration: underline;
}

div#main-content a:link {
  color: #008800;
}

div#main-content a:visited {
  color: #66CC66;
}

div#main-content ul li {
  list-style: square;
}

ul.text li {
  margin-bottom: 1em;
}

ul.welcome li {
  margin-left: -2em;
  margin-bottom: 1em;
  margin-right: 1em;
}

li.topmenu {
  margin-bottom: 1em;
}

div#main-content ul.linklist {
  margin: 0;
  padding: 0;
}


div#main-content ul.linklist li {
  list-style: none;
  margin: 1em 0;
}

/* Styling for the drop-down menus */

#nav, #nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav a {
  display: block;
  width: 6.2em;
}

#nav li {
  float: left;
  width: 6.2em;
}

#nav li ul {
  position: absolute;
  width: 8em;
  left: -999em;
}

#nav li ul li, #nav li li a {
  width: 8em;
}


#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
}

#nav div a {
  height: 6.5em;
  color: #ffffff;
  background: #669966 url(images/nav_background01.gif) repeat;
}

#nav div a:hover {
  background: #006600;
}

#nav div a.wider {
  width: 6.3em;
}

#nav li li a {
  display: block;
  border: 1px solid #000000;
  border-width: 0 1px;;
}

#nav li li a.bottom {
  border-bottom: 1px solid #000000;
}

#nav li li a:link {
  color: #008800;
  background: #ffffff;
  font-weight: normal
}

#nav li li a:visited {
  color: #66CC66;
  background: #ffffff;
  font-weight: normal;
}

#nav li li a:hover {
  color: #ffffff;
  background: #006600;
}














