﻿@media only screen and (min-width: 63.9375em) {
    .tab-bar {
        display: none;
    }

    #master {
        width: 1010px;
    }

    #side-bar {
        float: left;
        width: 210px;
        display: block;
    }

    #right-side {
        float: left;
        width: 800px;
    }

    a#logo {
        display: block;
        position: absolute;
        left: -120px;
        top: 35px;
        width: 383px;
        height: 232px;
        z-index: 101;
    }

    #right-col {
        background-color: #b7a86d;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }

    ul#navDaddy {
        list-style: none;
        margin-top: 280px;
        margin-left: 0;
        padding-left: 0px;
        display: block;
    }

        ul#navDaddy > li {
            margin-bottom: 10px;
        }

            ul#navDaddy > li > a {
                display: block;
                color: white;
                font-size: 24px;
                -webkit-border-top-right-radius: 15px;
                -webkit-border-bottom-right-radius: 15px;
                -moz-border-radius-topright: 15px;
                -moz-border-radius-bottomright: 15px;
                border-top-right-radius: 15px;
                border-bottom-right-radius: 15px;
                padding-top: 0px;
                padding-bottom: 0px;
                padding-left: 15px;
                border-top: 2px solid white;
                border-right: 2px solid white;
                border-bottom: 2px solid white;
                background: -moz-linear-gradient(left, rgba(204,209,187,0.8) 0%, rgba(184,189,159,0.8) 50%, rgba(184,189,159,0.8) 52%, rgba(184,189,159,0.8) 100%);
                background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(204,209,187,0.8)), color-stop(50%,rgba(184,189,159,0.8)), color-stop(52%,rgba(184,189,159,0.8)), color-stop(100%,rgba(184,189,159,0.8)));
                background: -webkit-linear-gradient(left, rgba(204,209,187,0.8) 0%,rgba(184,189,159,0.8) 50%,rgba(184,189,159,0.8) 52%,rgba(184,189,159,0.8) 100%);
                background: -o-linear-gradient(left, rgba(204,209,187,0.8) 0%,rgba(184,189,159,0.8) 50%,rgba(184,189,159,0.8) 52%,rgba(184,189,159,0.8) 100%);
                background: -ms-linear-gradient(left, rgba(204,209,187,0.8) 0%,rgba(184,189,159,0.8) 50%,rgba(184,189,159,0.8) 52%,rgba(184,189,159,0.8) 100%);
                background: linear-gradient(to right, rgba(204,209,187,0.8) 0%,rgba(184,189,159,0.8) 50%,rgba(184,189,159,0.8) 52%,rgba(184,189,159,0.8) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccccd1bb', endColorstr='#ccb8bd9f',GradientType=1 );
            }
            ul.level-2{
                display: none;
            }

    ul#navDaddy > li.expanded > ul.level-2 {
        display: block;
        padding: 0px;
    }

        ul.level-2 > li {
            list-style: none;
            display: block;
            margin-top: 5px;
            background-image: url('/Portals/3/images/subItem.png');
            background-repeat: no-repeat;
            color: black;
            font-family: Arial;
            padding-left: 15px;
            font-weight: bold;
            line-height: 28px;
            height: 28px;
        }
        ul.level-2 > li > a{
            color: #333;
        }
    .below-nav {
        padding-left: 15px;
        padding-bottom: 20px;
    }

    #footer {
        color: #A29C4D;
    }

    h1#company-name {
        font-size: 46px;
        text-align: left;
    }

    .padded-left {
        padding-left: 40px;
    }

    h1#company-name > span.larger {
        font-size: 50px;
    }
}
/* min-width 1025px, large screens */
