
#home-table-container
{
	padding:				0px 18px 28px 18px;
	position:				relative;
}

#home-layout-table
{
	width:					100%;
	table-layout:			fixed;
	border-collapse:		collapse;
	font-size:				10px;
	margin:					0px 0px 0px 0px;
}

#home-added-content
{
	padding:				10px;
}

#whats-new-title
{
	padding:				20px 0px 0px 0px;
	border-bottom:			1px dashed #cececc;
	border-right:			1px dashed #cececc;
	margin-left:			18px;

}

#special-events-title
{

	padding:				20px 0px 0px 0px;
	border-bottom:			1px dashed #cececc;
	border-right:			1px dashed #cececc;
}

#panel-info-title
{

	padding:				20px 0px 0px 0px;
	border-bottom:			1px dashed #cececc;
}

#whats-new-content
{
	padding:				16px 20px 10px 15px;
	border-right:			1px dashed #cececc;
}

#special-events-content
{
	padding:				16px 20px 10px 20px;
	border-right:			1px dashed #cececc;
}

#panel-info-content
{
	padding:				16px 20px 10px 20px;
}

a
{
	text-decoration:		none;
	color:					black;
}

hr
{
	width:					189px;
	border:					none;
	text-align:				left;
	margin-left:			0px;
	margin-right:			auto;
	height:					1px;
	line-height:			1px;
	color:					#cececc;
	background-color:		#cececc;
}