/* Splash area */

#frontpagesplash {
    width: 900px;
    height: 294px;
    margin: 40px 0 42px 15px;
    background-color: #312b28;
    border: 1px solid #504a46;
    display: block;
}

#historyleft {
    float:left;
    height: 100%;
    width: 638px;
    overflow: hidden;
}

#historyleft img {
    float:left;
}

#historyright {
    border-left: 1px solid #504a46;
    float: left;
    height: 100%;
    width: 225px;
}

#historyright img {
    margin: 15px 0 6px 18px;
}

#historybar {
    background-color: #514944;
    height: 38px;
    width: 639px;
    float: left;
    display: block;
}

#historybar img {
    margin: 6px 0 0 18px;
}

#historyleft p {
    float: left;
    font-family: Georgia;
    color: #f7f1ea;
    font-size: .9em;
    line-height: 1.35em;
    margin: 20px 20px 20px 20px;
    font-style: italic;
}

#splashcompanylist {
    list-style: none;
    margin: 2px 0 0 22px;
    padding: 0px;
}

#splashcompanylist a, #splashcompanylist span {
    color: #bc916d;
    font-family: Helvetica;
    font-weight: lighter;
    font-size: .68em;
}

#splashcompanylist a:hover {
    color: #906745;
}

#splashcompanylist li {
    background-image: url('../images/layout/historybullet.png');
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 12px;
    line-height: 13pt;
}

/* Founders area */

#founderscontainer {
    float: left;
    background-image: url('../images/layout/foundersbg.gif');
    background-repeat: repeat-x;
    background-color: #A57C5B;
    width: 100%;
}

#ourfounders {
    clear: left;
    float: left;
    margin: 16px 0 27px 10px;
    width: 960px;
}

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

.founderhighlight img {
    float: left;
    margin: 0 5px 0 0;
    clear: right;
}

.founderhighlight {
    float: left;
    width: 275px;
    margin-right: 50px;
}

#founderhighlightlast {
    margin-right: 0px;
}

.founderhighlight h2, .founderhighlight h3 {
    padding: 0px;
}

.founderhighlight p {
    font-family: Helvetica;
    padding: 0px;
    margin: 0px;
    font-size: .7em;
}

.founderhighlight h2 {
    font-family: Georgia;
    color: #f7f1ea;
    font-size: 1em;
    padding: 0px;
    margin: 12px 0 0 0;
    font-style: italic;
    font-weight: lighter;
}

.founderhighlight h3 {
    font-family: Helvetica;
    font-size: .7em;
    color: #3f352e;
    text-transform: uppercase;
    margin: 5px 0 9px 0;
}

/* Companies area */
#companiescontainer {
    float: left;
    background-image: url('../images/layout/companiesbg.gif');
    background-repeat: repeat-x;
    background-color: #EFE8DF;
    width: 100%;
}

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

#ourcompanies {
    float: left;
    margin: 0 0 20px 0;
    width: 960px;
}

.company {
    float: left;
    background-image: url('../images/layout/companybg.gif');
    width: 300px;
    height: 321px;
    margin: 20px 20px 0 0;
}

.company img {
    margin: 27px 0 0 26px;
}

.company h2 {
    display: inline;
    float: left;
    margin: 18px 0 0 19px;
    color: #4b7284;
    font-family: Georgia;
    font-weight: lighter;
    font-style: italic;
    font-size: 1em;
    line-height: 105%;
}

.company p {
    margin: 10px 0 0 19px;
    color: #3f352e;
    font-family: Helvetica;
    font-size: .7em;
    width: 260px;
    float: left;
    display: inline;
}

.company a {
    color: #4b7284;
    font-family: Helvetica;
    font-weight: bold;
    font-size: .7em;
}

.company a:hover, .company a:active {
    color: #3f352e;
}

.companylink {
    display: inline;
    float: left;
    margin: 10px 0 10px 19px;
}

