/*
######################################################################################
######                                                                        #######
######     FEATURES PAGE STYLES    	                                         #######
######                                                                      #######
##################################################################################
*/

body { background-image: url(../../../images/page-specific/text_and_images/template2/body_bg-standard.jpg); }

/********************************************************************************/
/***** MIDDLE STYLES ***********************************************************/
/******************************************************************************/

.middle {
	height: auto !important;
	min-height: 400px;
	height: 400px;
	padding-top: 30px;
}


/********************************************************************************/
/***** PARAGRAPH STYLES ********************************************************/
/******************************************************************************/

.section {
	margin-bottom: 10px;
	}
	.section p {
		margin-bottom: 15px;
		}
	.section h2 {
		text-align: center;
		font-size: 1.4em;
		font-weight: bold;
		margin-bottom: 20px;
		}


/********************************************************************************/
/***** FEATURES STYLES *********************************************************/
/******************************************************************************/

.features {
	width: 920px;
	}
	.features th {
		text-align: center;
		vertical-align: top;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 84px;
		}
	.features td {
		text-align: left;
		vertical-align: top;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 376px;
		font-size: 1em;
		line-height: 1.1em;
		}



















