﻿/* 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: 218px; /* Original height: 238px */
    width: 271px; /* Original width: 309px */
    overflow: hidden;
    padding: 14px 19px 6px 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/homepage-cta.jpg);
    background-repeat: no-repeat;
    margin-top: 4px;
    position: relative;
}

#ctaDescriptionOLD
{
    position: relative;
    display: block;
    overflow: hidden;
    width: 340px; /* Original: 370px */
    height: 210px;  /* Original: 230px */
    padding: 10px 15px;
    font-family: Arial;
}

#ctaButton
{
    position: absolute;
    display: block;
    top: 169px;
    right: 10px;
}

#ctaButton a.button
{
    width: 131px; /* Original: 131px */
    height: 25px; /* Original: 31px */
    background-image: url(/images/cta/cta-button.gif);
    background-repeat: no-repeat;
    margin-top: 0px;
    display: block;
    padding-top: 6px;
    background-position: center center;
    text-align: center;
    font-weight: bold;
    color: #000;
    background-color: inherit;
    text-decoration: none;
    font-family: Arial;
}

/* HACK: IE6 will ignore */
* > #ctaButton a.button
{
    background-image: url(/images/cta/cta-button.png);
}

#ctaButton a.button:hover
{
    color: #43539e;
    background-color: inherit;
}

#ctaDescription
{
    position: absolute;
    display: block;
    overflow: hidden;
    width: 631px; /* Original: 370px */
    height: 42px;  /* Original: 230px */
    padding: 10px 15px;
    font-family: Arial;
    top: 154px;
    left: 0px;
}

#ctaDescription h2,
#ctaDescription h3
{
    color: #fff;
    background-color: inherit;
    font-weight: bold;
    font-size: 1.20em;
    margin: 0px;
}

#ctaDescription h3
{
    color: #A9CEE5;
    background-color: inherit;
    font-size: 0.90em;
}

#ctaDescription p
{
    margin: 2px 0px 0px 0px;
    font-size: 0.70em;
    color: #fff;
    background-color: inherit;
}

#ctaDescription p span.yellow
{
    color: #ff0;
    background-color: inherit;
}

#ctaDescription div.ctaInputLarge
{
    background-image: url(/images/cta/cta-input-large.png);
    background-repeat: no-repeat;
    width: 345px; /* Original width 345px */
    height: 31px;
    overflow: hidden;
    font-family: Arial;
}

#ctaDescription label.ctaInputLarge
{
    font-size: 0.70em;
    color: #0064A3;
    background-color: inherit;
    margin-top: 9px;
    margin-left: 6px;
    display: block;
    float: left;
}

#ctaDescription input.ctaInputLarge
{
    border: 0px solid #fff;
    background-color: #fff;
    width: 68px; /* TEMP: Should be 85px wide */
    padding: 4px 0px;
    font-size: 0.70em;
    margin-top: 5px;
    margin-left: 5px;
    display: block;
    float: left;
}

#ctaDescription a.ctaInputLarge
{
    width: 131px; /* Original: 131px */
    height: 25px; /* Original: 31px */
    background-image: url(/images/cta/cta-button.png);
    background-repeat: no-repeat;
    float: right;
    margin-top: 0px;
}

#ctaDescription a.tandc
{
    background-image: none;
    font-weight: normal;
    margin: -5px 15px 0px 0px;
    padding: 0px;
    color: #fff;
    background-color: inherit;
    text-decoration: underline;
    text-align: right;
    width: auto;
}

/* START: Small CTA on Homepage */
#ctaWrapper
{
    display: block;
    height: 149px;
}

#ctaLeft,
#ctaRight
{
    float: left;
    display: block;
}

#ctaRight
{
    float: right;
}

div.ctaSmallWrapper
{
    width: 272px; /* Original: 292px */
    height: 129px; /* Original: 149px */
    padding: 10px;
    background-position: center center;
    background-image: url(/images/cta/cta-homepage-back.png);
    background-repeat: no-repeat;
    display: block;
}

#ctaWrapper div.ctaSmallWrapper h3
{
    color: #AD0027;
    background-color: inherit;
    letter-spacing: -1px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}

div.ctaSmallWrapper img
{
    float: left;
    width: 78px;
    height:99px;
    overflow:hidden;
    margin-right: 10px;
}

div.ctaSmallDescription
{
    color: #313131;
    background-color: inherit;
    width: 180px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}

#masterDiv div.ctaSmallDescription p
{
    margin-bottom: 4px;
}

#masterDiv div.ctaSmallDescription ul
{
    margin: 0px 0px 0px 20px;
}

#masterDiv div.ctaSmallDescription ul li
{
    list-style-position: outside;
}

#body div.ctaSmallWrapper p
{
    line-height: 1.10em;
}

#body div.descriptionWrapper
{
    margin-left: 87px;
}
/* END: Small CTA on Homepage */


/* Override */
#body
{
    padding: 15px 355px 15px 30px;
}

/* Override */
#masterDiv
{
    background-position: right bottom;
    background-image: url(/images/backgrounds/poa-logo.jpg);
    background-repeat: no-repeat;
}


