/***** content_accentis, content_ae *****/

div.RHS_custom1 p, div.RHS_custom2 p, div.RHS_custom3 p, div.RHS_custom5 p { /* Common p element styling */
	font-size: 75%; /* set the font size for p, scaled from the body declaration */
	font-weight:400; /* Make thge text bold for emphasis */
	margin: 10px 6px 10px 6px; /* set the margins for the p element... Top Right Bottom Left */
	padding: 0; /* zero off the padding */
}

div.RHS_custom1 { /* accentis specific values */
	Height: 110px; /* Set the height of the div (minimum height) */
	font-size: 200%; /* set the font size list elements, scaled from the body declaration */
	font-weight:800; /* Make thge text bold for emphasis */
	background:url(../images/People.jpg) top right no-repeat; /* Set the background image for the div. The image is placed at 
																the top right and does not repeat. The remained of the box 
																inherits it's backcolour from the Wrapper div */
}


div.RHS_custom1 p { /* accentis specific values */
	width:400px; /* Limit the available width for the p element. This stops it covering the background image on the right */
}

div.RHS_custom2 { /* more specific values */
	margin-top: 0; /* Remove any top margin so the div butts up against the previous div */
	margin-bottom: 0; /* Remove the margin on the bottom so the next box will butt up against it */
	border-bottom-color:#FFFFFF
}

div.RHS_custom3 { /* bottom specific values*/
	margin-top: 0; /* Remove any top margin so the div butts up against the previous div */
	height: 210px;
	background:url(../images/ebox.jpg) top left no-repeat; /* Set the background image for the bottom section.
															The image is placed at the top left and does not 
															repeat. The rest of the box inherits the backcolour 
															from the main wrapper div */
}

div.RHS_custom3 ul {
	list-style-type:disc; /* Ensure that no bullets are displayed for the list */
	margin-left: 240px; /* Move the list to the right so it starts after the background image */
	margin-top: 10px; /* Move the list down from the top of the div */
}

div.RHS_custom3 li {
	font-size: 75%; /* set the font size list elements, scaled from the body declaration */
	font-weight: bold; /* MAke the list elements bold for emphasis */
}

div.RHS_custom3 a {
	text-decoration:none;
}

div.RHS_custom5 { /* casestudy_details specific values*/
	margin-top: 0; /* Remove any top margin so the div butts up against the previous div */
	Height: 155px; /* Set the height of the div (minimum height) */
	background:url(../images/casestudy.jpg) top right no-repeat; /* Set the background image for the bottom section.
															The image is placed at the top right and does not 
															repeat. The rest of the box inherits the backcolour 
															from the main wrapper div */
}

div.RHS_custom5 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 */
}