﻿#CaseSlideshow
{    
    width: 944px;
    height: 300px;
    overflow: hidden;
    margin-bottom: 11px;
}

#BottomContent
{
    margin: 0px 22px 7px 22px;
    height: 150px;    
}

.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;
}

#NewsSection
{
    float: left;    
    width: 327px;    
    margin-left: 22px;
    height: 150px;
    position: relative;
}
#NewsSection .NewsHeader
{
    display: block;
    margin-bottom: 10px;
    font-family: Times New Roman;
    font-size: 3em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: .9em;    
    letter-spacing: .1em;
}
#NewsSection .Newsitem
{
    background: url(/Images/Icons/Newsitemstar.gif) no-repeat top left;
    text-align: justify;
    margin-top: 13px;
    font-family: Arial;   
}
#NewsSection .Newsitem h2
{
    padding-left: 22px;    
}
#NewsSection .Newsitem h2 span
{
    font-size: .8em;
}
#NewsSection a
{    
    font-family: Arial;  
    padding-right: 5px; 
}
#NewsSection .MoreNews
{
    margin-top: 12px;
    padding-left: 22px;
    position: absolute;
    bottom: 0px;
}
#NewsSection .MoreNews a
{
    padding-right: 0px;
}
.NewsSectionContent
{
    
}