/* Main body */
body {
  background-color: #F5F5DC;
  color: #331900;
  font-size: 14px;
  font-family: Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
}
img {
  border: none;
  vertical-align: middle;
}
/* Link colors */
a:link {
  background-color: transparent;
  color: #CC6633;
}
a:visited {
  background-color: transparent;
  color: #666633;
}
a:hover {
  background-color: #CC6633;
  color: #F5DEB3;
}
a:active {
  background-color: #666633;
  color: #CCCC99;
}
/* hide jumplink */
#jumpnav {display: none}
/* left bar positioning */
#info {
  position: absolute;
  top: 105px;
  left: 0;
  width: 18%;
  margin: 0 0 55px 0;
  padding: 3px;
  z-index: 1;
}
/* text area */
#page {
  position: relative;
  z-index: 2;
  margin: 90px 0 55px 19%;
  padding: 8px;
}
/* background color for text */
#color {
  background-color: #CCCC99;
  position: fixed;
  width: 18%;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  border-right:8px double #443322;
}
/* Fixed header */
#nav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  height: 105px;
  padding: 0;
  z-index: 3;
  text-align: right;
  background-color: #B8A57F;
  color: #331900;
  border-bottom: 8px double #443322;
}
#logo {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 5;
}
#logo a:hover, #logo a:active {
  background-color: transparent;
}
h1 {
  font-size: 20px;
  display: inline;
  color: #666633;
  padding: 5px;
}
/* Fixed Footer */
#copyright {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  padding: 5px;
  text-align: center;
  background-color: #B8A57F;
  color: #331900;
  border-top: 8px double #443322;
  z-index: 3;
}
/* side bar headers and boxes*/
#info h2 {
  margin: 10px 8px 5px 3px;
  padding: 3px;
  background-color: #CC6633;
  color: #F5DEB3;
  font-size: 18px;
  border-bottom: 1px solid #331900;
  border-right: 1px solid #331900;
  text-align: right;
}
#info h3 {
  background-color: #B8A57F;
  color: #443322;
  border-bottom: 1px solid #331900;
  border-right: 1px solid #331900;
  text-align: center;
  margin: 8px 8px 0 3px;
  padding: 3px;
  font-size: 14px;
}
#info h3 a {
  text-decoration: none;
  color: #443322;
}
#info div {
  border-top: 1px solid #CCCC99;
  border-bottom: 1px solid #331900;
  border-right: 1px solid #331900;
  margin: 0 12px 5px 3px;
}
/* only drop cap the first letter of the first p in a div in the sidebar */
#info div p:first-child:first-letter {
  color: #666633;
  font-size: 130%;
  font-weight: bold;
  font-style: italic;
}
/* generic form */
form input[type="text"],
form input[type="password"] {
  background-color: #F5F5DC;
  color: #331900;
  border: 1px outset #CCCC99;
}
form input[type="submit"] {
  background-color: #331900;
  color: #F5F5DC;
  border: 1px outset #CCCC99;
  font-size: 12px;
  font-weight: bold;
  padding: 3px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
form p {
  text-align: left;
  border-bottom: 1px solid #CCCC99;
  padding: 4px;
}
/* login form */
#login, #lost {
  text-align: center;
  padding: 5px;
}
#login fieldset, #lost fieldset {
  background-color: #B8A57F;
  color: #331900;
  border: 1px solid #CC6633;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}
#login input[type="submit"],
#lost input[type="submit"] {
  margin-top: 5px;
  font-size: 14px;
}
#login label,
#lost label {
  width:35%;
  text-align: left;
  margin-top: 2px;
}
/*google search form */
#googlesearch {
  width: 350px;
  float: right;
  margin: 0;
  padding: 0;
  height: 40px;
}
#googlesearch fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
#googlesearch input[type="submit"] {display: inline}
#googlesearch input[type="text"] {width: 180px}
label {font-weight: bold}
legend {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}
/* copyright contents */
#copyright p {
  font-size: 12px;
}
#copyright p:first-child {
  float: left;
}
/* only drop cap the first letter of the first p in a div in the page area */
#page div p:first-child:first-letter {
  background-color: #CC6633;
  color: #F5DEB3;
  font-size: 190%;
  font-weight: bold;
  display: block;
  padding: 3px;
  margin: 2px;
  float: left;
  text-transform: uppercase;
  border-right: 2px ridge #F5DEB3;
  border-bottom: 2px ridge #F5DEB3;
}
/* h3s in body */
#page h2 {
  background-color: #666633;
  color: #CCCC99;
  border-bottom: 1px solid #331900;
  border-right: 1px solid #331900;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  padding: 3px;
  padding-right: 20px;
}
#page h2 a {
  text-decoration: none;
  color: #CCCC99;
}
#page h3 {
  background-color: #B8A57F;
  color: #443322;
  border-bottom: 1px solid #331900;
  border-right: 1px solid #331900;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0 0;
  padding: 2px;
  padding-left: 20px;
}
#page h3 a {
  text-decoration: none;
  color: #CCCC99;
}
#page div {
  margin: 0 5px 0 5px;
  border-top: 1px solid #CCCC99;
  border-bottom: 1px solid #331900;
  border-right: 1px solid #331900;
}
/*green bar for submenu*/
#bar {
  border-bottom: 1px solid #331900;
  background-color: #CCCC99;
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  height: 20px;
  z-index: 3;
}
/* css menu main list */
#nav ul {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #666633;
  border-top: 1px solid #331900;
  border-bottom: 1px solid #331900;
  height: 20px;
  z-index: 4;
}
/* pretty colors */
#nav ul li,
#nav ul li a {
  color: #F5DEB3;
  text-decoration: none;
  background-color: transparent;
  font-weight: bold;
  font-size: 14px;
}
#nav ul li:hover a {color: #331900}
#nav ul li:hover {
  background-color: #CC6633;
  color: #331900;
  padding-top: 0;
}
#nav ul li > ul li,
#nav ul li > ul li a,
#nav ul li:hover > ul li,
#nav ul li:hover > ul li a {
  color: #666633;
  text-decoration: none;
  background-color: transparent;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
}
#nav ul li > ul li:hover a {color: #331900}
#nav ul li > ul li:hover {
  background-color: #CC6633;
  color: #331900;
  padding-top: 0;
}
/* horizontal list */
#nav li{
  display:inline;
  padding: 3px;
  cursor: default;
}
/* hide default ul on mouseover and all uls on non */
#nav ul ul {
  display:none;
  margin: 0;
  width: 550px;
  top: 20px;
  right: 0;
  left: auto;
  height: 22px;
  text-align: center;
  position: absolute;
  border: none;
  background: transparent;
}
/* show default ul on non mouseover and hovered ul */
/*
#nav ul li:first-child > ul,
#nav li:hover > ul {display: block}
/* invisible lis *
#nav ul li:first-child > ul li {visibility: hidden}
/* visible on hover  *
#nav ul li:hover ul > li {visibility: visible}
*/
h4 {
  background-color: #B8A57F;
  color: #443322;
  border-top: 1px solid #331900;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0 0 0;
  padding: 2px;
}

