.text           {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

a                    {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: none;
	line-height: 16px;
} 
a:hover              {
	text-decoration: underline;
}

form     { margin:0px; padding:0px; }
select   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000} 
input    { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000} 
options  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000} 
textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}

/* =---- Layout ----= */
/* =----------------= */

html, body {
	height:100%;
}

h1, h2, h3 {
	margin-top:0;
}

p { margin-top:5px; }

.first-of-two p, .first-of-three p { margin-top:0; }

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:12px;
}

.wrap-page {
	width:1084px;
	height:auto!important;
	height:100%;
	min-height:100%;
	margin:0 auto;
	background:url(../images/template/bg.gif) repeat-y;
	position:relative;
}

.wrap-inner {
	width:1024px;
	margin:0 auto;
}

.logo {
	height:157px;
	margin:0;
	padding:0;
	width:100%;
	background:url(../images/template/logo.gif) right top no-repeat;
}

.landing_logo {
	width:100%;
	margin:0;
	padding:0;
	height:157px;
	background:url(../images/template/landing_logo.gif) right top no-repeat;
}

.wrap-menu {
	background:#A42339;
	height:40px;
	width:100%;
}

.wrap-title {
	height:196px;
	width:100%;
	position:relative;
}

.wrap-content {
	margin:35px 35px 0 35px;
	overflow:auto;
	padding-bottom:93px;
}

.wrap-content .first-of-two, .wrap-content .first-of-three {
	width:320px;
	float:left;
}

.wrap-content .second-of-two {
	width:624px;
	float:left;
}

.wrap-content .second-of-three {
	width:272px;
	float:left;
	margin-right:15px;
}

.wrap-content .third-of-three {
	width:330px;
	float:left;
	margin-right:7px;
}

.wrap-footer {
	height:58px;
	width:1024px;
	border-top:1px solid #A42339;
	position:absolute;
	bottom:0;
}

.wrap-footer p, .splash-footer p {
	margin:0 0 0 85px;
	line-height:46px;
	padding:0;
}

.statements, .statements p {
	display:none;
}

.statements {
	position:absolute;
	bottom:0;
	left:38px;
	padding:10px;
}

.wrap-content ul {
	margin:0;
	padding-left:20px;
	list-style-image:url(../images/template/bullet.gif);
}

.wrap-content ul.highLine li {
	line-height:26px;
}

.nomargin {
	margin:7px 0;
}

.fullwidth {
	width:99%;
}

.fulldimensions {
	width:99%;
	height:125px;
}

table.contacttable tr {
	vertical-align:top;
}

/* ----- Fonts ----- */
/* ----------------- */
.first-of-two, .first-of-three {
	font-size:2.08em;
	font-family:Arial, Helvetica, sans-serif;
}

.wrap-footer p, .splash-footer p {
	font-size:0.92em;
	font-family:Arial, Helvetica, sans-serif;
}

.second-of-two h1, .second-of-three h1, .third-of-three h1 {
	font-size:2.08em;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

.statements, .statements p {
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
}

.fourteen {
	font-size:14px;
}

.thirteen {
	font-size:13px;
}

.fifteen {
	font-size:15px;
}

.seventeen {
	font-size:17px;
}

/* ----- Colours ----- */
/* ------------------- */

.wrap-footer, .wrap-footer p, .splash-footer, .splash-footer p {
	color:#AA1C3C;
}

.first-of-two strong, .first-of-three strong {
	color:#C41130;
}

.second-of-two h1, .second-of-three h1, .third-of-three h1 {
	color:#A42339;
}

.statements {
	background:transparent url(../images/trans.png) repeat;
}

.textgrey {
	color:#666565;
}

.textred {
	color:#A42339!important;
}

.success {
	padding:5px 20px;
	background-color:#E1FFF3;
	border-top:2px solid #006600;
	border-bottom:2px solid #006600;
	color:#003300;
	text-align:left;
	font-weight:bold;
}

.wrap-menu a img {
	border:none;
}

.splash-divide {
	background:#C41130;
	width:100%;
	height:10px;
}

.splash-img {}

.splash-img a img { border:none; }

