﻿/*#region Common Bootstrap Website Items*/

html {
    overflow-y: scroll;
}

[data-toggle="collapse"] {
    cursor: pointer;
}

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 360px;
    padding-top: 10px;
}

/*#endregion*/

body {
    background-color: #AAACAA;
}

.header {
    height: 220px;
    border-bottom: 20px solid #A21616;
    background-color: white;
    background-image: url('images/logoSeal.png');
    background-repeat:no-repeat;
    background-position:left;
    padding-left:220px;
    padding-top:4px;
    padding-right:10px;
}

.smallHeader {
    border-bottom: 8px solid #A21616;
    background-color: white;
    padding-left:8px;
    padding-right:8px;
}
#main {
    background-color: #A21616;
}

    #menu ul a {
        color: #EEEEEE;
        font-weight: bold;
        border-bottom: 2px solid #5A0000;
    }

#menu ul a:hover {
    background-color: #7E0000;
    color: #DDDDDD;
}

#menu .active {
    background-color: #8D0808;
}

#submenuNav a {
    color: #007bff;
}

#submenuNav a:hover {
    color: #0056b3;
}

#submenuNav .active {
    color: #495057;
    font-weight: bold;
}


#content {
    padding:10px;
    padding-bottom:14px;
    background-color: #FEFEFE;
    border-bottom-left-radius: 21px;
    border-top-left-radius: 21px;
    float: left;
    min-height: 300px;
}

.footer {
    width: 100%;
    text-align: center;
    background-color: #A21616;
    color:white;
}
