/* BEGIN: Section Nav */
ul#nav_section {
	padding-left: 0;
	margin-left: 60px;
	list-style: none;
}

ul#nav_section li {
	position: relative;
	top: 7px;
	float: left;
	height: 51px;
	padding-left: 22px;
	margin: 0 5px;
	background: transparent url(../images/content_title_left_dark.gif) no-repeat left top;
}

ul#nav_section li a {
	display: block;
	float: left;
	height: 36px;
	padding: 16px 22px 0 0;
	font-size: 20px;
	font-weight: bold;
	color: #8d8983;
	background: transparent url(../images/content_title_right_dark.gif) no-repeat right top;
}

ul#nav_section li.active {
	height: 58px;
	background-image: url(../images/content_title_left_light.gif);
}

ul#nav_section li.active a {
	height: 43px;
	color: #595753;
	background-image: url(../images/content_title_right_light.gif);
}
/* END: Section Nav */

/* BEGIN: Content */
div#content div.container {
	clear: both;
	overflow: hidden;
	float: left;
	width: 927px;
	padding-top: 19px;
	background: transparent url(../images/rounded_top.gif) no-repeat left top;
}

	/* BEGIN: About Us / Board Members */
	div#content div.container dl {
		overflow: hidden;
		padding-bottom: 20px;
		margin: 0;
		background: transparent url(../images/rounded_bottom.gif) no-repeat left bottom;
	}
	
	div#content div.container dl dt {
		padding-left: 30px;
		margin: 10px 0 5px 0;
		font-size: 18px;
		font-weight: normal;
		color: #413e3a;
	}
	
	div#content div.container dl dd {
		padding: 0 30px 10px;
		margin: 0;
		line-height: 1.5em;
	}
	/* END: About Us / Board Members */

/* END: Content */