@import url('https://fonts.googleapis.com/css?family=Lato');

body {
margin-top: 0px;
background: #F5F5F5;
}

#header-bar {
    background: none !important;
}

.banner-graphic { 
    text-align: left; 
    border-bottom: 45px solid #9D0033;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
}

#banner {
    background: none !important;
}

select {
    width: 100%;
    max-width: 500px;
}

#page_container {
    margin-top: -12px;
    padding-top: 20px;
    background: #FFFFFF !important;
    max-width: 960px;
}

#floating_header::after,
.page_content.inside_page::after,
#page_container::after,
.left_menu_column::after {
    background-image: none;
}

.left-nav-button {
    background: #CCCCCC !important;		
}

#navigation {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

#navigation ul {
    padding: 0;
}

#navigation ul li a:hover {
    color: #FFFFFF;
}

#user_info,
#user_info a {
    color: #FFFFFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

#user_info a:hover {
    color: #DDDDDD;
}

.page_content h1,
.page-title { 
    color: #211d1c;
    background: none !important;
    font-size: 28px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    border-bottom: 2px dotted #CCCCCC;
}

h1.header2bg {
    font-weight: bold;
    font-size: 20px;
    background: #242021 !important;
    color: #FFFFFF !important;
    border: none !important;
}

#floating_header {
    background: none !important;
    border: none !important;
}

.has-children a,
.has-children i {
    color: #000000 !important;
}

a.go-to {
    margin-top: 10px;
}

.left_menu_column {		
    max-width: 225px;
    padding: 0px !important;
    margin: 10px 0px 10px 10px;
}

#menu,
#menu ul li {
    border-bottom: 1px dotted #CCCCCC;
    font-weight: bold;
}

#menu ul li:hover,
#menu ul li a.ln2:hover {
    color: #FFFFFF;
    background: #242021 !important;
    font-weight: 500;
    text-decoration: underline;
}

#menu ul li a.ln2,
#menu ul li a.ln2_default {
    font-weight: 500;
}

.toggleMenu,
.toggleMenu:visited,
.toggleMenu:hover {
    color: #FFFFFF !important;
    border: none !important;
}

#footer {
    margin-top: -30px;
    padding-top: 0;
    background-size: 216px auto;
    border: none !important;
}

#footer ul.footer-nav li a,
.footer-nav {
    color: #FFFFFF;
    font-weight: 500;
    background: #9C0033;
}

#footer ul.footer-nav li a:hover {
    color: #DDDDDD;
    text-decoration: underline;
}

.footer-credit,
.footer-credit a {
    color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 3%;
}

.footer-credit a:hover {
    color: #DDDDDD;
}

#bottom-bar {
    background: none !important;
    border: none !important;
}
