﻿/*-------------------------------------------------------------------------

layout1008.css
- Two column layout - siteSide left, siteMain right
- Shared siteSideContent1, available siteSideContent2

-------------------------------------------------------------------------*/

/*------------------------------------------------------------------------
>> 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: 970px;
    
}


/*------------------------------------------------------------------------
>> HEADER STRUCTURE
-------------------------------------------------------------------------*/

#siteHeader {    
    position: absolute;
    top: 0;
    left: 0;
    width: 970px;
    height: 141px;
    z-index: 0;
}

#siteHeaderContent1 {
	position: absolute;
	top: 32px;
	right: 12px;
}

#siteHeaderContent2  {
	position: absolute;
	top: 0px;
	left: 300px;
}

#siteNavigation div{    
    z-index: 2;
}

#siteLogin {
	position: absolute;
	/*height: 100%;*/
	top: 6px;
	right: 10px;
}

#loginControlLinks {
    /*display: none;*/
}

#siteHeaderLogo {
    float: left;
    margin-top: 0;
    margin-left: 0;
}
*html #siteHeaderLogo {
    margin-left: 7px;
}

#siteNavigation {
    position: absolute;
    width: 678px;
    height: 82px;
    top: 57px;
    right: 0px;
    /*overflow: visible;*/
    z-index: 2;
}

#siteMainContent {
    position:relative;
    width: 970px;
    height: 100%;
    min-height: 400px;
    top: 141px;
    left: 0;
	padding-bottom: 30px;
}

*html #siteMainContent {
    height: 400px;
}


/* IE 6 Menu shift problem fix */
*html #siteNavigation table
{
	position: relative;
}


/*------------------------------------------------------------------------
>> MAIN PAGE CONTENT AREA STRUCTURE
-------------------------------------------------------------------------*/

#siteSide {
    position: relative;
    float: left;
    width: 268px;
    margin: 0;
    padding: 0;
    z-index: 1;
}

#siteSideContent1 {
    position: relative;
    z-index: 1;
}

#siteSideContent2 {
    position: relative;
    z-index: 2;
}

#siteMain {
	position: relative;
    width: 702px;
    left: -4px;
    margin: 0 0 0 268px;
    padding: 0;
    z-index: 0;
}

*html #siteMain {
    float: right;
    width: 690px;
    vertical-align: top;
    margin: 0;
    left: 0;
}

#siteMainContentTop1 {
	position: relative;
	width: 702px;
	height: 42px;
	left: 4px;
}
*html #siteMainContentTop1 {
    left: 0;
}

#siteMainContainer {
    padding: 0 15px 15px 15px;
    margin-left: 12px;
    min-height: 600px;
}

/*
#siteMainContainer td {
    padding-left: 0px;
    padding-right: 6px;
}
*/

/*#siteMainContainer ul {
    line-height: 16px;
}*/

#siteMainContentBot1 {
    display: none;
}

#siteFooter {
    position: relative;
    width: 970px;
	padding-top: 60px;
	padding-bottom: 20px; 
	margin-top: 130px;
	clear: both;
}

*html #siteFooter {
}

#siteFooterContent1, #siteFooterContent2, #siteFooterContentSys {
    margin: auto;
    margin-top: 0;
    width: 800px;
    text-align: center;
}

#siteFooterContent1 {
    margin: 0 auto 14px auto;
    padding-top: 20px;
}


/*------------------------------------------------------------------------
>> TURN OFF ALL DIVS NOT BEING USED IN THE LAYOUT
-------------------------------------------------------------------------*/


#siteHeaderContent3  
{
	display: none;	
}
#siteNavigationContent1
{
	display: none;	
}
#siteNavigationContent2 
{
	display: none;	
}
#siteNavigationContent3 
{
	display: none;	
}
#siteMainContentTop2
{
	display: none;	
}
#siteMainContentBot2 {
    display: none;
}
#siteFooterContent2 {
    display: none;
}
#siteSideHomeContent1 {
    display: none;
    margin: 0;
    padding: 0;
}
#siteSideHomeContent2 {
    display: none;
    margin: 0;
    padding: 0;
}
#siteSideContent3 {
    display: none;
    margin: 0;
    padding: 0;
}

/*-----------------------------------------------------------------------
>> AGENT ROSTER PAGE
-----------------------------------------------------------------------*/

.rosterSearchTab {
    margin: 10px 15px 10px 0;
}

