﻿
/* =================== styling for Mega ======================== */
ul#PfNavMega {
    margin: auto;
    position: static;
    list-style: none;
    width: 100%;
}

    ul#PfNavMega .navLogo {
        width: 18.33%;
        height: 28px;
    }


    ul#PfNavMega > li {
        margin: 0px 0px 0px 0px;
        padding: 5px 0px;
        text-align: center;
        display: block;
        float: left;
        width: 13.61%;
        background-color: #00205c;
        border-bottom: 2px solid #fff;
    }

        ul#PfNavMega > li.Active,
        ul#PfNavMega > li:hover {
            border-bottom: 2px solid #ff7840;
        }

        ul#PfNavMega > li.Last {
        }

        ul#PfNavMega > li:first-child {
        }

        ul#PfNavMega > li:hover > a {
            margin: 0px 0px 0px 0px;
            z-index: 100;
        }

ul#PfNavMega {
}

    ul#PfNavMega > li > a {
        text-decoration: none;
        font-weight: normal;
        display: block;
        padding: 5px 5px;
        font-size: .94em;
        position: relative;
        color: #fff;
    }

    ul#PfNavMega > li > a {
        z-index: 903 !important;
    }

    * + html ul#PfNavMega > li > a {
        height: 36px;
    }

    ul#PfNavMega div ul > li:hover a {
        margin-left: 0;
    }

    ul#PfNavMega > li:hover > a {
    }

    ul#PfNavMega > li.Active a {
    }

    ul#PfNavMega > li > a span.MenuText {
        line-height: 9px !important;
    }

    ul#PfNavMega > li:hover {
    }

        ul#PfNavMega > li:hover > a {
            position: relative;
            z-index: 2000;
        }

        ul#PfNavMega > li:hover > div.Column > a {
            height: auto;
        }

        ul#PfNavMega > li:hover > a span.MenuText {
            position: relative;
            z-index: 2000;
        }

    * + html ul#PfNavMega > li > a span.MenuText b {
        font-weight: bold;
    }
    /* icon handling */
    ul#PfNavMega .IconImgBefore {
        margin-right: 3px;
        margin-top: 2px;
    }

    /* ============================================================= */
    /* =================== DropMenu Styling           ============== */
    /* ============================================================= */


    /******************************* Normal CSS begin *************************/
    ul#PfNavMega div.shadow {
        /*background: url('images/container_arrow.png') no-repeat 80px 3px #fff;*/
        background-color: #fff;
        margin-top: 10px;
        overflow: auto;
        zoom: 1;
        z-index: 2000;
        display: block;
        position: absolute;
        left: -10000px;
        width: 100%;
        margin: 0px;
        text-align: center;
        top: 130px;
        border-radius: 0 0px 0px 0px;
        -webkit-border-radius: 0 0px 0px 0px;
        -o-border-radius: 0 0px 0px 0px;
        -moz-border-radius: 0 0px 0px 0px; /*CSS3 >>*/
        opacity: 0.0; /* Firefox */
        -moz-transition: opacity 0.25s ease 0.1s; /* WebKit */
        -webkit-transition: opacity 0.25s ease 0.1s; /* Opera */
        -o-transition: opacity 0.25s ease 0.1s; /* Standard */
        transition: opacity 0.25s ease 0.1s; /*<< CSS3*/
        -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0);
        -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0);
        box-shadow: 0px 0px 5px rgba(0,0,0,0);
    }

        ul#PfNavMega div.shadow .InnerMegaDiv {
            z-index: 100;
            margin: 0px;
            padding: 0px;
        }

            ul#PfNavMega div.shadow .InnerMegaDiv span {
                display: inline;
            }

/* show drop divs */
/*ul#PfNavMega > li:hover div.shadow {left:-2px; opacity:1;} /*neg margin is for shadow */ */
/******************************* Normal CSS end ***************************/
/******************************* jQuery CSS begin *************************/
ul#PfNavMega div.jShadow {
    overflow: auto;
    z-index: -1;
    display: none;
    position: absolute;
    left: -2px;
    margin: 0px;
    width: 699px;
    background: url(images/divShadow.png) bottom center no-repeat;
    padding: 0px 6px 6px 6px;
    text-align: center;
    top: 45px;
}

ul#PfNavMega div.jShadow div {
    z-index: 1;
    margin: 0px;
    width: 697px;
    background: #ffffff;
    padding: 0px;
    text-align: center;
    border: 1px solid #000000;
    border-top: none;
}

/* show drop divs */
ul#PfNavMega > li:hover div.jShadow {
}
/*neg margin is for shadow */
/******************************* jQuery CSS end ***************************/


.HtmlBeforeLevel0 {
    display: block;
    float: left;
    margin-right: 20px;
}


ul#PfNavMega > li div.Column {
    display: inline;
    border: none;
    vertical-align: top;
}

ul#PfNavMega > li:hover div.Column {
    display: inline;
    border: none;
    vertical-align: top;
}


.HeaderMainContainer {
}

.TopNavigationMainContainer {
    background: url(images/topnav_bg.png) top center no-repeat;
}

.TopNavigationMain {
}

.ContentMainContainer {
    background: url(images/mid_bg.png) top center repeat-y;
}

.patos {
    background: url(images/botShadow.png) top center no-repeat;
    width: 974px;
    height: 6px;
}

.outerBorder {
    background: none;
}

.HeaderMain {
    background: none;
}

.ContentMain {
    background: #ffffff;
}

    .ContentMain .LeftContent {
    }

    .ContentMain .RightContent {
    }

    .ContentMain .td_LeftContent {
        border-right: 1px solid #d6cdba;
    }

    .ContentMain .td_RightContent {
    }


.black-shadow {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00205c;
    z-index: 1000;
    opacity: 0.7;
    width: 100%;
}

.overflowHidden {
    overflow: hidden;
}

.MenuText img {
    margin-top:4px;
}

/* ============================================================= */
/* =================== Header styling/layout =================== */
/* ============================================================= */

/* =================== MiniNav styling/layout ================== */
.HeaderMiniNav {
    color: #000000;
}

    .HeaderMiniNav .miniNavUser, .HeaderMiniNav a.miniNavUser, .HeaderMiniNav a.miniNavUser:link, .HeaderMiniNav a.miniNavUser:visited, .HeaderMiniNav a.miniNavUser:active, .HeaderMiniNav a.miniNavUser:hover {
        color: #000000;
        text-decoration: none;
        font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        font-size: 12px;
    }

    .HeaderMiniNav .miniNavLogin, .HeaderMiniNav a.miniNavLogin, .HeaderMiniNav a.miniNavLogin:link, .HeaderMiniNav a.miniNavLogin:visited, .HeaderMiniNav a.miniNavLogin:active, .HeaderMiniNav a.miniNavLogin:hover {
        color: #000000;
        text-decoration: none;
        font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        font-size: 12px;
    }

    .HeaderMiniNav .miniNavDate {
        color: #000000;
        text-decoration: none;
        font-family: Tahoma, sans-serif;
        font-size: 12px;
    }

/* =================== Search styling/layout =================== */
.HeaderSearch .NormalTextBox {
    border: 2px solid #9f9f9f;
    color: #333333;
}

.HeaderSearch .searchbox, .HeaderSearch a.searchbox {
    border: 2px solid #9f9f9f;
    font-size: 10px;
    background: #333333;
    color: #ffffff;
    text-decoration: none;
    font-family: Tahoma, sans-serif;
}

/* ============================================================= */
/* =================== MainContent styling/layout ============== */
/* ============================================================= */
.Breadcrumb {
    color: #797979;
    text-decoration: none;
    font-family: Tahoma, sans-serif;
    font-size: 10px;
}

    .Breadcrumb a, .Breadcrumb a:link, .Breadcrumb a:visited, .Breadcrumb a:active, .Breadcrumb a:hover {
        color: #3a3a3a;
        text-decoration: none;
        font-family: Tahoma, sans-serif;
        font-size: 12px;
    }

/* ============================================================= */
/* =================== Footer styling/layout =================== */
/* ============================================================= */
.FooterMain {
    color: #6b6b6b;
    background: none;
    text-decoration: none;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
}

    .FooterMain a, .FooterMain a:link, .FooterMain a:visited, .FooterMain a:active, .FooterMain a:hover {
        text-decoration: none;
        font-family: Tahoma, sans-serif;
        font-size: 12px;
    }

/* ============================================================= */
/* =================== DNN Control styling/layout ============== */
/* ============================================================= */
.AdminMenuControl {
    background: #ffffff;
    border: 2px solid #403c35;
}

    .AdminMenuControl .main_dnnmenu_submenu2 {
        background: #ffffff;
        border: 2px solid #403c35;
    }



/* IE7 RULES 
ul#PfNavMega div ul {!display:inline;}*/

/* media queries */
@media all and (max-device-width: 480px) and (max-width: 480px) and (orientation:landscape), (max-width:740px) {
    ul#PfNavMega > li > a span.MenuText {
        text-indent: 0;
    }

    ul#PfNavMega li a {
        border-left: 1px solid #dedede;
        background: url(images/primary_nav_bg_narrow.png) repeat-x bottom #fff !important;
    }
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
    ul#PfNavMega div.shadow {
        margin-left: 1.3%;
        width: 97.5%;
    }
}

@media only screen and (min-width: 959px) {
    ul#PfNavMega div.shadow {
        margin-left: 0.5208333333333333%;
    }
}
