#primary-nav {
	border-left: 16px solid #d99a23;
}

#content {
	border-left-color: #d99a23;
}

#a {
	width: 157px;
}

#b {
	width: 113px;
	text-align: center;
	margin: 0;
	padding-bottom: 70px;
}

#c {
	padding-top: 14px;
	width: 468px;
}

#c h1 {
	color: #778129;
	margin-bottom: 0px;
}

#c ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* 	in the capabilities section, mouse events are managed by javascript -  
	body content is shown/hidden as users mouse over sec nav items.  i disabled :hover here
	so that sec nav items wouldn't be restored to an inactive state when they are moused off of. */
#secondary-nav li a:hover {
	background: none;
	font-weight: normal;
}
#secondary-nav li a:hover.active {
	background: transparent url(../images/bullet_secondary-nav.gif) 6px 6px no-repeat;
	font-weight: bold;
}



