/* Basic styles */

body {
    margin: 0px;
    padding: 0 0 0 0;
    background-image: url('../images/layout/longgradient.gif');
    background-repeat: repeat-x;
    background-color: #29231e;
    font-size: 12px/1.5em;
    line-height: .9em;
}

body img {
    border: 0px;
}


/* Top menu */

#headerlogo {
    float: left;
}

.headerquote {
    margin: 48px 37px 0 20px;
    float: left;
    color: #9c6848;
    font-family: Georgia;
    font-weight: lighter;
    font-style: italic;
    font-size: 8pt;
    display: inline;
}

#menubarcontainer {
    width: 100%;
}

#menubar {
    width: 960px;
    margin:0 auto 0 auto;
    padding: 0 0 0 10px;
}

#topnavbar {
    display: block;
    margin: 35px 0 0 0;
    float: left;
    display: inline;
}

#topnavbar li {
    float: left;
    list-style: none;
    margin: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#topnavbar li.verticalline {
    margin: -5px 0 0 0;
}

#homebutton, #careerbutton, #contactbutton {
    float: left;
    margin:31px 0 0 2px;
    height: 52px;
    width: 120px;
    background: #e5d9cb;
}

#home a {
    float: left;
    background: url(../images/layout/home.gif);
    width: 126px;
    height: 43px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

#home a:hover, #home a:active {
    float: left;
    background-position: 0 -43px;
    width: 126px;
    height: 43px;
    margin: 0px;
    padding: 0px;
}

#contact a {
    float: left;
    background: url(../images/layout/contact.gif);
    width: 140px;
    height: 43px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

#contact a:hover, #contact a:active {
    float: left;
    background-position: 0 -43px;
    width: 140px;
    height: 43px;
    margin: 0px;
    padding: 0px;
}

#careers a {
    float: left;
    background: url(../images/layout/careers.gif);
    width: 140px;
    height: 43px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

#careers a:hover, #careers a:active {
    float: left;
    background-position: 0 -43px;
    width: 140px;
    height: 43px;
    margin: 0px;
    padding: 0px;
}

.hidden {
    display: none;
}


/* Content area */

#content {
    width: 960px;
    margin:0 auto 0 auto;
    padding: 0 0 0 10px;
}

#contentcontainer {
    float: left;
    width: 100%;
}


/* Footer area */

#bottomfootercontainer {
    height: 40px;
    padding: 10px 0 0 0;
    float: left;
    background: #d4c2b0;
    width: 100%;
}

#footerbar {
    height: 146px;
    width: 960px;
    margin:0 auto 0 auto;
    padding:10px 0 0 10px;
}

#bottomfooterbar {
    padding:0 0 0 10px;
    width: 960px;
    margin:0 auto 0 auto;
    color: #906745;
    font-family: Helvetica;
    font-size: .7em;
}

#fineprintcontainer {
    width: 230px;
    margin: 0 0 auto;
    float: right;
    display: inline;
}

#footercontainer {
    float: left;
    background: #e5d9cb;
    width: 100%;
}

.footerlistcontainer{
    float: left;
    display: inline;
}

#footercompanies1 , #footercompanies2 , #footersitemap {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#footercompanies1 a, #footercompanies2 a, #footersitemap a, #footercompanies1 span, #footercompanies2 span, #footersitemap span {
    color: #4b7284;
    font-family: Helvetica;
    font-weight: lighter;
    font-size: .6em;
}

#footercompanies1 a:hover, #footercompanies2 a:hover, #footersitemap a:hover {
    color: #906745;
}

#footercompanies1 {
    margin-left: 3px;
    margin-right: 24px;
}

#footercompanies2 {
    margin-right: 24px;
}

#footersitemap {
    margin-right: 30px;
}

#footercompanies1 li, #footercompanies2 li, #footersitemap li {
    background-image: url(../images/layout/footerbullet.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 12px;
    line-height: 12pt;
}

.footertitle {
    margin: 5px 0 5px 0;
    font-family: Helvetica;
    font-size: .8em;
    text-transform: uppercase;
    color: #3f352e;
    font-weight: bold;
}

#footeraddress {
    display: inline;
    float: left;
    border-left: 1px solid #d4c2b0;
    padding:0 0 0 10px;
    color: #906745;
    font-family: Helvetica;
    font-size: .8em;
    line-height: 15px;
}

#addresslogocontainer {
    display: inline;
    float: left;
    margin-left: 36px;
    margin-top: 15px;
}

#footerlogo {
    display: inline;
    float: left;
    margin: 0 10px 0 0;
}


/* Misc */

.bodytitle {
    display: inline;
    margin-left: 15px;
    float: left;
}

