#navigation .navbar-inner {
  min-height: 50px;
}

.header h2{
  line-height: 35px;
}

footer h3{
  margin: 5px;
}

h2{
    color: #222;

}

h3{
    color: #377ca8;
}

h4{
    color: #111;
}
.navbar .nav > li > a {
    color: #fff;
}

.navbar-inner {
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #222;                                          /*
  background-image: -moz-linear-gradient(top, #105667, #09313B);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#105667), to(#09313B));
  background-image: -webkit-linear-gradient(top, #105667, #09313B);
  background-image: -o-linear-gradient(top, #105667, #09313B);
  background-image: linear-gradient(to bottom, #105667, #09313B);*/
  background-image: -moz-linear-gradient(top, #222, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#222));
  background-image: -webkit-linear-gradient(top, #222, #222);
  background-image: -o-linear-gradient(top, #222, #222);
  background-image: linear-gradient(to bottom, #222, #222);

  background-repeat: repeat-x;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff377ca8', endColorstr='#ff2a6082', GradientType=0);*/
  border: 1px solid #1b3e53;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}

body{
  font-size: 13px;
    color: #000;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 960px;
}

.block .block-title span {
    border-bottom: 1px solid #3d8abb;
    padding-bottom: 4px;
}