﻿#mainImage 
{
    background: #8A8D0A;
    color: #fff;
}
#mainImage .wrapper 
{
    background-repeat: no-repeat;
    background-position: top right;
}
#mainImage h1 { margin: 0; padding: 15px 0 8px 0; }
#mainImage .content 
{
    min-height: 184px;
    height: auto !important;
    height: 184px;
    overflow: hidden;
    padding: 120px 400px 0 0;
}
#mainImage .content p 
{
    margin: 0;
    padding: 0 0 15px 0;
}
#mainImage a { color: #FFE680; text-decoration: underline; }
#mainImage .body { padding: 0 0 15px 15px; }



/**** Dynamic Scrollbar *****************************************************/
 #scrollbar_container {  
     position:relative;  
     width:500px; 
     z-index: 100;
 } 
  
 #scrollbar_track {  
     position:absolute;  
     top:0;  
     right:0;  
     height:197px;  
     width:10px;  
     background-color:transparent;  
     cursor:move;  
 } 
  
 #scrollbar_handle {  
     width:10px;  
     background: #fff6dc url(Content/ScrollerTop.gif) top center no-repeat;
    cursor:move;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
 } 
 #scrollbar_handle_wrapper 
 {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: url(Content/ScrollerBottom.gif) bottom center no-repeat;
 }
 #scrollbar_content {  
     overflow:hidden;  
     width:485px;  
     height:197px;  
}  