﻿
.HomeMainTable
{
    margin-left: 2px;

    width: 1002px;
    border-collapse: collapse;
}

.HomeMaintableLeftCell
{
    padding-left:5px;
}

.HomeMainTableRightTopCell
{
    background-color: #ffffff;   
    width: 498px;
    height: 165px;
}

.HomeMainTableRightMiddleCell
{
    background-color: #ffffff;
    height: 120px;
    padding-left: 100px;
    padding-right: 10px;
    overflow: hidden;
}

.HomeMainTableRightBottomCell
{
    background-color: #ffffff;
    height: 45px;
    padding-left: 100px;
    padding-right: 10px;
}

.HomeTextBannerTitle
{
    padding-top: 5px;
    font-family:arial; 
    font-weight:bold; 
    font-size: 10pt;
}

.HomeTextBannerSubTitle
{
    font-family:arial;
    font-size: 8pt; 
    color: #cbb69e; 
    padding-top: 5px;
}

.HomeTextBannerContent
{
    padding-bottom: 5px;
}

.banners, .titles
{  
    background-color: #ffffff;
    height:  330px;  
    width:   512px;  
    padding: 0;  
    margin:  0;  
} 
 
.banners img, .titles img
{  
    padding: 0;
    margin: 0; 
    border: none 0px;  
    background-color: #ffffff;  
    width:  512px; 
    height: 330px; 
    top:  0; 
    left: 0 
}

.titles
{  
    width: 498px;
    height: 95px;    
} 
 
.titles img 
{  
    width:  498px; 
    height: 95px;
}

.texts
{  
    width: 388px;
    height: 120px;
    font-family: arial;
    font-size: 10pt;
    line-height: 12pt;
    color: #666666;
}

#button-container div
{
    background-image: url( '../Images/uc_HomePageContent_inactive_btn.gif' );
    background-repeat: no-repeat;
    width: 31px;
    height: 19px;
    float:left; 
    margin-right: 5px; 
    cursor: pointer;
}

#button-container div.activeSlide
{
    background-image: url( '../Images/uc_HomePageContent_active_btn.gif' );
    background-repeat: no-repeat;
}

#button-container div:focus 
{ 
    outline: none; 
}

.HomeBannerRowTableContainer
{
    height: auto;
}

.HomeBannerRowTable
{
    width: 1010px;
    border-collapse: collapse;
    height: 100%;
}

.HomeBannerRowCellLeftCorner, .HomeBannerRowCellRightCorner
{
    width: 11px;
}

.HomeBannerRowCellLeftCorner
{
    background-image: url( '../Images/uc_HomePageContent_bannerrow_leftcorner.png' );
    background-repeat: no-repeat;
}

.HomeBannerRowCellRightCorner
{
    background-image: url( '../Images/uc_HomePageContent_bannerrow_rightcorner.png' );
    background-repeat: no-repeat;
}

.HomeBannerRowCellLeft, .HomeBannerRowCellRight
{
    background-color: #603813;
    color: #ffffff;
}

.HomeBannerRowCellLeft
{
    /*padding-right: 10px;*/
}

.HomeBannerRowCellRight
{
    padding-left: 10px;
}

.HomeBannerRowCellMiddle
{
    width: 190px;
}

.HomeBannerRowSeparator
{
    width: 10px;
}

a.HomeMoreLinkOrangeBig:link, 
a.HomeMoreLinkOrangeBig:hover, 
a.HomeMoreLinkOrangeBig:active, 
a.HomeMoreLinkOrangeBig:visited
{
    color: #f16527;
    text-decoration: none;
}

a.HomeMoreLinkWhiteSmall:link, 
a.HomeMoreLinkWhiteSmall:hover, 
a.HomeMoreLinkWhiteSmall:active, 
a.HomeMoreLinkWhiteSmall:visited
{
    color: #ffffff;
    text-decoration: none;
}

#TitleLine1, #TitleLine2, #TitleLine3, .TitleLine
{
    font-family: Arial;
    font-size: 24px;
    color: #000000;
    left: 0px;
    text-transform: uppercase;
    letter-spacing: -2px;
    line-height: 22px;
    width: 500px;
    overflow: visible;    
    position:relative;
    /*z-index: 6;*/
}

#TitleLine1
{
    color: #FF9900;
    left: 0px;
    left: 95px;
}


