
/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/
body {
	font-family: 'futura-pt', sans-serif, Verdana, Helvetica;
	font-size: 0.8em;
}

p {
	color: #4b4b4b;
	font-size: 1.5em;
    font-weight: 400;
	margin:0px;
	margin-bottom:16px;
	line-height:1.8em;
	padding:0px;
}

h1{
	color: #4b4b4b;
	font-size: 3.5em;
	font-weight: 300;	
	margin:0px;
	margin-bottom:12px;
	padding:0px;
}

h2{
	color: #4b4b4b;
	font-size: 2.2em;
	font-weight: 400;
	line-height:1.2em;
	margin:0px;
	margin-bottom:18px;
}

h3{
	color: #4b4b4b;
	font-size: 1.8em;
	font-weight: 500;	 
	margin:0px;
	margin-bottom:18px;
}

h4{
	color: #4b4b4b;
	font-size: 1.5em;
	margin:0px;
	padding:0px;
}

a, a:visited {
	color: #0077c0;
	font-weight:500;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}

ul, ol{
	color: #4c4c4c;
	
}
ul li, ol li{
	font-size: 1.5em;
    line-height: 1.4em;
	padding-bottom:12px;
}

hr{
	background-color:#dcdcdc;
	border-width:0;
	color:#000;
	height:1px;
	line-height:0;
	margin-bottom:16px;
	text-align:center;
}

.redtext {
	color: #FF0000;
}
.greentext{
	color:#3f6510;
}
.bluetext{
	color:#0077c0;
}
.lightbluetext, .lightbluetext a, .lightbluetext a:visited{
	color:#a7d3f0;
	text-decoration:none;
}
.lightbluetext a:hover{
	text-decoration:underline;
}

.large-text{
	font-size:1.4em;
}

.product-largetext {
	font-size: 1.6em;
	font-weight: 300;
    line-height: 1.4em;
}

.blue-button {
	background-color:#0077c0;
	color:#ffffff;
	font-size:1em;
	font-weight:400;
	padding:10px 20px;
}

.linkbox, .linkbox:visited, .linkbox:hover {
	background-color:#fff;
	border: 2px solid #4b4b4b;
    color: #4b4b4b;
	display: inline-block;
    font-weight: 500;
     margin-top: 12px;
    margin: 0 auto;
	padding: 10px 40px;
    text-align: center;
    text-decoration: none;
}

/** ------------------------------------------------------ **/
/** ------------------- 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: 10px 10px 10px 10px;
}
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;
}

.Template2colContainer, .Template3colContainer {
	margin-top:20px;
	width: 1180px; 
}

.Template2colColumn {
	float: left; 
	margin-right: 10px;
	width: 580px; 
}

.Template3colColumn {
	float: left; 
	margin-right: 10px;
	width: 383px; 
}

/* add a background colour/image to these divs when editing in WYSIWYG editor */ 

.mce-content-body .Template2colContainer, .mce-content-body .Template3colContainer{
	background-color: #ffffff;
}
.mce-content-body .Template2colColumn, .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;
}
