﻿/*-------------------------------------------------------------------------

layout1005.css
- Smaller width layout - 778px wide
- 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: 28px auto;
	top: 0;
    width: 772px;
    border: solid 3px #000;
    
}


/*------------------------------------------------------------------------
>> HEADER STRUCTURE
-------------------------------------------------------------------------*/

#siteLogin {
	position: absolute;
	float: right;
	height: 100%;
	top: -26px;
	right: 0;
}

#siteHeader {    
    float: left;
    width: 100%;
}

#siteNavigation div {
    z-index: 2;
}

#siteHeaderLogo {
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
}
#siteHeaderLogo img{
    padding: 0;
    margin-bottom: -5px;  
}

#siteNavigation {
    position: relative;
    width: 772px;
    height: 31px;
    float: left;
    z-index: 2;
}

/* IE 6 Menu shift problem fix */
*html #siteNavigation ul
{
	position: relative;
}

#siteMainContent {
    position:relative;
    width: 772px;
    margin-top: 0;
	float: left;  
}

/* IE 6 Menu shift problem fix */
*html #siteNavigation table
{
	position: relative;
}


/*------------------------------------------------------------------------
>> MAIN PAGE CONTENT AREA STRUCTURE
-------------------------------------------------------------------------*/

#siteMainContent {
    position: relative;
	/*float: left;*/
    width: 772px;    
}

#siteSide {
    position: relative;
	float: left;
    width: 170px;	    
    overflow: hidden;
}

#siteSideContent1, #siteSideContent2 {
	position: relative;
	width: 152px;
	margin-left: 8px;	
}

#siteSideContent1 {
	margin-top: 80px;	
}

#siteMainContainer {
    position: relative;
    float: right;
    width: 572px;
    padding: 5px 15px 15px 0;
}

/*
#siteMainContainer td {
    padding-left: 0px;
    padding-right: 6px;
}
*/

/*#siteMainContainer ul {
    line-height: 16px;
}*/

#siteFooter {
    position: relative;
    text-align: center;
    width: 772px;
	padding: 27px 0 20px 0;
	clear: both;
}


/*------------------------------------------------------------------------
>> TURN OFF ALL DIVS NOT BEING USED IN THE LAYOUT
-------------------------------------------------------------------------*/

#siteHeaderContent1 {
	position: absolute;
	top: 5px;
	right: 20px;
	width: 400px;
}

#siteHeaderContent2  {
	position: absolute;
	top: -30px;
	left: 5px;
	width: 300px;
	height: 28px;	
}
#siteHeaderContent3  
{
	display: none;	
}
#siteNavigationContent1
{
	display: none;	
}
#siteNavigationContent2 
{
	display: none;	
}
#siteNavigationContent3 
{
	display: none;	
}
#siteMainContentTop1
{
	display: none;	
}
#siteMainContentTop2
{
	display: none;	
}
#siteSideHomeContent1 {
    display: none;
    margin: 0;
    padding: 0;
}
#siteSideHomeContent2 {
    display: none;
    margin: 0;
    padding: 0;
}
#siteSideContent3 {
    display: none;
    margin: 0;
    padding: 0;
}


/*------------------------------------------------------------------------
>> DETAIL PAGE PHOTO THUMBNAIL/DETAIL WIDTH
-------------------------------------------------------------------------*/

#photoThumbnails {
    overflow: hidden;
    max-width: 263px;
}

#photoThumbnails img{
    margin-left: -7px;
    margin-right: 0;
}

#photoThumbnails td {
    padding-right: 0;
}

/*-----------------------------------------------------------------------
>> AGENT ROSTER PAGE
-----------------------------------------------------------------------*/

.rosterSearchTab {
    margin: 10px 15px 10px 0;
}
