/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/
body {
	font-family: 'aller', Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
}

strong, b{
	font-weight:700;
}

p {
	margin: 0px;
	margin-bottom:12px;
	padding: 0px;
	color: #3a3a3a;
	font-size: 1.2em;
	line-height:1.6em;
}

ul{
	margin:0px;
	padding:0px;
	padding-left:15px;
}	
ul li{
	color:#4d4d4d;
	font-size: 1.2em;
	line-height:1.6em;
	margin-bottom:6px;
}

ol{
	margin:0px;
	padding:0px;
	padding-left:25px;
}	
ol li{
	color:#4d4d4d;
	font-size: 1.2em;
	line-height:1.6em;
	margin-bottom:6px;
}

a, a:visited {
	color: #ff4aa8;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
hr{
	border:none;
	border-top:1px solid #4D4D4D;
	clear:both;
	margin-top:16px;
	padding-top:12px;
}
		
h1, .heading1style{
	border-bottom:#333333 solid 4px;
	clear:both;
	color: #333333;
	display:block;
	font-size:32px;	
	font-weight:700;
	letter-spacing:-2px;
	padding:0px;
	padding-bottom: 8px;
	margin-bottom:12px;
	margin-top:10px;
}

h2, .heading2style{
	color: #4d4d4d;
	font-size: 1.4em;
	font-weight:700;
	margin:0px;
	margin-bottom:12px;
	padding:0px;
}

h2 a, h2 a:visited, .heading2style a, .heading2style a:visited{
	color: #ee0e90;
	text-decoration:none;
}
h2 a:hover, .heading2style a:over{
	text-decoration:underline;
}
	
h3, .heading3style{
	color: #4d4d4d;
	font-size: 1.3em;
	font-weight:700;
	margin:0px;
	margin-top:12px;
	margin-bottom:12px;
	padding:0px; 
}

img.ImgFloatRightNoBorder {
	border: 0px;
	float: right;
	margin-bottom: 10px;	
	margin-left: 20px;
}
img.ImgFloatLeftNoBorder {
	border: 0px;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}
  
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

table{
	width:100%;
}
	
table, td, th{
	border:solid 1px #000000;
	border-collapse:collapse;
	font-size: 1.2em;	
	margin:0px;
	padding:5px;
	margin-bottom:22px;
	vertical-align:top;
	color: #4d4d4d;
}	
th {
	font-weight:700;
	text-align: left;	
}	

td p, th p{
	font-size:1.0em;
}	

td ul{
	padding-left: 22px;
}
td ul li{
	font-size:1.0em;
	line-height:1.4em;
}

.large-font{
	font-size:1.7em;
	font-weight:700;
	margin-bottom:10px;
	text-align:justify;
}	
.large-font-no-justify{
	font-size:1.7em;
	font-weight:700;
	margin-bottom:10px;
	text-align:none;
}
	
.justify{
	text-align:justify;
}	

.no-justify{
	text-justify:none;
	text-align:left;
}

.float-right{
	float:right;
}
.float-left{
	float:left;
}	

img.float-right{
	text-align:right;
}
img.float-left{
	text-align:left;
}	

.no-space{
	margin:0px !important;
	padding:0px !important;
}	
.pink-text{
	color:#ee0e90;
}
.redtext{
	color:#F00;
}

.top-number{
	clear:both;
	color:#ff7800;
	float:left;
	font-size:6.0em;
	font-weight:700;
	margin-right:15px;
	margin-top:0px;
	padding:0px;
	line-height:normal;
}

.purple-button{
	background-color:#52158a;
	color:#FFFFFF;
	display:inline-block;
	margin-bottom:12px;
	text-align:center;
}
	
.purple-button a, .purple-button a:visited{
	background-color:#52158a;
	color:#FFFFFF;
	display:inline;
	font-size:16px;
	font-weight:700;
	padding-left:12px;
	padding-right:12px;
	padding-top:6px;
	padding-bottom:6px;
	text-decoration:none;
}

.downloadlink, .downloadlink a:visited{
	background-image: url(/images/icons/download.png);
	background-repeat: no-repeat;
	padding-left:20px;
}

.purpleBlock{
	background-color:#52158a;
	color:#FFFFFF;
	font-size:2.6em;
	padding-top:16px;
	padding-bottom:16px;
	text-align:center;
}

td.tableheadingTD{
	background-color: #CCCCCC;
}	

.asterisk{
	font-family:Arial, Helvetica, sans-serif;
}

.wysiwygClear{
	clear:both;
	display:block;
	height:30px;
}

.smalltext{
	font-size:0.8em;
}

/*.divWysiwygTemplateClear {
	clear: both; 
	height: 0px;
}

.divWysiwygTemplate2colContainer {
	width: 740px; 
}

.divWysiwygTemplate2colColumn {
	float: left; 
	margin-right: 20px;
	width: 340px; 
}

.divWysiwygTemplate3colContainer {
	width: 740px; 
}

.divWysiwygTemplate3colColumn {
	float: left; 
	margin-right: 20px;
	width: 220px; 
}

.divWysiwygTemplate2colCenteredColumn {
	float: left; 
	margin-right: 20px;
	text-align: center;
	width: 340px; 
}

.divWysiwygTemplate3colCenteredColumn {
	float: left; 
	margin-right: 20px;
	text-align: center;
	width: 220px; 
}

/* add a background colour/image to these divs when editing in WYSIWYG editor */ 

.mceContentBody .divWysiwygTemplate2colContainer, .mceContentBody .divWysiwygTemplate3colContainer {
	background-color: #ffffff;
}

.mceContentBody .divWysiwygTemplate2colColumn, .mceContentBody .divWysiwygTemplate3colColumn, .mceContentBody .divWysiwygTemplate2colCenteredColumn, .mceContentBody .divWysiwygTemplate3colCenteredColumn {
	background-color: #e1e1e1;
	background-image: url(/admin/images/wysiwyg-template-bg.gif);
	background-repeat: repeat;
}


.divWysiwygTemplate2colColumnFeatured{
	float:left;
	margin-right:20px;
	width:430px;
}

.divWysiwygTemplate3colColumnFeatured{
	float:left;
	margin-right:20px;
	width:280px;
}


.divWysiwygTemplateColumnLast{
	margin-right:0px !important;
}		