
/* 

	CSS File: 	Tamplate.Layout.css
	Layout:	n/a

*/


/*Global Sections*/
#globalHeader
{
	display:none;
}
#globalFooter
{
	display:none;
}

/*Main Divisions*/
#leftSideBar /*Main Left Column*/
{
	display:none;
}
#rightSideBar /*Main Right Right*/
{
	display:none;
}
#container /*Main Middle Column*/
{ 
	width:871px;
	
}

/*#Container(Main Middle Column) Sections*/
#header /*Site Specific Header*/
{ 
	height:165px;
	width:871px;
	border:0;
	margin-bottom:10px;
	

}
#leftPanel /*Left callouts Panel*/ /*Position Horizontally after featured Content*/
{

		width: 871px;
		text-align:center;
		border:0;

	float:left;
	margin:10px 0;
	

}
#rightPanel /*Right callouts Panel*/
{
	display:none;
}
#contentPanel /*Contents Panel*/
{ 
	width:871px;
	margin:0;
	border:0;
	height:537px;
	
	display: inline-block;
	
	


}
#footer /*Site Specific Footer*/
{ 
width: 871px;
	margin:0 auto;
	padding:0;
	border:0;
}

/*#contentPanel Sections*/
#breadCrumbs /*Crumb Trail Navigation*/
{
	display:none;
}
#featuredContent /*Featured Content Section usually used for home page layouts*/
{ 
	width: 871px;
	height:242px;
	border: 0;
	
	

}
#mainContents /*Page main contents area*/
{
	width: 871px;
	height:242px;
		float:left;

}
#extendedContents /*Optional Content panel usually used as container for sponsor logos*/
{
	width: 871px;
	margin:0;
	padding:0;
	display:none;
	
	
}
/* Navigation Containers - Styles for the navigation container only. Stylesheets for the actual Menu Component will be under Named.Components folder*/ 
#horizontalNavigation
{
display:none;
}
#verticalNavigation
{
	display:none;
}
