@import url("style.css?v=3");

em {
    font-style: italic;
}

.calendar {
    margin-bottom: 35px !important;
}

.article span {
    font-size: 12px;
    line-height: 1.6em;
    color: #333;
}

#banner_overlay {
    z-index: 10000;
}

.tabs {
    position: relative;
}

    .tabs .tabsNav,
    .newsList.columns.tabs .tabsNav {
        margin: 0;
        padding: 0;
        border: 0 !important;
        position: absolute;
        top: 9px;
        left: 150px;
        width: auto;
    }

        .tabs .tabsNav li,
        .newsList.columns.tabs .tabsNav li {
            list-style: none;
            margin: 0 11px;
            padding: 0 12px;
            width: auto !important;
            float: left !important;
        }

            .tabs .tabsNav li a,
            .newsList.columns.tabs .tabsNav li a {
                background: url(../gfx/bg-tab-gray-m.png);
                background-repeat: repeat-x;
                display: block;
                text-align: center;
                height: 21px;
                padding: 0;
                cursor: pointer;
                z-index: 0;
                padding: 0 3px;
            }

                .tabs .tabsNav li a:before,
                .newsList.columns.tabs .tabsNav li a:before {
                    background: url(../gfx/bg-tab-sprite.png);
                    background-repeat: no-repeat;
                    background-position: 0 0;
                    content: '';
                    position: absolute;
                    width: 11px;
                    height: 21px;
                    left: -11px;
                }

                .tabs .tabsNav li a:after,
                .newsList.columns.tabs .tabsNav li a:after {
                    background: url(../gfx/bg-tab-sprite.png);
                    background-repeat: no-repeat;
                    background-position: -11px 0;
                    content: '';
                    position: absolute;
                    width: 11px;
                    height: 21px;
                    right: -11px;
                }

                .tabs .tabsNav li a.hover,
                .newsList.columns.tabs .tabsNav li a.hover {
                    background: url(../gfx/bg-tab-green-m.png);
                    text-decoration: none;
                    color: #fff;
                    z-index: 5;
                }

                    .tabs .tabsNav li a.hover:before,
                    .newsList.columns.tabs .tabsNav li a.hover:before {
                        background-position: 0 -21px;
                        content: ' ';
                    }

                    .tabs .tabsNav li a.hover:after,
                    .newsList.columns.tabs .tabsNav li a.hover:after {
                        background-position: -11px -21px;
                        content: ' ';
                    }

.tabs .tabsNav li a.hover:before,
							.newsList.columns.tabs .tabsNav li a.hover:before {
								background-position: 0 -21px;
								content: ' ';
							}
							.tabs .tabsNav li a.hover:after,
							.newsList.columns.tabs .tabsNav li a.hover:after {
								background-position: -11px -21px;
								content: ' ';
							}
.social {
    text-align: center;
}
.social li {
    float: none;
    padding: 0; 
    width: 23%;
    display: inline-block;
}
.social li.socialLeft {
    float: none; 
}
