﻿body {
}
.homeMidSection
{
    background-color: #FFFFFF;
    float: left;
    padding-top: 5px;
    width: 960px;
}
.homeMidSection p, .homeMidSection h3, .homeMidSection h4
{
    padding: 2px;
    margin: 2px;
    line-height: 18px;
}

.homeMidSection #columnLeft 
{
    float: left;
    width: 767px;
    /* margin-right: 2px;  */
}
.homeMidSection #flashContainer
{
/*    background-image: url('../_image/slices/mainFlashSlice.png'); 
    background-repeat: no-repeat;*/
    width: 763px;
    height: 323px;
    z-index: -1;
}
.homeMidSection #featureOverview
{
    width: 766px;
    margin: 2px 0px 5px 0px;
}
.featureBox
{
    width: 250px;
    float: left;
    margin-left: 5px;
}
.featureBox p 
{
    text-decoration: none;
    line-height:14px;
}

/* columnRight - 2 containers with News items and upcoming events */
.homeMidSection #columnRight
{
    float: right;
    width: 193px;
}
.homeMidSection #columnRight h3
{
    color: #0E3592;
    text-align: center;
}
.homeMidSection #newsBox
{
    background-image: url('../_image/slices/newsRaisedPanelSlice.jpg');
    background-repeat: no-repeat;
    padding: 5px 12px 15px 15px;
    height: 340px;
}
.newsItem
{
    /* margin: 0px 7px 2px 5px; */
    border-bottom: solid 1px #646464;
}
.newsItem h4
{
    margin: 2px 0 2px 0;
}

.homeMidSection #eventsBox
{
    /* margin-top: 15px; */
    background-image: url('../_image/slices/eventsRaisedPanelSlice.jpg');
    background-repeat: no-repeat;
    
    padding: 5px 12px 30px 15px; /* sometimes need more space at the bottom */
    height: 270px;
}
.eventsItem
{
    /* margin: 0px 7px 2px 5px; */
    border-bottom: solid 1px #646464;
}
