﻿/*
layout specific info goes here, actual styling should go in the skin css file
*/

body
{
	height: 100%; /*gives child divs something to inherit*/
	margin: 1px 1px 1px 1px;
	padding: 0;
}
#Layout_Main
{
	/*centered layout*/
	position: relative;
	margin: 0 auto;
	
	/*left justified layout
	position: absolute;
	*/
	
	width: 750px; /* 750 - 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;
}

#Layout_Header, tr.Layout_HeaderPlaceHolder, #Header
{
	height:155px;
	background-color:#426089;
}

#Layout_Header, #Header
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:100;
	display:block;
}

#Footer, #Layout_Footer
{
	background-color:#18498C;
	padding:3px 0px 1px 0px;
	height:15px;
}

#Layout_LeftNavPlaceHolder, #Layout_LeftNav, #LeftNav, .Layout_LeftNavBrace
{
	width: 145px;
	height:420px;
	
}

#Layout_Content
{
	width: 609px;
	padding-left: 10px;
	padding-top: 10px;
}

#Layout_LeftNav
{
	position:absolute;
	left:0px;
	top:161px; /* height of left nav */
	z-index:100;
	
}


#Layout_Middle
{
	height:300px;
}

/* for visualization only, can be deleted */

td.Layout_HeaderPlaceHolder
{
	background-color:Gray;
}

#Layout_LeftNavPlaceHolder
{
	background:#42618C url(../Images/Menu_Bar_Blue_Vert_1x419.gif) repeat-x;
	height:530px;
	
}

#Layout_Main
{
	background-color:White;
}

#HeaderMenu
{
	
}



