﻿
/*
logo dark blue #262373
logo light blue #68b1fe
logo medium blue #4e86c1
logo reflection #c9e3fe
orange #f0a632
red #970008
*/


/****************************************Start Home Page Styles *******************************************/
#homeMiddleSection
{
    float: left;
    width: 1000px;
    background-image: url(../../images/design/home_middle_bg.png);
}

#homeMiddleLeft
{
    width: 470px;
    height: 303px;
    float: left;
    padding-top: 18px;
    padding-left: 25px;
}

#homeMiddleRight
{
    width: 429px;
    height: 353px;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
}

#homeUnderMiddle
{
    width: 960px;
    height: 44px;
    float: left;
    clear: left;
    background-image: url(../../images/design/home_under_middle.png);
    padding-left: 40px;
    font: bold 14px arial;
    text-transform: uppercase;
    overflow: hidden;
}

.homeUnderMiddleText
{
    margin-top: 15px;
    height: 20px;
    margin-bottom: 0px;
    float: left;
    font: bold 14px arial;
    text-transform: uppercase;
    color: #787878;
}

/*
#divChecklistContainer
{
    margin: 10px;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    height: 117px;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: bold;
    color: #970008;
    font-size: 12px;
    text-align: right;
    background-color: #ffa231;
}
*/

#divChecklistContainer
{
    margin: 10px;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    height: 117px;
    padding-right: 0px;
    padding-left: 10px;
    font-weight: bold;
    color:#333;
    font-size: 13px;
}

ul.homePageChecklist
{
    list-style-image: url(../../images/design/check.gif);
    margin:10px 0px 10px 15px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    color: #fff;
}

ul.homePageChecklist li
{
    padding-bottom:5px;
}


#testimonialsContainer
{
    margin: 20px 0px 10px 20px;
    padding:0px 10px 10px 0px;
    float: left;
    color:#f0a632;
    font-size:14px;
}

#socialTagContainer
{
    margin: 0px 0px 0px 20px;
}

#thisNetwork
{
    float:left;
    clear:left;
    color:#333;
    margin:10px 20px 10px 20px;
    width:940px;
}

#eliteMemberQuote
{
    float:left;
    clear:left;
    color:#fff;
    margin:10px 20px 10px 20px;
    font-weight:bold;
    font-size:14px;
    
}

#newBrand
{
    text-align: center;
    width:100%;
    padding-right:20px;
}

#winner
{
    float:left;
    clear:left;
    margin:20px 0px 0px 20px;
}

#homeBottomMiddle
{
    width: 1000px;
    float: left;
    clear: left;
    background-color: #13457e;
    border-bottom: solid 1px #446183;
    padding-bottom: 10px;
}

#homeBottom
{
    width: 1000px;
    float: left;
    clear: left;
    background-color: #4e86c1;
    border-bottom: solid 1px #446183;
    padding-bottom: 10px;
}



.homeBottomMiddleColumnHeader
{
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    font-family: Arial, Helvetica, Sans-Serif;
    text-align: left;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

#homeBottomMiddleCol1
{
    float: left;
    width: 258px;
    padding-left: 40px;
    padding-top: 40px;
    color: #e0e3e8;
    font-size: 13px;
}

.boldWhite
{
    color: #fff;
    font-weight: bold;
}

#homeBottomMiddleCol2
{
    float: left;
    width: 470px;
    padding-left: 10px;
    padding-top: 20px;
    color: #e0e3e8;
}

#homeBottomMiddleCol3
{
    float: left;
    width: 258px;
    padding-left: 75px;
    padding-top: 40px;
    color: #e0e3e8;
}



#homeBottomLeft
{
    float: left;
    width: 460px;
}

#homeBottomRight
{
    text-align: right;
    float: left;
}



.largeWhite
{
    color: #fff;
    font-size: 22px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 0px;
    text-align: left;
}

.mediumWhite
{
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    margin-left: 20px;
    margin-bottom: 0px;
    text-align: left;
}

ul.homePageList
{
    list-style-image: url('../../images/design/list_bullet.png');
    margin-left: 0px;
    padding-left: 20px;
}

ul.homePageList li
{
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 15px;
    color: #ffffff;
}

.newsHead
{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #eea400;
}

.newsSubHead
{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.newsTease
{
    margin-bottom: 10px;
}

/****************************************End Home Page Styles *******************************************/