﻿body { overflow: hidden; }

/* Home Page Stuff */
#divHomeGreenbar
{
     height: 353px; width: 100%;
     background-image: url('../images/imgHomeGreen.png'); background-repeat: repeat-x;   
     z-index: 10000; position: absolute; top: 60px; left: 0px;
}
#divHomeGreenbarInside
{
    position: relative; height: 100%; width: 100%;    
}
#imgBigAmp
{
    position: absolute; top: 0px; right: 0px;
}
#divWhiteHome
{
    position: absolute; top: 9px; left: 0px;
    width: 832px; height: 332px;    
    background-color: #FFFFFF;
}
/* Home Page Stuff */   

/* Body Area */
#divMainTitleArea
{
    position: absolute; top: 76px; left: 123px; z-index: 60001;
    width: 709px; height: 42px;
    margin: 0px; padding: 0px;
    background-color: #A1934E; 
    text-align: right;     
}
#divMainContentArea
{
    position: absolute; top: 76px; left: 126px; z-index: 60001; 
}
#divHomeFlash
{
    position: absolute; top: 76px; left: 404px; z-index: 60002; 
}
#divHomeNews
{
    position: absolute; top: 116px; left: 126px; z-index: 60001; height: 250px; overflow: hidden;
}
.HomeNewsHead
{ 
    width: 450px; height: 22px;
    font-size: 12px; color: #782F03;
    background-color: #D9E0DF;    
}
div.HomeNewsHead div { padding: 4px 0px 4px 4px; }
.HomeNewsHead a:link, .HomeNewsHead a:active, .HomeNewsHead a:visited
{
    color: #782F03; text-decoration: none;    
}
.HomeNewsHead a:hover
{
    color: #000000; text-decoration: none;
}

.HomeNews 
{ 
    width: 450px;
    margin-top: 2px; padding-left: 2px;
    font-size: 11px; color: #782F03;
    background-color: #EEF1F1;    
}

div.HomeNews div { padding: 4px 0px 4px 4px; width: 374px; white-space: nowrap; overflow: hidden; }
.HomeNews a:link, .HomeNews a:active, .HomeNews a:visited
{
    color: #000000; text-decoration: none;    
}
.HomeNews a:hover
{
    color: #782F03; text-decoration: none;
}

#divGreyBar
{
    width: 510px; height: 8px; overflow: hidden;
    position: absolute; left: 0px; top: 386px; 
    background-image: url('../images/imgGreyBar.jpg');
    z-index: 60002;       
}
