﻿::-webkit-scrollbar
{
  width: 15px;
}

::-webkit-scrollbar-track
{
  border-radius: 0px;
   background-color: transparent;
}

::-webkit-scrollbar-thumb
{
  border-radius: 0px;
  background-color: #555;
}

/*
 * content styles
 */
div#content {
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #000;
  line-height:26px;
}
div#content div.header-image {
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  width: 100%;
}
div#content div.header-image > img {
  width: 100%;
  left: 0;
  z-index: 0 !important;
  border-color: #999;
  border-style: solid;
  border-width: 1px;
}
div#content h3 {
  color: #566c11;
  text-transform: uppercase;
  font-size: 1em;
}
.page_MissionStatement p {
    margin: 2px 0;
}

/*
 * thumbnail list styles
 */
ul.thumbnails {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
  min-height: 135px;
}
ul.thumbnails li {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  width: 130px;
  height: 130px;
}
ul.thumbnails li img {
  display: block;
  border: 1px solid #fff;
  width: 130px;
  height: 130px;
}

/*
 * banner image fader div
 */
div.banner-image-fader {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 1;
  background-color: #000;
  background-position: top center;
  background-repeat: no-repeat;
}