/*******************************************************************************
********************************************************************************
**
* - GENERAL/BODY
*
* - CONTENT
**
********************************************************************************
 ******************************************************************************/




/* CONTENT ------------------------------------------------------------------ */

#smallFeatures
{
	position: static;
	border: none;
	padding: 0;
}

#smallFeatures .feature
{
	clear: none;
	float: left;
	width: 22%;
	border-top: 0 none #FFFFFF;
	padding: 0;
	background-color: transparent;
}

#smallFeatures .feature2
{
	clear: none;
	float: left;
	width: 19%;
	border-top: 0 none #FFFFFF;
	padding: 0;
	background-color: transparent;
	padding-right:5px;
	padding-left:5px;
}

#smallFeatures .feature2a
{
	clear: none;
	float: left;
	width: 98%;
	border-top: 0 none #FFFFFF;
	padding: 0;
	background-color: transparent;
	padding-right:5px;
	padding-left:5px;
}

#smallFeatures .feature2b
{
	clear: none;
	float: center;
	width: 50%;
	border-top: 0 none #FFFFFF;
	padding: 0;
	background-color: transparent;
	padding-right:5px;
	padding-left:5px;
}

#smallFeatures .feature3
{
	clear: none;
	float: left;
	width: 33%;
	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: #666600;
	background-image: none;
}

#smallFeatures .feature p
{
	margin: 0 15px 15px 15px;
}

#smallFeatures .featureContinue
{
	border-top: 1px dashed #CCCCCC;
	padding-top: 0.25em;
}

A:link {
	font-size: 10pt;
  	font-family: arial
	text-decoration: none;
	color: white;
	}

A:visited {
	font-size: 10pt;
  	font-family: arial
	text-decoration: none;
	color: white;
   }

A:active {
	font-size: 10pt;
  	font-family: arial
	text-decoration: none;
	color: white;
   }

A:hover {
	font-size: 10pt;
  	font-family: arial
	text-decoration: none;
	color: yellow;
   }
   
