/*----------------------------------------------------------------------------------------
employers.css
----------------------------------------------------------------------------------------*/
#content h1 { background-image: url(/img/hdr/hdr_employers_BASE.gif); } /* base */
#altassman h1 { background-image: url(/img/hdr/hdr_employers_AM.gif); } /* altassman */
#healthcare h1 { background-image: url(/img/hdr/hdr_employers_HC.gif); } /* healthcare */
#frontoffice h1 { background-image: url(/img/hdr/hdr_employers_FO.gif); } /* frontoffice */
#legal h1 { background-image: url(/img/hdr/hdr_employers_LE.gif); } /* legal */

/* .tout_feature
----------------------------------------------------------------------------------------*/
#main_content .tout_feature p { margin: 0 0 15px 0; }
.tout_feature .tout_content {  }
.tout_feature h4 {
	font-size: 1.7em;
	color: #177530;
	margin: 0 0 10px 0;
}
.tout_feature .tout_btns {
	float: right;
	margin: 50px 0 0 0;
}
	.tout_feature .tout_btns a { 
		float: left;
		margin: 0 20px 0 0;
	}
	.tout_feature .tout_btns .btn_gray_grad {
		font-weight: bold;
		font-size: 1.3em;
		padding-left: 13px;
		margin: 0;
	}
		.tout_feature .tout_btns .btn_gray_grad span { padding-right: 14px; }
	.tout_feature ul {
		float: left;
		width: 250px;
		margin: 0;
	}
		.tout_feature ul li {
				color: #333;
				font-size: 1.3em;
				border-bottom: 1px solid #d3d3d3;
				padding: 5px 0 5px 8px;
				background: url(/img/bullet/bullet_disc_black.gif) no-repeat 0 .9em;		
		}
		.tout_feature ul li.last { border-bottom: 0; }
	
