/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* EMA Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #0069AA;}
a:visited {color: #0069AA;}
a:hover {color: #4A4A4A;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0px; padding: 0px;
	font: 8pt/12pt verdana, arial, sans-serif;
	color: #4A4A4A;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 14pt;
	font-weight: normal;
	color: #0069AA;
	border-bottom: 1px solid #EFEFEF;
	}

h2 {
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 5px;
	font-size: 10pt;
	background-color: #EFEFEF;;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 15px;
	}
	
	ul li {
		
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* EMA Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	background-color: white;
	height: 1px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.breakRule {
	margin: 20px 0px 20px 0px;
	background-color: #0069AA;
	height: 2px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.blueText {
	color: #0069AA;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	border-top: 5px solid #A93D95;
	}

	.formattedTable th {
		background-color: #3d6ca6;
		font: bold 13px arial, verdana, sans-serif;
		color: #ffffff;
		vertical-align: top;
		}
		
	.formattedTable .colourRow {
		background-color: #FAF6F8;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.homeFeatures {
	width: 774px;
	margin: 30px -774px 20px 0px;
	position: relative;
	left: -257px;
	}
	
	.homeFeatures .featureHolder {
		float: left;
		width: 244px;
		padding: 0px 14px 0px 0px;
		}

		.homeFeatures .featureHolder .featureContent {
			margin: 25px 18px 25px 20px;
			}
			
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* EMA Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	width: 760px;
	margin: 0px auto 0px auto;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
	text-align: right;
	background: transparent url(images/background_toparea.gif) repeat-x left top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
	float: left;
	width: 244px;
	margin: 0px 13px 0px 0px;
	font-weight: bold;
	}
	
	#menuArea strong {
		display: block;
		background-color: #005C95;
		color: #9DC9E4;
		padding: 4px 0px 4px 8px;
		}
	
	#menuArea a {color: #FFFFFF; background: #0069AA url(images/background_menuitem.gif) no-repeat 8px 9px; padding: 4px 0px 4px 21px; border-bottom: 1px solid white; font-weight: bold; text-decoration: none; display: block;}
	#menuArea a:visited {color: #FFFFFF;}
	#menuArea a:hover {color: #FFFFFF; background-color: #1175B2;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contentArea {
	float: left;
	width: 502px;
	}
	
	#contentArea .introHolder {
		float: right;
		width: 373px;
		height: 152px;
		padding: 20px 0px 0px 0px;
		border-bottom: 2px solid #0069AA;
		}
	
	#contentArea .contentHolder {
		padding: 20px 0px 20px 0px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
	font-size: 7pt;
	border-top: 1px solid #EFEFEF;
	color: #DADADA;
	}
	
	#footerArea #footerLinks {
		float: right;
		}
	
	#footerArea a {color: #DADADA; text-decoration: none;}
	#footerArea a:visited {color: #DADADA;}
	#footerArea a:hover {color: #005C95; text-decoration: underline;}