* html object{display: none;}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing        
                          browser defaults */
	padding: 0;
	background-color: #000;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in 
                                     the #container selector */
}
.oneColLiqCtrHdr #container {
	width: 1060px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColLiqCtrHdr #inside_container{
 
	width: 1060px;  
	margin: 0 auto;
        z-index: -1;
	}

.oneColLiqCtrHdr #insideWrapper{
        background-image: url(/fwfs/images/TemplateGraphics/HomePageTemplateGraphics/HomePageBckgrd.jpg);
        background-repeat: no-repeat;
        background-position:0 0;
	width: 1060px;  
        min-height: 808px !important;
        height: 808px;
	margin: 0 auto;
}


.oneColLiqCtrHdr #header {
        position: fixed;
	width: 1060px; 
        height: 60px;
}

.oneColLiqCtrHdr  #headerReplacement{height: 60px;  width: 100%;}

/* targets IE7 only - valid CSS */
*:first-child+html { }





.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an 
                         unexplainable space between divs. If the div has a border around it, this is not necessary as that also 
                         avoids the margin collapse */
}


.oneColLiqCtrHdr #mainContent2 {   
        padding-right: 125px;
        width: 560px;  
        margin: 0 auto;
        padding-top: 150px;
}



* html .oneColLiqCtrHdr #mainContent2 {
        margin-top: 0px;
        height: 743px;
}


*:first-child+html .oneColLiqCtrHdr #mainContent2{height: 743px; }

.oneColLiqCtrHdr #footer { 
         text-align: center; 
         margin: 0 auto;
         width: 700px;
         padding-right: 140px;     
} 

#footer p {
         width: 700px; 
}
#footerContent{
margin-top: 30px;
}

/* targets IE7 only - valid CSS */
*:first-child+html  #footer { 
 margin-top: -230px;
} 

*:first-child+html #footerContent img{ 
 margin-bottom: 15px;
} 


#page{padding-top: 20px; width: 597px; margin: 0 auto; padding-left: 5px;}


/* ie6 work around to make ie6 play nice for min-height */
* html .oneColLiqCtrHdr #footer { 
   height: expression( this.scrollHeight < 401 ? "400px" : "auto" ); /* sets min-height for IE */
}


/* ie6 fix on the home page for the dropdowns falling behind movie. */
* html #mainHeaderContainer{z-index: 9999; position: relative; display: inline; }




