﻿#dnn_BannerPane{
    height:150px;
    width:100%;
    margin-bottom: 10px;
    position:relative;
}


#PageTopBanner {
    height:275px;
    width:100%;
    background-size:cover;
    background-position:center center;
    position:absolute;
    bottom:-150px;
}

#PageTopTitle {
    position:absolute; bottom:80px;
    color:#1A4675;
    font-size:26pt;
    font-weight:bold;
    font-family:maven pro;
    
}

#MidContent {
    width:1142px;
    margin:auto;
}

#SidePanel {
    float:left;
    width:372px;
    min-height:50px;
    background:#eee;

}
#SidePanel .border:first-child {
    border-top: solid;
    color: #b3b3b3;
    height: 5px;
    border-bottom: 1px dashed;
    margin-top: 1px;
    margin-bottom: 2px;
}



#ContentPanes{
    float:left;
    min-height:300px;
    margin:auto;
    width:740px;
    margin-left:30px
}


#cbcm_sideMenu ul,
#cbcm_sideMenu li {
    list-style:none;
}
    #cbcm_sideMenu ul li {
        margin:10px 0px;
    }


    /*no side nav*/

.noSideNav #SidePanel {
    display:none;
}

.noSideNav #ContentPanes {
    width:100%;
    margin-left:0;
}

/* ->>staff listing<<<--- */

.StaffListing { margin: 10px 0 0 0; }

.StaffListing span { margin: 0 60px 22px 0; font-size: 15px; line-height: 18px; float: left; width: 140px; }

.StaffListing img { border: 0; }
