#tabs-nav {
  display: block;
  height: 36px;
  margin-bottom: 0;
}

#tabs-nav li {
  margin-left: 6px;
  float: left;
}

#tabs-nav li:first-child {
  margin-left: 0;
}

#tabs-nav li a {
  text-transform: uppercase;
  width: 165px;
  display: block;
  background: url(/themes/site_themes/cip/images/tabs-bg.png) 0 0 repeat-x;
  text-align: center;
  font: bold 1.17em/36px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
  color: #00467f;
  outline: none;
}

#tabs-nav.tab3 li a {
  width: 222px;
}

#tabs-nav.tab5 li a {
  width: 131px;
}

#tabs-nav li:first-child a {
  width: 167px;
}

#tabs-nav.tab3 li:first-child a {
  width: 224px;
}

#tabs-nav.tab5 li:first-child a {
  width: 132px;
}

#tabs-nav li a:hover {
  color: #000;
  text-decoration: none;
}

#tabs-nav li.active a {
  text-decoration: none;
  color: #000;
  background: #e1e0e0;
  border-top: 1px solid #c1c1c1;
  margin-bottom: -1px;
}

.tab-container {
  min-height: 470px;
  background: #e1e0e0;
  border-top: 1px solid #c1c1c1;
}

.tab-content {
  z-index: 0;
  padding: 25px 20px;
  display: none;
  /*min-height: 445px;*/
}

.tab-content .caption {
  width: 450px;
}

#hp .tab-content .caption p {
  margin: 15px;
  padding: 0 140px 0 0;
  position: relative;
  font-size: 1.33em;
  text-align: right;
  line-height: normal;
}

.tab-content .caption p a.btn {
  position: absolute;
  right: 5px;
  top: 50%;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  display: block;
  color: #7ab73f;
  padding-right: 26px;
  background: url(/themes/site_themes/cip/images/learn-more-arrows.png) 100% 0 no-repeat;
}