
/* 

	CSS File: 	Tamplate.Layout.css
	Layout:	n/a

*/


/*Global Sections*/
#globalHeader
{
	display:block;
}
#globalFooter
{
	display:block;
}

/*Main Divisions*/
#leftSideBar /*Main Left Column*/
{
	display:none;
}
#rightSideBar /*Main Right Right*/
{
	display:none;
}
#container /*Main Middle Column*/
{ 
	width:1003px;
}

/*#Container(Main Middle Column) Sections*/
#header /*Site Specific Header*/
{ 
	
}
#leftPanel /*Left callouts Panel*/ /*For this layout, Leftcolumn takes extendedContents Area for faster layout switching.*/
{
	width:749px;
	margin:0px;
	float:left;
}
#rightPanel /*Right callouts Panel*/
{
	width:250px;
}
#contentPanel /*Contents Panel*/
{ 
	width:749px;
	float:left;
	margin:0px 0px 10px 0px;	
}
#footer /*Site Specific Footer*/
{ 
	/*margin: 0 auto;*/
}

/*#contentPanel Sections*/
#breadCrumbs /*Crumb Trail Navigation*/
{
	display:none;
}
#featuredContent /*Featured Content Section usually used for home page layouts*/
{ 
}
#mainContents /*Page main contents area*/
{
	/*display:block;*/
}
#extendedContents /*Optional Content panel usually used as container for sponsor logos*/
{
	display:none;
}
/* Navigation Containers - Styles for the navigation container only. Stylesheets for the actual Menu Component will be under Named.Components folder*/ 
#horizontalNavigation
{
}
#verticalNavigation
{
	display:none;
}
