/* Colors */
.color1 {
    color: #000000;
}
.color2 {
    color: #666666;
}
.color3 {
    color: #006DBA;
}
.color4 {
    color: #000000;
}
.color5 {
    color: #0BAF7E;
}
.color6 {
    color: #21A3FF;
}

/* General */
body {
    font-family: Arial, sans-serif;
    line-height: 1.5em;
    background: #F1F1F1;
}
h1 { /* Uses Color 1 */
    font-size: 1.6em;
    line-height: 1.5em;
    margin-bottom: .5em;
}
h2 { /* Uses Color 2 */
    font-size: 1.4em;
    line-height: 1.5em;
    color: #006DBA;
    margin-bottom: .5em;
}
h3 { /* Uses Color 3 */
    font-size: 1.2em;
    line-height: 1.5em;
    color: #666666;
    margin-bottom: .5em;
}
h4 { /* Uses Color 4 */
    font-size: 1.1em;
    margin-bottom: .5em;
    line-height: 1.5em;
}
h5 { /* Uses Color 5 */
    font-weight: bold;
    font-size: .85em;
    line-height: 1.5em;
    color: #444;
}
h6 { /* Uses Color 6 */
    font-size: 1em;
    line-height: 1.5em;
    color: #21A3FF;
}
p { /* Uses Color 2 */
    font-size: .8em;
    line-height: 1.5em;
    color: #333;
    margin-bottom: 1em;
}
strong {
    font-weight: bold;
}
a { /* Uses Color 3 */
    cursor: pointer;
    text-decoration: underline;
    color: #2173AF;
}
a:hover { /* Uses Color 6 */
    color: #21A3FF;
}
a:active { /* Uses Color 5 */
    color: #0BAF7E;
}
ul, ol { /* Uses Color 2 */
    margin-bottom: .5em;
    font-size: .8em;
    color: #333;
}
ul {
    margin-left: 1.5em;
    list-style-type: disc;
}
ol {
    margin-left: 1.85em;
    list-style-type: decimal;
}
table {
    border-collapse: collapse;
    font-size: .8em;
    color: #333;
}
td {
    padding: .25em;
}
thead tr td {
    background: #F2F2F2;
    font-weight: bold;
    border: 1px solid #999;
}
tbody tr td {
    border: 1px solid #999;
}
tfoot tr td {
    background: #F2F2F2;
    font-weight: bold;
    border: 1px solid #999;
}
input, select, textarea {
    border: 1px solid #AAA;
    font-size: .8em;
    padding: 3px 3px;
}
textarea {
    font-family: Arial, sans-serif;
}

/* Wrapper */

#wrapper {
    min-width: 984px;
}


/* Header */

#headerWrapper {
    width: 983px;
    height: 54px;
    margin: 0 auto;
    background: url(/images/header-bg.gif) no-repeat;
}
    #headerWrapper #header {
        width: 960px;
        margin: 0 auto;
        position: relative;
    }
        #headerWrapper #header #logo {
            position: absolute;
            margin: .35em 0 0 .75em;
        }

        /* Styles for the entire LavaLamp menu */
        #headerWrapper #header .headerNavigation {
            margin: 0 2em 0 0;
            float: right;
            
            text-align: center;
            position: relative;
        }
            /* Force the list to flow horizontally */
            #headerWrapper #header .headerNavigation li {
                list-style: none;
                margin-right: .5em;
                display: inline-block;

                /* IE6/7 FTL */
                zoom: 1;
                *display: inline;
                _height: 50px;
            }
            /* Styles for each menu-item. */
            #headerWrapper #header .headerNavigation li a {
                display: block;
                color: #494949;
                position: relative;
                overflow: hidden;
                text-decoration: none;
                font-weight: bold;
                font-size: 1.3em;
                height: 2.5em;
                z-index: 10;
                margin: 0 -4px 0 -4px;
                padding: .6em .75em 0 .75em;

                /* IE6/7 FTL */
                zoom: 1;
                *display: inline;
                _height: 50px;
            }
            #headerWrapper #header .headerNavigation li.selectedLava a {
                color: #000;
            }
            /* Represents the background of the highlighted menu-item. */
            #headerWrapper #header .headerNavigation li.backLava {
                position: absolute;
                background: url(/images/header-navigation-bg.gif) no-repeat;
                background-position: 100% -30px;
                height: 30px;
                z-index: 8;
                margin: .55em 0 0 0;
            }
            #headerWrapper #header .headerNavigation li.backLava .leftLava {
                background: url(/images/header-navigation-bg.gif) no-repeat top left;
                height: 30px;
                margin-right: 8px;
            }
            
            #headerWrapper #header .headerNavigation li a:hover  {
                color: #000;
            }


/* Body */

#bodyWrapper {
    clear: both;
    width: 960px;
    margin: .25em auto .5em auto;
}
    #bodyWrapper #body {
        background: #FFF;
    }
        #bodyWrapper #body .bodyTop {
            background: url(/images/body-top-bg.gif) no-repeat;
            background-position: top;
            height: 7px;
            width: 960px;

            /* IE6/7 FTL */
            font-size:0;
        }
        #bodyWrapper #body .bodyBottom {
            background: url(/images/body-bottom-bg.gif) no-repeat;
            background-position: bottom;
            height: 7px;
            width: 960px;

            /* IE6/7 FTL */
            font-size:0;
        }
        #bodyWrapper #body .bodyMiddle {
            border-left: 1px solid #C5C5C5;
            border-right: 1px solid #C5C5C5;
            padding: .5em 1em 1em 1em;
            min-height: 8em;
            overflow: auto;

            /* IE6/7 FTL */
            zoom: 1;
        }


/* Footer */

#footerWrapper {
    clear: both;
    width: 960px;
    height: 224px;
    margin: 0 auto 2em auto;
    background: url(/images/footer-bg.gif) no-repeat;
    position: relative;
}
    #footerWrapper #footer {
        width: 960px;
        margin: 0 auto;
        color: #ABABAB;
        font-size: .8em;
    }
    #footerWrapper #footer a {
        text-decoration: none;
    }
    #footerWrapper #footer .footerTop {
        padding: 1.1em 0 0 1.5em;
        height: 150px;
    }
        #footerWrapper #footer .footerTop .footerColumn {
            float: left;
            width: 150px;
        }
            #footerWrapper #footer .footerTop .footerColumn ul {
                margin: 0;
                padding: 0;
                font-size: 1em;
                list-style: none;
            }
                #footerWrapper #footer .footerTop .footerColumn ul li {
                    line-height: 1.5em;
                }
            #footerWrapper #footer .footerTop h1 {
                color: #666666;
                font-size: 1.3em;
                font-weight: bold;
                margin: 0 0 .25em 0;
            }
    #footerWrapper #footer .footerBottom {
        padding: .6em 0 0 1.5em;
        clear: both;
        border-top: 1px solid #bfbfbf;
        bottom: 0;
    }
        #footerWrapper #footer .footerBottom p {
            font-size: 1em;
        }

/* Classes */
.title {
    line-height: 1em;
    margin: 0 0 .25em 0;
    padding: 0;
}
    .titleDivider {
        clear: both;
        height: 1px;
        border-top: 1px solid #C5C5C5;
        margin: 0 0 12px 0;

        /* I6/7 FTL */
        font-size: 0;
        _margin: 0;
    }
.subtitle {
    line-height: 1em;
    color: #006DBA;
    margin: 0 0 .5em 0;
}

.imageShadow {
    display: inline-block;
    padding: 3px;
    border: 1px solid #C5C5C5;
}