/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/
body {
	font-family: 'depot-new-web', Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 0.8em;
}

p {
	color: #262627;
	font-family: 'depot-new-web', Verdana, Helvetica, sans-serif;
  	font-style: normal;
  	font-weight: 100;
	font-size: 1.2em;
	margin:0px;
	margin-bottom:16px;
	line-height:1.6em;
	padding:0px;
}

h1{
	color: #262627;
	font-family: 'depot-new-web', Verdana, Helvetica, sans-serif;
  	font-style: normal;
  	font-weight: 100;
	font-size: 3em;	
	margin:0px;
	margin-bottom:12px;
	/*text-transform: lowercase;*/
	padding:0px;
}

h2{
	color: #262627;
	font-family: 'depot-new-web', Verdana, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 1.6em;
	margin:0px;
	margin-bottom:12px;
	text-decoration:none;
}

h3{
	color: #262627;
	font-size: 1.2em;
	font-family: 'depot-new-web', Verdana, Helvetica, sans-serif;
	font-weight: 100;	 
}

h4{
	margin:0px;
	padding:0px;
}

a, a:visited {
	color: #0072ff;
	text-decoration: underline;
}
a:hover {
	color: #0072ff;
}
img {
	border: 0px;
	display: block;
}

ul, ol{
	color: #222121;
	
}
ul li, ol li{
	font-size: 1.2em;
}
.yellowtext {
	color: #ffe600;
}
.pinktext {
	color: #ed0f68;
}
.redtext {
	color: #FF0000;
}
.greentext{
	color:#3f6510;
}
.orangetext{
	color:#f56729;
}
b, strong {
	font-weight: 400;
}
.categoryText {
	font-size: 1.5em;
	line-height: 1.4em;
	margin-bottom: 15px;
	margin-top: 20px;
}	

.lighttext{
	font-weight: 100;
}

.strRangeClass {
	/* left empty only need to apply class to change heading color in wysiwyg */
}

p.iframe {
	/* left empty so video doesn't stretch to 100% on desktop 
	   style is applied @767px in responsive.css */
}
.smallCategoryText {
	font-size: 0.7em;
}

.imageMap {
	/* left empty used by jquery.maphilight.js to let us highlight image map area */
}

/** ------------------------------------------------------ **/
/** ------------------- 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, table.tableStyleA 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, table.tableStyleB 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;
}

.Template4colContainer {
	margin-top:50px;
	width: 714px; 
}

.Template4colColumn {
	float: left; 
	margin-right: 9px;
	width: 169px; 
}

/* add a background colour/image to these divs when editing in WYSIWYG editor */ 

.mceContentBody .Template4colContainer{
	background-color: #ffffff;
}
.mceContentBody .Template4colColumn{
	background-color: #e1e1e1;
	background-image: url(/admin/images/wysiwyg-template-bg.gif);
	background-repeat: repeat;
}


/** ------------------------------------------------------ **/
/** ------------------- fonts -------------------------- **/

.fontArial {
	font-family: Arial;
}
.fontGeorgia {
	font-family: Georgia;
}
