/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #f22d45;}
a:visited {color: #f22d45;}
a:hover {color: #4b4144;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

* {
	padding: 0px;
	margin: 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font: 0.75em/1.3em arial, verdana, sans-serif;
	background-color: #231f20;
	color: #4b4144;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	color: #f22d45;
	font: italic 1.9em/0.8em arial, verdana, sans-serif;
	margin: 0px 0px 10px 0px;
	}

h2 {
	font: bold italic 1.2em/0.8em arial, verdana, sans-serif;
	margin: 0px 0px 5px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	}
	
	ul li {
		background: transparent url(images/bullet.gif) no-repeat left 8px;
		padding: 4px 0px 4px 14px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 1px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.block {
	display: block
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.backToTop {
	float: right;
	background: transparent url(images/button_backtotop.gif) no-repeat left top;
	width: 84px;
	height: 15px;
	margin: 15px 0px 0px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.breakRule {
	clear: both;
	background: transparent url(images/breakrule.gif) no-repeat left top;
	height: 11px;
	margin: 20px 0px 20px 0px;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.pullQuotes {
	background: transparent url(images/background_pullquotes.gif) no-repeat left top;
	font: italic 1.5em/1.2em arial, verdana, sans-serif;
	color: #f22d45;
	float: left;
	width: 50%;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-right: 3px solid #f22d45;
	}
	
	.pullQuotes .whoBy {
		font: italic 0.75em/1.2em arial, verdana, sans-serif;
		color: #860c1b;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.redText {
	color: #f22d45;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	border-top: 1px solid #231f20;
	}
	
	.formattedTable th, .formattedTable td {padding: 8px; border-bottom: 1px solid #231f20;}
	
	.formattedTable th {
		background-color: #3d6ca6;
		font: bold 13px arial, verdana, sans-serif;
		color: #ffffff;
		vertical-align: top;
		}
		
	.formattedTable .colourRow {
		background-color: #f5f5f5;
		}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {

	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
	float: left;
	width: 139px;
	background: transparent url(images/background_menuarea.jpg) no-repeat left top;
	padding: 145px 0px 0px 60px;
	}
	
	#menuArea a.topNav {color: white; border-bottom: 1px solid #4b4144; display: block; padding: 10px 0px 10px 10px; text-decoration: none;}
	#menuArea a.topNav:visited {color: white;}
	#menuArea a.topNav:hover {color: #f22d45; background: transparent url(images/background_menuitem.gif) repeat-x left bottom;}
	
	#menuArea a.subNav {color: grey; display: block; text-decoration: none; padding: 3px 10px 3px 20px; border-bottom: 1px solid #4b4144;}
	#menuArea a.subNav:visited {color: grey;}
	#menuArea a.subNav:hover {color: #f22d45; background: transparent url(images/background_menuitem.gif) repeat-x left bottom;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


#contentArea {
	float: left;
	width: 500px;
	padding: 120px 50px 20px 50px;
	background: white url(images/background_contentarea.jpg) no-repeat left bottom;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	}
	
	#contentArea #REC {
		float: right;
		width: 97px;
		height: 99px;
		margin: 0px 0px -119px 0px;
		position: relative;
		top: -110px;
		}
	
	#contentArea #logo {
		display: block;
		width: 363px;
		height: 69px;
		margin: 0px 0px -69px 0px;
		position: relative;
		left: -125px;
		top: -95px;
		}
	
	#contentArea #mainPic {
		width: 550px;
		height: 178px;
		margin: 0px -50px 20px 0px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
	width: 560px;
	margin: -1px 0px 0px 199px;
	padding: 10px 20px 20px 20px;
	background: #f22d45 url(images/background_footerarea.jpg) no-repeat left bottom;
	font-size: 0.9em;
	color: #e998a2;
	}
	
	#footerArea a {float: right; color: #e998a2; text-decoration: none;}
	#footerArea a:visited {color: #e998a2;}
	#footerArea a:hover {color: white;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#regArea {
	width: 560px;
	margin: 0px 0px 0px 219px;
	color: #666666;
	font-size: 0.9em;
	}