﻿div.MidSection{
    background-color:#00402B;
}

div.MidSection div.MidSectionContent{
    color:#FFFFFF;
    padding: 0px 40px 20px 0px;
}

.MainContentCell {
    padding-right:26px;
}

div.banner
{
    position:relative;
    width:749px;
    height:201px;
    overflow:hidden;
}

div.banner ul.slideshow {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width:749px;
    height:201px;
    margin-bottom: 10px;
}

div.banner ul.slideshow li {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
div.banner li {
    list-style: none;
    
}
div.banner ul.slideshow li.shown {
    display: block;
}

div.banner .slideshow-container li, .slideshow li
{
    width:749px;
    height:201px;
}



div.banner div.logos
{
    position:absolute;
    width:749px;
    height:201px;
    top:0px;
    left:0px;
    background-image:url(../images/seals.png);
    background-repeat:no-repeat;
    background-position:center top;
    z-index:2;
}
