/* CSS Document */

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

/* highlight navigation item */
div#mainnav ul#topUl li.ourbusiness {
	background: url(../images/li_mainnav_blue.gif) no-repeat 10px 1px;
}
div#navwrapper div#mainnav ul#topUl a.strategicpartnerships {
	color: #000;
	text-decoration: underline;
}

div#fullcontent h3 {
	margin-bottom: 0px;
}

div#textbox {
	width: 100%;
	height: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:10px;
	background-color: #282880;
	color: #fff;
	font-size: 17px;
	border: 1px solid #282880;
	text-align: left;
}
div#textbox p {
	font-weight: bold;
	line-height: 20px;
	margin-top: 2px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 17px;
}
div#fullcontent ul li {
	margin-bottom: 10px;
}