/*
Northeast Florida commmon to all pages
*/
#wrapper {
    width: 981px;
    min-height: 800px;
/*
    background-image: url('../../images/community/nefl/wrapper.jpg');
    background-repeat: repeat-y;
    margin: 5px auto 0 auto;
*/
/*
    background:url('/communityplatform/public/images/community/nefl/swirl_bg.png') center 400px no-repeat #FFF;
*/
	background-color:#FFF;
    margin: 0 auto;
    padding-bottom: 20px;
    box-shadow: 0px 0px 30px -7px #000;
    -webkit-box-shadow: 0px 0px 30px -7px #000; 
    -moz-box-shadow: 0px 0px 30px -7px #000; 
}

#headerText,
h1, h2 {
    margin: 25px 0 13px 0;
    color : #1A2B79;
    font-weight : bold;
    font-size: 24px;
    font-family: arial, helvetica, sans-serif;
}

h2 {
    font-size: 19px;
	margin-top: 0;
}

#wrapperBottom {
    width: 981px;
}

#footer {
    width: 981px;
    height: 100px;
    margin: 0 auto 10px auto;
}

#staticContent {
    padding: 20px 40px;;
}

#topNav {
    width: 100%;
    height: 33px;
    margin: 0 auto -20px;
}

#topNav .closeWindow {
    width: 100px;
    height: 25px;
    background-color: #333333;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    float: right;
    margin: 0 25px 0 0;
    padding: 5px 0 0 0;
}

#topNav .closeWindow:hover {
    cursor: pointer;
    color: #CC6600;
}

#topNav .navItem {
    /* height: 15px; */
    margin: 6px 0 -1px 0;
	padding: 3px 12px 0 0;
    float: right;
    font-size: 11px;
    text-align: center;
    color : #212e84;;
}

#topNav .loggedIn {
    float: left;
    border-left: 0px;
    color : #212e84;
}

#topNav .environment {
    color: red;
    width: 80px;
    height: 25px;
    float: left;
    border-left: 0px;
}

#topNav .last {
    border-left: none;
}

#topNav .navItem a {
    color : #212e84;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}

#topNav .navItem a:hover {
    color : #212e84;
    text-decoration: underline;
}

#logo_1,
#logo_2 {
    width: 100%;
    height: 173px;
    background-image: url('../../images/community/nefl/logo_1.jpg');
    background-repeat: no-repeat;
    margin: 0 auto;
}

#logo_1 .clickAreaLeft,
#logo_2 .clickAreaLeft {
    width: 939px;
    height: 153px;
    cursor: pointer;
    float: left;
}

#logo_1 .clickAreaRight,
#logo_2 .clickAreaRight {
    width: 250px;
    height: 80px;
    cursor: pointer;
    margin: 20px 0 0 50px;
    float: left;
}

#mainNav {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    clear: both;
    background-color: #99A76E;
}

#mainNav .navItem {
    min-height: 28px;
    background-color: #99A76E;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#99A76E), to(#5c6a35));
    background-image: -webkit-linear-gradient(top, #99A76E, #5c6a35);
    background-image:    -moz-linear-gradient(top, #99A76E, #5c6a35);
    background-image:     -ms-linear-gradient(top, #99A76E, #5c6a35);
    background-image:      -o-linear-gradient(top, #99A76E, #5c6a35);
    background-image:         linear-gradient(to bottom, #99A76E, #5c6a35);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99A76E', endColorstr='#5c6a35');
    border-right:1px solid #99A76E;
    border-left:1px solid #5c6a35;
    float: left;
    margin: 0;
}

#mainNav .navItem:hover,
#mainNav .selected {
    background-color: #5c6a35;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5c6a35), to(#99A76E));
    background-image: -webkit-linear-gradient(top, #5c6a35, #99A76E);
    background-image:    -moz-linear-gradient(top, #5c6a35, #99A76E);
    background-image:     -ms-linear-gradient(top, #5c6a35, #99A76E);
    background-image:      -o-linear-gradient(top, #5c6a35, #99A76E);
    background-image:         linear-gradient(to bottom, #5c6a35, #99A76E);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c6a35', endColorstr='#99A76E');
}

#mainNav .last {
    margin-right: 0;
    /* width : 187px; */
}

#mainNav .navItem a {
    display: block;
    float: left;
    padding: 11px 47px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}

#mainContent {
    /*width : 939px;*/
    margin: 0 auto;
    min-height: 600px;
}

#footer {
    width: 981px;
    height: 55px;
    margin: 5px auto 0	 auto;
    font-size: 9pt;
    clear: both;
    border-top: none;
	font-size: 11px;
}

#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 {
    float: right;
    padding: 0 8px;
    text-align: center;
}

#footer .footerNav .navItem a {
    color: #30416f;
    text-decoration: none;
}

#footer .footerNav .navItem a:hover {
    text-decoration: underline;
}

#footer .footerNav .last {
    border-left: none;
}

/* 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: #30416F !important;
    color: white;
}
#localLogo {
	width: 210px;
	float: right;
	margin: -120px 30px 0 0;	
}

/* Mobile */

.slicknav_menu {
    background-color: #99A76E;
}
@media screen and (max-width : 900px) {
    #wrapper #mainNav .navItem {
        font-size: 13px;
        padding-right: 2%;
        padding-left: 2%;
    }
}
@media screen and (max-width : 700px) {
    #logo_1 .clickAreaLeft, #logo_2 .clickAreaLeft {
        width: 100%;
        height: 50px;
    }
    #logo_1, #logo_2 {
        background-size: 100%;
    }
    div#localLogo img {
        max-width: 100%;
    }
    #localLogo {
        width: 100px;
        margin: -40px 19px 0 0;
    }
    #logo_1, #logo_2 {
        height: 69px;
    }
    div#mapBox {
        float: left;
        background-size: 100%;
        height: 143px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    #columnRight .callOut {
        background-size: 100%;
    }
    div#columnLeft>* {
        margin-right:5%;
        margin-left:5%;
    }
}

/* End Mobile */
