/* TABBED NAVIGATION */
.tour #main {
        width: 770px;
        padding-right: 20px;
}
#tourNav {
        display: block;
        width: 770px;
        float: left;
        margin: 10px 0 0 0;
}
#main #tourNav li {
        float: left;
        list-style: none;
        margin: 0 2px 0 0;
}
#tourNav li a {
        display: block;
        padding: 5px 10px;
        background: #B3B3B3;
        font-size: 1.2em;
        font-weight: bold;
        color: #FFF;
}
#tourNav li a:hover {
        background: #666;
        text-decoration: none;
}
#tourNav li.on a {
        background: #A71930;
}


/* SECTIONS */
.tour #membership, .tour #contributions, .tour #accounting, .tour #payroll {
        float: left;
        width: 760px;
        padding: 20px 0;
        background: url(../images/tour_nav_bottom.jpg) no-repeat top center;
}

.tourSection {
        width: 370px;
        display: block;
        float: left;
        margin: 20px 0;
        margin-right: 10px;
}
.tourSection a img {
        float: left;
        margin: 0 10px 5px 0;
        border: 1px solid #DDD;
}
.tourSection a:hover img {
        border-color: #AAA;
}
.tourSection li, #main .tourSection li a {
        color: #4D4D4D;
        font-weight: normal;
}
.tourSection li a:hover {
        text-decoration: underline;
}
.tourSection div {
        display: none;
}
