/* CSS Document */

/* branding divs */
div#branding {
	background: url(../images/img_branding_ourbusiness.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.ourbusiness {
	color: #000;
	text-decoration: underline;
}

div#fullcontent h3 {
	margin-bottom: 0px;
}
div#fullcontent ul {
	margin: 15px 0 15px 0;
}
/* james: fix */
div#primarycontent {
	width: 525px;
	padding: 20px 4px 0 193px;
}
div#primarycontent h3 {
	font-size: 17px;
	color: #5462ad;
	margin-bottom: 10px;
}
/*need ul formatting as in fullcontent, don't want to add this to all primary content could caus eprobs elsewhere */
div#primarycontent ul {
	list-style: disc outside;
	margin: 20px 0 20px 0;
}
div#primarycontent ul li {
	color: #568e0d;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 0 15px;
}

/* boxes */
div.unitbox {
	width: 450px;
	margin: 0 0 4px 0;
}
/*div.textbox  {
	width: 450px;
	background: #c0c1be url(../images/bg_unitbox_contentbox.jpg) no-repeat;
	color: #fff;
	font-size: 11px;
	line-height: 12px;
}

div.textbox p {
	width: 432px;
	padding: 5px 6px 4px 8px;
}
div.imgcontent {
	border: 0;
}*/
/*James*/
p.imgcaption {
	font-size: 11px;
	text-align: right;
	display: block;
	float: right;
	width: 400px;
	padding: 8px 0 0 0;	
	}
/*Jake*/
div#diagrambox {
	border: 1px solid #c0c1be;
}
div#textbox {
	width: 525px;
	height: 25px;
	background-color: #c0c1be;
	color: #fff;
	font-size: 12px;
	border: 1px solid #c0c1be;
}
div#textbox p {
	line-height: 13px;
	font-weight: bold;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 7px;
}
div#copycontent {
	width: 525px;
	margin-bottom: 20px;
	border: 1px solid #c0c1be;
}
div#copycontent ul {
	margin: 0 0 0 0;
	padding: 7px 0 5px 5px;
}
div#copycontent ul li {
	margin-bottom: 10px;
}

/* james: added */
div#fullcontent h3 {
	margin-bottom: 20px;
}
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#subphoto {
width:159px;
margin:0 15px 7px 0;
float:left;
}