/*----------------------------------------------------------------------------------------
why.css
----------------------------------------------------------------------------------------*/
#content h1 { background-image: url(/img/hdr/hdr_why_BASE.gif); } /* base */
#altassman h1 { background-image: url(/img/hdr/hdr_why_AM.gif); } /* altassman */
#healthcare h1 { background-image: url(/img/hdr/hdr_why_HC.gif); } /* healthcare */
#frontoffice h1 { background-image: url(/img/hdr/hdr_why_FO.gif); } /* frontoffice */
#legal h1 { background-image: url(/img/hdr/hdr_why_LE.gif); } /* legal */

#main_content h5 {
		font-size: 1.7em;
		color: #4C6D8E;
		margin: 30px 0 10px 0;
}

/* #recruiters
----------------------------------------------------------------------------------------*/
#recruiters { border-top: 5px solid #e5e5e5; }
	#recruiters ul {
		width: 189px;
		float: left;
		margin: 0 48px 0 0;
		background-color: #f1f1f1;
	}
		#recruiters ul li {
			background: #f1f1f1;
			font-size: 1.2em;
			border-bottom: 1px solid #dedede;
			border-left: 1px solid #dedede;
			border-right: 1px solid #dedede;
			color: #999;
			padding: 15px 17px 16px 17px;
			cursor: pointer;
			position: relative;
			line-height: 1.4;
		}
		#recruiters ul li.active {
			background: #fff url(/img/icon/icon_toggle_active.gif) no-repeat right top;
			width: 174px;
			border-bottom: 0;
			border-right: 0;
			line-height: 1.4;
			margin: 0 -20px -1px 0;
			*margin: 0 -20px -3px 0;
			padding-bottom: 18px;
		}
			#content #recruiters ul li.active a { color: #333; }
			#recruiters ul li a { font-size: 1.0em; }
				#recruiters ul li a em {
					font-weight: bold;
					font-style: normal;
				}
	#recruiters .tab_content {
		float: left;
		width: 410px;
		padding: 16px 0 0 0;
		display: none;
	}
	#recruiters .tab_content.active { display: block; }
	#recruiters h6 {
		color: #3a5870;
		font-size: 1.8em;
		font-weight: bold;
		margin: 0 0 8px 0;
	}
		#recruiters h6 span {
			color: #999;
			border-left: 1px solid #c5c5c5;
			padding: 0 0 0 12px;
			margin: 0 0 0 8px;
			font-weight: normal;
		}
		
/* .tout_feature
----------------------------------------------------------------------------------------*/
.tout_feature { }
	.tout_feature h4 {
		font-size: 1.7em;
		color: #177530;
		margin: 0 0 12px 0;
	}
		.tout_feature ul {
			float: left;
			width: 190px;
			margin: 0 22px 0 0;
		}
		.tout_feature ul.last { margin-right: 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 .95em;
			}
			.tout_feature ul li.last { border-bottom: 0; }