﻿
/* ----------------- main-content --->>> */
.main-content
{
    height: 455px;
    width: 982px;
    background: url() no-repeat;
}

/* ----------------- content --->>> */

.content 
{
    width: 440px;
    height: 400px;
    padding: 40px 0 0 80px;
}

    .content .content-header
    {
        font-size: 25pt;
        line-height: 25pt;
        color: #653900;
        padding-bottom: 5px;
    	font-family: WorkSans SemiBold, Tahoma, Geneva, sans-serif;
    }
    
    .content .text
    {
        font-size: 14pt;
        line-height: 14pt;
        width: 350px;
        color: #363636;
    }
    
    .content .learn-more-left
    {
        background: url(../../images/reflect/main/OrangeButton_Left.png) no-repeat;
        cursor: pointer;
        height: 50px;
        margin-top: 10px;
        float: left;
    }
    
        .content .learn-more-left span {
            color: #ffffff;
            font-size: 17px;
            line-height: 17px;
            font-family: WorkSans SemiBold, Tahoma, Geneva, sans-serif;
            padding: 12px 5px 0 10px;
            float: left;
        }
        
        .content .learn-more-left .arrow {
            background: url(../../images/reflect/main/WhiteArrow.png) no-repeat;
            height: 10px;
            width: 11px;
            float: right;
            padding: 10px 0 0 0;
            margin: 4px 0 0 5px;
        }
        
        .ie7 .content .learn-more-left .arrow 
        {
        	background: none;
        	float: none;
        }
    
    .content .learn-more-right
    {
        background: url(../../images/reflect/main/OrangeButton_Right.png) no-repeat;
        cursor: pointer;
        width: 3px;
        height: 50px;
        margin-top: 10px;
        float: left;
    }
    
    .content .learn-more:hover .learn-more-left
    {
        background: url(../../images/reflect/main/OrangeButton_Left_Hover.png) no-repeat;
    }
    
    .content .learn-more:hover .learn-more-right
    {
        background: url(../../images/reflect/main/OrangeButton_Right_Hover.png) no-repeat;
    }

/* ----------------- fact-bar --->>> */
.fact-bar 
{
    height: 152px;
    width: 982px;
    background: url(../../images/reflect/main/FactBar_BG.png) repeat-x;
}

.fact-bar .outer 
{
    color: #ffffff;
    margin: 0px 0px 0px 40px;
    padding-top: 20px;
    padding-bottom: 15px;
}
    .fact-bar .outer .column 
    {
        float: left;
        width: 420px;
        padding-right: 30px;
        font-size: 8pt;
    }
    
    .fact-bar .outer .column ul
    {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    
    .fact-bar .outer .column li
    {
        background: url(../../images/reflect/main/bullet.png) no-repeat;
        background-position: 0 .4em;
        padding-left: 1em;
    }
    
    .fact-bar .outer .column .header
    {
        font-size: 14pt;
        font-family: WorkSans SemiBold, Tahoma, Geneva, sans-serif;
        padding-bottom: 8px;
    }
    
    