html {
  height: 100%;
}

* * {
  margin: 0;
  padding: 0;
}

body {
  font: normal .80em arial, sans-serif;
  color: #000000;
  background: transparent url(../images/background_03.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

p {
  padding: 0 0 10px 0;
  line-height: 1.7em;
}

img {
  border: 0;
}

h1,
h2,
h4,
h5,
h6 {
  font: bold 175% arial, sans-serif;
  color: hwb;
  letter-spacing: -1px;
  text-shadow: 1px 1px #000;
  padding: 10px 0 0 0;
}

h3 {
  font: bold 175% arial, sans-serif;
  color: hwb(0 100% 0%);
  letter-spacing: -1px;
  text-shadow: 1px 1px #000;
  padding: 10px 0 0 0;
}

h2 {
  font: bold 125% cursive, cursive;
  color: hwb(0 100% 0%);
  letter-spacing: -1px;
  text-shadow: 1px 1px #000;
  padding: 10px 0 0 0;
}

h3 {
  font: bold 125% Serif, sans-serif;
  padding: 0 0 5px 0;
}

h4,
h5,
h6 {
  margin: 0;
  padding: 0 0 5px 0;
  font: bold 110% arial, sans-serif;
  color: #FFF;
  line-height: 1.5em;
}

h5,
h6 {
  font: italic 95% arial, sans-serif;
  color: #FFF;
  padding-bottom: 15px;
}

h6 {
  color: #362C20;
}

a,
a:hover {
  background: transparent;
  outline: none;
  text-decoration: underline;
  color: #FFF;
  text-shadow: 1px 1px #1D1D1D;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 2px 0 22px 17px;
}

ul li {
  margin: 2px 0 15px 17px;
}

ol {
  margin: 8px 0 22px 20px;
}

ol li {
  margin: 0 0 11px 0;
}

#main,
#header,
#banner,
#menubar,
#site_content,
#footer,
#contact,
#footer_content,
#banner_image {
  margin-left: auto;
  margin-right: auto;
}

#header {
  height: 50px;
}

#site_heading {
  height: 80px;
  width: 240px;
  padding-left: 50px;
}

#site_heading H1 {
  width: 940px;
  font: normal 200% arial, sans-serif;
  color: #FFF;
  text-shadow: 1px 1px #1d1d1d;
  letter-spacing: -2px;
}

#site_heading H2 {
  width: 940px;
  font: normal 130% arial, sans-serif;
  color: #FFF;
  text-shadow: 1px 1px #1d1d1d;
  letter-spacing: -1px;
}

#menubar {
  width: 960px;
  height: 30px;
  padding-top: 15px;
  text-align: center;
  margin: 0 auto;
  background: #676767;
  background: -moz-linear-gradient(#676767, #1D1D1D);
  background: -o-linear-gradient(#676767, #1D1D1D);
  background: -webkit-linear-gradient(#676767, #1D1D1D);
  border: 1px solid #000;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border: 5px 5px 0px 0px;
}

ul#menu {
  margin: 0;
}

ul#menu li {
  padding: 0 0 0 0px;
  list-style: none;
  margin: 2px 0 0 0;
  display: inline;
  background: transparent;
}

ul#menu li a {
  font-size: 130%;
  letter-spacing: -1px;
  height: 35px;
  padding: 15px 20px 0 20px;
  text-align: center;
  color: #FFF;
  text-shadow: 1px 1px #1d1d1d;
  text-decoration: none;
  background: transparent;
}

ul#menu li.current {
  margin: 2px 0 0 0;
}

ul#menu li.current a {
  text-decoration: underline;
}

ul#menu li a:hover {
  text-decoration: underline;
}

#site_content {
  width: 960px;
  overflow: hidden;
  padding-top: 20px;
}

#content {
  text-align: left;
  width: 710px;
  margin-top: 10px;
  padding: 20px 20px 0 0;
  float: left;
}

.content_item {
  width: 710px;
}

.content_image {
  width: 148px;
  height: 148px;
  margin-top: 20px;
  float: left;
  border: 0px solid #111111;
}

.content_image_right {
  width: 148px;
  height: 148px;
  margin-top: 20px;
  float: right;
  border: 1px solid #111111;
}

.content_text {
  width: 520px;
  float: right;
  margin-top: 20px;
  padding-left: 20px;
}

.content_text_left {
  width: 520px;
  float: left;
  margin-top: 20px;
  padding-left: 20px;
}

#banner_image {
  width: 960px;
}

#slider-wrapper {
  height: 429px;
  padding-top: 1px;
  background: transparent;
  width: 960px;
}

#slider {
  background: url("../images/loading.gif") no-repeat scroll 50% 50% transparent;
  height: 429px;
  position: relative;
  width: 960px;
  border: 1px solid transparent;
}

#slider img {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
}

#slider a {
  border: 0 none;
  display: block;
}

.nivoSlider {
  position: relative;
}

.nivoSlider img {
  left: 0;
  position: absolute;
  top: 0;
}

.nivoSlider a.nivo-imageLink {
  border: 0 none;
  display: none;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 6;
}

.nivo-slice {
  display: block;
  height: 100%;
  position: absolute;
  z-index: 5;
}

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
}

.nivo-caption {
  background: none repeat scroll 0 0 #000000;
  bottom: 0;
  color: #FFFFFF;
  font-family: arial;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  z-index: 8;
}

.nivo-caption p {
  margin: 0;
  padding: 5px;
}

.nivo-caption a {
  color: red;
  display: inline !important;
  text-decoration: none;
}

.nivo-caption a:hover {
  color: blue;
  text-decoration: underline;
}

.nivo-html-caption {
  display: none;
}

.nivo-directionNav a {
  background: url("../images/arrows.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  text-indent: -9999px;
  top: 45%;
  width: 30px;
  z-index: 9;
}

a.nivo-prevNav {
  left: 15px;
}

a.nivo-nextNav {
  background-position: -30px 50%;
  right: 15px;
}

.nivo-controlNav {
  bottom: -30px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
}

.nivo-controlNav a {
  cursor: pointer;
  float: left;
  height: 22px;
  margin-top: 250px;
  position: relative;
  text-indent: -9999px;
  width: 22px;
  z-index: 9;
}

.nivo-controlNav a.active {
  background-position: 0 -22px;
}

.sidebar_container {
  float: right;
  width: 220px;
  margin: 20px 10px 20px 0;
}

.sidebar {
  float: right;
  width: 210px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.sidebar_item {
  font: normal 100% arial, sans-serif;
  padding: 0 15px 0 0;
  width: 201px;
}

.sidebar h2 {
  color: #fff;
  text-shadow: 1px 1px #000;
}

.sidebar h4 {
  font-size: 125%;
  color: #FFF;
  text-shadow: 1px 1px #000;
}

.sidebar p {
  color: #FFFBF0;
}

.sidebar ul li,
.sidebar ul li.selected {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}

.sidebar li.selected,
.sidebar li:hover {
  color: #5D5D5D;
  text-decoration: none;
}

#footer {
  font-size: 130%;
  letter-spacing: -1px;
  padding: 10px;
  margin: 0 auto;
  width: 960px;
  height: 30px;
  text-align: center;
  color: #FFF;
  background: #676767;
  background: -moz-linear-gradient(#676767, #1D1D1D);
  background: -o-linear-gradient(#676767, #1D1D1D);
  background: -webkit-linear-gradient(#676767, #1D1D1D);
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border: 5px 5px 5px 5px;
  border: 0px solid #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}

#footer a,
#footer a:hover {
  color: #FFF;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

#main #site_content .sidebar_container .sidebar .sidebar_item #CollapsiblePanel1 .CollapsiblePanelTab {
  font-family: Verdana, Geneva, sans-serif;
  background-color: #FFFBF0;
  color: #2A1F00;
}

div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  font: Serif, sans-serif;
  color: #FFF;
  line-height: 1em;
  padding: 10px;
  text-align: left;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 30%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 30%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Style all font awesome icons */
.fa {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: hwb(0 15% 85%);
  color: white;
}

/* instagram */
.fa-instagram {
  background: hwb(0 15% 85%);
  color: white;
}

.fa-youtube {
  background: hwb(0 15% 85%);
  color: white;
}