﻿/*-------------------------------------------------------------------------

layout1012.css
- Two column layout - siteSide left, siteMain right

-------------------------------------------------------------------------*/

/*------------------------------------------------------------------------
>> MAIN PAGE FOUNDATION STRUCTURE
-------------------------------------------------------------------------*/

html {
    height:100%;
}

body {
    margin: 0;
    height:100%;
    width: 100%;
}

#siteBackgroundLayer {
	display: none;
}

*html #siteBackgroundLayer {	
	display: none;
}

*html #siteBackgroundLayer OBJECT {
	display: none;
}

#siteContainer {
	position: relative;
	margin: 0 auto;
	top: 0;
    width: 937px; 
}


/*------------------------------------------------------------------------
>> HEADER STRUCTURE
-------------------------------------------------------------------------*/

#siteHeader {    
    position: relative;
    margin: 15px 0 0 0;
    width: 100%;
    min-height: 112px;
}

*html #siteHeader {
    height: 112px;
}

#siteLogin {
	position: absolute;
	top: 18px;
	right: 20px;
}

#siteHeaderLogo {
    float: left;
    margin-top: 10px;
    margin-left: 9px;
    clear: both;
}

#siteHeaderContent1  {
	position: absolute;
	top: 54px;
	left: 440px;
	width: 20px;
	height: 20px;
}

/*------------------------------------------------------------------------
>> NAVIGATION STRUCTURE
-------------------------------------------------------------------------*/

#siteNavigation {
    position: relative;
    width: 100%;
    height: 31px;
    overflow: visible;
    z-index: 2;
}

*html #siteNavigation {
    margin-top: -8px;
}

#siteNavigation div{    
    z-index: 2;
}

#siteMainContent {
    position:relative;
    width: 937px;
    margin-top: 0;
    left: 0;
	float: left; 
	/*z-index: 1;*/
}

/* IE 6 Menu shift problem fix */
*html #siteNavigation table{
	position: relative;
}


/*------------------------------------------------------------------------
>> MAIN PAGE CONTENT AREA STRUCTURE
-------------------------------------------------------------------------*/

#siteMainContent {
    float: left;
    height: 100%;
    overflow: hidden;
}

#siteSide {
	float: left;
    width: 197px;
    margin: 0;
    padding: 0;
}

*html #siteSide {
    width: 197px;
}

#siteSideContent1 {
	position: relative;	
}

#siteSideContent2 {
	position: relative;	
}

#siteMain {
	position: relative;
    width: 706px;
    margin: 0 0 0 218px;
    padding: 0;
}

*html #siteMain {
    width: 703px;
}

#siteMainContainer {
    padding: 0 15px 15px 15px;
    margin: 0 8px 0 8px;
}

#siteMainContainer td {
    /*padding-left: 7px;
    padding-right: 7px;*/
}

/*#siteMainContainer ul {
    line-height: 16px;
}*/

#siteFooter {
    position: relative;
    width: 937px;
	padding-top: 30px;
	padding-bottom: 20px; 
	margin: 0;
	clear: both;
}

*html #siteFooter {
    padding-top: 20px;
}


/*------------------------------------------------------------------------
>> TURN OFF ALL DIVS NOT BEING USED IN THE LAYOUT
-------------------------------------------------------------------------*/


#siteHeaderContent2  
{
	display: none;	
}
#siteHeaderContent3  
{
	display: none;	
}
#siteNavigationContent1
{
	display: none;	
}
#siteNavigationContent2 
{
	display: none;	
}
#siteNavigationContent3 
{
	display: none;	
}
#siteMainContentTop1
{
	display: none;	
}
#siteMainContentTop2
{
	display: none;	
}
#siteMainContentBot1 {
    display: none;
}
#siteMainContentBot2 {
    display: none;
}
#siteSideHomeContent1 {
    display: none;
    margin: 0;
    padding: 0;
}
#siteSideHomeContent2 {
    display: none;
    margin: 0;
    padding: 0;
}
#siteSideContent3 {
    display: none;
    margin: 0;
    padding: 0;
}