/* New styles for jQuery objects */
.whynotcontent {
    height: 73px;
    text-align: left;
    position: static;
/*  background-image : url ( ../graphics/leader_bg.png );
/  background-repeat : no-repeat;
/  background-position : top;*/
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.newsmentions {
    height: 73px;
    text-align: left;
    position: static;
    background-image: url(../graphics/news_bg.png);
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.eventsmentions {
    height: 73px;
    text-align: left;
    position: static;
    background-image: url(../graphics/events_bg.png);
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.tooltip {
    display: none;
    background: url(../images/tooltip_bg.jpg);
    opacity: .85;

    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;

    position: absolute;
    border: 1px solid #ccc;
    border-top: 0px solid;

    margin-top: 15px;
    z-index: 10000;
    text-align: center;
}

.tip1, .tip2 {
    margin-left: -6px !important;
}

.tip3 {
    margin-left: 36px;
}

.tip4 {
    margin-left: -13px;
}

.tooltip .arrow {
    background: url(../images/tooltip_arrow.png) top center no-repeat;
    position: relative;
    top: -8px;
    padding-top: 13px;
    text-align: center;
}

.tooltip .arrow .text {
    font-size: 9px;
    text-align: center;
    position: relative;
    top: 3px;
    color: #a53425;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    letter-spacing: .01em;
}

.blueblock {
    position: relative;
    left: -383px;
}

#nav li {
    text-align: center !important;
}

#tabs li a {
    font-size: 10px !important;
}
