body
{
    background: #007fc2 url(/App_Themes/Default_Theme/images/background.jpg) no-repeat center top;
    font: normal normal normal 11px/20px Tahoma,Helvetica,sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
}

a
{
    color: #000;
    text-decoration: underline;
}

a:hover
{
    color: #4E7425;
    text-decoration: none;
}

.header
{
    min-height: 125px;
}

.header-logo
{
    background: transparent url(/App_Themes/Default_Theme/images/logo.png) no-repeat left top;
    width: 340px;
    height: 115px;
    display: block;
}

.header-top,
.header-bottom
{
    clear: right;
    float: right;
}

.header-top
{
    min-height: 60px;
}

.header-bottom
{
    min-height: 45px;
}

.banner
{
    padding: 10px;
}

.banner-inner
{
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}

.content
{
    min-height: 290px;
}

.footer
{
}

.footer-copyright
{
    line-height: 25px;
}

.footer-social-sharing
{
}





.content
{
    background: #f3f7f8;
}

.column-news
{
    background: url(/App_Themes/Default_Theme/images/panel-header-bg.png) no-repeat 10px 10px;
}

.column-news > h4
{
    font-family: "Trebuchet MS";
    font-weight: normal;
    font-size: 16px;
    padding: 20px 25px;
    margin: 0px;
    color: #fff;
}

.column-news > div
{
    padding: 10px 15px;
}

.footer
{
    border-top: 1px solid #ccc;
    background: #f3f7f8;
}

.footer-copyright
{
    color: #222;
}

.footer-copyright a
{
    text-decoration: none;
}

