/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}
/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
    height:auto;
   /* overflow: hidden;*/
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    padding: 0 0px 0px 0px;
    /*margin: 0 0 0 0;*/
    /*min-width: 84px; /* be nice to Opera */
    position:relative;
    left:-1px;
}
.tabs-nav a, .tabs-nav a span.left {
    display: block;
    /*padding: 0 20px 0px 20px;*/
    padding: 0px 0px 0px 24px;
   /* background: url(../images/tabs/tab.png) no-repeat;*/
   float: left;
}
.tabs-nav a span.right {
   float: left;
}

.tabs-nav a {
    position: relative;
    /*top: 1px;*/
    z-index: 2;
    padding-left: 0;
    color: #E1D3A2;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #ffffff;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    /*background-position: 100% -150px;*/

    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav .tabs-selected a{
 margin-top:0px;
}

.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    /*background-position: 100% -101px;*/

    margin-top:5px;
}


.tabs-nav a span.left {
    /*width: 64px; /* IE 6 treats width as min-width */
    /*min-width: 64px;*/
    height: 34px; /* IE 6 treats height as min-height */
    min-height: 34px;
    padding-top: 7px;
    padding-right: 0px;
}

.tabs-nav a span.right {
    width: 20px; /* IE 6 treats width as min-width */
    min-width: 20px;
    height: 40px; /* IE 6 treats height as min-height */
    min-height: 40px;
    padding-top: 1px;
    padding-right: 0px;
}

.tabs-nav .tabs-selected a span.left {
    /*width: 64px; /* IE 6 treats width as min-width */
    /*min-width: 64px;*/
    height: 36px; /* IE 6 treats height as min-height */
    min-height: 36px;
    padding-top: 6px;
    padding-right: 0;
}

.tabs-nav .tabs-selected a span.right {
    width: 20px; /* IE 6 treats width as min-width */
    min-width: 20px;
    height: 46px; /* IE 6 treats height as min-height */
    min-height: 46px;
    padding-top: 0px;
    padding-right: 0px;
}

*>.tabs-nav a span.left,
*>.tabs-nav .tabs-selected a span.left{ /* hide from IE 6 */
    width: auto;
    height: 36px;
}

*>.tabs-nav a span.right,
*>.tabs-nav .tabs-selected a span.right
{
    width: 20px;
}

.tabs-nav .tabs-selected a span.left {
    padding-top: 10px;
}

.tabs-nav .tabs-selected a span.left,
.tabs-nav a:hover span.left,
.tabs-nav a:focus span.left,
.tabs-nav a:active span.left {
    /*background-position: 0 -50px;*/
    background: transparent url('../images/tabs/tabOnLeft.png') no-repeat;
}
.tabs-nav a span.left,
.tabs-nav .tabs-disabled a:hover span.left,
.tabs-nav .tabs-disabled a:focus span.left,
.tabs-nav .tabs-disabled a:active span.left {
    /*background-position: 0 0;*/
    background: transparent url('../images/tabs/tabUpLeft.png') no-repeat;
}


.tabs-nav .tabs-selected a span.right,
.tabs-nav a:hover span.right,
.tabs-nav a:focus span.right,
.tabs-nav a:active span.right {
    /*background-position: 0 -50px;*/
    background: transparent url('../images/tabs/tabOnRight.png') no-repeat;
    width: 24px;
}
.tabs-nav a span.right,
.tabs-nav .tabs-disabled a:hover span.right,
.tabs-nav .tabs-disabled a:focus span.right,
.tabs-nav .tabs-disabled a:active span.right {
    /*background-position: 0 0;*/
    background: transparent url('../images/tabs/tabUpRight.png') no-repeat;
    width: 24px;
}


.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    /*border-top: 1px solid #97a5b0;
    padding: 1em 8px;*/
    background: transparent; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
   /* background: url(../images/loading.gif) no-repeat 0 50%;*/
}

/* additonal class rules for swapping the tabs in the subnav */
.tabs-nav .tabs-selected a span div,
.tabs-nav li a span div
{
    overflow: hidden;
    height: 27px;
}

/* Intro tab */
.tabs-nav .tabs-selected a span div#intro
{
    background:url(../images/tabs/subnav/tabIntroduction-on.gif) no-repeat;
    width: 35px;
}
.tabs-nav li a span div#intro
{
    background:url(../images/tabs/subnav/tabIntroduction-up.gif) no-repeat;
    width: 35px;
}

/* Home */
.tabs-nav .tabs-selected a span div#overview
{
    background: url(../images/tabs/subnav/tabOverview-on.gif) no-repeat;
    width: 66px;
}
.tabs-nav li a span div#overview
{
    background: url(../images/tabs/subnav/tabOverview-up.gif) no-repeat;
    width: 66px;
}

/* What is the GCC */
.tabs-nav .tabs-selected a span div#atAGlance
{
    background:url(../images/tabs/subnav/tabAtAGlance-on.gif) no-repeat 0px 2px;
    width: 74px;
}
.tabs-nav li a span div#atAGlance
{
    background:url(../images/tabs/subnav/tabAtAGlance-up.gif) no-repeat 0px 2px;
    width: 74px;
}

.tabs-nav .tabs-selected a span div#worldMoving
{
    background:url(../images/tabs/subnav/tabWorldMoving-on.gif) no-repeat 0px 2px;
    width: 170px;
}
.tabs-nav li a span div#worldMoving
{
    background:url(../images/tabs/subnav/tabWorldMoving-up.gif) no-repeat 0px 2px;
    width: 170px;
}

.tabs-nav .tabs-selected a span div#vitalResearch
{
    background:url(../images/tabs/subnav/tabVitalResearch-on.gif) no-repeat 0px 2px;
    width: 97px;
}
.tabs-nav li a span div#vitalResearch
{
    background:url(../images/tabs/subnav/tabVitalResearch-up.gif) no-repeat 0px 2px;
    width: 97px;
}

.tabs-nav .tabs-selected a span div#footprint
{
    background:url(../images/tabs/subnav/tabFootprint-on.gif) no-repeat 0px 2px;
    width: 167px;
}
.tabs-nav li a span div#footprint
{
    background:url(../images/tabs/subnav/tabFootprint-up.gif) no-repeat 0px 2px;
    width: 167px;
}

/* How it works */
.tabs-nav .tabs-selected a span div#thebasics
{
    background:url(../images/tabs/subnav/tabTheBenefits-on.gif) no-repeat 30px 2px;
    width: 133px;
}
.tabs-nav li a span div#thebasics
{
    background:url(../images/tabs/subnav/tabTheBenefits-up.gif) no-repeat 30px 2px;
    width: 133px;
}

.tabs-nav .tabs-selected a span div#media
{
    background:url(../images/tabs/subnav/tabmedia-on.gif) no-repeat 0px 2px;
    width: 113px;
}
.tabs-nav li a span div#media
{
    background:url(../images/tabs/subnav/tabMedia-up.gif) no-repeat 0px 2px;
    width: 113px;
}

.tabs-nav .tabs-selected a span div#testimonials
{
    background:url(../images/tabs/subnav/tabTestimonials-on.gif) no-repeat 24px 2px;
    width: 132px;
}
.tabs-nav li a span div#testimonials
{
    background:url(../images/tabs/subnav/tabTestimonials-up.gif) no-repeat 24px 2px;
    width: 132px;
}

.tabs-nav .tabs-selected a span div#halloffame
{
    background:url(../images/tabs/subnav/tabHallOfFame-on.gif) no-repeat 26px 2px;
    width: 134px;
}
.tabs-nav li a span div#halloffame
{
    background:url(../images/tabs/subnav/tabHallOfFame-up.gif) no-repeat 26px 2px;
    width: 134px;
}


/* Registration and fees */

.tabs-nav .tabs-selected a span div#firststeps
{
    background:url(../images/tabs/subnav/tabTakeTheFirstStep-on.gif) no-repeat 10px 0px;
    width: 140px;
}
.tabs-nav li a span div#firststeps
{
    background:url(../images/tabs/subnav/tabTakeTheFirstStep-up.gif) no-repeat 10px 0px;
    width: 140px;
}

.tabs-nav .tabs-selected a span div#children
{
	margin-top: 8px;
    background:url(../images/tabs/subnav/children_on.gif) no-repeat 1px 0px;
    width: 144px;
}
.tabs-nav li a span div#children
{
	margin-top: 4px;
    background:url(../images/tabs/subnav/children.gif) no-repeat 1px 0px;
    width: 144px;
}

.tabs-nav .tabs-selected a span div#fees
{
    background:url(../images/tabs/subnav/tabFees-on.gif) no-repeat 25px 0px;
    width: 80px;
}
.tabs-nav li a span div#fees
{
    background:url(../images/tabs/subnav/tabFees-up.gif) no-repeat 25px 0px;
    width: 80px;
}

.tabs-nav .tabs-selected a span div#resources
{
    background:url(../images/tabs/subnav/tabResources-on.gif) no-repeat 28px 2px;
    width: 134px;
}
.tabs-nav li a span div#resources
{
    background:url(../images/tabs/subnav/tabResources-up.gif) no-repeat 28px 2px;
    width: 134px;
}

/* Challenge A Friend */
.tabs-nav .tabs-selected a span div#challenge, .tabs-nav li a span div#challenge
{
    background: url(../images/tabs/subnav/tabChallenge-on.gif) no-repeat;
    width: 123px;
}

/* Walk Talk Competition */
.tabs-nav .tabs-selected a span div#walktalkcomp, .tabs-nav li a span div#walktalkcomp
{
    background: url(../images/tabs/subnav/tabWalkTalkComp-on.gif) no-repeat;
    width: 150px;
}
