html, body{
    width:1250px;
    max-width:100%;
    }
#mainContent > header {
    background: none;
    border: none;
}

header#header {
    background: #dbe6f1;
    border-bottom: solid 1px;
}

nav#university_nav {
    background: none;
}

nav#university_nav a {
    color: #123;
}


#h_navigation a {
    color: #369;
}

li.search img {
    background: #369;
}

#mainContent .breadCrumbs {
    color: #369;
}

#mainContent > header h1 {
    color: #369;
    text-shadow: 1px 1px 2px #48b;
}

div#footer_container {
    background: #dbe6f1 !important;
}

footer .blue_back a {
    color: #369;
}

footer .social img {
    display: block;
}
div#navigation {
    display: none;
}


div#m_internal_nav_toggle {
    display: none;
}

div#leftNavigation, div#leftNavigation nav, div#leftNavigation div#lnav_additionalInfo {
    display: block;
}

.container {
    width: 1000px !important;
}

div#leftNavigation {
    width: 23%;
    float: left !important;
}
.col-nav ~ .col-body {
    float: left;
    width: 77%;
    padding-left: 2.4rem;
}