
/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/
body {
	font-family: 'Montserrat', Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 200;
}

p {
	color: #ffffff;
	font-size: 1.2em;
	margin:0px;
	margin-bottom:16px;
	margin-top:0px;
	line-height:1.6em;
	padding:0px;
}

h1{
	color: #ffffff;
	font-size: 2.8em;
	font-weight: 300;	
	margin:0px;
	margin-bottom:22px;
	margin-top:0px;	
	padding:0px;
	/* text-transform:lowercase; */
}

h2{
	color: #38e19e;
	font-size: 1.8em;
	font-weight: 300;
	margin-bottom:12px;
	margin-top:0px;		
	text-decoration:none;
}

h3{
	color: #ffffff;
	font-size: 1.6em;
	font-weight: 300;	
	line-height:1.6em; 
	margin-bottom:12px;
	margin-top:0px;		
}

h4{
	margin:0px;
	padding:0px;
}

a, a:visited {
	color: #38e19e;
	text-decoration: underline;
}
a:hover {
	color: #38e19e;
}
img {
	border: 0px;
}

ul, ol{
	color: #ffffff;
	
}
ul li, ol li{
	font-size: 1.2em;
	line-height:1.6em;
}
ul li ul li {
	font-size:1em;
}

.blacktext {
	color: #000000;
}

.redtext {
	color: #FF0000;
}
.greentext{
	color:#2dbe85;
}

ul.ticklist {
	list-style: none;
}

ul.ticklist li:before {
  content: "\2713\0020";
  color: #38e19e;
  font-size: 1.3em;
}

a.projects-button, a.projects-button:visited {
	background-color: #085231;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	text-decoration: none;
}

a.projects-button:hover {
	text-decoration: underline;
}



.green-background{
	background-color:#005030;
}
.grey-background{
	background-color:#2a2a2a;
}	
.grey-background2{
	background-color:#dfdfdf;
}
.grey-background3{
	background-color:#e4e4e4;
}

.tel, .fax, .email {
	float:left;
	padding-bottom:7px;
}
.tel, .fax {
	padding-right:20px;
}

/** ------------------------------------------------------ **/
/** ------------------- 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 {
	margin: 10px 0px 10px 0px;
	border-style:solid;
	border-width: 1px;
	border-color:#ffffff;
	border-collapse: collapse;
	color: #ffffff;
}

table.tableStyleA td, table.tableStyleA th{
	text-align:left;
	vertical-align:top;
	border-style:solid;
	border-width: 1px;
	border-color:#ffffff;
	padding: 5px 5px 5px 5px;
}
table.tableStyleB {
	background-color:#EEEEEE !important;
	margin: 10px 0px 10px 0px;
	border-style:solid;
	border-width: 1px;
	border-color:#505050;
	border-collapse: collapse;
	color: #505050;
}

table.tableStyleB td, table.tableStyleB th{
	text-align:left;
	vertical-align:top;
	border-style:solid;
	border-width: 1px;
	border-color:#505050;
	padding: 5px 5px 5px 5px;
}

table.tableStyleSymbols {
	margin: 10px 0px 10px 0px;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	border-collapse: collapse;
	color: #000000;
}

table.tableStyleSymbols td, table.tableStyleSymbols th{
	text-align:left;
	vertical-align: middle;
	border-style:solid;
	border-width: 1px;
	border-color:#000000;
	padding: 5px 5px 5px 5px;
	font-weight: 400;
}

table.tableStyleSymbols tr td:nth-of-type(1) {
	text-align: center;
	width: 100px;
}
table.tableStyleSymbols ul li {
		color:#ffffff;
		font-size: 1em;
		line-height: 1.2em;
	}


table td p {
	padding: 0px;
	margin: 0px;
}

/* empty classes used to apply bootstrap styling*/




.TemplateClear {
	clear: both; 
	height: 0px;
}

.Template2colContainer, .Template3colContainer {
	clear: both;
	max-width: 1180px;
	padding-left: -15px;
	padding-right: -15px;
	width: 100%; 
}

.Template2colColumn {
	float: left;
	max-width: 574px; 
	width: 50%;
}

.Template3colColumn {
	float: left;
	max-width: 445px; 
	width: 33%;
}

/* add a background colour/image to these divs when editing in WYSIWYG editor */ 

.mce-content-body .Template2colContainer, .mce-content-body .Template3colContainer{
	background-color: #161618;
}
.mce-content-body .Template2colColumn, .mce-content-body .Template3colColumn{
	background-color: #000000;
	background-image: url(/admin/images/wysiwyg-template-bg.gif);
	background-repeat: repeat;
}


/** ------------------------------------------------------ **/
/** ------------------- fonts -------------------------- **/

.fontArial {
	font-family: Arial;
}
.fontGeorgia {
	font-family: Georgia;
}