/*-------------------------------------------------------------------------

layout1000.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 {
	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: 944px;
    
}


/*------------------------------------------------------------------------
>> HEADER STRUCTURE
-------------------------------------------------------------------------*/

#siteHeader {    
    float: left;
}

#siteLogin {
	position: relative;
	float: right;    
    /*height: 141px;*/
}

#siteHeaderLogo {
    position: relative;
    margin-top:0;
    margin-left:0;
    clear: both;
}

/* IE Menu Popup issue fix */
#siteNavigation div {
    z-index: 2;
}

#siteNavigation {
    width: 944px;
    height: 100px;
    margin-top: 13px;  
    float: left;
}

/* IE 6 Menu shift problem fix */
*html #siteNavigation ul
{
	position: relative;
}

#siteMainContent {
    position:relative;
    width: 944px;
    margin: 0;
    padding: 0;
    margin-top: -50px;
	float: left; 	 
}

#siteMainContent {
	z-index: 1;
}

/* IE 6 Menu shift problem fix */
*html #siteNavigation table
{
	position: relative;
}


/*------------------------------------------------------------------------
>> MAIN PAGE CONTENT AREA STRUCTURE
-------------------------------------------------------------------------*/

#siteSide {
    position: relative;
	float: left;
    width: 230px;	    
    margin: 0;
    padding: 0;
}

#siteSideContent1 {
	position: relative;
	width: 230px;
}

#siteSideContent2 {
	position: relative;
	width: 230px;	
}

#siteMain {
	float: right;
    width: 694px;    
    margin: 0;
    padding: 0;
}

#siteMainContainer {
    padding: 0 15px 15px 15px;
}

/*
#siteMainContainer td {
    padding-left: 0px;
    padding-right: 6px;
}
*/

*html .PageContent {
    width: 600px;
}

/*#siteMainContainer ul {
    line-height: 16px;
}*/

#siteFooter {
    position: relative;
    width: 944px;
	padding: 30px 0 20px 0; 
	clear: both;
}


/*------------------------------------------------------------------------
>> 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;
	margin: 0;
	padding: 0;	
}
#siteMainContentTop2{
	display: none;
	margin: 0;
	padding: 0;	
}
#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;
}
