﻿/*
layout specific info goes here, actual styling should go in the skin css file
*/

body
{
	height: 100%; /*gives child divs something to inherit*/
	margin: 20px 1px 1px 1px;
	
	padding: 0;
}
#Layout_Main
{
	/*centered layout*/
	position: relative;
	margin: 0 auto;
	
	/*left justified layout
	position: absolute;
	*/
	
	width: 769px; /* 770 - border width */
	
	/*
	only the size is specified here since it affects the layout
	color and style of the border will be in the main style sheet;
	*/
	border-width:1px;
	border-color:#B9B9B9;
}

#Layout_Header, tr.Layout_HeaderPlaceHolder, #Header
{
	height:247px; /* for agents section only --- set in the Agents Theme -- NO SUB NAV2*/
	height:325px;
	width:100%;
	
}

#Layout_Header
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:100;
}

#Footer
{
	height:30px;
}
#SubSectionFooter, #Layout_Footer
{
	height:100px;
	max-height:100px;
}



#Layout_Content
{
	width:100%;
	text-align:center;
}




#Layout_Middle
{
	background-color:White;
	min-height:210px;
	height:210px;
}

/* for visualization only, can be deleted */

td.Layout_HeaderPlaceHolder
{
	background-color:White;
}
#Layout_Main
{
	background-color:White;
}
