/*
 * A CSS file for laying out our header images
 */

#header-images {
    position: relative;
    width: 1000px;
    height: 165px;
    z-index: 10;
}

#header-images .image {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1000px;
    height: 165px;
}

#header-images .image img {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

#header-images .image h2 {
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 450px;
    right: 0px;
    text-align: center;
    font-size: 36px;
    color: #E86014;
    font-family: Georgia;
    margin: 0px;
    padding: 0px;
    font-style: italics;
    display: block;
}
