
/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/
body {
	font-family: 'Source Sans Pro', sans-serif, Arial, Verdana, Helvetica;
	font-size: 0.8em;
}

p {
	color: #353535;
	font-size: 1.5em;
	margin:0px;
	margin-bottom:16px;
	line-height:1.7em;
	padding:0px;
}

h1{
	color: #d70202;
	font-size: 2.6em;
	font-weight: 400;	
	margin:0px;
	margin-bottom:40px;
	padding:0px;
}

h2{
	color: #d70202;
	font-size: 2.2em;
	font-weight: 400;
	text-decoration:none;
	margin:0px;
	margin-bottom: 16px;
	padding:0px;
}

h3{
	color: #d70202;
	font-size: 2em;
	font-weight: 400;
	margin:0px;
	margin-bottom: 16px;
	padding:0px;
}

h4{
	margin:0px;
	padding:0px;
}

a, a:visited {
	color: #d70202;
	text-decoration: none;
}
a:hover {
	color: #353535;
}
img {
	border: 0px;
}

ul, ol{
	color: #353535;
	margin:0;
	
}
ul li, ol li{
	font-size: 1.5em;
	line-height:1.7em;
}

.largetext {
	font-size:1.1em;
	font-weight:700;
	line-height:1.7em;
}

.redtext {
	color: #d70202;
}
.greentext{
	color:#3f6510;
}

blockquote  {
	color: #353535;
	font-size: 1.5em;
	margin:0px;
	margin-bottom:16px;
	line-height:1.6em;
	padding:0px;
}

/** ------------------------------------------------------ **/
/** ------------------- alignment ------------------------ **/

.alignRight {	
	margin-bottom: 16px;
	margin-left: 20px;
	text-align:right;
}

img.alignRight{
	border: 0px;
	float:right;
	margin-bottom: 16px;
	margin-left: 20px;
}

.alignLeft {
	margin-bottom: 16px;
	margin-right: 20px;
	text-align:left;
}

img.alignLeft{
	border: 0px;
	float:left;
	margin-bottom: 16px;
	margin-right: 20px;
}

.alignCentre {
	border: 0px;
	text-align:center;
	margin-bottom: 16px;
	margin-left:auto;
	margin-right:auto;
	display: block;
  	vertical-align: middle;
} 


/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

table.tableStyleA {
	background-color:#FFFFFF !important;
	margin: 10px 0px 10px 0px;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	border-collapse: collapse;
}

table.tableStyleA td, th{
	text-align:left;
	vertical-align:top;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	padding: 5px 5px 5px 5px;
}
table.tableStyleB {
	background-color:#EEEEEE !important;
	margin: 10px 0px 10px 0px;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	border-collapse: collapse;
}

table.tableStyleB td, th{
	text-align:left;
	vertical-align:top;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	padding: 5px 5px 5px 5px;
}

table td p {
	padding: 0px;
	margin: 0px;
}

.TemplateLast {
	margin-right: 0px !important;
}
.TemplateClear {
	clear: both; 
	height: 0px;
}

.Template4colContainer, .Template2colContainer {
	margin-top:20px;
	width: 1660px; 
}

.Template4colColumn {
	float: left; 
	margin-right: 20px;
	width: 400px; 
}

.Template2colColumn {
	float: left; 
	margin-right: 20px;
	width: 820px; 
}

/* add a background colour/image to these divs when editing in WYSIWYG editor */ 

.mce-content-body .Template4colContainer, .mce-content-body .Template2colContainer{
	background-color: #ffffff;
}
.mce-content-body .Template4colColumn, .mce-content-body .Template2colColumn{
	background-color: #e1e1e1;
	background-image: url(/admin/images/wysiwyg-template-bg.gif);
	background-repeat: repeat;
}


/** ------------------------------------------------------ **/
/** ------------------- fonts -------------------------- **/

.fontArial {
	font-family: Arial;
}
.fontGeorgia {
	font-family: Georgia;
}
