/* INFO AND TEASER STYLES 
-------------------------------------------------- */
/* Float all elements within to the left making them live side by side */
#info, #info div#latestInfo, #info div#teaser
{
    float: left;
}

#info
{
    width: 800px;
}
fieldset { -moz-border-radius: 8px; border-radius: px; padding-left: 10px }

#info div#latestInfo
{
    width: 400px;
    border-right: 1px solid #ccc;
    margin: 0 20px 0 0;
    padding: 0 10px 0 0;
}

#info div#latestInfo h1
{
    color: #AB1600;
    font-size: 100%;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: none;
}

#info div#latestInfo h2 a
{
    color: #011F5B;
}

#info div#teaser
{
    width: 350px;
    margin-right: 10px;
}

#info div#teaser h1
{
    font-size: 110%;
    color: #011F5B;
    padding: 0 0 5px 0;
    border-bottom: none;
}

#info p.learnMore a
{
    display: block;
    background-color: #f1f1f1;
    text-decoration: none;
    text-align: right;
    font-weight: bold;
}

