﻿.home-wrapper .content-wrapper
{
    margin-right: 340px;
    padding: 0 20px 0 0;
}
.home-content-top-wrapper
{
    background-color: #f5f7fa;
    margin-top: 15px;
}

.home-content-top-wrapper .RadRotator .rrClipRegion
{
    border: 0 none;
    margin: 0 40px !important;
}

.home-content-top-wrapper .RadRotator .rrClipRegion .rrItemsList
{
	width: 100% !important;
}

.home-content-top-wrapper .RadRotator .rrItem div
{
    margin: 0 auto;
    text-align: center;
}

.home-content-top-wrapper .RadRotator .rrButton.rrButtonLeft,
.home-content-top-wrapper .RadRotator .rrButton.rrButtonRight
{
    background-position: initial;
    display: block;
    height: 43px;
    margin-top: -20px;
    width: 29px;
}

.home-content-top-wrapper .RadRotator .rrButton.rrButtonLeft
{
    background: url('images/home-rotator-left.gif') no-repeat center left;
}

.home-content-top-wrapper .RadRotator .rrButton.rrButtonRight
{
    background: url('images/home-rotator-right.gif') no-repeat center right;
}

.home-content-top-wrapper .RadRotator .rrButton.rrButtonLeft:hover,
.home-content-top-wrapper .RadRotator .rrButton.rrButtonRight:hover
{
    background-position: initial;
}

.home-content
{
    margin-top: 20px;
     margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;

}
.home-content .page-article-group
{
    width: 460px;
    margin: auto;

    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1
}

.home-content .pagearticle-container h3
{
    background-color: #005797;
    color: #FFF;
    display: block;
    font-size: 18px;
    line-height: 40px;
    margin: 0 0 10px 0;
    padding-left: 15px;
    text-align: left;
}


.home-content .pagearticle-container .articletext,
.home-content .pagearticle-container a
{
    text-align: left;
}


span.stretch
{
        width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}