/* Bob Perkins */
a:link {
  color: #32570a;
}
a:visited {
  color: #32570a;
}
* {
  margin: 0;
  /*border: 0;*/
}
body {
  background: #ffffff url(images/back_all.gif) repeat-x fixed center top;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #666666;
}
table { 
margin-left: auto;
margin-right: auto;
border: 0;
empty-cells: show; 
}
#main {
  margin: 0 auto;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0% 50%;
  width: 787px;
}
#logo {
  background-color: transparent;
  width: 787px;
  text-align: center;
  padding-top: 220px;
  height: 205px;
  background-repeat: no-repeat;
  background-image: url(images/header2.jpg);
  background-position: center top;
}
#logo a {
  text-decoration: none;
  text-transform: lowercase;
  font-style: italic;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
#logo h2 a {
  font-size: 12px;
}
#buttons {
  border-left: 0px solid #ffffff;
  background: transparent url(images/buttons.jpg) repeat-x scroll 0% 50%;
  height: 37px;
  width: 782px;
  padding-left: 5px;
}
#buttons li {
  display: inline;
}
#buttons a {
  background: #ffffff url(images/buttons.jpg) repeat-x scroll 0% 50%;
  display: block;
  float: left;
  width: 100px;
  height: 27px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  padding-top: 10px;
}
#buttons a:hover {
  background: #ffffff url(images/buttons_r.jpg) repeat-x scroll 0% 50%;
  width: 100px;
  height: 27px;
}
#content {
  padding: 5px;
  background: #ffffff none repeat scroll 0% 50%;
  width: 775px;
  min-height: 400px;
}
#left {
  padding: 10px;
  width: 500px;
}
#left h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #000099;
}
#left h2 {
  margin: 0;
  padding: 0;
  /*padding: 5px 0 0 10px;*/
  /*background: transparent url(images/title1.jpg) no-repeat scroll 52% 50%;*/
  font-size: 18px;
  /*height: 38px*/
  font-size: 18px;
  color: #ff0000;
  /*color: #ffffff;*/
}
#right {
  float: right;
}
#sidebar {
  width: 230px;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#sidebar li {
  margin-bottom: 15px;
}
#sidebar li ul {
  border-top: medium none;
  padding: 10px;
}
#sidebar li li {
  margin: 0;
  padding: 3px 0;
}
#sidebar li h2 {
  margin: 0;
  padding: 5px 0 0 10px;
  background: transparent url(images/title1.jpg) no-repeat scroll 0% 50%;
  height: 35px;
  font-size: 18px;
  color: #ffffff;
}
#sidebar a:link {
  text-decoration: none;
}
#sidebar a:hover {
  text-decoration: underline;
}
#sidebar a:visited {
  text-decoration: none;
}
#sidebar li a {
  background: transparent url(images/Img09b.gif) no-repeat scroll left center;
  padding-left: 10px;
}
#footer {
  border-top: 5px solid #32570a;
  background: transparent url(images/footerb.gif) repeat-x scroll 0% 50%;
  height: 49px;
  font-size: 10px;
  color: #000000;
  padding-top: 10px;
  text-align: center;
}
#footer a {
  color: #000000;
  font-size: 10px;
  text-decoration: none;
}
.padding {
  padding: 10px;
  color: #ff0000;
  font-weight: bold;
}
hr.style-eight {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.style-eight:after {
    content: "§";
    /*content: "?";*/
    display: inline-block;
    position: relative; 
    top: -0.7em;  
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
} 

/* BEGIN SLIDE SHOW SECTION Bob Perkins */
.slide {
  width: 525px;
  height: 340px;
  overflow: hidden;
  position: relative;
  background-color: #000;
}
.slide > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  animation: slide 25s infinite;
  opacity: 0;
/* BEGIN APPLE SAFARI FIX - NO DISPLAY  Bob Perkins */  
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
/* END APPLE SAFARI FIX - NO DISPLAY  Bob Perkins */  
}
.slide > div:nth-child(2) {
  animation-delay: 5s;
}
.slide > div:nth-child(3) {
  animation-delay: 10s;
}
.slide > div:nth-child(4) {
  animation-delay: 15s;
}
.slide > div:nth-child(5) {
  animation-delay: 20s;
}
.slide > div:nth-child(6) {
  animation-delay: 25s;
}
.slide > div:nth-child(7) {
  animation-delay: 30s;
}
.slide > div:nth-child(8) {
  animation-delay: 35s;
}
.slide > div:nth-child(9) {
  animation-delay: 40s;
}
.slide > div:nth-child(10) {
  animation-delay: 45s;
}
.slide > div:nth-child(11) {
  animation-delay: 50s;
}
.slide > div:nth-child(12) {
  animation-delay: 55s;
}
.slide > div:nth-child(13) {
  animation-delay: 60s;
}
.slide > div:nth-child(14) {
  animation-delay: 65s;
}
.slide > div:nth-child(15) {
  animation-delay: 70s;
}
.slide > div:nth-child(16) {
  animation-delay: 75s;
}
.slide > div:nth-child(17) {
  animation-delay: 80s;
}
.slide > div:nth-child(18) {
  animation-delay: 85s;
}
.slide > div:nth-child(19) {
  animation-delay: 90s;
}
.slide > div:nth-child(20) {
  animation-delay: 95s;
}
.slide > div:nth-child(21) {
  animation-delay: 100s;
}
.slide > div:nth-child(22) {
  animation-delay: 105s;
}
@keyframes slide {
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    transform: scale(1.1);
  }
}
/* END SLIDE SHOW SECTION Bob Perkins */