/*******************************************************************************
********************************************************************************
**
* - GENERAL/BODY
*
* - CONTENT
**
********************************************************************************
 ******************************************************************************/




/* CONTENT ------------------------------------------------------------------ */

#bannerComponents
{
  clear: none;
	float: left;
	width: 650px;
	height: 172px;
	margin-bottom: 1em;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	color: #0066CC;
	text-align: left;
}

#secondGroupBannerComponents
{
	clear: none;
	float: left;
	width: 325px;
	height: 172px;
	margin: 0 0 0 0;
	background-color: #315381;
	color: #eeeeee;
}

#thirdGroupBannerComponents
{
  clear: none;
	float: left;
	width: 325px;
	height: 172px;
	margin: 0 0 0 0;
	background-color: #330066;
	color: #eeeeee;
}

#fourthGroupBannerComponents
{
  clear: none;
	float: left;
	width: 325px;
	height: 172px;
	margin: 0 0 0 0;
	background-color: #330066;
	color: #eeeeee;
}

#fifthGroupBannerComponents
{
  position: absolute;
	top: 1;
	left: 1;
	width: 325px;
	height: 172px;
	margin: 0 0 0 0;
	background-color: #330066;
	color: #eeeeee;
	z-index: -1000;
}

#coverPlate
{
  position: absolute;
	top: 1;
	left: 1;
	width: 325px;
	height: 172px;
	margin: 0 0 0 0;
	background-color: #330066;
	color: #330066;
	z-index: -1;
}

#smallFeatures
{
	position: static;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	padding: 0;
	background-color: #cccccc;
}

#smallFeatures .feature
{
	clear: none;
	float: left;
	width: 625px;
	border-top: 0 none #FFFFFF;
	padding: 0;
	background-color: transparent;
}

#smallFeatures .feature h3
{
	clear: none;
	margin: 0 0 15px 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 8px 15px;
	background-color: #EEEEEE;
	background-image: none;
}

#smallFeatures .feature p
{
	margin: 0 15px 15px 15px;
}

#smallFeatures .featureContinue
{
	border-top: 1px dashed #CCCCCC;
	padding-top: 0.25em;
}
