@import url(people_results.css);
div#Results {
	/*width: 509px;*/
	width: auto;
}

/***********************/
/* Side Column */
/***********************/
div#callout {
	background: #223D4A;
}
/***********************/
/* Navigation: Section */
/***********************/
ul#sectionNav A:link, ul#sectionNav A:visited {
	background: #223D4A; /* #223D4A */
}
ul#sectionNav li {
	width: 121px; /* 153 */
}
/***********************/
/* Navigation: Related */
/***********************/
div#relatedContainer {
	text-align: center;
	line-height: 26px;
	margin-bottom: 20px;
}
div#relatedNav {
	border: 1px solid #7D8C8C;
	display: inline;
	padding: 5px 0px;
	text-transform: uppercase;
	
}
div#relatedNav ul, div#relatedNav li {
	display: inline;
}
div#relatedNav A:link, div#relatedNav A:visited {
	margin: 0px 5px;
}
div#relatedNav A.hLight:link, div#relatedNav A.hLight:visited {
	color: #223D4A;
}

/***********************/
/* Body Content */
/***********************/
div#relatedColumn {
	float: right;
	width: 144px;
	margin: 0px 0px 10px 20px;
}
div#relatedColumn h3 {
	font-size: 12px;
	color: #7D8C8C;
}
div#contact  {
	margin-bottom: 20px;
}
div#news h3 {
	font-weight: normal;
	text-transform: uppercase;
	color: #223D4A;
	font-size: 11px;
}
div#news A:link, div#news A:visited {
	text-transform: uppercase;
}
div#mainNarrative {
	clear: left;
	width: 596px;
}

div#subAreas {
	margin-top: 15px;
}
div#subAreas h3 {
	color: #223D4A;
	font-size: 12px;
	font-weight: bold;
}
div#subAreas dl {
	margin-top: 10px;
	border: 1px solid #223D4A;
	float: left;
}
div#subAreas dt {
	float: left;
	clear: left;
	border-right: 1px solid #223D4A;
	width: 205px;
}
div#subAreas dd {
	display: none;
}
div#subAreas dt A:link, div#subAreas dt A:visited {
	display: block;
	padding: 5px;
}
div#subAreas dd.hLight {
	float: right;
	display: inline;
	width: 386px;
}
