/*--- Home Page Styles (needs the styles.css, too) ---*/
/*--- Content Styles ---*/
#contentArea {
	height: 450px;
	background-color: #d9e6ef;
}

#heroCol{
	width: 448px;
	height: 450px;
	top: 0;
	left: 0;
	background-color: #fff;
	position: absolute;
	overflow: hidden;
	z-index: 1;
}

#heroCol img.heroHeadline{
	padding: 6px 0;
}

#heroContent {
	padding: 10px 20px 20px 20px;
}

#rapidTestingBox{
	width: 194px;
	height: 194px;
	top: 0;
	left: 454px;
	background-color: #67a190;
	position: absolute;
	overflow: hidden;
	padding: 14px;
}

#pcrTestingBox{
	width: 194px;
	height: 194px;
	top: 228px;
	left: 454px;
	background-color: #6697c0;
	position: absolute;
	overflow: hidden;
	padding: 14px;
}

#rapidTestingBox p,#pcrTestingBox p{
	color: #fff;
	line-height: 12px;
}

#rapidTestingBox img,#pcrTestingBox img,#rapidTestingBox p,#pcrTestingBox p{
	margin-bottom: 12px;
}

#accordionCol{
	background-color: #fff;
	/* background-image: url(../images/tile.png); */
	top: 0;
	right: 0;
	width: 222px;
	height: 450px;
	position: absolute;
	overflow: hidden;
}

