/*
baton rouge commmon to all pages
*/
a{
    color: #692E20;
    cursor: pointer;
}

#wrapper {
    width: 981px;
    min-height: 800px;
    background-color:#FFF;
    box-shadow: 0px 0px 20px 1px #000;
    -webkit-box-shadow: 0px 0px 20px 1px #000; 
    -moz-box-shadow: 0px 0px 20px 1px #000;
    margin: 0 auto;
}

#wrapperBottom {
    width: 981px;
    height: 20px;
    margin: 0 auto;
}

#footer {
    width: 981px;
    height: 100px;
    margin: 0 auto 10px auto;
}

#staticContent {
    padding: 20px 40px;;
}

#topNav {
    width: 981px;
    height: 15px;
    margin: 0 auto;
}

#topNav .navItem {
    height: 15px;
    margin: 4px 0 0 0;
    padding: 0 8px;
    float: right;
    font-size: 8pt;
    text-align: center;
    color: #000000;
}

#topNav .loggedIn {
    float: left;
    border-left: 0px;
    color: #30416f;
}

#topNav .environment{
    color : red;
    width : 80px;
    height : 25px;
    float : left;
    border-left: 0px;
}

#topNav .navItem a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}

#topNav .navItem a:hover {
    color: #2F2F2F;
    text-decoration: underline;
}

#logo_1,
#logo_2 {
    width: 981px;
    height: 150px;
    margin: 0 auto;
    display : block;
    background-image: url('../../images/community/batonrouge/MM-Urban-Congress-Logo.png');
    background-position: left center;
    background-repeat: no-repeat;
}

#mainNav {
    width: 981px;
    height: 40px;
    margin: 0 auto;
    font-size: 14pt;
    text-align: center;
    color: #FFFFFF;
    clear: both;
    background-color: #4267a7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4267a7), to(#003363));
    background-image: -webkit-linear-gradient(top, #4267a7, #003363);
    background-image:    -moz-linear-gradient(top, #4267a7, #003363);
    background-image:     -ms-linear-gradient(top, #4267a7, #003363);
    background-image:      -o-linear-gradient(top, #4267a7, #003363);
    background-image:         linear-gradient(to bottom, #4267a7, #003363);
}

#mainNav .navItem {
    min-height: 30px;
    float: left;
    border-right: thin solid #9DC1E2;
    margin:0px;
    position: relative;
    width : 24%;
}

#mainNav .navItem:hover, #mainNav .selected {
    background-color: #003363;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#003363), to(#4267a7));
    background-image: -webkit-linear-gradient(top, #003363, #4267a7);
    background-image:    -moz-linear-gradient(top, #003363, #4267a7);
    background-image:     -ms-linear-gradient(top, #003363, #4267a7);
    background-image:      -o-linear-gradient(top, #003363, #4267a7);
    background-image:         linear-gradient(to bottom, #003363, #4267a7);
}

#mainNav .last {
    margin-right: 0;
    border-right:none;
}

#mainNav .navItem a {
    display: block;
    float: left;
    padding: 9px 42px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}
.navItem:hover ul.hover-menu,
.navItem ul.hover-menu:hover {
    display: block;
    z-index: 9999;
    position: absolute;
    background: #4267a7;
    margin: 0;
    top: 40px;
    left: 0;
    width: 100%;
    min-width: 170px;
    font-size: 12px;
    padding: 0;
    box-shadow: 0px 8px 25px -6px #000;
    -moz-box-shadow: 0px 8px 25px -6px #000;
    -webkit-box-shadow: 0px 8px 25px -6px #000;
    -o-box-shadow: 0px 8px 25px -6px #000;
}
ul.hover-menu {
    display: none;
}
ul.hover-menu li {
    text-align: left;
    margin: 0;
    list-style: none;
}
.hover-menu li:hover {
    background-color: #0DBAA6;
    text-decoration: underline;
}
.arrow-down {
    float:right;
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #FFF;
    position: absolute;
    right: 6px;
    top: 19px;
}

div#mainNav>ul {
    overflow: visible;
}
#mainNav ul.hover-menu li a {
    padding: 10px 5%;
    float: left;
    width: 90%;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dotted #FFF;
}
#mainNav ul.hover-menu li a:hover {
    text-decoration : underline;
    background-color: #003363;
}
#mainNav ul.hover-menu li:last-child a {
    border-bottom:none;
}
#mainNav .slicknav_menu ul.hover-menu li a {
    float:none;
    border:none;
}

#mainContent {
/*width : 939px;*/
    margin: 0 auto;
    min-height: 600px;
}

#footer {
    width: 981px;
    height: 55px;
    margin: 0 auto;
    font-size: 9pt;
    clear: both;
    border-top: none;
}

#footer .logo {
    width: 354px;
    height: 60px;
    background-image: url('../../images/community/common/clp_logo.png');
    background-repeat: no-repeat;
    float: left;
}

#footer .footerText {
    width: 150px;
    margin: 5px 0 0 100px;
    float: left;
    text-align: right;
    color: #30416f;
}

#footer .footerNav {
    width: 375px;
    float: left;
    margin: 5px 0 0 0;
}

#footer .footerNav .navItem {
    width: 95px;
    float: right;
    padding: 0 5px;
    text-align: center;
}

#footer .footerNav .small {
    width: 65px;
}

#footer .footerNav .navItem a {
    color: #30416f;
    text-decoration: none;
}

#footer .footerNav .navItem a:hover {
    text-decoration: underline;
}

/* th used in heading for knowledgebase detail.php items (tom): options:
light blue: 92CAF0 
dark blue on light blue: background-color: #C2EFEF; color: #003964;
dark blue background: 0865AB
*/
th, .headingReverse {
    background-color: #004D95;
    color: white;
}

/* Mobile */

div#mainNav ul {
    /*
    max-height: 40px;
    overflow: hidden;*/
}
@media screen and (max-width : 1000px) and (min-width : 800px) {
    #searchTheCommunity #search .tabRow .tab {
        font-size: 11px;
    }
}
@media screen and (max-width : 800px) {
    div#columnLeft>* {
        margin: 15px 4% 0;
    }
    div#columnRight .callOut {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        float: none;
        width: 380px;
    }
}
@media screen and (max-width : 480px) {
    #columnLeft #mapBox .mapHeader {
        margin: 205px 0 0 15px;
    }
    #columnLeft #mapBox .mapText {
        margin: 15px 0 0 15px;
        width: 80%;
    }
    #columnLeft div#quickLinks, #columnLeft #partners {
        width: 90%;
        height: inherit;
        float: left;
        clear: both;
    }
    #columnLeft #quickLinks .header, #columnLeft #partners .header {
        width: inherit;
    }
    #columnLeft #headerText {
        background-size: 130%;
    }
    #columnLeft div#mapBox {
        min-height: 0;
        height: inherit;
    }
    #columnLeft #mapBox .clickArea {
        width: 100%;
        height: inherit;
        margin-bottom: 20px;
    }
}

/* End Mobile */
