.BannerMini .Container{padding-top: 15px;}

.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;}


.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{
	font-family: Arial, Helvetica, sans-serif, sans-serif; 
	font-size: 12px;
	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-bottom: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;
}

.imageCMS{
  float: left;
  width: 48%;
  padding: 0.5em;
}

.imageCMS p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  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;
}


/************************************/
/*----------- Rule -----------------*/
/************************************/

.CentreRule {
	width: 100%;
	float:left;
	height: 1px;
	background-color:#FFCC20;
	margin-top: 10px;
	margin-bottom: 10px;
}

/************************************/
/*----------- Spacer ---------------*/
/************************************/

.lineSpacer {
	clear: both;
	height: 11px;
	margin: 0%;
}

.rulePadding {
	padding-top: 15px;
	padding-bottom: 18px;
}
