.mainBodyContainer
{
	background-color: White;
	height: auto;
}

.bannerContainer
{
    width: 911px;
    padding: 9px 0px 0px 9px;
    overflow: hidden;
    background-color: Transparent;	
	z-index: -10;
}

.bannerContentDefault
{
    height: 454px;
    width: 902px;
    background: Transparent URL(MainBanner1.jpg) no-repeat;
    background-position:top center;
	position: relative;
	z-index: -10;
}

.bannerContent
{
    height: 454px;
    width: 902px;
    background: Transparent URL(MainBanner1.jpg) no-repeat;
    background-position:top center;

	z-index: 0;
}

.bannerEmptyContent
{
    height: 301px;
    width: 902px;
}

.bannerSubModule
{
    width: 872px;
    height: 153px;
    background-color: Transparent;
    margin: 0px 15px;
    background-image: url(banner_sub_module.jpg);
}

.subSection
{
    background-color:transparent;
    color:Black;
    height:65px;
    overflow:hidden;
    padding:40px 110px 25px 18px;
    width:161px;
}

.left
{
    display: inline;
    float: left;
}

.right
{
    display: inline;
    float: right;
}

.bodyContainter
{
    overflow:hidden;
    padding-left: 9px;
    width:911px;
}

.bodyContentSolutions
{
    background-color: Transparent;
    height:153px;
    padding: 0px 21px 0px 26px;
    width:404px;
    height: 365px;
}

.bodyContentNews
{
    background-color: Transparent;
    padding: 0px 26px 0px 21px;
    width:404px;
    height: 365px;
}

.bodyContentSubContent
{
    background-color: Transparent;
    height:301px;
    width:404px;
    padding-top: 20px;
    overflow: hidden;
}

.bodyContentMore
{
    height: 38px;
}

.footContainer
{
    height: 190px;
    width: 902px;
    background-image: URL(bottomBanner.jpg);
    margin: 0 0 9px 9px;
}

.imagebuttons
{
    border: none;
}

.solutionsContent
{
    position: absolute;
    width: 404px;
    overflow: hidden;
}


.solutionContentHeading
{
    font-size: 16px;
    font-weight: bold;
    color: Gray;
    margin-bottom: 10px;
}

.solutionChosenText
{
    color: Black;
    cursor: pointer;
}

.solutionNotChosenText
{
    color: Gray;
    cursor: pointer;
}

.solutionChosenDiv
{
}

.solutionNotChosenDiv
{
}

a.bannerLinks
{
    color: #d10023;
    font-size: 18px;
    margin-left: 18px;
    text-decoration: underline !important;
}