﻿
/*  -------------------------------------------------------------   */
.panelRight .homepage
{
    margin-left: 0px;
    margin-top: 3px;
}

/*  -------------------------------------------------------------   */
.panelRight .homepage .contentSplash-top
{
    width: 738px;
    height: 283px;
    padding-top: 3px;
    background: url(/_common/images/home_splashBg.gif);
}

.panelRight .homepage .contentSplash-top .splashContent
{
    margin-left: 200px;
    margin-top: 10px;
}

.panelRight .homepage .contentSplash-top .splashContent_l
{
    width: 300px;
    margin-left: 200px;
    margin-top: 10px;
    float: left;
}

.panelRight .homepage .contentSplash-top .splashContent_r
{
    width: 180px;
    margin-top: 10px;
    margin-right: 20px;
    float: right;
}

.panelRight .homepage .contentSplash-top .splashContent_l h1,
.panelRight .homepage .contentSplash-top .splashContent_r h1
{
    font-size: 1.2em;
}

.panelRight .homepage .contentSplash-top .splashContent_l .helvetica,
.panelRight .homepage .contentSplash-top .splashContent_r .helvetica
{
}

/*  -------------------------------------------------------------   */
.homepage .contentSplash-bot
{
    width: 803px;
    height: 496px;
    padding: 0px;
    margin: 3px 0 0 0;
    /*background: url(/_common/images/contentbg_738x299.gif);*/
    background-color:#EDEDED;
    color:#3E3E3E;
}

/*  -------------------------------------------------------------   */
.homepage .media-player
{
    float: left;
    width: 457px;    
}

/*  -------------------------------------------------------------   */
.homepage .news-section
{
    float: right;
    width: 326px;
    margin-top: 18px;
    margin-right: 20px;
    
}

.homepage .news-section h2
{
    font-weight:bold;    
    font-size:1em;
    padding-left:20px;
}

.homepage .news-section p
{
    
    padding-left:20px;
}

.homepage .news-section .bankgothic
{
    font-size: 1.8em;
}

.homepage .news-section .news-items
{
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    padding-top: 0px;
    color: #B3B3B3;
    height: 180px;
    overflow: hidden;
}

.homepage .news-section .item
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.homepage .news-section .item a.title
{
    text-decoration: none;
    display: block;
    padding-bottom: 4px;
    font-weight: bold;
}

.homepage .news-section .item a.readmore
{
    text-decoration: none;
    display: block;
    padding-top: 4px;
}



.homepage .news-section .news-items .hr
{
    display: block;
    border-top: solid 0px #1f1f1f;
    margin-top: 2px;
}

.homepage .moreNews
{
    margin-top:5px;
    padding: 3px 0 3px 5px;
    float:right;
    width:100px;
    background-color:#ED1C24;
}

.homepage .moreNews a
{
    text-decoration: none;
    color:#fff;
    font-weight:bold;
}

.homepage .news-section a.scrollUp
{
    position: absolute;
    margin-top: -13px;
    margin-left: 158px;
    display: block;
    width: 10px;
    height: 12px;
    background: url(/_common/images/scrollUp.gif);
    text-indent: -9999px;
}

.homepage .news-section a.scrollDown
{
    position: absolute;
    margin-left: 158px;
    display: block;
    width: 10px;
    height: 12px;
    background: url(/_common/images/scrollDown.gif);
    text-indent: -9999px;
}

.breadcrumb
{
    margin:10px 0 0 5px;
    padding:0;
    
}
