/* -------------------------------------- Home Page ----------------------------------- */
#feature1 { 
    width: 100%;
    height: 407px;
    background-image: url(../images/featureBG.gif);
    background-repeat: repeat-x;
    background-position: top left;
}

#cta {
    text-align: left;
    width: 884px;
    height: 319px;
    background-image: url(../images/cta_main.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
    #cta .content {
        color: #fff;
        padding: 115px 20px 0px 600px;
    }
    #cta h1 {
        color: #fff;
        font-style: italic;
        padding: 0px;
        margin: 10px 0 0 0;
    }
    #cta h1 p {
        font-size: 120%;
        color: #fff;
        padding-left: 40px;
        margin-bottom: 20px;
        font-style: italic;
    }

#midBar { 
    width: 884px;
    height: 86px;
    vertical-align: middle;
    background-image: url(../images/cta_bottom.gif);
    background-position: top right;
    background-repeat: no-repeat;
}

#logos { 
    padding: 20px 0 0 0;
}

    #logos .logo {
        float: left;
        padding: 0px 25px 0px 0px;
    }