/*  THE WRAPPER ID MAKES SURE THE PAGE IS CENTERED */
#wrapper
{
    width: 100%;
    min-height: 78-px;
    height: auto !important;
    height: 780px;
    position: relative;    
    float: left;    
    z-index:5;
}

#wrapper-footer
{
    width: 100%;
    height:0;
    float: left;
    background: #fff;
}


/*  NOW THE SITE IS CENTERED WE CAN FLOAT THINGS TO THE LEFT INSIDE THE WRAPPER
    THIS MEANS THAT WE CAN CENTERING AND COLUMNS TO BOOT */
#site
{
    width: 940px;   
    padding: 5px 5px 0 5px;
    position: relative;
    margin: 0 auto;  
    overflow: hidden;
	background: #fff;
	
}

#middle
{
    width: 940px;    
    min-height: 300px;
    height: auto !important;
    height: 300px;  
    float: left;
}

#masthead {
    width: 940px;
    height: 128px;   
    position: relative;
    
    top: 0px;
    left: 0px;    
    
    background: #033776 url(/images/bannerTop.jpg) no-repeat 0 -10px;
    z-index: 10;    
    }

    #masthead #rightBlock {
        width: 456px;
        padding: 4px 20px 4px 10px;
        background-color: #cfd1e1;
        line-height: 20px;
        margin-top: 3px;
        margin-right: 3px;
        float: right;
        display: inline;
        }
        
        #SiteSearch {
            float: right;
            width: 300px;
            }

#footer
{
    width: 940px;        
    background-color: white;       
    float: left;
    padding-top: 20px;
    padding-bottom: 10px;        
}

#footer #fontResizer
{

}
    
    #footer #fontResizer a {color: #033779;}
    #footer #fontResizer a:visited {color: #033779;}
    #footer #fontResizer a:hover {color: #033779;}
    
#footer #disclaimer {
	overflow: auto;
	position:relative;
	top:-30px;
}

	#footer #disclaimer p {
		float: right;
		width: 460px;
	}

#footer #footer-items
{
    padding: 5px;
    float: left;
    margin-top: 15px;
    margin-left: 25px;
    margin-right: 30px;
    display: inline;
}


#footer #footer-items div
{   
    padding: 0px;
    list-style: none;
    
    width: 400px;
    font-size: 0.7em;
    text-align: center;  
    
    margin-bottom: 5px;    
}

#footer #footer-items div a { color: #033779; }



