/* Sitewide colors:
 *
 * white
 * black
 * gray
 *
 * #006600 - Dark Green
 * #4c7f4c - Medium Green
 * #669966 - Light Green
 * #cce5cc - Pale Green
 *
 * #cc9900 - Dark Gold
 * #ffcc00 - Gold
 * #ffe57f - Light Gold
 *
 * #005c99 - Link
 * gray    - Visited Link
 * #cc9900 - Active Link
 */

body {
  background: #045600 url('../images/bg-main.png');
  margin: 40px 10%;
}

a:link {
  color: #005c99;
}
a:visited {
  color: gray;
}
a:active {
  color: #cc9900;
}
a:hover {
  background-color: #ffe57f;
}

h1, h2, h3 {
  color: gray;
}
h1 {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0.5em;
  border-bottom: 1px solid gray;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.3em;
}

p {
  margin: 0.25em 0 1em 0;
}

ul li {
  list-style-image: url('../images/bullet.png');
  margin-bottom: 0.5em;
}
ul {
  margin-top: 0;
}

dl {
  margin: 0;
}
dl dt {
  margin-top: 0.5em;
  font-weight: bold;
  color: #666666;
}
dl dt a {
  font-weight: normal;
}
dl dd {
  margin-left: 1.5em;
}
dl dd dl {
  margin-top: 0;
}
dl dd dl dt {
  margin-top: 0;
  font-weight: normal;
  color: black;
}
dl dd dl dd {
  font-size: 0.9em;
}
dl dd dl dd ul {
  font-size: 1.1em;
  margin-left: 1.5em;
  padding: 0;
}

.small {
  color: gray;
  font-size: 0.8em;
  font-weight: normal;
}
.dark {
  color: #333333;
}
.light {
  color: white;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  line-height: 0;
  clear: both; 
  visibility: hidden;
}

#page {
  border: 1px solid #669966;
  background-color: #006600;
  padding: 4px;
}

#header-bg {
  background: transparent url('../images/header-bg.jpg') 220px 1px repeat-x;
  border: 1px solid #ffcc00;
  border-width: 1px 0;
  padding: 1px 0;
}
#header {
  padding-left: 10px;
  height: 100px;
}
#header-bg>#header {
  background: transparent url('../images/header-mask.png') no-repeat top left;
}
#header #logo {
  float: left;
  padding: 10px 2px;
}
#header #logo a {
  background-color: transparent;
}

#topnav {
  margin: 5px 0 1px 0;
  border: 1px solid #ffcc00;
  border-width: 1px 0;
}
#topnav ul {
  margin: 0;
  padding: 0;
  background-color: #669966;
  border: 1px solid #cc9900;
  border-width: 1px 0;
  overflow: hidden;
}
#topnav ul li {
  list-style-type: none;
  list-style-image: none;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  display: block;
  float: left;
  width: 20%;
  padding: 0 0 200px 0;
  margin-bottom: -200px;
}
#topnav ul li a,
#topnav ul li a:link,
#topnav ul li a:visited,
#topnav ul li a:hover,
#topnav ul li a:active {
  color: white;
  background: #669966 url('../images/clear.png');
  display: block;
  text-decoration: none;
  border-left: 1px solid #4c7f4c;
  padding: 0.2em 0 201px 0;
  margin-bottom: -200px;
}
#topnav ul li a:hover,
#topnav ul li a.hilight,
#topnav ul li a.hilight:link,
#topnav ul li a.hilight:visited,
#topnav ul li a.hilight:hover,
#topnav ul li a.hilight:active {
  color: black;
  background-color: #ffcc00;
}

#sidenav {
  padding: 0 0.75em;
  width: 31%;
  float: left;
}
#sidenav h3 {
  font-size: 1.1em;
  color: #ffe57f;
}
#sidenav h3 a {
  color: #ffe57f;
  text-decoration: none;
}
#sidenav h3 a:hover {
  background-color: transparent;
  text-decoration: underline;
}
#sidenav ul {
  margin: 0;
  padding: 0 0 0 2em;
}
#sidenav ul li {
  list-style-image: url('../images/bullet-sidenav.png');
  color: white;
  font-size: 0.9em;
  margin: 0.85em 0;
}
#sidenav ul li a,
#sidenav ul li span {
  color: white;
  background-color: transparent;
  padding: 0.1em 0.3em;
  white-space: nowrap;
  text-decoration: none;
}
#sidenav ul li span {
  font-weight: bold;
}
#sidenav ul li a:visited {
  color: white;
}
#sidenav ul li a:hover {
  text-decoration: underline;
}

#contentContainer {
  background: transparent url('../images/bg-sidenav.png');
}

#content {
  margin-left: 31%;
  padding: 20px;
  background-color: white;
  border-left: 1px solid black;
  min-height: 25em;
}

#footer {
  background-color: #669966;
  color: #cce5cc;
  margin-top: 2px;
  padding: 0.8em;
  border: 1px solid #ffcc00;
  border-width: 1px 0;
}
#footer a {
  text-decoration: underline;
}
#footer .siteDesign {
  color: #99cc99;
  float: right;
  margin-top: 2em;
}
#footer .siteDesign a {
  color: #99cc99;
}
#footer .siteDesign a:hover {
  background-color: #336633;
}
