.tabs {
   overflow: hidden;
   height: 1%;
   margin: 10px 0px 0px 0px !important;
}
.tabs li {
   float: left;
   margin-left: 4px;
   height: 28px;
   line-height: 28px;
   text-align: center;
   font-weight: bold;
   font-size: 14px;
   font-family: Georgia, Times, serif;
   list-style: none;
}
   .tabs li a {
      display: block;
      height: 28px;
      line-height: 28px;
      padding: 0px 5px 0px 5px;
      text-decoration: none;
      color: #4d4000;
      position: relative;
      background: transparent url(images/tabs/tab_bg_left.gif) top left no-repeat;
   }
 
   .tabs li a span {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      height: 28px;
      width: 5px;
      background: transparent url(images/tabs/tab_bg_right.gif) top left no-repeat;
   }
 
 
   .tabs li a.current  {
      color: #912082;
      background-position: 0 -28px;
   }
   .tabs li a.current span {
      background-position: 0 -28px;
   }
.panes {
   
   /*padding: 20px 20px;*/
   background: #f6f1df url(images/tabs/pane_top_left.gif) top left no-repeat;
   min-height: 425px;
   margin-bottom: 15px;
	_height: 100%;
	_padding-bottom: 20px;
}

.panes > div 
{
padding: 20px 20px;
}
.panesclr {
   padding: 25px 10px 0px 10px;
   min-height: 375px;
   margin-bottom: 15px;
}
.panes-intro {margin-left: 95px; font-size: 11px;}
.panes-news {margin: 0px 0px 15px 0px;}
.panes-news span, 
.panes-podcast span, 
.panes-publication span,
.panes-video span 
{
color: #00817a;
}
.panes-news img {vertical-align: text-top; margin: 3px 0px;}

.panes-podcast p {
margin-top: 0px;
}


.tabs li a#your-team {

      width: 50px;
   }
   
   
#overview-tab
{
width: 76px;
}
#your-team-tab
{
width: 84px;
}
 #quality-of-care-tab , #what-people-say-tab
{
width: 129px;
_width: 127px;
}

 #scheduled-classes-tab
{
width: 219px;
_width: 217px;
}

#services-available-tab
{
width: 269px;
_width: 267px;
}


.tabs li a.tab-third
{
width: 143px;
_width: 143px;
}
.tabs li a.tab-sixth
{
width: 35px;
}
.tab-body
{
}