/* CSS Document */

#mainpgContentsections {
	float: left;
	width: 900px;
	clear: both;
	background-color: #000000;
	padding: 0px 0px 0px 25px;
	margin: 0px;
}
.imgHolder {
	float: left;
	width: 84px;
}
.textHolder {
	float:left;
	width: 180px;
}
.paramarg {
	margin-left: 75px;
}
.section {
	width: 200px;
	float: left;
}

/* Three Sections Classes */
.threeColSubColumn{
	float:left;
	overflow:hidden;
	width: 288px;
	}
.marginLeftTen {
	margin-left:10px;
}
.subTop {
	height: 37px;
	padding-left: 10px;
	padding-top: 10px;
	width:275px;
	background-image: url(images/sectionTop.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
.subMid {
	overflow:hidden;
	padding-left: 10px;
	width:275px;
	background-image: url(images/sectionMid.png);
	background-repeat: repeat-y;
	background-position: right top;
	}
.itemHolder {
	clear: both;
	margin-bottom: 12px;
	overflow:hidden;
	width:100%;
	}
.photoHolder {
	float:left;
	padding: 0 10px 0 3px;
	}
.leader {
	float:left;
	width:155px;
	padding-right: 15px;
	}
.itemText {
	margin:0;
	padding:0px 0 4px;
	}
.itemHeader {
	overflow:hidden;
	padding:3px 0 6px;
	width: 100%;
	font-weight: bold;
	background-image: url(images/blkdevide.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 0px;
	}
.subBottom {
	height:47px;
	padding-left:10px;
	width: 275px;
	background-image: url(images/sectionBottom.png);
	background-repeat: no-repeat;
	background-position: right top;
	}

