﻿#header-leftcol-splash {
    background-image: url(../images/splash-header-leftbackground.jpg);
    background-repeat: repeat-y;
    width: 15px;
    height: 100%;
    float: left;
}

#header-midcol-splash {
    background-color: #fff;
    width: 731px;
    float: left;
}


#header-rightcol-splash {
    background-image: url(../images/splash-header-rightbackground.jpg);
    background-repeat: repeat-y;
    width: 14px;
    height: 100%;
    float: left;
}

#header-top-border-splash {
    background-image: url(../images/splash-header-topbackground.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 760px;
    height: 26px;
    float: left;
}

#headerContent {
    width: 760px;
    margin-right: auto;
    margin-left: auto;
}

.banner-content {
    display: flex; /* Make the container a flex container */
    align-items: center; /* vertically center the items within the container */
    background-color: gainsboro;
    border-bottom: 1px solid darkgray;
    padding-left: 20px;
    padding-bottom: 11px;
}

.banner-title-content {
    margin-left: 132px;
    color: #03617A;
    font: 18pt Arial;
}
