@font-face {
    font-family: 'GibsonRegular';
    src: url('../fonts/gibson_regular_macroman/Gibson-Regular-webfont.eot');
    src: url('../fonts/gibson_regular_macroman/Gibson-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gibson_regular_macroman/Gibson-Regular-webfont.woff') format('woff'),
         url('../fonts/gibson_regular_macroman/Gibson-Regular-webfont.ttf') format('truetype'),
         url('../fonts/gibson_regular_macroman/Gibson-Regular-webfont.svg#GibsonRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'GibsonLightBold';
    src: url('../fonts/gibson_semibold_macroman/Gibson-SemiBold-webfont.eot');
    src: url('../fonts/gibson_semibold_macroman/Gibson-SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gibson_semibold_macroman/Gibson-SemiBold-webfont.woff') format('woff'),
         url('../fonts/gibson_semibold_macroman/Gibson-SemiBold-webfont.ttf') format('truetype'),
         url('../fonts/gibson_semibold_macroman/Gibson-SemiBold-webfont.svg#GibsonLightBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GibsonLightRegular';
    src: url('../fonts/gibson_light_macroman/Gibson-Light-webfont.eot');
    src: url('../fonts/gibson_light_macroman/Gibson-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gibson_light_macroman/Gibson-Light-webfont.woff') format('woff'),
         url('../fonts/gibson_light_macroman/Gibson-Light-webfont.ttf') format('truetype'),
         url('../fonts/gibson_light_macroman/Gibson-Light-webfont.svg#GibsonLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GibsonSemiBold';
    src: url('../fonts/gibson_semibold_macroman/Gibson-SemiBold-webfont.eot');
    src: url('../fonts/gibson_semibold_macroman/Gibson-SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gibson_semibold_macroman/Gibson-SemiBold-webfont.woff') format('woff'),
         url('../fonts/gibson_semibold_macroman/Gibson-SemiBold-webfont.ttf') format('truetype'),
         url('../fonts/gibson_semibold_macroman/Gibson-SemiBold-webfont.svg#GibsonSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/** ------------------------------------------------------ **/
/** ------------------- standard ------------------------- **/
body {
	font-family: 'GibsonRegular', Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
}

p {
	color: #697176;
	font-size: 1em;
	margin:0px;
	margin-bottom:16px;
	line-height:1.4em;
	padding:0px;
}

h1{
	color: #474747;
	font-size: 1.4em;
	font-weight: normal;	
	margin:0px;
	margin-bottom:12px;
	padding:0px;
}

h2{
	color:#013a57;
	font-size:1.4em;
	font-weight: normal;
	line-height:1.2em;
	margin:0px;
	margin-bottom:24px;
}

h3{
	color: #013a57;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.2em;
    margin: 0px;
    margin-bottom: 12px;
}

h4{
	margin:0px;
	padding:0px;
}

a, a:visited {
	color: #013a57;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}

ul, ol{
	color: #697176;
	
}
ul li, ol li{
	font-size: 1em;
	line-height:1.4em;
}

.redtext {
	color: #FF0000;
}
.greentext{
	color:#3f6510;
}

.bluetext{
	color:#013a57;
}
.blacktext{
	color:#000000;
}

.smalltext {
	font-size:0.8em;
	line-height:1.2em;
}

.largetext {
	font-size:1.2em;
	line-height:1.4em;
}

.backgroundGrey{
	background-color:#dcdcdc;
}
.backgroundBlue{
	background-color:#013a57;
}

.yellowButton {
    background-color: #ebc200;
    color: #242424;
    display: block;
    font-size: 1.3em;
    text-align: center;
    padding: 8px 0px 8px 0px;
	width:180px;
}

b, strong{
	font-family: 'GibsonSemiBold', Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
}

/** ------------------------------------------------------ **/
/** ------------------- 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;
	overflow:hidden;
}

.Template2colContainer {
	width: 931px; 
}

.Template2colColumn {
	float: left; 
	padding-right: 20px;
	width: 455px;
}

.Template2colMembersContainer {
	width: 1180px; 
}

.Template2colMembersColumn {
	float: left; 
	padding-right: 20px;
	width: 580px;
}

/* add a background colour/image to these divs when editing in WYSIWYG editor */ 

.mce-content-body .Template2colContainer, .mce-content-body .Template2colMembersContainer{
	background-color: #ffffff;
}
.mce-content-body .Template2colColumn, .mce-content-body .Template2colMembersColumn{
	background-color: #e1e1e1;
	background-image: url(/admin/images/wysiwyg-template-bg.gif);
	background-repeat: repeat;
}


/** ------------------------------------------------------ **/
/** ------------------- fonts -------------------------- **/

.fontArial {
	font-family: Arial;
}
.fontGeorgia {
	font-family: Georgia;
}




.MemberBenefits{
	margin-bottom:28px;
}
.MemberBenefits h2{
	background-color:#013a57;
	color:#FFFFFF;
	margin-bottom:38px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:16px;
	padding-right:21px;
	width:358px;
}
* html .MemberBenefits h2{
	width:395px;
	w\idth:358px;
}
.MemberBenefits ul{
	list-style:none;
	margin:0px;
	padding:0px;
	padding-left:16px;
}
.MemberBenefits ul li{
	background-image:url(../images/memberlist.gif);
	background-position:right;
	background-repeat:no-repeat;
	margin-bottom:16px;
	padding-right:91px;
}
.MemberBenefitsLeft{
	float:left;
	margin-right:37px;
	width:337px;
}
.MemberBenefitsRight{
	float:left;
	width:509px;
}

.clearboth{
	clear:both;
}	