.breadcrumbspane
{
	display: none;
}

/*	DNN Content Region */

.ParticipantPreview 
{
	background: transparent url('./Images/participant_preview.png') top left no-repeat;
	vertical-align: top;
	width: 1024px;
	
	
}

.ConsumerPane, .ProviderPane, .HealthPlanPane /*, .PurchaserPane */
{
	position: relative;
	display: inline-block;
	/* padding: 168px 16px 0 16px; */
	/* padding: 0 16px 168px 16px; */
	padding: 12px;
	!padding: 6px;
	margin: 0 0 24px 0;
	/*width: 768px; 
	width: 341px; */
	width: 520px;
	/* height: 232px;*/
/*	height: 275px; */
	height: 290px; 
	vertical-align: top;
	z-index: 1000;
}
/*
.ConsumerPane 
{
	background: transparent url('./Images/box1_open.png') top left no-repeat;
}

.ProviderPane 
{
	background: transparent url('./Images/box2_open.png') top left no-repeat;
}

.HealthPlanPane 
{
	background: transparent url('./Images/box3_open.png') top left no-repeat;
}

.PurchaserPane 
{
	background: transparent url('./Images/box4_open.png') top left no-repeat;
}

*/
#ConsumerPaneTab
{
	position: absolute;
	display: block;
	top: 0;
	left: 12px;
	margin-top: 12px;
	width: 186px;
	height: 140px;
	border: none;
	background: none;
	z-index: 9000;
}
/*
#ProviderPaneTab
{
	position: absolute;
	display: block;
	top: 0;
	left: 208px;
	margin-top: 12px;
	margin-left: 208px;
	width: 186px;
	height: 140px;
	border: none;
	background: none;
	z-index: 9000;
}

#HealthPlanPaneTab
{
	position:absolute;
	display: block;
	top: 0;
	left: 406px;
	margin-top: 12px;
	margin-left: 406px;
	width: 186px;
	height: 140px;
	border: none;
	background: none;
	z-index: 9000;
}

#PurchaserPaneTab
{
	position:absolute;
	display: block;
	top: 0;
	left: 604px;
	margin-top: 12px;
	margin-left: 604px;
	width: 186px;
	height: 140px;
	border: none;
	background: none;
	z-index: 9000;
}
*/
.RightContentPane
{
	position: absolute;
	
	display: block;
	top: 0;
	/* left: 824px; */
	/*left: 610px; */
	left: 560px;
	padding: 12px;
	!padding: 4px;
	/* width: 176px; */
	/* width: 390px; */
	width: 420px;
	
	/*height: 376px; */
/*	height: 250px; */
	height: 290px;
	vertical-align: top;
	/*background: transparent url('./Images/right_content_pane.png') top left no-repeat;*/
    z-index: 0; 
	
}

.BottomSingleContentPane, .BottomDoubleContentPane, .BottomTripleContentPane
{
	position: relative;
	display: block;
	margin: 24px 0 48px 0;
	padding: 12px;
	
	width: 1000px;
	height: 325px;
	vertical-align: top;
	
}

.BottomSingleContentPane
{
	background: transparent url('./Images/home_layout_bottom_single_content_bg.png') top left no-repeat;
}

.BottomDoubleContentPane
{
	background: transparent url('./Images/home_layout_bottom_double_content_bg.png') top left no-repeat;
}

.BottomTripleContentPane
{
	background: transparent url('./Images/home_layout_bottom_triple_content_bg.png') top left no-repeat;
}

/*	Hide empty areas completely	*/
.DNNEmptyPane, #preload
{
	display: none;
}