/*
#####################################
######                         ######
######     STANDARD STYLES     ######
######                         ######
#####################################
*/

html, body {
	height: 100%;
	}
body {
	font: normal 75% Tahoma, Arial, Helvetica, sans-serif;
	color: #555;
	}

img {
	border: 0px;
	}
td, th {
	font-size: 1em;
	color: #888;
	}
a {
	text-decoration: none;
	color: #0073BA;
	}
a:hover {
	text-decoration: underline;
	color: #0073BA;
	}
p {
	margin: 0px 0px 15px 0px;
	}
fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
form {
	padding: 0px;
	margin: 0px;
	}
hr {
	display: none;
	}

/***********************/
/***** FORM STYLES *****/
/***********************/

.frm_text,
.frm_text_sml,
.frm_file,
select,
textarea {
	font: normal 0.8em Arial, Helvetica, sans-serif;
	color: #809FD3;
	border: 1px solid #E4E4E4;
	}
.frm_check {
	margin: 0px;
	padding: 0px;
	}

/************************/
/***** MEDIA STYLES *****/
/************************/

.notforscreen {
	}
.notforprint {
	display: none;
	}
.notforhandheld {
	}
.screenonly {
	display: none;
	}
.printonly {
	}
.handheldonly {
	display: none;
	}

/************************/
/***** MISC STYLES *****/
/**********************/

/** Error message **/

.error_message { 
	display: block;
	color: #222222;
	padding: 3px 4px 4px 4px;
	background-color: #FFDDDD;
	border: 1px solid #FF0000;
	margin: 0px 0px 10px 0px;
	}

/** Clear **/

.clear {
	height: 0;
	overflow: hidden;
	clear: both;
	}
.clear_l { clear: left; }
.clear_r { clear: right; }
.clear_n { clear: none; }

/** Float **/

.float_l { float: left; }
.float_r { float: right; }
.float_n { float: none; }

/** Text align **/

.align_l { text-align: left; }
.align_r { text-align: right; }
.align_c { text-align: center; }
.align_j { text-align: justify; }


/** Font colours **/

.blue {
	color: #0175BD;
	}
.pink {
	color: #EC008D;
	}	

/************************/
/***** LINE STYLES *****/
/**********************/

.dots_horizontal {
	font-size: 0.2em;
	line-height: 0.2em;
	height: 1px;
	background-image: url('../images/dots_horizontal1.gif');
	background-repeat: repeat-x;
	clear: both;
	}

/*************************/
/***** BUTTON STYLES *****/
/*************************/

.btn_large {
	position: relative;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	}
	.btn_large li {
		position: relative;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		}
		.btn_large a {
			position: relative;
			float: left;
			text-decoration: none;
			color: #809FD3;
			background-image: url('../images/buttons/btn_large1.gif');
			background-position: left top;
			height: 29px;
			font-size: 1em;
			}
			.btn_large a span {
				position: relative;
				height: 29px;
				line-height: 29px;
				font-size: 1em;
				font-weight: bold;
				background-position: right top;
				background-image: url('../images/buttons/btn_large2.gif');
				background-repeat: no-repeat;
				padding: 0px 16px 0px 14px;
				float: left;
				cursor: pointer;
				}
		.btn_large a:hover {
			text-decoration: none;
			background-position: left bottom;
			}
			.btn_large a:hover span {
				background-position: right bottom;
				}

.btn_thin {
	margin: 0px;
	padding: 0px;
	}
	.btn_thin li {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		}
		.btn_thin a {
			background-image: url('../images/buttons/btn_thin1.gif');
			background-repeat: no-repeat;
			background-position: left top;
			height: 21px;
			float: left;
			}
			.btn_thin a span {
				position: relative;
				left: 2px;
				background-image: url('../images/buttons/btn_thin2.gif');
				background-repeat: no-repeat;
				background-position: right top;
				text-align: center;
				height: 21px;
				padding: 0px 13px 0px 9px;
				float: left;
				cursor: pointer;
				}
		.btn_thin a:hover {
			background-position: left bottom;
			text-decoration: none;
			}
			.btn_thin a:hover span {
				background-position: right bottom;
				}
	

input.button_med4 {
	float: left;
	color: #809FD3;
	background-image: url('/images/buttons/button_med4.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 161px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	overflow: hidden;
	}


/*
######################################
######                          ######
######     STRUCTURE STYLES     ######
######                          ######
######################################
*/

/*************************/
/***** CONTENT LEFT *****/
/***********************/

#content_left {
	position: relative;
	border-bottom: 2px solid #0173BB;
	padding-bottom: 15px;
	}

/***** TOP MODULE *****/

#top_module {
	clear: both;
	}
	#top_module ul {
		display: none;
		}


/***** LOWER MODULE *****/

#lower_module_ext {
	display: none;
	}
	
#lower_module_int {
	display: none;
	}

/**************************/
/***** CONTENT RIGHT *****/
/************************/

#content_right {
	display: none;
	}

/**************************/
/***** CENTRE COLUMN *****/
/************************/

#content_center {
	margin-top: 15px;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	}
		
.external h1 {
	display: block;
	font: normal 2em Arial, Helvetica, sans-serif;
	color: #597CB8;
	margin: 0px 0px 15px 0px;
	}
	.external h1 br {
		display: none;
		}
	.external h1 span {
		color: #777777;
		font: normal 0.9em Arial, Helvetica, sans-serif;
		display: block;
		}

.internal h1 {
	display: block;
	font: normal 2em Arial, Helvetica, sans-serif;
	color: #0175BD;
	margin: 0px 0px 15px 0px;
	font-weight: bold;
	}
	.internal h1 br {
		display: none;
		}
	.internal h1 span {
		color: #777777;
		font-weight: normal;
		font-size: 1em
		}




	#content_center .btn_large,
	#content_center .btn_thin {
		display: none;
		}

#content_center p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#content_center .quotes {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	#content_center .quotes li,
	#content_center .quotes li.arrow {
		display: block;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		color: #7F9ED3;
		font-style: italic;
		}


/*************************/
/***** FOOTER STYLES *****/
/*************************/

#footer {
	position: relative;
	bottom: 0px;
	left: 0px;
	height: 50px;
	padding-top: 10px;
	width: 100%;
	clear: both;
	background-image: url('../images/footer_bg.gif');
	background-repeat: repeat-x;
	font-size: 1em;
	border-top: 2px solid #0173BB;
	}
	#footer a {
		display: none;
		}
#footer_right {
	display: none;
	}

#footer_left {
	position: relative;
	float: left;
	left: 16px;
	top: 20px;
	text-transform: uppercase;
	}

/*
########################################
######                            ######
######     UNIQUE PAGE STYLES     ######
######                            ######
########################################
*/

.loggedin_details {
	float: left;
	padding-right: 23px;
	font-family: Arial, Helvetica, sans-serif;
	}
	.loggedin_details p {
		line-height: 1.2em;
		margin-bottom: 8px;
		}
	.loggedin_details .blue {
		font-size: 1.1em;
		}

/************************/
/***** FORM STYLES *****/
/**********************/

/***** Generic Styles *****/

form {
	margin: 0px;
	padding: 0px;
	}
	form fieldset {
		margin-bottom: 5px;
		}
		legend {
			font-weight: bold;
			padding: 0px;
			margin: 0px 0px 5px -8px;
			color: #597CB8;
			}
		label {
			font-weight: normal;
			margin-bottom: 0px;
			}
			label span {
				color: #597CB8;
				}
		.frm_text,
		.frm_file,
		textarea,
		select {
			padding: 1px 0px;
			margin-bottom: 0px;
			font-size: 1.1em;
			}
		.frm_check,
		.frm_radio {
			float: left;
			}
		.frm_button,
		.frm_submit {
			float: left;
			background-image: url('../images/buttons/btn_medium.gif');
			width: 81px;
			height: 29px;
			margin-right: 5px;
			font-size: 1em;
			font-weight: bold;
			text-decoration: none;
			color: #809FD3;
			background-position: left top;
			background-color: transparent;
			border: 0px;
			cursor: pointer;
			}
		.frm_button {
			font-weight: normal;
			}

/***** Floated Elements *****/

.fldst_float label {
	float: left;
	width: 156px;
	margin-right: 10px;
	}
.fldst_float .frm_text,
.fldst_float .frm_file,
.fldst_float textarea,
.fldst_float select,
.fldst_float .multiple {
	float: left;
	width: 260px;
	margin-right: 10px;
	}
	.fldst_float .multiple label {
		width: auto;
		}
	
/***** Block Elements *****/

.fldst_block label {
	display: block;
	}
.fldst_block .frm_text,
.fldst_block textarea {
	display: block;
	margin-bottom: 8px;
	}
.fldst_block .frm_text {
	width: 255px;
	}
.fldst_block textarea {
	width: 365px;
	height: 124px;
	}

/***** Checkbox and Radio Elements 1 *****/

.fldst_check_radio1 .frm_check,
.fldst_check_radio1 .frm_radio {
	margin-right: 10px;
	} 
.fldst_check_radio1 label {
	float: left;
	width: 350px;
	font-weight: normal;
	}
		
/***** Form Submit Elements *****/

.fldst_submit {
	display: none;
	}


/****************************/
/***** HOME PAGE STYLES *****/
/****************************/

#content_center_home {
	margin-top: -140px;
	}
	#content_center_home #clear_break {
		top: -140px;
		}

#home_intro_text {
	position: relative;
	text-align: right;
	padding-top: 39px;
	background-color: #F5F5F5;
	}
	#home_intro_text img {
		display: block;
		margin-left: auto;
		}

.home .home_link {
	margin: 0px;
	padding: 0px;
	}
	.home .home_link li {
		display: block;
		margin: 0px;
		padding: 0px 0px 0px 38px;
		height: 38px;
		list-style-type: none;
		background-image: url('../images/arrow_circle_blue2.gif');
		background-repeat: no-repeat;
		background-position: left center;
		}
		.home_link a {
			color: #1976B9;
			font-weight: bold;
			font-size: 1em;
			text-decoration: none;
			}
		.home_link a:hover {
			text-decoration: underline;
			}
			.home_link span {
				display: block;
				}


/******************************/
/***** TABLE DATA STYLES *****/
/****************************/

.table_data table {
	background-color: #E2E2E2;
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;
	width: 100%;
	}
	.table_data table table {
		background-color: transparent;
		}
	.table_data .frm_text,
	.table_data select,
	.table_data textarea {
		font-weight: normal;
		color: #809FD3;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
		}
	.table_data .frm_submit,
	.table_data .frm_button {
		float: right;
		background-image: url('../images/buttons/btn_medium.gif');
		width: 81px;
		height: 29px;
		font-size: 1em;
		font-weight: bold;
		border: 0px;
		}
	.table_data .frm_button {
		font-weight: normal;
		}
	.table_data .btn_thin {
		float: none;
		}
		.table_data .btn_thin a {
			margin: auto;
			float: none;
			display: block;
			height: 21px;
			}
			.table_data .btn_thin a span {
				float: none;
				display: block;
				line-height: 21px;
				}
		
/***** TABLE DATA HEADER *****/
	
	.table_data .header {
		position: relative;
		background-color: white;
		vertical-align: middle;
		padding: 5px;
		border-right: 1px solid #bbb;
		border-bottom: 1px solid #bbb;
		}
		.table_data .header h1 {
			color: #757575;
			text-transform: lowercase;
			font: bold 1.4em Arial, Helvetica, sans-serif;
			padding: 0px;
			margin: 0px;
			}
		.table_data .header p {
			font-size: 1.1em;
			}
		.table_data td .frm_text,
		.table_data td select,
		.table_data td textarea {
			font-weight: bold;
			margin-right: 10px;
			}
		
		.table_data td .frm_button,
		.table_data td .frm_submit {
			display: none;
			}
		
		.table_data .header table {
			width: 100% !important;
			width: 96%;
			border: 0px;
			}
			.table_data .header table th {
				padding-right: 10px;
				}
			.table_data .header table th,
			.table_data .header table td {
				background-color: transparent;
				width: auto;
				}
		.table_data .header ul {
			margin: 0px;
			padding: 0px 0px 0px 35px;
			}
			.table_data .header ul li {
				margin: 0px;
				padding: 0px 0px 5px 0px;
				color: #737373;
				}

/***** TABLE DATA MIDDLE *****/

	.table_data .middle {
		background-color: #F5F5F5;
		}
		.table_data .middle table {
			background-color: transparent;
			border: 0px;
			}
		.table_data .middle td,
		.table_data .middle th {
			font-size: 0.9em;
			border-right: 1px solid #bbb;
			border-bottom: 1px solid #bbb;
			padding: 2px 6px;
			}
		
		.table_data .list2 .middle_header {
			height: 24px;
			vertical-align: middle;
			font-weight: bold;
			font-size: 1.2em;
			}


/***** FOOTER *****/
		
	.table_data .footer {
		background-color: white;
		padding: 5px;
		margin: 0px;
		font-size: 0.9em;
		border-right: 1px solid #bbb;
		border-bottom: 1px solid #bbb;
		}
		.table_data .footer table {
			border: 0px;
			}
		.table_data .footer p {
			display: block;
			line-height: 1.6em;
			padding: 0px;
			margin: 0px 0px 5px 0px;
			}
		.table_data .footer a {
			display: none;
			}
		.table_data .footer .frm_submit,
		.table_data .footer .frm_button {
			display: none;
			}

/********************************/
/***** SUMMARY PAGE STYLES *****/
/******************************/

.table_summary {
	width: 100%;
	background-color: #FFFFFF;
	border-left: 1px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
	margin-bottom: 15px;
	}
	.table_summary th,
	.table_summary td {
		vertical-align: top;
		padding: 2px 5px;
		border-right: 1px solid #E2E2E2;
		border-bottom: 1px solid #E2E2E2;
		text-transform: lowercase;
		}
	.table_summary th {
		background-image: url('/images/tables/rowblend2.gif');
		background-position: left top;
		background-repeat: repeat-y;
		background-color: #FFFFFF;
		}
	.table_summary th.header {
		background-color: #EFEEEE;
		font-size: 1.1em;
		font-weight: bold;
		vertical-align: middle;
		height: 26px;
		background-image: none;
		}

			