.logo {
    /* float: left; */
    /* margin: 35px 70px 0px 0px; */
    max-width: 350px;
    padding: 10px;
}
/* alt containers */
.ContentBlockAlt1 {
    position: relative;
    min-width: 1px;
    min-height: 1px;
    box-shadow: 0px 0px 5px #7C8989;
    padding: 5px;
    margin: 10px;
}

.ContentBlockAlt2 {
    border: solid #337ab7 2px;
    padding: 0 5px;
}

.ContentBlockAlt3 {
    border: solid #d3d3d3 2px;
    padding: 0 5px;
}

.ContentBlockAlt4 {
    background: #298fc1;
    padding: 25px;
    color: white;
}

.ContentBlockAlt5 {
    background: #333;
    padding: 25px;
    color: white;
}

.ContentBlockAlt6 {
    border: solid #333 2px;
    background: #d3d3d3;
    padding: 25px;
}

.ContentBlockAlt7 {
    padding: 10px;
    background: #f5f5f5;
}

.ContentBlockAlt8 {
    color: white;
    font-size: 3em;
    border-radius: 25px 25px 0px 0px;
    box-shadow: 0px 0px 5px #ffff00;
    padding: 10px;
    background: red;
}

.ContentBlockAlt9 {
    background: #013d88;
    color: white;
    padding: 12px;
    margin: 0 -15px;
}

.ContentBlockAlt10 {
    padding: 10px;
    background: #f5f5f5;
    margin: 0 -15px;
}

.SectionTitle {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.SectionTitleAlt1 {
    background: #253373;
    color: white;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 15px;
}


.SectionTitleAlt2 {
    background: #4b84b5;
    color: white;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.SectionTitleAlt3 {
    background: #a83017;
    color: white;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.SectionTitleAlt4 {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 0;
}

.SectionTitleAlt5 {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 0px;
    padding-left: 0;
}

#topLinks {
    background: rgb(246, 96, 20);
    margin: 44px auto;
    padding: 5px;
    border-radius: 5px;
    width: 260px;
    text-align: left;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

    #topLinks a,
    #topLinks a:link,
    #topLinks a:visited,
    #topLinks a:hover {
        color: white;
        text-decoration: none;
        vertical-align: middle;
    }

        #topLinks a:hover {
            color: white;
            text-decoration: underline;
            vertical-align: middle;
        }

        #topLinks a img:hover {
            transform: scale(1.1);
        }

.topLinks {
    margin-top: 10px;
}

.footer {
    background: #222222;
    margin: 0 auto;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    padding: 0;
    border-top: 2px solid;
}

    .footer a,
    .footer a:link,
    .footer a:visited,
    .footer a:hover,
    .footer td,
    .footer th,
    .footer caption {
        color: #ffffff;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .footer p {
        padding: 0;
        text-align: center;
    }

    .footer a,
    .footer a:link {
        color: #ffffff;
        text-decoration: none;
        letter-spacing: 1px;
    }

        .footer a:visited {
            color: #ffffff;
            text-decoration: none;
            letter-spacing: 1px;
        }

        .footer a:hover {
            color: #ffffff;
            text-decoration: underline;
            letter-spacing: 1px;
        }

    .footer h1 {
        color: #ffffff;
        font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, Serif;
    }

    .footer h2 {
        color: #ffffff;
        font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, Serif;
    }

    .footer h3 {
        color: #ffffff;
        font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, Serif;
    }

    .footer h4 {
        color: #ffffff;
        font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, Serif;
    }

    .footer h5 {
        color: #ffffff;
        font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, Serif;
    }

    .footer h6 {
        color: #ffffff;
        font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, Serif;
    }

    .footer img {
        margin: 7px;
        border: 0;
    }

.footer-inner {
    margin: 0 auto;
    width: 1200px;
    padding: 15px;
    padding-right: 15px;
    padding-left: 15px;
}
