
/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/
body {
	font-family: 'Roboto', sans-serif, Arial, Verdana, Helvetica;
	font-size: 0.8em;
}

p {
	color: #000000;
    font-size: 1.4em;
    font-weight: 400;
    margin: 0px;
    margin-bottom: 16px;
    line-height: 1.4em;
    padding: 0px;
}

h1{
	color: #212121;
	font-size: 2em;
	font-weight: 700;	
	margin:0px;
	margin-bottom:12px;
	padding:0px;
}

h2{
	color: #212121;
	font-size: 1.8em;
	font-weight: 700;
	text-decoration:none;
}

h3{
	color: #212121;
	font-size: 1.6em;
	font-weight: 700;	 
}

h4{
	font-size: 1.4em;
	margin:0px;
	padding:0px;
}

a, a:visited {
	color: #212121;
	font-weight:700;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
img {
	border: 0px;
}

ul, ol{
	color: #000000;
	
}
ul li, ol li{
	font-size: 1.4em;
	line-height:1.4em;
}

.redtext {
	color: #FF0000;
}
.greentext{
	color:#3f6510;
}
.yellowtext{
	color:#e9c20f;
}

/** ------------------------------------------------------ **/
/** ------------------- alignment ------------------------ **/

.alignRight {	
	margin-bottom: 16px;
	margin-left: 20px;
	text-align:right;
}

img.alignRight{
	border: 0px;
	float:right;
	margin-bottom: 16px;
	margin-left: 20px;
	max-width:640px;
}

.alignLeft {
	margin-bottom: 16px;
	margin-right: 20px;
	text-align:left;
}

img.alignLeft{
	border: 0px;
	float:left;
	margin-bottom: 16px;
	margin-right: 20px;
	max-width:640px;
}

.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;
}


.TemplateClear {
	clear: both; 
	height: 0px;
}

.Template3colContainer {
	display:block;
	margin:0 auto;
	width: 1420px; 
}

.TemplateTestimonialBox {
	background-color: #e9c20f;
	padding:10px 20px;
}

.Template3colColumn {
	float: left; 
	margin-right: 20px;
	width: 460px; 
}
.TemplateColumnLast {
	margin-right:0px;
}

.Template3colTitle {
	background-color: #212121;
    padding: 10px;
}
.Template3colTitle p {
    color: #e9c20f;
	font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.Template3colTitle a {
    color: #e9c20f;
	display: block;
    text-decoration: none;
}

/* add a background colour/image to these divs when editing in WYSIWYG editor */ 

.mce-content-body .Template3colContainer{
	background-color: #ffffff;
}
.mce-content-body .Template3colColumn{
	background-color: #e1e1e1;
	background-image: url(/admin/images/wysiwyg-template-bg.gif);
	background-repeat: repeat;
}


/** ------------------------------------------------------ **/
/** ------------------- fonts -------------------------- **/

.fontArial {
	font-family: Arial;
}
.fontGeorgia {
	font-family: Georgia;
}
