/* search module */
.txtSearch
{
    background: transparent;
    border: none;
}
.imgSearch
{
    float: left;
}
/* Rotator Left side */
.rotator-le
{
    width: 670px;
    float: left;
}
/* Rotator Right Side */
.rotator-rt
{
    width: 260px;
    float: right;
    padding: 0 15px;
}
#rotator-surround
{
    background-position: right top;
    border-bottom: solid 5px;
    border-bottom-color: #ed1c24;
    background-image: url('../images/content/rotator-surround-bg.jpg');
    height:330px;
    width:960px;
    overflow: hidden;
}
#rotator
{
    font-size: 110%;
    color: #C0C0C0;
}
.rotator-rt h3
{
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 125%;
}

.rotator-rt a
{
    color: #C0C0C0;
    font-weight: bold;
    background: transparent url('../images/content/rt-arrow-rotator.png') no-repeat scroll 0 50%;
    margin-left: 16px;
    padding: 0 14px 0 20px;
}

.rotator-rt a:hover
{
    color: #FFF;
    font-weight: bold;
    background: transparent url('../images/content/rt-arrow-rotator.png') no-repeat scroll 0 50%;
    margin-left: 16px;
    padding: 0 14px 0 20px;
}

/* LOGO */
.Logo
{
    margin: 15px;
    display: block;
    float: left;
}

/* Top Bar */
#topbar
{
    background: url(../images/content/topbar-m.jpg) 0 0 no-repeat;
}
#topbar2
{
    /*background: url(../images/content/topbar-l.png) 0 0 no-repeat;*/
}
#topbar3
{
    /*background: url(../images/content/topbar-r.png) 100% 0 no-repeat;*/
}

/* Main Body */
body
{
    background: #fff;
}
#page-bg
{
    /*background: url(../images/content/page-bg.png) 50% 0 repeat-x;*/
    background: url(../images/content/bg_special.jpg) no-repeat 50% 0;
    background-color: #FFF;
}
#bl.corner, .bottom-bl
{
    background: url(../images/content/maincontent-bl.png);
}
#br.corner, .bottom-br
{
    background: url(../images/content/maincontent-br.png);
}
#tl.corner, .bottom-tl
{
    background: url(../images/content/maincontent-tl.png);
}
#tr.corner, .bottom-tr
{
    background: url(../images/content/maincontent-tr.png);
}
.show-bl
{
    background: url(../images/content/maincontent-bl.png);
}
.show-br
{
    background: url(../images/content/maincontent-br.png);
}

/* Bottom Section */
#botbar
{
    /*background: url(../images/content/topbar-m.png) 0 0 repeat-x;*/
}
#botbar2
{
    /* background: url(../images/content/topbar-l.png) 0 0 no-repeat;*/
}
#botbar3
{
    /*  background: url(../images/content/topbar-r.png) 100% 0 no-repeat;*/
}
#footer2
{
    /* background: url(../images/content/footer-bl.png) 0 100% no-repeat;*/
}
#footer3
{
    /*background: url(../images/content/footer-br.png) 100% 100% no-repeat;     border-top: 1px solid #000;*/
}
#footerbar
{
    /*background: url(../images/content/footerbar-m.png) 0 0 repeat-x;*/
}
#footerbar2
{
    /* background: url(../images/content/footerbar-l.png) 0 0 no-repeat;*/
}
#footerbar3
{
    /*background: url(../images/content/footerbar-r.png) 100% 0 no-repeat;*/
}
.block.first, .block.middle
{
    background-image: url('../images/content/moduletable-bg.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
}
.block.last
{
    background-image: url('../images/content/moduletable-bg-last.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
}
.moduletable-home
{
    height: 274px;
    color: #82848a;
    padding: 15px;
}
.moduletable-home h2, h2.module-title
{
    margin-top: 0;
    font-size: 200%;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
.moduletable-home h3, h3.module-title
{
    margin-top: 0;
    font-size: 120%;
    color: #0069aa;
    text-transform: uppercase;
}

.moduletable-home a
{
    color: #0069aa;
    font-weight: bold;
    background: transparent url('../images/content/rt-arrow-gray.png') no-repeat scroll 0 50%;
    margin-left: 16px;
    padding: 0 14px 0 20px;
}
.moduletable-home a:hover
{
    color: #000;
    font-weight: bold;
    background: transparent url('../images/content/rt-arrow-gray.png') no-repeat scroll 0 50%;
    margin-left: 16px;
    padding: 0 14px 0 20px;
}
#banner
{
    margin: -15px -15px 15px -15px;
}
.more
{
    background: transparent url(../images/content/rt-arrow-red.png) no-repeat scroll 0 50%;
    color: #0069AA;
    font-weight: bold;
    padding: 0 14px 0 20px;
    line-height: 32px;
}
.additional-info
{
    background-position: right bottom;
    background-image: url('../images/content/more-info.jpg');
    background-repeat: no-repeat;
    padding:24px 24px 24px 30px;
    line-height: 22px;
    float:left;
}

.additional-info a
{
    color: #0069AA;
    font-weight: bold;
}

.additional-info a:hover
{
    color: #CF230B;
    font-weight: bold;
}
