﻿/* Import */
@import url(/stylesheets/quote-button.css);


/* Styles */
* > #bodyContainer /* IE6 will ignore */
{
    margin-right: 28px;
}

#bodyContent
{
    margin-bottom: 80px;
}

#bodyContent h1,
#bodyContent h2,
#bodyContent h3
{
    font-size: 1.55em;
    color: #05652B;
    background-color: inherit;
    margin-bottom: 13px;
}

#bodyContent h2,
#bodyContent h3
{
    font-size: 1.25em;
    margin-bottom: 3px;
}

* > #cta /* IE6 will ignore */
{
    display: block;
    width: 702px;
    height: 248px;
    padding-bottom: 0px;
    position: relative; /*06/08/2009*/
    margin-top: 10px; /* 40px; */
}

#ctaMotorInsurance,
#ctaHomeInsurance,
#ctaBusinessInsurance
{
    display: block;
    float: left;
    width: 192px; /* Original: 214px */
    height: 226px; /* Original: 248px */
    background-image: url(/images/backgrounds/cta-motor.png);
    background-repeat: no-repeat;
    margin-right: 20px;
    padding: 11px;
    /*position: relative; 06/08/2009*/
}

/* IE 6 will ignore below */
* > #ctaMotorInsurance,
* > #ctaHomeInsurance,
* > #ctaBusinessInsurance
{
    margin-right: 30px;
}

#ctaHomeInsurance
{
    background-image: url(/images/backgrounds/cta-home.png);
}

#ctaBusinessInsurance
{
    background-image: url(/images/backgrounds/cta-business.png);
    margin-right: 0px;
}

#cta img
{
    display: block;
    width: 192px;
    height: 99px;
    overflow: hidden;
}

#cta h3
{
    color: #fff;
    background-color: inherit;
    font-size: 1.10em;
    font-weight: normal;
    margin-top: 11px;
    margin-bottom: 3px;
}

#cta p
{
    display: block;
    width: 192px;
    height: 42px;
    overflow: hidden;
    color: #fff;
    background-color: inherit;
    line-height: normal;
}


/*#cta img.comingSoon
{
    margin-top: -239px;
    margin-left: -11px;
    top: 0px;
    right: 0px;
    width: 214px;
    height: 141px;
}*/

/* IE6 will ignore */
/*
* > #cta img.comingSoon 
{
    position: absolute;
    margin: 0px;
    top: 0px;
    right: 244px;
    width: 214px;
    height: 141px;
}*/

/*#cta a
{
    color: #fff;
    background-color: inherit;
}

#cta a:hover
{
    color: #ff0;
    background-color: inherit;
}*/


#quote
{
    margin-top: 10px;
    padding: 10px 10px 0px 10px;
    /*border: 1px solid #999;
    background-color: #eee;*/
}

#quote img.quotePhoto
{
    float: left;
    border: 1px solid #999;
}

#quote p
{
    color: #444;
    background-color: inherit;
    line-height: 1.05em;
    margin-left: 80px;
}

#quote p.quote
{
    background-image: url(/images/backgrounds/speech-left.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    font-family: Times New Roman, Serif;
    font-size: 0.90em;
    font-style: italic;
    color: #444;
    background-color: inherit;
    padding: 0px 0px 0px 27px;
}

#quote p span
{
    background-image: url(/images/backgrounds/speech-right.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    display: block;
}

#quote p.author
{
    text-align: right;
    padding-right: 40px;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    font-size: 0.90em;
    margin-top: 8px;
}

div.banner
{
    margin: -10px 0px 5px 0px;
    border: 0px solid #fff;
    position: relative;
}
 
#prizesWrapper
{
    position: absolute;
    top: 180px;
    left: 10px;
    color: #fff;
    background-color: inherit;
    width: 680px;
}

#prizesWrapper div.title
{
    font-size: 1.00em;
    font-weight: bold;
    color: #fff;
    background-color: inherit;
}

#prizes
{
    margin: 7px 0px 0px 0px;
    padding: 3px 0px;
    font-size: 1.10em;
    font-weight: normal;
    color: #ff0;
    background-color: inherit;
}

#saveHomeInsurance
{
    margin: 10px 0px;
}
