html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

a {
	text-decoration: none;
	color: #333366;
}

a:hover {
	text-decoration: none;
	color: #FF9900;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* tables still need cellspacing="0" in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

/* remove possible quote marks (") from <q> & <blockquote> */

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
}

.boldTxt {
	font-weight: bold;
	color: #333366;
}

small {
	font-size: 9px;
	margin: 10px;
}

strong {
	font-weight: bold;
}
/* [  STYLES  ] ************************************************************/

body {
	background: url('../images/bgstrip.gif') repeat-x;
	background-color: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

	#topNav {
		height: 31px;
	}

	#header {
		position: relative;
		height: 114px;
		background: url('../images/header_bg.jpg') no-repeat;
	}

		#header .logo{
			position: absolute;
			top: -15px;
		}
	
	#page {
		float: left;
		background: #fff;
	}
	
	#headerTabs {
		position: relative;
		width: 930px;
		height: 51px;
		background: url('../images/tabs_bg.jpg') no-repeat;
		margin: 0 auto;
		margin-bottom: 10px;
	}
		#headerTabs ul {
			position: absolute;
			bottom: 0px;
			margin: 0 0 0 5px;
				height: 42px;
		}
		
			#headerTabs li {
				position: relative;
				float: left;
				width: 114px;
				height: 42px;
				background: url('../images/tab_notselected.png') no-repeat;
				background-position: bottom;
				text-align: center;
				line-height: 4.2em;
				font-weight: bold;
			}
			
			#headerTabs li.selected {
				background: url('../images/tab_selected.png') no-repeat;
				background-position: bottom;
			}
		
			#headerTabs img.cards {
				position: absolute;
				right: 0px;
				top: -30px;
			}
	
/***** [ SIDE POD STYLES ] ****************************************************************************/
	
	.sidePod {
		margin-bottom: 10px;
		font-size: 11px;
	}
	
		.sidePod a {
			color: #21456d;
		}
	
		.sidePod a:hover {
			text-decoration: none;
			color: #FF9900;
		}

		.sidePod ul {
			width: 209px;
		}
	
		.sidePod ul li {
			background: url('../images/sidepod_tile_bg.png') no-repeat;
			min-height: 30px;
			line-height: 2.4em;
			padding: 0 0 0 30px;
		}
	
			.sidePod ul li.plain {
				background: url('../images/sidepod_planetile_bg.png') repeat-y;
				padding: 0px;
				height: 100%;
			}
	
			.sidePod ul li.heading {
				background: url('../images/sidepod_top.png') no-repeat;
				height: 30px;
				padding: 2px 0 0 10px;
			}
		
			.sidePod ul li.heading h2 {
				font-size: 14px;
				font-weight: bold;
				color: #fff;
			}
			
			.sidePod ul li p {
				padding-top: 5px;
				line-height: 15px;
			}
	
		.sidePod ul li.second {
			background: url('../images/sidepod_second.png') no-repeat;
			height: 31px;
			line-height: 2.4em;
		}
	
		.sidePod ul li.secondLarge {
			background: url('../images/sidepod_large_second.png') no-repeat;
			height: auto;
		}
		
		.sidePod ul li.largeArea {
			background: url('../images/sidepod_large_bg.png') no-repeat;
			height: inherit;
		}
	
		.sidePod ul li.baseEnd {
			background: url('../images/sidepod_base_end.png') no-repeat;
			height: 35px;
			line-height: 2.4em;
		}
	
		.sidePod ul li.basePlainEnd {
			background: url('../images/sidepod_planebase_end.png') no-repeat;
			height: 13px;
		}
		
			.sidePod ul li.advertTop {
				background: #21456d url('../images/sidepod_advert_top.png') no-repeat;
				height: 13px;
			}
			
			.sidePod ul li.advert {
				background: #21456d none;
				height: auto;
				padding: 5px 0 0 0;
				margin: 0px;
				padding: 0px;
				background: #21456d url('../images/sidepod_advert_bottom.png') no-repeat;
				background-position: bottom;
				padding-bottom: 20px;
			}
			
				.sidePod ul li.advert img {
					display: block;
					text-align: center;
					margin: 0 auto;
					border: 1px solid #fff;
				}	
				
			.sidePod ul li.advertBottom {
				height: 13px;
				padding: 0px;
				margin: 0px;
				border: 1px solid #ff0000;
			}		
		
			.sidePod .cardHolder {
				float: left;
				width: 91px;
				height: 56px;
				background: url('../images/cards/card_holder.gif') no-repeat;
				margin: 2px 5px 2px 5px;
				padding: 0px;
			}	
		
			.sidePod .cardHolder img.skinny {
				margin-top: 15px;
			}	
		
			.sidePod .cardHolder img {
				display: block;
				text-align: center;
				margin: 0 auto;
				margin-top: 7px;
			}	
		
	#lhsColumn {
		float: left;
		width: 220px;
		padding-left: 10px;
	}


/***** [ CENTRAL STYLES ] ****************************************************************************/

	#centerColumn {
		float: left;
		width: 490px;
		margin: 0 10px 0 0;
	}
	
		#centerColumn #breadCrumbs {
			font-size: 11px;
			background: url('../images/bread_bg.gif') no-repeat;
			height: 30px;
			padding: 7px;
		}
	
		#centerColumn #breadCrumbs a {
			text-decoration: none;
		}
	
		#centerColumn h1 {
			font-size: 17px;
			font-weight: bold;
			padding: 5px 0 0px 0;
			color: #000066;
		}
	
		#centerColumn h2 {
			font-size: 14px;
			font-weight: bold;
			padding: 5px 0 0px 0;
			color: #333333;
		}
	
		#centerColumn h3 {
			font-size: 12px;
			font-weight: bold;
			padding: 0px 0 5px 0;
			color: #333333;
		}
		
		#centerColumn ul.lister {
			margin: 10px;
			list-style: square;
		}
		
		#centerColumn p {
			padding: 10px 0 5px 0;
			line-height: 18px;
			color: #666666;
		}
		
		#centerColumn table th {
			padding: 5px;
			background: url('../images/th_bgstrip.gif') repeat-x;
			color: #fff;
			font-weight: bold;
			line-height: 1.2em;
		}
		
		#centerColumn table td {
			padding: 3px;
		}
		
		#centerColumn table tr.odd {
			background: #e8edf0;
		}
		
		#centerColumn table tr.even {
			background: #E4F3F3;
		}
		
		#centerColumn table.tblFeatured td {
			padding: 5px 5px 20px 5px;
			margin: 0px;
			vertical-align: top;
		}
		
		#centerColumn table.tblFeatured td p {
			margin: 0px;
			padding: 0px;
			line-height: 15px;
		}

		#centerColumn .apply {
			float: right;
			clear: both;
		}

		#centerColumn ul {
			list-style: outide;
			list-style-type: disc;
			margin: 0 0 0 20px;
		}
		
		

		#centerColumn a {
			text-decoration: underline;
		}

	#rhsColumn {
		float: right;
		width: 220px;
	}
	
	#footer {
		background: url('../images/footer_bg.gif') repeat-x;
		width: 100%;
		clear: both;
		height: 80px;
	}
	
		#footerHolder {
			margin: 0 auto;
			width: 900px;
			padding: 30px;
			color: #fff;
		}
		
		#footerHolder a{
			color: #fff;
		}
		
			#footerLinks {
				float: left;
			}
		
			#footerCopyright {
				float: right;
			}
			
/*** [ COLOURS ] *********************************************************************/

	.grey {
		color: #999999;
	}