﻿/*-------------------------------------------------------------------------

layout1002.css
- One column layout

-------------------------------------------------------------------------*/

/*------------------------------------------------------------------------
>> MAIN PAGE FOUNDATION STRUCTURE
-------------------------------------------------------------------------*/

html {
    height:100%;
}

body {
    margin: 0;
    height:100%;
    width: 100%;
}

#siteBackgroundLayer {
	position: fixed;
	top: 0;
	left: 50%;
	width: 1406px;
	height: 450px;
	margin-left: -703px;
}

*html #siteBackgroundLayer 
{	
	position: absolute;	
	overflow: hidden;	
	width: 100%;
	left: 0px;
	margin: 0 auto 0 0;
}

*html #siteBackgroundLayer OBJECT
{
	width: 1406px;
}

#siteContainer {
	position: relative;
	margin: 0 auto;
	top: 0;
    width: 990px;
    
}



/*------------------------------------------------------------------------
>> HEADER STRUCTURE
-------------------------------------------------------------------------*/

#siteHeader {    
    float: left;
    /*height: 141px;*/
}

#siteLogin {
	display: block;
	float: right;
	line-height: 18px;
}

#siteHeaderLogo {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    height: 120px;
    clear: both;
}

/* IE Menu Popup issue fix */
#siteNavigation div {
    z-index: 2;
}

#siteNavigation {
    float: right;
    width: 690px;
    height: 57px;
    margin-top: 43px;
    margin-right: 3px;
    overflow: visible;
    z-index: 2;
}

#siteMainContent {
    position:relative;
    width: 990px;
    margin-top: 8px;
    left: 0;
	float: left; 
	z-index: 1;
}

/* IE 6 Menu shift problem fix */
/**html #siteNavigation table
{
	position: relative;
}*/



/*------------------------------------------------------------------------
>> MAIN PAGE CONTENT AREA STRUCTURE
-------------------------------------------------------------------------*/

#siteSide {
    display: none;
    position: relative;
	float: left;
    width: 288px;
    margin: 0;
    padding: 0;    
    overflow: hidden;
}

#siteMain {
    position: relative;
    width: 990px;
    margin: 0;
    padding: 0;
    min-height: 600px;
}

#siteMainContainer {
    padding: 0 22px 15px 15px;
}

/*#siteMainContainer td {
    padding-left: 6px;
    padding-right: 6px;
}*/

/*#siteMainContainer ul {
    line-height: 16px;
}*/

#siteFooter {
    position: relative;
    width: 910px;
	padding-top: 40px;
	padding-bottom: 20px; 
	margin: 0 40px 0 40px;
	clear: both;
}

#siteFooterContent1 {
    padding-bottom: 14px;
    margin: 0;
    text-align: center;
}


/*------------------------------------------------------------------------
>> TURN OFF ALL DIVS NOT BEING USED IN THE LAYOUT
-------------------------------------------------------------------------*/

#siteHeaderContent1  
{
	display: none;	
}
#siteHeaderContent2  
{
	display: none;	
}
#siteHeaderContent3  
{
	display: none;	
}
#siteNavigationContent1
{
	display: none;	
}
#siteNavigationContent2 
{
	display: none;	
}
#siteNavigationContent3 
{
	display: none;	
}
#siteMainContentTop1
{
	display: none;	
}
#siteMainContentTop2
{
	display: none;	
}
#siteSideContent2 {
	display: none;	
}
#siteSideHomeContent1 {
    display: none;
    margin: 0;
    padding: 0;
}
#siteSideHomeContent2 {
    display: none;
    margin: 0;
    padding: 0;
}
#siteSideContent3 {
    display: none;
    margin: 0;
    padding: 0;
}