/* CSS Document */

#mainHeaderHolder
{
    width: 934px;
    height: 215px;
    padding: 10px;
    float: left;
    border: 3px solid #DFEEFE;
    margin: 0 0 10px 0;
    background: url(../images/index_images/family_1.png) no-repeat bottom right;
}
#mainHeaderHolder .textBox
{
    width: 100%;
    height: auto;
    float: left;
}
#mainHeaderHolder .textBox h1
{
    width: 60%;
    font-size: 40px;
    color: #000249;
    font-weight: normal;
    line-height: 40px;
}

#mainHeaderHolder .mainNumber
{
    width: 270px;
    height: 63px;
    float: right;
    background: url(../images/bg_number.gif) top right no-repeat;
    margin: 0 0 0 20px;
}

.btn_bigApplyHolder
{
    width: auto;
    height: auto;
    float: left;
    position: relative;
    z-index: 10;
    margin-top: 30px;
}
a.btn_bigApply
{
    width: 242px;
    height: 61px;
    float: left;
    background: url(../images/btn_bigApply.png) 0 0 no-repeat;
    clear: both;
    position: relative;
    z-index: 10;
    bottom: 0;
}
a.btn_bigApply:hover
{
    background-position: 0 -61px;
}


/* COLUMN STYLES */
#contentWrap #colOne .wrap
{
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 7px;
}
#contentWrap #colOne .box
{
    width: 190px;
    height: 170px;
    float: left;
    padding: 10px;
    margin: 0 6px 0 0;
    border: 3px solid #DCEDFE;
    background: url(../images/icons/bg_mainBox.png) bottom left no-repeat;
}

#contentWrap #colOne .box p
{
    display: block;
    height: 75px;
}

#contentWrap #colOne .box .icnHolder
{
    width: 60px;
    height: 50px;
    float: right;
}
#i_1
{
    width: 60px;
    height: 50px;
    float: left;
    background: url(../images/icons/icn_pound.png) no-repeat;
}
#i_2
{
    width: 60px;
    height: 50px;
    float: left;
    background: url(../images/icons/icn_cards.png) no-repeat;
}
#i_3
{
    width: 60px;
    height: 50px;
    float: left;
    background: url(../images/icons/icn_moneyBag.png) no-repeat;
}
#i_4
{
    width: 60px;
    height: 50px;
    float: left;
    background: url(../images/icons/icn_money.png) no-repeat;
}
#i_5
{
    width: 60px;
    height: 50px;
    float: left;
    background: url(../images/icons/icn_safe.png) no-repeat;
}
#i_6
{
    width: 60px;
    height: 50px;
    float: left;
    background: url(../images/icons/icn_calc.png) no-repeat;
}
#contentWrap #colOne .box h2
{
    font-size: 18px;
    color: #0A74C0;
    margin-bottom: 5px;
}
#contentWrap #colOne .box p
{
    font-size: 12px;
    color: #333333;
    width: 85%;
    line-height: 16px;
    clear: both;
    margin: 0;
}
#contentWrap #colOne .box .btn_goHolder
{
    width: auto;
    height: auto;
    float: right;
    position: relative;
    bottom: 0;
    z-index: 10;
    clear: both;
}
a.btn_smallGo
{
    width: 72px;
    height: 52px;
    float: left;
    background: url(../images/btn_smallGo.png) 0 0 no-repeat;
    cursor: pointer;
}
a.btn_smallGo:hover
{
    background-position: 0 -52px;
}

#contentWrap #colTwo .wrap
{
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 7px;
}


.ajaxContent
{
    width: 634px;
    height: auto;
    float: left;
    border: 3px solid #51981E;
    padding: 10px;
    background: url(../images/bg_ajaxWrap.png) bottom left no-repeat;
}
