/* Header nav*/

#header h1 {
  position: relative;
  text-indent: -5000px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 107px;
}
#header h1 a, 
#header h1 a:visited {
  display: block;
  margin: 0;
  padding: 0;
  width: 150px;
  height: 107px;
  text-decoration: none;
}

/* =/navglobal */
#navglobal {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#navglobal li {
  display: inline;
  margin: 0;
  padding: 0 0.5em;
  border-left: 1px solid #000;
  font-size: 80%;
}
#navglobal li.first {
  border-left: none;
}
#navglobal a,
#navglobal a:link,
#navglobal a:visited {
  text-decoration: none;
  color: #000;
  background-color: transparent;
}
#navglobal a:hover {
  text-decoration: underline;
  color: #fff;
  background-color: transparent;
}

/* =/mainlist */
#mainlist {
  margin: 0px;
  padding: 0px 50px;
  width: 660px;
  \width: 760px;
  w\idth: 660px;
  list-style-type: none;
}
#mainlist li {
/*  display: inline;
*/
  float: left;
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 90px;
  height: 30px;
  font-size: 80%;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
}
#mainlist li div {
  margin: 0px;
  padding: 0px;
  display: inline;
}
#mainlist a {
/*  float: left;
*/
  display: block;
  margin: 0px;
  padding: 0px;
  width: 90px;
  height: 30px;
  background: transparent;
  color: #fff;
  text-decoration: none;
}
#mainlist a:hover,
#mainlist a.current {
  background-color: #003726;
  color: #fff;
  text-decoration: underline;
}
#mainlist a.current {
  text-decoration: none;
}
#mainlist li.off ul,
#mainlist li.on ul {
  position: absolute;
  display: none; 
  list-style-type: none;
  margin: 0;
  padding: 0 0 1em;
  width: 120px; 
  height: auto;
  background: transparent url(/wood/images/bg_submenu.png) bottom center no-repeat;
  color: #fff;
  border-top: 1px solid #fff;
  z-index: 1000;
}
#mainlist li.off ul,
#mainlist li.on ul {
  top: 30px;
  left: 0px;
}
#mainlist li.off:hover ul,
#mainlist li.over ul {
  display: block;
  z-index: 6000;
}

#mainlist li li {
  float: none;
  height: auto;
  display: line-item;
  font-size: 100%;
  line-height: normal;
  text-align: left;
  text-transform: none;
}
#mainlist li li a, #mainlist li li a:link, #mainlist li li a:visited {
  display: line-item;
  height: auto;
  margin: 0px;
  padding: 4px 6px;
  width: 108px;
  \width: 120px;
  w\idth: 108px;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #003726;
}
#mainlist li li a:hover,
#mainlist li li a.current {
  background-color: #C1924E;
  color: #ffffff;
  border-color: #fff;
  text-decoration: none;
}

/* =/bigshot */
#bigshot p {
  margin: 0px;
  padding: 12px 12px 0px 560px;
  font-size: 120%;
  line-height: 1.5em;
}

/* =/content */
#content p, #content li, #content dd {
  font-size: 90%;
  line-height: 1.4em;
}
#content p {
  margin: 0em 0em 1em;
}
#content dt {
  font-size: 100%;
  line-height: 1.4em;
  margin: 1em 0em 0em;
  padding: 0.5em 0em 0em;
  border-top: 1px solid #c47c13;
}

#content h1 {
  margin: 0.8em 0em 0.1em;
  padding: 0em;
  font-size: 140%;
  font-weight: normal;
  background-color: transparent;
  color: #00563c;
}

#content h2, #content h3, #content h4 {
  margin: 0.8em 0em 0.1em;
  padding: 0em;
  font-size: 110%;
  font-weight: normal;
}

#content a, #content a:link, #content a:visited {
  background-color: transparent;
  color: #c47c13;
}
#content a:hover {
  background-color: transparent;
  color: #deaf6a;
}
hr {
  margin: 1em 0em;
  border: none;
  border-top: 1px solid #c47c13;
}

/* =/sidebar */
#sidebar h4 {
  margin: 0px 0px 9px;
  padding: 4px 18px 4px;
  background-color: #C1924E;
  color: #ffffff;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90%;
}
#sidebar ul, #sidebar ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sidebar li {
  margin: 0;
  padding: 0px 0px 0px 6px;
  margin-bottom: 0.8em;
  font-size: 80%;
}
#sidebar li li {
  font-size: 100%;
}
#sidebar li a, #sidebar li a:link, #sidebar li a:visited {
  display: block;
  padding-left: 12px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
#sidebar li a:hover,
#sidebar li a.current,
#sidebar li.current a {
  background: transparent url(/wood/images/sidebar_listmarker.png) 0px -1px no-repeat;
  color: #C1924E;
}
#sidebar li.current li a {
  background-image: none;
  color: #fff;
}
#sidebar li.current li a.current,
#sidebar li.current li a:hover {
/*  background: transparent url(/wood/images/sidebar_listmarker.png) 0px -1px no-repeat; */
  color: #C1924E;
}
#sidebar li li a,
#sidebar li li a.current,
#sidebar li li a:hover {
  background-image: none;
}
#sidebar p {
  margin: 0em 0em 0.8em;
  padding: 0em;
  font-size: 80%;
}

/* =/gutter */
#home #gutter h4 {
  background: transparent;
  color: #fff;
  margin: 0px 6px 0px 32px;
  padding: 0px;
  text-transform: uppercase;
  font-size: 100%;
}
#home #gutter p, #gutter li {
  font-size: 80%;
}
#home #gutter p {
  margin: 0px 20px 12px 32px;
  padding: 0px;
}
#home #gutter a {
  background-color: transparent;
  color: #000;
}
#home #gutter a:hover {
  background-color: transparent;
  color: #444;
}
#home #gutter ul, #gutter ol {
  list-style-type: none;
  margin: 0px 6px 12px 12px;
  padding: 0px;
}
#home #gutter li {
  margin-left: 0px;
  padding-left: 0px;
}
#home #gutter li a {
  display: block;
  padding-left: 20px;
  background: transparent url(/wood/images/marker_gutter_link.png) -100px -100px no-repeat;
}
#home #gutter li a:hover {
  background-position: top left;
}

/* =/maps */

#maps #content img {
  border: 6px solid #6BC1E5;
}
#maps #content #center img {
  border: none;
}
#maps #content #gutter img {
  border: 1px solid #6BC1E5;
}

/* =/footer */
#footer p {
  margin: 0px;
  padding: 0.5em 2em;
  font-size: 70%;
}
#footer a {
  text-decoration: none;
  background-color: transparent;
  color: #fff;
}
#copyright {
  font-size: 70%;
  background-color: transparent;
  color: #888;
}
#copyright a {
  background: transparent;
  color: #00563c;
  text-decoration: none;
}
#copyright a:hover {
  background: transparent;
  color: #000;
  text-decoration: underline;
}