﻿
/* ===========================
   ======= Body style ======== 
   =========================== */
body {
    padding: 0;
    float: none;
    max-width: 1200px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-color: #CFC0A7;
    /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cfc0a7', endColorstr = '#fef8e5');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cfc0a7', endColorstr = '#fef8e5')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #cfc0a7, #fef8e5);
    background-image: -o-linear-gradient(top, #cfc0a7, #fef8e5);
    background-image: -webkit-linear-gradient(top, #cfc0a7, #fef8e5);
    background-image: linear-gradient(top, #cfc0a7, #fef8e5);
}

/* ===========================================
   ===== Main header Image & Navigation ===== 
   =========================================== */
.MasterHeader {
    padding: 0px;
    background-color: #1f3776;
    margin: 0 auto 0px auto;
    padding: 0;
}

.MP_PageHeader {
    padding: 15px 0 0 5px;
    color: #173776;
    font-size: 1.6em;
    font-weight: bold;
}

.MasterHeader img {
    height: auto;
    margin: 0% 0;
}

#mission2 {
    padding: 4px 0 4px 0;
    color: #1f3776;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 70%;
    text-align: center;
    clear: both;
    background-color: #fef8e5;
}

#MasterHeadSearchLinks {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    color: #FFFFFF !important;
    margin-right: 20px;
    float: right;
    padding-bottom: 5px;
    padding-top: 10px;
    margin-left: 4px;
}

    #MasterHeadSearchLinks span {
        float: right;
        margin-right: 0px;
        font-size: 1.1em;
        font-variant: small-caps;
        text-align: right;
    }

    #MasterHeadSearchLinks a {
        font-family: Arial, Helvetica, sans-serif;
        color: #FFFFFF;
    }

/* end of top menu  */
#rule1 {
    background-color: #CFC0A7;
    height: 3px;
    clear: both;
}

#rule2 {
    background-color: #957870;
    height: 2px;
    clear: both;
}
/* ===================================================
   ===== Master Page canvas (all content in this) ===== 
   ==================================================== */

.MasterCanvas { /* master Page  - This includes the Left Menu  */
    overflow: auto;
    width: 100%;
    display: inline-flex;
    background-color: white;
    line-height: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* =========================================
   ========= Master Page Footer ========== 
   ======================================== */

.MasterFooter {
    clear: both;
    color: #FFFFFF;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 175%;
    vertical-align: middle;
    background-color: #4c463d;
    padding: 1%;
    font-size: .7em;
}

.footer {
    clear: both;
    color: #FFFFFF;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 175%;
    vertical-align: middle;
    background-color: #4c463d;
    padding: 1%;
    font-size: .7em;
}

    .footer a {
        color: #FFF;
    }

        .footer a:visited {
            color: #FFFFC4;
        }


/*.MasterFooter a {
    color: #FFF;
}*/

/* ===========================
   ======== Sidebar ========== 
    Moved to LeftNav.css - JudLnav
   =========================== */

/* ======================================
   ======= MasterPage Content Area ====== 
   ===================================== */
.MasterContent {
    margin-left: 0; /* remove if displaying Left Menu*/
    width: 100%; /* 81% if displaying Left Menu*/
    min-height: 500px;
}

.Jud-Page {
    margin-left: 5px;
}

.center {
    text-align: center !important;
}

/* ------------ lite tan button #fef8e5 and website backgnd color #cfc0a7 ------------- */

.litetanbtn {
    background: #cfc0a7;
    background-image: linear-gradient(to bottom, #fef8e5, #cfc0a7 70%);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    text-shadow: 1px 1px 1px #999;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    font-family: Arial;
    color: #1f3776 !important;
    font-size: 1.2em;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    margin: 1%;
    padding: 6px 24px !important;
    display: inline-block;
}

    .litetanbtn:hover {
        background: #fef8e5;
        background-image: -webkit-linear-gradient(top, #fef8e5, #cfc0a7 70%);
        background-image: -moz-linear-gradient(top, #fef8e5, #cfc0a7 70%);
        background-image: -ms-linear-gradient(top, #fef8e5, #cfc0a7 70%);
        background-image: -o-linear-gradient(top, #fef8e5, #cfc0a7 70%);
        background-image: linear-gradient(to bottom, #fef8e5, #cfc0a7 70%);
        text-decoration: none;
        color: white;
    }

    .litetanbtn:active {
        color: #1f3776;
        text-decoration: none;
    }


/* ========================================
   ====== Media Queries ====== 
   ======================================== */

/* ==========Large Screens ================= */

@media only screen and (min-width : 701) {
    .mobileOnly {
        visibility: hidden;
    }
}

/* ===========Small Screens ================ */
@media only screen and (min-width : 150px) and (max-width : 700px) {

    .mobileOnly {
        visibility: visible;
    }

    /*  Header Image  */
    .MasterHeader img {
        width: 100%;
        height: auto;
        margin-bottom: 1px;
    }

    #mission2 {
        display: none;
    }

    #MasterHeadSearchLinks {
        margin-right: 20px;
        float: right;
        padding-bottom: 2px;
        padding-top: 0px;
        margin-left: 4px;
    }

    .MasterContent {
        overflow: hidden;
        margin-left: 1px; /* remove if displaying Left Menu*/
        /* width: 99%;  81% if displaying Left Menu*/
        min-height: 500px;
    }
}
