﻿.section-header
{
    width: 870px;
    padding: 0 40px;
    margin-bottom: 20px;
}

    .section-header .menu
    {
        width: 820px;
        height: 51px;
        padding-left: 50px;
        overflow: hidden;
        background: transparent url(../../Assets/chrome/bkg-subnav.png) no-repeat left top;
        list-style-type: none;
    }

        .section-header .menu li
        {
            display: block;
            float: left;
        }

        .section-header .menu li a
        {
            display: block;
            height: 40px;
            float: left;
            padding: 10px 15px 0 15px;
            margin-right: 5px;
            color: #aeaeae;
            font-size: 17px;
            font-weight: bold;
            text-decoration: none;
        }

        .section-header .menu li.active a
        {
            background-color: #ee4423;
            color: #fff;
        }

.content
{
    width: 790px;
    margin-bottom: 30px;
    padding: 0 80px;
    overflow: hidden;
}

.no-padding
{
    padding: 0;
}

    .content h1
    {
        margin-bottom: 20px;
        padding-bottom: 2px;
        font-size: 35px;
        color: #363636;
        border-bottom: solid 1px #000;
    }

    .content h2
    {
        margin-bottom: 20px;
        font-size: 25px;
        font-weight: normal;
        border-left: 15px solid #f15a23;
        border-bottom: 2px solid #f15a23;
        padding: 10px;
        color: #363636;
    }
    .content h1 strong 
    {
        font-weight: lighter;
        
    }
    .content h3
    {
        margin-bottom: 10px;
        padding: 5px;
        font-size: 20px;
        font-weight: bold;
        border-bottom: 1px solid #898989;
        color: #363636;
        
        
        
    }
    
    .content h4
    {
        font-size: 16px;        
        line-height: 150%;
    }
    
    .content p
    {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 23px;
    }
    
    .content p.reference
    {
        font-size: 12px;
        line-height: 150%;
        margin-bottom: 23px;
    }
    
    .content table
    {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 23px;
    }
    
    .content .read-more-button
    {
        display: block;
        
        margin: 20px 0 10px 0;
        padding: 8px 8px 8px 20px;
        text-decoration: none;
        background: #4c4c4c;
        color: #fff;
    }
    
    .content .read-more-button:normal
    {
        color: #fff;
    }
    
    .content .read-more-button:visited
    {
        color: #fff;
    }
    
    .content .read-more-button:hover
    {
        display: block;
        margin: 20px 0 10px 0;
        padding: 8px 8px 8px 20px;
        text-decoration: none;
        background: #ee4423;
        color: #fff;
    }
    
    .content a.readmore, .content a:visited.readmore 
    {
        background: #cdcdcd url(../../Assets/chrome/btn-readmore.png);
        background-position: 126px top;
        height: 26px;
        width: 116px;
        display: block;
        font-size: 0px;    
        color: White !important;
        vertical-align:top;
        padding:5px;    
    }

    .content a:hover.readmore 
    {
        background-position: 0px top;
        border: 0px;
    }    
    
    .content a.goback 
    {
        background: #cdcdcd url(../../Assets/chrome/btn-goback.png);
        background-position: 126px top;
        height: 26px;
        color: White !important;
        width: 116px;
        display: block;
        font-size: 0px;
    }

    .content a:hover.goback 
    {
        background-position: 0px top;
        border: 0px;
    }          
      
    .content li
    {
        font-size: 16px;
        line-height: 150%;
        margin: 0 0 23px 30px;
    }
    
    .content .inline-image
    {
        float: right;
    }
    
    .content .content-image
    {
        text-align: center;
    }
    
    .content a
    {
        color: #0066cc;
    	padding: 5px;
    	background-color: #c1c2c3;
    	text-decoration: none;
    	
    }
    .content a:visited
    {
    	color:#0066cc;
    }
    .content a:hover 
    {
    	color: white;
    	background-color: #f16f07;
    	border-bottom: 1px solid #ee4423;
        
    }

.content-3
{
    width: 870px;
    padding: 0 0 0 40px;
    margin-bottom: 20px;
    overflow: hidden;
    background: transparent url(../../Assets/Chrome/content-3-background.gif) repeat-y left top;
}

    .content-3-inner
    {
        width: 900px;
        overflow: hidden;
    }

    .content-3 .content
    {
        float: left;
        width: 270px;
        padding: 0;
        margin: 0 30px 0 0;
        overflow: hidden;
    }

    .content-3 .content h1
    {
        font-size: 21px;
        margin: 5px 0 10px 0;
    }
    
    .news-items
    {
    	list-style-type: none;
        
    }
        .news-items li 
        {

            margin: 0px 0px 20px 0px;
            border-left: 10px solid gray;
            border-bottom: 1px solid gray;
            padding: 0px 0px 5px 10px;
            background-color: #e4e0e0;
         
        }
        .news-items h3 
        {
            padding: 10px 0px 0px 0px;
            margin: 0px;        
            border: 0px;
            font-weight: bold;
            font-size: 16px;
            border-bottom: 1px solid gray;        
        }
        .news-items em
        {
            font-size: 12px;
        }
        .news-items .readmore 
        {
            margin: 10px;
        }
        