.sidetrust #clients { display: none !important; }
#contentMain h2 { margin: 0; padding: 0 0 10px 0; }
.clientBox {
	float: left;
	position: relative;
	width: 425px;
	height: 172px;
	border: 1px solid #c0c8cb;
	background: white url("/images/_template/sideTrust_boxContent-new.gif") left bottom repeat-x;
}
	/* the actual featured client logo image from the db */
	.clientBox .clientlogo { left: 0; margin-left: 0; }
	/* the box that sits to the right of the image */
	.clientBox .content { float: right; width: 231px; height: 145px; }
		
		.clientBox .content p {
			margin: 0;
			padding: 0 0 5px 0 !important;
			line-height: normal;
		}
	
/* to create the whitespace between featured client boxes */
.columnDiv { float: left; width: 14px; height: 148px; }

/* name of client */
		.clientBox .content h4, .clientBox .content p.h4 {
		  font-weight: bold;
			line-height: normal;
			margin: 0;
			height: 30px !important;
			font-size: 1.1em !important;
		}