/* Louisiana - State Partner Site */

body {
    background-color: #fdfdfd;
}

#container {
    width: 995px;
    background-color: #fdfdfd;
    margin: auto;
}

div#content {
    background-color: #fff;
    margin-top: 0;
    overflow: visible !important;
}


/********** STATE Header **********/

#stateHeader {
    padding: 15px 0 0 15px;
    background-color: #fdfdfd;
}

    #stateHeader h1 {
        background: url("../images/LALogo2026.png") no-repeat left top;
        height: 120px;
        background-color: #fdfdfd;
    }

        #stateHeader h1 span {
            display: none;
        }


    /********** STATE Top Navigation Bar **********/

    #stateHeader ul {
        /* Background buttons sit on */
        list-style: none;
        background-color: #fff;
        padding: 20px 0 0 150px;
        margin-top: 25px;
        height: 60px;
        width: 100%;
    }

    #stateHeader li {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    #stateHeader a {
        /* Individual "button" links */
        background-color: #fff;
        border: #fff solid 1px;
        text-decoration: none !important;
        font-size: 12px;
        text-align: center;
        color: #1d1d27;
        padding: 10px 5px 25px;
        width: 85px !important;
    }

        #stateHeader a.navHere {
            background-color: #fff !important;
            color: #893692 !important;
        }

        #stateHeader a:hover {
            background-color: #fff !important;
            color: #893692 !important;
        }


/********** Left Navigation **********/

#left a {
    /* Individual "button" links */
    display: block;
    background-color: #24417c;
    font-size: 12px;
    width: 80px;
    padding: 5px 20px 8px 20px;
    text-decoration: none !important;
    text-align: center;
    color: #fff !important;
    height: 15px;
}

    #left a.navHere {
        background-color: #893692 !important;
        color: #fff;
    }

    #left a:link {
        color: #fff;
    }

    #left a:hover {
        /* "button" rollover link */
        background: #893692;
        color: #fff;
    }

    #left a.navHighlight {
        /* "button" link on page user is currently on */
        background: #893692;
        color: #fff;
    }


/********** Footer **********/

#stateFooter {
    padding-top: 2em;
    display: block;
    clear: both;
}

    #stateFooter p {
        color: #000033;
        text-align: center;
        padding-top: 2em;
        font-weight: normal;
    }


/********** Links **********/

a:link {
    color: #1d407a !important;
    text-decoration: underline;
}

a:visited {
    color: #1d407a !important;
}

    a:visited:hover {
        color: #8e3690 !important;
    }

a:hover {
    color: #8e3690 !important;
}


/********** H1 / H2 / H3 / H4 **********/

div#content h1 {
    color: #1d407a;
}

div#content h2 {
    color: #904f84;
}

div#content h3 {
    color: #904f84;
}

div#content h4 {
    color: #904f84;
}

div#content ul li.formH3 {
    color: #904f84;
}


/********** State Logo **********/
/* Set width and height in em for resizing of text */

.logo {
    margin-bottom: 40px;
}
