﻿/* This stylesheet overrides the 'basestyle.css' stylesheet */

#ctaShadow
{
    height: 240px;
    background-image: url(/images/backgrounds/cta-shadow.gif);
    background-repeat: repeat-x;
    background-color: #212121;
    overflow: hidden;
}

#navigation
{
    display: block;
    float: left;
    height: 189px; /* Original height: 238px */
    width: 271px; /* Original width: 309px */
    overflow: hidden;
    padding: 30px 19px 20px 19px;
    font-family: Arial;
    font-size: 0.90em;
}

#navigation a
{
    display: block;
    width: 260px; /* Original width: 273px */
    height: 21px; /* Original height: 25px */
    padding-left: 13px;
    padding-top: 4px;
    color: #d6b62e;
    background-color: inherit;
    text-decoration: none;
}
/* HACK: IE6 will ignore */
* > #navigation a
{
    margin-bottom: 2px;
}

#navigation a:hover
{
    background-position: center center;
    background-image: url(/images/backgrounds/homepage-navigation.gif);
    background-repeat: no-repeat;
    color: #e4e2d9;
    background-color: inherit;
}
/* HACK: IE6 will ignore */
* > #navigation a:hover
{
    background-image: url(/images/backgrounds/homepage-navigation.png);
    margin-bottom: 2px;
}

#cta
{
    display: block;
    float: right;
    width: 661px; /* 679 */
    height: 232px;
    overflow: hidden;
    background-position: left top;
    background-image: url(/images/cta/sunflower.jpg);
    background-repeat: no-repeat;
    margin-top: 4px;
}

#ctaDescription
{
    position: relative;
    display: block;
    overflow: hidden;
    width: 205px; /* Original: 225px */
    height: 200px;  /* Original: 230px */
    padding: 15px 10px;
    margin-top: 1px;
    font-family: Arial;
}

#ctaDescription h2
{
    color: #fff;
    background-color: inherit;
    font-weight: normal;
    font-size: 1.40em;
    margin: 0px;
}

#ctaDescription p
{
    margin: 5px 0px 0px 0px;
    font-size: 0.70em;
    color: #cbcbcb;
    background-color: inherit;
    width: 140px;
}

/* Override */
#body
{
    margin: 15px 0px 15px 30px;
    padding-right: 260px;
    background-position: right center;
    background-image: url(/images/backgrounds/protecting-shrub.jpg);
    background-repeat: no-repeat;
}

