.grid_1,.grid_1-25,.grid_2,.grid_3,.grid_4,.grid_5,.grid_2-5{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding-right: 10px;}
.grid_1{float:left; width:20%;}
.grid_1-25{float:left; width:25%;}
.grid_1-65{float:left; width:33%;}
.grid_2{float:left; width:40%;}
.grid_2-5{float:left; width:50%;}
.grid_3{float:left; width:60%;}
.grid_4{float:left; width:80%;}
.grid_5{float:left; width:100%;}

.cms_container{width:96%; padding:0px 15px 0px 15px; margin-right:10px; background-color:#fff; float:left;}
.cms_container h1{margin-top:10px;}
.cms_containerfull{width:100%; background-color:#fff; float:left;}

.cms_container ul{}
.cms_container li{list-style-position:inside; margin-left:15px; list-style-type:square; padding-bottom:2px;}

.cms_container table, td, th{
	border:1px solid #19609e;
	padding:4px;
}
.cms_container table{
	border:3px solid #19609e;
}

.cms_container th{
	background-color:#19609e;
	color:#fff;
	text-align:left;
	font-size:15px;
}

.CMSPreview{
	width: 100%;
	margin-left:20px;
	float:left;
}

.CMSEditBar{
	width:100%;
	padding:5px;
	float:left;
	
}


/* Must contain the same font etc as the main site style sheet */
.CMSContainer, .CMSContainer table, .CMSContainer tr, .CMSContainer td{
	float:left;
}




.CMSColumnWrapper{
	float:left;
	width:100%;
}
.CMSColumn50{
	float:left;
	width:48%;
}
.CMSColumn30{
	float:left;
	width:32%;
}
.CMSColumnSpacer{
	float:left;
	width:2%;
}


/************************************/
/*----------- JUST TEXT ------------*/
/************************************/

.displayText{
	margin:0;
	float:left;
	width:100%;
	
}

/************************************/
/*----------- IMAGE LEFT -----------*/
/************************************/

.imageLeft {
	margin:0px;
	float:left;
	width:100%;
}

.imageLeft img{
	margin-right: 20px;
	margin-bottom:10px;
	float:left;
	vertical-align:top;
	/*border:1px solid  #d3d3d3; padding: 4px; background-color:#eeeeee;*/
}


/************************************/
/*----------- IMAGE RIGHT ----------*/
/************************************/

.imageRight {
	margin:0px;
	float:left;
	width:100%;
}

.imageRight img{
	padding-right: 0px;
	padding-bottom: 16px;
	padding-top: 5px;
	padding-left: 20px;
	float:right;
	vertical-align:top;
	border: 0px;
}


/************************************/
/*----------- IMAGE CENTRE ---------*/
/************************************/

.imageCentre {
	margin:0px;
	float:left;
	width:100%;
	padding:0px 0px 0px 0px;

}


.imageCentre a:link {color: #163650; text-decoration: none;} 
.imageCentre a:visited {color: #163650; text-decoration: none;}
.imageCentre a:hover {	color: #FF871A; text-decoration: none;}
.imageCentre a:active {color: #163650; text-decoration: none;}

.imageCentre img {
	margin-top: 0px;
	padding-bottom: 0px;
	border: 0px;
	float:left;
	width:100%;
}

.img_caption{
  text-align: center;
  font-style: italic;
  font-size: 9px;
  line-height:12px;
  text-indent: 0;
}
.imageCMS{
  float: left;
  width: 98%;
  padding: 0.5em;
  padding-bottom:0px;
}

.imageCMS p {
  text-align: center;
  font-style: italic;
   font-size: 9px;
  line-height:12px;
  text-indent: 0;
}

.imageCMSThumbnail{
  float: left;
  width: 23%;
  padding: 0.5em;
}

.imageCMSThumbnail32{
  float: left;
  width: 210px;
  padding:0px 5px 0px 5px;

}

.imageCMSThumbnail32 img{
	padding-bottom:5px;
}

.imageCMSThumbnail32 p{
	text-align:left;
	font-size:10px;
	line-height:12px;
	color:#3e3e3e;
	text-align:justify;
}

.imageCMSThumbnail p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

img.scaled {
  width: 100%;
  float:left;
}

/**************************************************************/
/* Downloads Box                                              */
/**************************************************************/

.CMSboxLargeWrapper {
	width: 500px;
	float: left;
}

.CMSboxTabLeft {
	height: 25px;
	width: 10px;
	background-color:#11588c;
	float: left;
}

.CMSboxTabMiddle {
	height: 15px;
	padding-top: 7px;
	padding-bottom: 3px;
	background-color:#11588c;
	width:480px;
	float: left;
	font-size: 14px;	
	color: #ffffff;
}

.CMSboxTabRight {
	height: 25px;
	width: 10px;
	background-color:#11588c;
	float: left;
}

.CMSboxLargeTop {
	width: 500px;
	height: 9px;
	background-color:#11588c;
	float: left;
}

.CMSboxLargeMiddle {
	width: 498px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: white;
	float: left;
}

.CMSboxLargeGrad {
	width: 496px;
	background-color: #fff;
	float: left;
}

.CMSboxLargeBottom {
	width: 453px;
	height: 10px;
	float: left;
}

.CMSboxUnderline {
	border-bottom: 1px;
	border-bottom-color: #ccc;
	border-bottom-style: dashed;
	font-size:9px;
	color: #636363;
}
/************************************/
/*----------- Rule -----------------*/
/************************************/

.CentreRule {
	width: 100%;
	float:left;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/************************************/
/*----------- Spacer ---------------*/
/************************************/

.lineSpacer {
	clear: both;
	height: 11px;
	margin: 0%;
}

.rulePadding {
	padding-top: 15px;
	padding-bottom: 18px;
}
