
/* 

	CSS File: 	Template.Layout.css
	Layout:	n/a

*/


/* 

	Common CSS for Homepage.Layout &  Page.Layout
*/




/*Global Sections*/


#globalHeader
{
	display:none;
}
#globalFooter
{
	display:none;
}

/*Main Divisions*/
#leftSideBar /*Main Left Column*/
{
	display:none;
}
#rightSideBar /*Main Right Right*/
{
	/*display:none;*/
	margin-top:230px;
	display:inline;
	border:none;
}
#rightSideBar .Callouts,#rightSideBar .roundedBox
{
	width:180px;
	text-align:center;
}

#container /*Main Middle Column*/
{ 
	width:867px;
	float:left;
}

/*#Container(Main Middle Column) Sections*/
#header /*Site Specific Header*/
{ 
	height:165px;
	width:867px;
	border:0;
}
#header p/*Site Specific Header*/
{ 
	padding:0;
	margin:0;
}
#leftPanel /*Left callouts Panel*/ /*For this layout, Leftcolumn takes extendedContents Area for faster layout switching.*/
{
	/*width:867px;
	min-height:243px;
	margin:0 0 10px 0;
	float:left;
	border:0;	*/
	display:none;
}
#rightPanel /*Right callouts Panel*/
{
	width:280px;
	border:0;
}
#contentPanel /*Contents Panel*/
{ 
	width:560px;
	float:left;
	margin:0;
	padding:0;
	border:0;	
}
#footer /*Site Specific Footer*/
{ 
	width:867px;
	height:109px;
	margin:0 auto;
	/*float:left;*/
	padding:0;
	display:block;
	border:0;
	float:left;
}

/*#contentPanel Sections*/

/* #breadCrumbs & #featuredContent - different for homepage and subpage leave it blank*/
#breadCrumbs /*Crumb Trail Navigation*/
{	
}
#featuredContent /*Featured Content Section usually used for home page layouts*/
{
}
#mainContents /*Page main contents area*/
{
	width:572px;
	min-height:410px;
	padding:0;
	margin:0 0 10px 0;
	display:block;
	background-color:#ffffff;
}
#extendedContents /*Optional Content panel usually used as container for sponsor logos*/
{
	width:867px;
	/*min-height:243px;*/
	margin:0 auto 10px auto;
	border:0;
	float:left;
}
/* Navigation Containers - Styles for the navigation container only. Stylesheets for the actual Menu Component will be under Named.Components folder*/ 
#horizontalNavigation
{
	padding:0;
	margin:10px 0;
	float:left;
	width:867px;
}
#verticalNavigation
{
	display:none;
}
