body {
    text-align: left;
}

#uc-page-wrapper {
}

.sectionWrapper {
    width: 940px;
    margin: 0 auto;
}

.access {
    display: none;
}

.beforeFloatedElements {
    clear: right;
}

.afterFloatedElements {
    clear: left;
}

/* HEADER */

#uc-header-wrapper {
    background: #4F2683;
}

#uc-header {
    height: 30px;
    color: #FFF;
}

#uc-header-left {
    float: left;
}

#uc-header-right {
    float: right;
    padding: 5px 8px 0 0;
}

/* BANNER */

#banner {
    position: relative;
    height: 243px;
    clear: both;
}

#banner .slider-wrapper {
    position: absolute;
    top: 0;
    right: 0;
}

/* FOOTER */

#uc-footer-wrapper {
    clear: both;
}

#uc-footer {
    /*background: url("../images/crest_r_footer.gif") no-repeat bottom left;*/
    /*background-size: 190px;*/
    background-color: #fff;
    /*min-height: 190px;*/
}

#uc-footer #footer-logo {
    position: relative;
    left: 0;
    top: 0;
    float: left;
    width: 190px;
    height: 190px;
}

#uc-footer #footer-logo img {
    width: 100%;
    height: 100%;
}

/* LOGO */

#uc-splash-wrapper {
    background: none;
}

#uc-splash {
    background: #4F2683;
}

#uc-splash img {
    margin: 15px 0;
}

#uc-splash img:hover {
    cursor: pointer;
}

/* MAIN NAVIGATION */

#uc-navigation-wrapper {
    position: relative;
    background: #4F2683;
}

#uc-navigation-wrapper #owl-login {
    background: url("../images/owl.png") no-repeat;
    width: 18px;
    height: 26px;
    position: absolute;
    bottom: 0;
    right: 18px;
    text-indent: -999em;
}

/* VERTICAL COLUMNS */
#uc-middle-wrapper {
    box-shadow: 0 10px 10px #666;
}

#uc-middle {
    padding: 0;
    background: #FFF;
}

#uc-middle #uc-left-column {
    float: left;
    /*width: 250px;*/
    width: 180px;
    margin: 0 20px 0 10px;
}

#uc-middle #uc-center-column {
    float: left;
    margin-right:10px;
    margin-top: .5em;
}

#uc-middle #uc-center-column.withRightColumn {
    width: 475px;
    /*width: 440px;*/
}

#uc-middle #uc-center-column.withoutRightColumn {
    width: 720px;
    /*width: 725px;*/
    /*width: 650px;*/
}

#uc-middle #uc-right-column {
    float: left;
    width: 230px;
    margin-left: 20px;
    -webkit-box-shadow: -5px 5px 15px 3px rgba(0, 0, 0, 0.3);
    box-shadow: -5px 5px 15px 3px rgba(0, 0, 0, 0.1);
    margin-right: 0px;
    padding: 6px;
    font-size: 0.9em;
}

/* LEFT COLUMN */

#uc-left-column .sidePanel {
    margin-left: 6px;
    padding: 0 15px 10px 5px;
}

#uc-left-column .sidePanel .boxTitle {
    font-size: 135%;
    color: #666;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#uc-left-column #loginLinks a {
    display: block;
    margin: 10px 0;
}

#uc-left-column #studentMenu ul,
#uc-left-column #instructorMenu ul {
    padding: 0 0 0 10px;
    margin: 0;
}

#uc-left-column #instructorMenu li span {
    padding-left: 15px;
}

#uc-left-column #studentMenu #LOGOUT,
#uc-left-column #instructorMenu #LOGOUT {
    margin-top: 10px;
}

#uc-left-column #uc-global-search-field {
    border: #ddd 1px solid;
    border-top: #cecece 2px solid;
    width: 100%;
    margin-bottom: 4px;
}

#uc-left-column #searchBox img {
    margin: 5px 0 10px;
}

#uc-left-column #searchBox ul {
    padding-left: 25px;
    margin: 0;
}

#uc-left-column #emailSignup input {
    margin-bottom: 5px;
}

#uc-left-column .sidebar-module, #uc-left-column .sidebar-menu {
    padding: 0.5em 0;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #eee;
}

#uc-left-column .sidebar-module:last-child {
    border-bottom: none;
}

#skip a, #skip a:hover {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skip a:active, #skip a:focus {
    width: auto;
    height: auto;
    color: #fff;
    border: 1px solid #ccc;
    padding: 10px 18px 10px 10px;
    background-color: #666;
    position: absolute;
    z-index: 99;
    left: inherit;
    top: inherit;
}

@media print {

    #uc-header,
    #uc-footer,
    #uc-splash,
    #uc-navigation,
    #uc-left-column {
        display: none;
    }

}