/*

*/
body {
	background-color: #0054A0;
	margin:0;
}

#wrapper {
    width: 965px;
    min-height: 800px;
    margin: 0px auto 0;
    background-color:#f5f1e6;
    box-shadow: 0px 0px 20px 1px #000;
    -webkit-box-shadow: 0px 0px 20px 1px #000; 
    -moz-box-shadow: 0px 0px 20px 1px #000;
    border: 1px solid #b3b3b3;
}

#wrapperBottom {
    width: 965px;
    height: 10px;
    margin: 0 auto;
}

#footer {
    width: 965px;
    height: 100px;
    margin: 0 auto 10px auto;
}

#staticContent {
    padding: 20px 40px;;
}

#topNav {
    width: 965px;
    height: 20px;
    margin: 0 auto;
}

#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: 4px 0px 0px 0px;
    padding: 0 7px;
    float: right;
    font-size: 8pt;
    text-align: center;
    color: #000000;
}

#topNav .loggedIn {
    float: left;
    border-left: 0px;
    color: #30416f;
}

#topNav .environment {
    color: red;
}

#topNav .navItem a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}

#topNav .navItem a:hover {
    color: #2F2F2F;
    text-decoration: underline;
}


#logo_1 #headertext, #logo_2 #headertext, #headertext h1 {
	margin-top:-91px;
	color: black;
	font-family: 'Bilbo Swash Caps', sans-serif;
	text-align:center;
}
#logo_1 a, 
#logo_2 a,
#logo_1 a #headertext div {
	text-decoration: none !important;
}
#logo_1 #headertext #rr, #logo_2 #headertext #rr {
	font-family: 'Bilbo Swash Caps', sans-serif;
}
#logo_1 #headertext h1, #logo_2 #headertext h1 {
	margin: 0 0 0px;
	font-size: 41px;
}
#logo_1 #headertext .tag, #logo_2 #headertext .tag {
	font-size: 15px;
	font-weight: normal;
	margin-top: 13px;
	color: white;
	text-transform: uppercase;
}
#headertext h1 #rr {
	float: left;
	margin-left: 164px;
	font-size: 29px;
	margin-top: -4px;
	line-height: 29px;
}
#headertext h1 #connect {
	font-size: 50px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}
#headertext .tag {
	float: left;
	margin-left: 210px;
}
#headertext .tag, #headertext h1 #connect {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}

#logo_1,
#logo_2 {
    width: 965px;
    height: 105px;
    margin: -21px auto 0;
    padding-top: 20px;
    background: #FFF url('../../images/community/roanoke/blueridge_bg.png') 0px 46px no-repeat;
}

#logo_1 div#logo,
#logo_2 div#logo {
    background-image: url('../../images/community/roanoke/ccs_logo.png');
    background-repeat: no-repeat;
    height:105px;
    width:90px;
    margin-top: -53px;
}

#logo_1 .clickAreaLeft,
#logo_2 .clickAreaLeft {
    width: 600px;
    height: 50px;
    cursor: pointer;
    margin: 10px 0 0 20px;
    float: left;
    font-weight : bold;
    color : #30416F;
    font-size: 28px;
    padding: 30px 0 0 0 ;
}

#logo_1 .clickAreaRight,
#logo_2 .clickAreaRight {
    width: 250px;
    height: 80px;
    cursor: pointer;
    margin: 20px 0 0 50px;
    float: left;
}

#mainNav {
    width: 965px;
    height: 50px;
    margin: 0 auto;
    font-size: 14pt;
    text-align: center;
    color: #FFFFFF;
    clear: both;
    background-color: #5A1852;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5A1852), to(#330c2f));
    background-image: -webkit-linear-gradient(top, #5A1852, #330c2f);
    background-image:    -moz-linear-gradient(top, #5A1852, #330c2f);
    background-image:     -ms-linear-gradient(top, #5A1852, #330c2f);
    background-image:      -o-linear-gradient(top, #5A1852, #330c2f);
    background-image:         linear-gradient(to bottom, #5A1852, #330c2f);
    border-top: 5px solid #B1C34A;
}

#mainNav .navItem.first {
     
}
#mainNav .navItem.last {
     
} 

#mainNav .navItem {
    /*width: 203px;*/
    min-height: 35px;
    float: left;
    margin: 0;
    border-right: 1px solid white;
}

#mainNav .navItem:hover, #mainNav .selected {
    background-color: #330c2f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#330c2f), to(#5A1852));
    background-image: -webkit-linear-gradient(top, #330c2f, #5A1852);
    background-image:    -moz-linear-gradient(top, #330c2f, #5A1852);
    background-image:     -ms-linear-gradient(top, #330c2f, #5A1852);
    background-image:      -o-linear-gradient(top, #330c2f, #5A1852);
    background-image:         linear-gradient(to bottom, #330c2f, #5A1852);
}

#mainNav .last {
    margin-right: 0;
    border-right:0px;
}

#mainNav .wide {
    /*width: 239px;*/
}

#mainNav .wider {
    /*width: 314px;*/
}

#mainNav .short {
    /*width:93px;*/
}

#mainNav .navItem a {
    display: block;
    float: left;
    padding: 15px 48px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}

#mainContent {
    margin: 0 auto;
    /* min-height: 600px; */
}

#footer {
    width: 981px;
    margin: 5px auto 0px auto;
    font-size: 9pt;
    clear: both;
    border-top: none;
    height: 0px;
}

#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: #FFF;
}

#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: #FFF;
    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: #0982dc;
    color: black;
}

.featuredSection {
	background-color:#FFF;
	margin-left: -2px;
	width: 90%;
	padding: 20px;
	margin-top: 25px 5%;
	box-shadow: 1px 1px 15px 1px #666;
	-webkit-box-shadow: 1px 1px 15px 1px #666; 
	-moz-box-shadow: 1px 1px 15px 1px #666; 
}

#featureList {
	padding-left:0px;
}
#featureList li {
	margin-bottom:10px;
}
#sidebarCalendar .fc-event-title {
    font-size: 11px;
    line-height: 13px;
}

#columnRight .callOut div#callOut_coc {
    background:url('../../images/community/roanoke/coc_logo.png') no-repeat 0px 0px;
}



/********************************/
/****    Shared Resource     ****/
/********************************/

#content2 {
	background: transparent !important;
	background-image: none;
}


/* Mobile */

.slicknav_menu {
    background-color: #5A1852;
}
@media screen and (max-width : 600px) {
    div#mainNav {
        max-height: 44px;
    }
    div#slideshow div img {
        max-width: 100%;
    }
    div#slideshow {
        height: 210px;
    }
    div#detail>p {
        width: 90%;
        padding: 0 20px;
        font-size: 15px;
        line-height: 19px;
    }
    div#mapMockup .section div {
        clear: both;
        width: 100% !important;
        margin-bottom: 15px;
    }
    #mapMockup .section {
        float: left;
    }
    #logo_1 .clickAreaLeft, #logo_2 .clickAreaLeft {
        width: 97%;
        margin: 20px 0 0 3%;
    }
    #logo_1 #headertext, #logo_2 #headertext, #headertext h1 {
        width: 100%;
    }
    #headertext h1 #rr {
        margin-left: 90px;
    }
    #headertext h1 #connect {
        font-size: 40px;
        margin-left: 5px;
    }
    #headertext .tag {
        margin-left: 102px;
        background: #5C90B3;
        padding: 2px 5px;
    }
}

/* End Mobile */
