/* CSS Document */

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

div#fullcontent ul, div#fullcontent2 ul {
	margin: 10px 0px;
}
div#fullcontent ul li, div#fullcontent2 ul li {
	font-weight: normal;
	color: #070647;
}

/* further links */
div#branding ul#ch2Links {
	display: inline;
}
div#branding ul#ch2Links li {
	float: left;
	list-style: none;
	display: inline;
	color: #fff;
	width: 188px;
	height: 52px;
	margin: 153px 0 0 0;
}
div#branding ul#ch2Links a.assocgas {
	display: block;
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	text-decoration: none;
	margin: 8px 0 0 10px;
}
div#branding ul#ch2Links li#assocgas {
	background: url(../images/bg_mfocus_box_1.gif) no-repeat;
	margin-right: 2px;
}
div#branding ul#ch2Links em {
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	margin: 9px 0 0 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 10px 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: 572px;
	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: 562px;
	margin-bottom: 15px;
	border: 1px solid #c0c1be;
	padding: 5px;
}
div#copycontent ul {
	margin: 0 0 0 0;
	padding: 7px 0 5px 5px;
}
div#copycontent ul li {
	margin-bottom: 10px;
}