﻿#CaseSlideshow
{    
    width: 944px;
    height: 300px;
    overflow: hidden;
    margin-bottom: 11px;
}

#BottomContent
{
    margin: 0px 0px 7px 22px;
    height: 152px;    
}

.ContentBoxItem
{        
    border-right: 1px solid #008C43;
    float: left;    
    position: relative;
    height: 150px;
}
.ContentBoxItem img
{        
    position: absolute;
    left: 22px;
    bottom: 0px;
}
.ContentBoxItem img.first
{
    left: 0px;
}
.ContentBoxItem .ContentBoxItemText
{
    float: left;
    width: 110px;
    padding-right: 22px;   
    padding-top: 6px; 
    margin-left: 58px;    
    line-height: 16px;
    font-family: Arial;
    font-size: 0.96em; /* 12px */  
    height: 144px;
    overflow: hidden;      
}
.ContentBoxItem .ContentBoxItemText.first
{
    margin-left: 36px;
}
.ContentBoxItem .ContentBoxItemText p
{
    margin: 0px;
}

#NewsSocialSection
{
    float: left;    
    width: 371px;
}

.NewsSection
{
    float: left;    
    width: 184px;  
    height: 151px;  
    margin-left: 22px;
    overflow: hidden;
}
.NewsSection.news   { padding-right: 22px; border-right: 1px solid #008C43; }

.NewsSection.social             { width: 120px; }
.NewsSection.social .NewsHeader { margin-bottom: 15px; }
.NewsSection.social img         { float: left; margin-bottom: 5px; }
.NewsSection.social img.last    { margin-bottom: 0px; }

.NewsSection .NewsHeader
{
    display: block;
    margin-bottom: 5px;
    font-family: Times New Roman;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: .9em;    
    letter-spacing: .1em;
}
.NewsSection .Newsitem
{
    background: url(/Images/Icons/greenstar.png) no-repeat top left;
    /*text-align: justify;*/
    font-family: Arial;   
}
.NewsSection .Newsitem h2
{
    padding-left: 22px;  
    margin-bottom: 8px;  
}
.NewsSection .Newsitem h2 span
{
    font-size: .8em;
}
.NewsSection.news a
{    
    font-family: Arial;  
    padding-right: 5px; 
}
.NewsSection .MoreNews
{
    margin-top: 10px;
    padding-left: 22px;
}
.NewsSection .MoreNews a
{
    font-size: 12px;
    padding-right: 0px;
}
.NewsSectionContent
{
    
}
