/* MASTHEAD */
#masthead {
	height: 230px;
	background: url(../../images/mastheads/management.jpg) no-repeat center bottom;
}
	#masthead .copy {
		position: absolute;
		left: 20px;
		top: 45px;
		width: 550px;
	}
	#masthead .copy h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	#masthead .copy p {
		font-size: 20px;
		color: #48506b;
	}	
	
/* PROFILES */
#profiles {
	border-top: 4px solid #c7c7c7;
}
	.profile {
		padding: 30px 0;
		border-bottom: 1px solid #c7c7c7;
	}
	.profile.last {
		padding-bottom: 20px;
		border-bottom: none;
	}
		.profile img {
			float: left;
			padding: 2px;
			border: 1px solid #aaa;
		}
		.profile .info {
			width: 485px;
			margin-left: 110px;
		}
			#content .profile .info h3 {
				margin-bottom: 10px;
			}
			.profile .info .title {
				display: block;
				font-size: 14px;
				color: #1c2649;
				margin-bottom: 20px;
			}
			
ul.anchors li{			
	border-bottom:1px solid #324053;
	padding: 5px 0px;
	color:#C2C8DA;
}
ul.anchors a{	
	text-decoration:none;
	font-size:12px;
	font-weight: bold;
	color: #fff !important;
}
