﻿img { border-style: none; }
.pointer
{
	cursor:pointer; 
}
#mainWindow
        {                       
            clear: both;
            width:790px; 
            margin: auto; 
        }
        #menuArea
        {
        	margin: auto;                       
            height: 44px;
            padding: 0px;  
            
        }
        body
        {
            margin: 0px auto auto auto;
            font-family: "Trebuchet MS", Arial, sans-serif,helvetica, arial, tahoma;
            font-size: .70em;
            text-align: center;
            vertical-align: top;
            padding: 0px; 
        }
        #homeButtons
        {
            width: 790px;
            height: 125px;            
            padding: 0px;    
        }
        
        #homeSeperatorTop
        {
            background-position: 0px 0px;
            background: url(../images/bkteal.png);
            border-top: #ffffff 1px solid;
            padding-left: 10px;            
            padding-bottom: 1px;            
            padding-top: 1px;
            border-bottom: #ffffff 1px solid;
            background-repeat: repeat-x;
            height: 15px; 
        }
        #homeSeperatorBottom
        {
        	clear:both; 
            background-position: 0px 0px;
            background: url(../images/bktealdn.png);
            border-bottom: #ffffff 1px solid;
            padding-left: 10px;            
            padding-bottom: 1px;            
            padding-top: 1px;
            border-top: #ffffff 1px solid;
            background-repeat: repeat-x;
            height:15px; 
        }
        
        #homeCenter
        {
        	position:relative; 
        	margin-top: 4px; 
        }
        #homeBanner
{	
	clear: both;
	margin-right: 2px;
	top: 0px;
	width: 632px;
	height: 300px;
	padding: 0px;
	margin: 0px;
	float: left;
	left: 0px;
	padding-top:1px; 
	text-align:left; 
	overflow: hidden; 
	position:relative; 
}
        #homeBanner img
{	

	width: 632px;
	height: 300px;
}
       
        
        #homeBannerButtons
        {        	            
            position:absolute;           
            width: 154px;
            height:300px;            
            padding: 0px;
            margin: 0px;
            top: 4px; 
            right: 0px; 
        }
         #homeBannerButtons img
        {            
            
            width: 154px;
        }
       
        
        #homeLegal
        {
			clear:both;             
        }
       
       
       #legal1_LegalContent
       {
       		float: left; 
			font-size: .80em;
			text-align: justify;  
			width:100%; 
       }
       .hidden {display:none; }
       .innerfade
       {       	
       	position:absolute; 
       	top:0px; 
       	left:0px; 
       	clear:both; 
       	float:left; 
       	text-align:left; 
       	margin: -1; 
       }
