body.what-we-do div#primaryContent, body.what-we-do .post {
	width:960px;
}
div.pg-cat {
	float:left;
	display:inline;
	width:140px;
	padding:0 10px;
}

div.pg-dbl {
	width:300px !important;

}

div.pg-trpl {
	width:460px !important;

}

div.pg-dbl ul, div.pg-trpl ul {
	width:130px !important;
	margin-right:20px;
	float:left !important;
	
}

div.pg-cat h4 {
	font-size:22px;
	font-weight:normal;
	font-family : Georgia, "Times New Roman", serif; 
	padding-bottom:10px;
	line-height:1.2em;

}

div.pg-cat ul {
	list-style:none;
	margin-left:0;
	
}

div#strategic-alliances {
	width:940px;
	padding:10px;
	clear:both;
	background:#eee;
}

div#strategic-alliances div.column-holder {
	float:right;
	
	width:640px;
}

div#strategic-alliances p.copy {
	float:left;
	width:260px;
}



/* bbc pages  */

ul.contact_list li { float:left; width:160px;}

/* synonyms */

a.syn_parent span.syn {
	display:none;
	position:absolute;
	top:100%;
	left:20px;
	width:120px;
	padding:10px;
	font-size:10px;
	background:#ddd;
	border:1px solid #aaa;
	z-index:500;
	
}

a.syn_parent:hover span.syn  {
	text-decoration:none !important;
}
a.syn_parent {
	position:relative;
	display:block;
}


