﻿.content {
  padding: 0px;
  margin: 0px auto 0px Auto;
  background-repeat: repeat;
  background-color: #ffffff;
}
.content h6 {
  box-shadow: 1px 1px 10px 1px #c0c0c0;
  border-width: 5px;
  border-color: #3875d6;
  background-position: center center;
  color: #000000;
  display: block;
  margin: 0px 0 0 0;
  text-align: center;
  font-size: 12px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  padding-bottom: 5px;
  background-repeat: repeat;
  text-shadow: 1px 1px 0px #ffffff;
  background-color: #ffffff;
  padding-top: 2px;
  border-top-style: solid;
  transition-duration: 1s;
}
.content h6.active {
  border-width: 1px;
  border-color: transparent #256885 #256885 #256885;
  background: center center no-repeat;
  background-image: url('../img/h3_bg.png');
  border-bottom-style: solid;
  border-top-style: solid;
  background-color: #3875d6;
  color: #ffffff;
  text-shadow: 1px 1px 0px #000000;
}
.content h6:hover {
  color: #ffffff;
  cursor: pointer;
  background-color: #3875d6;
  transition-duration: 1s;
  text-shadow: 1px 1px 0px #000000;
}
.content div {
  margin: 0px;
  padding: 0px;
}

footer {
  font-size: 12px;
}
