.box-style-1 {                  /* BLUE TITLE BAR, WHITE BACKGROUND */
	border:solid;
	border-width:0 1px 1px;
	border-color: #BBB #BBB #BBB #E5E5E5;
	padding:0 0.5em 0.5em;
	margin:0 0 1em;
	zoom:1;			/* IE FIX - STOPS DISAPPEARING BORDERS / BG  */
	background-color: #FFF;
	background-image: url(../img/white-box-grad.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.box-style-1 h2 {
	
	font-family:verdana, arial, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#051183;
	padding:0.35em 0.45em;
	margin:0 -0.52em 0.5em -0.55em;
	position:relative;			/* IE FIX - STOPS DISAPPEARING BORDERS / BG  */
	background-color: #cebc9d; /* alter for each site colour  */
	background-image: url(../img/box-heading-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0.05em;
	border-left-width: 0.05em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #c5b497;
	border-left-color: #c5b497;
	
}
.services-textbox {

	width: 588px;

	float: left;

	text-align: left;

	margin: 0.5em 0;

	}

.services-textbox ul {

	list-style-type: none;

	margin: 1em 0 0;

	padding: 0;

	}

.services-textbox li {
	margin-left: 1em;
	background-image: url(../img/blue-arrow-no-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0.35em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 1.5em;
	}

.services-textbox h3 {

	font-size: 1.2em;

	margin: 1em 0 0.5em;

	}