/* CSS Document */

/* branding divs */
div#branding {
	background: url(../images/img_branding_aboutus.jpg) no-repeat;
}

/* highlight navigation item */
div#secondnav ul li.aboutus {
	background: #5261ac url(../images/bg_li_secondnav_blue.gif) top left no-repeat;
}

div#fullcontent h3 {
	margin-bottom: 20px;
}
div#fullcontent h3.secondheader {
	clear: both;
	width: 570px;
	margin: 0 0 0 0;
	padding: 20px 0 5px 0;
	border-bottom: 2px solid #cacaca;
}
div#fullcontent div.row {
	display: inline;
}
div#fullcontent ul.team {
	float: left;
	width: 570px;
	list-style: none;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #cacaca;
}
div#fullcontent ul.team li {
	float: left;
	display:inline;
	margin: 0;
}
div#fullcontent ul.team li h4 {
	width: 142px;
	margin: 0;
}
div#fullcontent ul.team li h4 a, 
div#fullcontent ul.team li h4 a:link, 
div#fullcontent ul.team li h4 a:active, 
div#fullcontent ul.team li h4 a:visited 
{
	color: #568e0d;
	text-decoration: none;
}
div#fullcontent ul.team li h4 a:hover {
	text-decoration: underline;
}
div#fullcontent ul.team li p {
	width: 130px;
	font-weight: normal;
	color: #070647;
	margin: 0 0 10px 0;
}