/* tabs */

.hideTab { 
  position: absolute;
  top: -9999px;
  left: -9999px;
}

ul.nav li a:focus {
  outline: 0;
}

ul.nav li {
}

.firstTab {
  margin-right: 2px;
}

.tabTitle {
  float:left;
  width: 108px;
  height: 35px;
  padding: 0px 0px;
}


.interior_tabs {
  padding: 0px 0px 20px 0px;
}

.tabInterior {
}

.tabHome {
}


.tabInterior {
  list-style: none;
  margin: 0px;
  padding: 10px 0px 0px 0px;
  height: 23px;
  border-bottom: 1px solid #bebebe;
}

.tabInterior li {
  display: inline;
  margin: 0px 5px 0px 0px;
  padding: 8px 0px 6px 0px;
  font-size: 11px;
}

.tabInterior li a {
  color: #333;
  padding: 8px 0px 8px 0px;
  margin: 0px;
/*  background: url(../img/tabs/bg_tab_03.gif); */
  background-position: top left;
  background-repeat: no-repeat;
  border-bottom: 1px solid #bebebe;
}

.tabInterior li a span {
/*  background: url(../img/tabs/bg_tab_03.gif); */
  background-position: top right;
  background-repeat:no-repeat;
  padding: 8px 10px 8px 10px;
  margin:0px;

  background-color:#dfe6ed;

  
  -moz-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-left-radius: 4px;  
  border-top-right-radius: 4px;  

  border-bottom: 1px solid #FFF;   

}


.tabInterior li a.current,
.tabInterior li a:hover {
/*  background: url(../img/tabs/bg_tab_03_on.gif); */
  background-position: top left;
  background-repeat: no-repeat;
  color:#004a80;
  border-bottom: 1px solid #FFF;  
}

.tabInterior li a.current span,
.tabInterior li a:hover span {
/*  background: url(../img/tabs/bg_tab_03_on.gif); */
  background-position: top right;
  background-repeat: no-repeat;
 
   background-color:#cdd0d1;
   
  -moz-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-left-radius: 4px;  
  border-top-right-radius: 4px;  
  border-bottom: 1px solid #bebebe;

}

/* second tab (tab within tab) */
.tabInterior2 {
  list-style: none;
  margin: 0px;
  padding: 10px 0px 0px 0px;
  border-bottom: 1px solid #bebebe;
}

.tabInterior2 li {
  display: inline;
  margin: 0px 1px 0px 0px;
  padding: 15px 0px 8px 0px;
  font-size: 11px;  
}

.tabInterior2 li a {
  color: #231F20;
  padding: 8px 0px 3px 10px;
  background: url(../img/tabs/bg_tab_04.gif);
  background-position: top left;
  background-repeat: no-repeat;
  border-bottom: 1px solid #E0E0E0;
}

.tabInterior2 li a span {
  background: url(../img/tabs/bg_tab_04.gif);
  background-position: top right;
  background-repeat:no-repeat;
  padding: 8px 10px 3px 0px;
  border-bottom: 1px solid #E0E0E0;  
}


.tabInterior2 li a.current,
.tabInterior2 li a:hover {
  background: url(../img/tabs/bg_tab_04_on.gif);
  background-position: top left;
  background-repeat: no-repeat;
  color:#F57E25;
}

.tabInterior2 li a.current span,
.tabInterior2 li a:hover span {
  background: url(../img/tabs/bg_tab_04_on.gif);
  background-position: top right;
  background-repeat: no-repeat;
}


.interior_tab_info {
  padding-top: 20px;

}

.interior_tab_info hr {
  clear:left;
}