﻿/* ----------------- main-header --->>> */
.main-header {
	height: 61px;
}


/* ----------------- main-content --->>> */

.main-content 
{
    background-color: #ffffff;
    background: url(../../images/reflect/base/Reflect_MainContent_BG.png) repeat-y;
    border-left: 1px solid #2d2d2d;
    border-right: 1px solid #2d2d2d;
}

/* ----------------- content --->>> */

.content 
{
    padding: 0 0 0 50px;
}

    .content .content-header
    {
        font-size: 25pt;
        font-family: WorkSans SemiBold, Tahoma, Geneva, sans-serif;
        line-height: 25pt;
        color: #653900;
        padding-bottom: 5px;
        padding-top: 20px;
    }
    
    .content .content-subheader
    {
        font-size: 12pt;
        line-height: 12pt;
        color: #363636;
        display: block;
    }
    
    .content .text
    {
        font-size: 11pt;
        line-height: 11pt;
        width: 882px;
        color: #363636;
        margin: 20px 0 0 0;
    }
    
        .content .text .highlighted
        {
            font-family: WorkSans SemiBold, Tahoma, Geneva, sans-serif;
            font-style: italic;
        }

    .content .divider
    {
        background: url(../../images/reflect/base/divider.png) repeat-x;
        width: 882px;
        height: 10px;
        padding-bottom: 10px;
    }
    
    .divider-small
    {
        background: url(../../images/reflect/base/divider.png) repeat-x;
        background-position: bottom center;
        width: 100%;
        height: 10px;
        padding-bottom: 10px;
    }
    
   
.secondary-content 
{
    height: 300px;
    padding: 0 0 0 50px;
}

    .secondary-content .picture {
        float: left;  
        width: 420px;
        height: 300px; 
    }
    
    .secondary-content .text
    {
        float: left;
        width: 440px;
        height: 300px;
        color: #363636;
        font-size: 14pt;
        line-height: 14pt;
    }
    
    .secondary-content .text .header
    {
        color: #653900;
        font-size: 15pt;
        line-height: 15pt;
        font-family: WorkSans SemiBold, Tahoma, Geneva, sans-serif;
        float: left;
        width: 150px;
        text-align: center;
    }