/* Colors ----------------------------------------------------------------*/
body {
    background-color: #2D2D25;
}
#bg{
    background-color: #F6F6F5;
    }

#submenu {
    background-color: #E6E5E2;
}

a {
    color: brown;
    
}

p { color: #2D2D25; }
/* Layout tweaks (most layout done by 960.css ----------------------*/
#bg, #logo{
    margin:0 ;
    padding:0 ;
}
#pageWrapper { width: 998px; }
#bg { width: 979px; padding-left: 19px;}

#logo { width: 998px; margin-left: -19px;}

#logo h1 { margin: 0; height: 84px;}

#banner{
    padding-bottom: 20px;
}

#partnerLogos {
    padding-left: 30px;
}

#clientLogos { text-align: center; }

/* General Layout ----------------------------*/
#menu ul{
    list-style-type: none;
}
#menu li{
    display: inline;
    margin-left: 0;
    margin-right: 22px;
}

h2 { /* page header */
    margin-top: -50px;
}

#footer {
    margin-top: 30px;
    background-image: url("../img/hr.jpg");
    background-repeat: repeat-x;
}
/* home page quote ------------------*/
#quoteText {
    position: relative;
    padding-left: 30px;
    z-index: 1;
}

#quoteAttribution {
    z-index: 1;
    padding-left: 30px;
    font-size: 14px !important;
}

#quoteOpen {
    position: relative;
    bottom: -28px;
}

#quoteClose {
    position: relative;
    top: -20px;
    left: 10px;
    float: right;
    clear: right;
}

/* Menu sliding effect --------------*/
/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 50px; width: 940px;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../img/down_arrow.jpg") no-repeat right -30px;
            width: 12px; height: 16px;
            z-index: 10;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../img/down_arrow.jpg") no-repeat top left;
                height: 16px;
                margin-left: 10px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative;
            text-decoration: none;
            height: 30px; top: 20px;
            z-index: 8; letter-spacing: 0;
            float: left; display: block;
        }
