@charset "utf-8";
/* CSS Document */

html {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(../images/Background-Image.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  font-family:Arial, Helvetica, sans-serif;
}



.centered {  margin-left: auto; margin-right: auto; width: 1000px;}

#header {
  z-index: 1;
  background-image: url(../images/Header-Background.jpg);
  background-repeat: no-repeat;
  box-shadow: 10px 10px 5px #080909;
  border: 10px solid #0f402e;
  border-radius:8px;
  opacity:0.9;
  filter:alpha(opacity=90);
  }

#header-logo {
  z-index: 2;
  margin-left: 20px;
  padding-top: 20px;
  float: left;
  margin-right: 20px;
  opacity:1;
  filter:alpha(opacity=100);
}

#header-slideshow {
  z-index: 2;
  opacity:1;
  filter:alpha(opacity=100);
}

#fpssContainer89.fpss-template-simple {border-width:4px; border-color:#000 }

#main-area {width: 1000px; padding-top:20px;}

#left-wrapper {
  width: 260px;
  float: left;
}
#left-column {
  background-color: #0f402e;
  box-shadow:10px 10px 5px #080909;
  border-radius:8px;
  border:2px;
  border-style:solid;
  border-color:black;
  opacity:0.85;
  filter:alpha(opacity=85); /* For IE8 and earlier */
}
#left-column2 {
  background-color: #0f402e;
  box-shadow:10px 10px 5px #080909;
  border-radius:8px;
}
.menu {
  color: #FFF;
  text-decoration: none;
  display: block;
  list-style-type: none;
  margin-left: 0;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:0px;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 20px;
}
.menu a  {
  color: #FFF;
  text-decoration: none;
  display: block;
  font-size:1.25em;
  padding-bottom:15px;
}
.menu a:hover  {
  color: #ada875;
  text-decoration: none;
  display: block;
}
.menu a:active  {
  color: #FFF;
  text-decoration: none;
  display: block;
}
li.item-101 a:active {
  color: #ada875;
}
ul ul {
  padding-left: 30px;
  font-size: .90em;
}

#content-area {
  width: 680px;
  float: right;
  background-color: #a5abae;
  box-shadow:10px 10px 5px #080909;
  border-radius:8px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  opacity:0.9;
  filter:alpha(opacity=90); /* For IE8 and earlier */
  border:2px;
  border-style:solid;
  border-color:black;
}
div#content-area p {color:#000000;}

.breadcrumbs {
  font-size:11px;
}

#clearfloats {clear:both;}

#footer {
  margin-top:20px;
  background-color: #0f402e;
  /* background-image: url(../images/Header-Background.jpg); */
  background-repeat: no-repeat;
  box-shadow: 10px 10px 5px #080909;
  border-radius:8px;
  background-position:left bottom; /* or 0% 100% */
  border:2px;
  border-style:solid;
  border-color:black;
  opacity:0.85;
  filter:alpha(opacity=85);
  color:#fff
}
#footer a {
  color:#fff
}
#footer-LCC {
  font-size:.8em;
}
/* CSS for Simple Image Gallery */
.sp-sig a {text-decoration:none}