﻿#OuterSlide {
    position: fixed;
    width: 400px;
    height: 945px;
    top: 0;
    left: -287px;
    padding-bottom: 3px;
    margin-top: 10px;
    color: #FEF7DD;
    z-index: 100;
}

#trc-sidenav {
    position: relative;
    float: left;
    height: 940px;
    background-image: url('../Images/Backgrounds/quick links background.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 286px 920px;
    overflow: hidden;
}

    #trc-sidenav ul li {
        margin-top: 6px;
        list-style-type: none;
    }

    #trc-sidenav p {
        margin: 0;
    }

    #trc-sidenav a {
        display: block;
        margin-left: 10px;
        font-size: 9pt;
        text-decoration: none;
    }

        #trc-sidenav a:hover {
            color: #BD2025;
        }

.trc-sidenav-left {
    position: relative;
    float: left;
    width: 140px;
    height: 916px;
    top: 2px;
    border-bottom: solid 1px #999;
    border-top: solid 1px #999;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding-left: 5px;
}

.trc-sidenav-right {
    position: relative;
    float: left;
    height: 916px;
    width: 140px;
    top: 2px;
    z-index: 10;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    border-top: solid 1px #999;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.trc-sidenav-tabgroup {
    float: left;
}

#QuickLinkTab {
    float: left;
    height: 250px;
    width: 100px;
    overflow: hidden;
}

.Clip01 {
    background-image: url('../Images/QuicklinkFilmstrip.png');
}
