﻿#page-contents
{
    background-image:url(../images/company-history.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
    padding-bottom:250px;
}
#page-contents div p
{
    font-size:.8em; 
    padding-bottom:10px;  
}
#subnav-links
{
    list-style: none;
    float:right;
    width:100%;
    margin-bottom:10px;
}
#subnav-links li
{
    float:left;
    margin-right:10px;
    color:#959292;
    font-size:.75em;
}
#subnav-links li a
{
    color:#959292;
    display:block;
    text-decoration:none;
}
#subnav-links li a:hover
{
    text-decoration:underline;
    color:#319BD2;
}
.sub-heading
{
    margin-bottom:10px;
    color:#78A3F2;
}
.history-text-container
{
    float:left;
    padding-right:25px;
    padding-left:10px;
}
.history-image-container
{
    float:right;
    display:none;
}
.event-container
{
    clear:both;
}
#event-image
{
    margin:5px;
    padding:5px;
    float:left;
    background-color:#888888;
}
#event-image:hover
{
    background-color:#78A3F2;
}