/***** content_accentis, content_ae *****/
div.RHS_custom3 { /* casestudy_details specific values*/
	margin-top: 11px; /* Remove any top margin so the div butts up against the previous div */
	margin-left: 175px; /* this left margin clears the leftcol div and allows our content div to become a second column */
	min-height:20px;
	font-size:95%; /* Set the font size */
	font-weight:bold; /*Set the font weight */
	text-align:center;
	padding-top:5px;
	padding-bottom:3px;
	background-color:#F0F0F0;
}

div.RHS_custom1 { /* casestudy_details specific values*/
	margin-top: 0; /* Remove any top margin so the div butts up against the previous div */
	margin-left: 175px; /* this left margin clears the leftcol div and allows our content div to become a second column */
	Height: 145px; /* Set the height of the div (minimum height) */
}

div.RHS_custom1 p { /* casestudy_details specific values for p element */
	/*width:350px; /* Limit the available width for the p element. This stops it covering the background image on the right */
	text-align:left; /* center the text in the paragraph */
	font-size:75%; /* Set the font size */
	font-weight:normal; /*Set the font weight */
	margin: 5px 0px 5px 235px;
}

div.RHS_custom2 { /* casestudy_details specific values*/
	margin-top: 11px; /* Remove any top margin so the div butts up against the previous div */
	margin-left: 175px; /* this left margin clears the leftcol div and allows our content div to become a second column */
}

div.RHS_custom2 p { /* casestudy_details specific values for p element */
	text-align:left; /* center the text in the paragraph */
	font-size:75%; /* Set the font size */
	font-weight:normal; /*Set the font weight */
	margin: 5px 15px 5px 15px;
}

div.RHS_custom2 p.heading { /* casestudy heading specific values for p element */
	text-align:left; /* center the text in the paragraph */
	font-size:85%; /* Set the font size */
	font-weight:bold; /*Set the font weight */
	margin: 5px 0px 15px 15px;
}

div.RHS_custom2 p.callout { /* casestudy heading specific values for p element */
	text-align:center; /* center the text in the paragraph */
	font-size:100%; /* Set the font size */
	font-weight:bold; /*Set the font weight */
	font-style:italic;
	margin: 5px 0px 25px 15px;
	color:#990000
}
div.RHS_custom2 li { /* casestudy heading specific values for p element */
	text-align:left; /* center the text in the paragraph */
	font-size:75%; /* Set the font size */
	font-weight:normal; /*Set the font weight */
	margin: 5px 0px 5px 15px;
}