* {
	margin: 0;
	padding: 0;
}

html, body {
	margin:0;
	padding:0;
}

body {
	color: #797979;
 	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(../images/bg.png) left top repeat-x;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Floaters */
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
	line-height:0px;
	height:0px;
}

.welcome {
	color:#fff;
	text-align: right;
	position: absolute;
	top: 0px;
	right: 110px;
	width: 500px;
	line-height:22px;
	margin-right:20px;
	text-shadow:1px 1px 0px #000;
}

#Content div.competition {
	padding-bottom:5px;
}


#Content div.competition p {
	font-size:0.9em;
	margin-bottom:0;
}

#Content div.competition p .question {
	display: block;
	position: relative;
	width:100%;
	height:37px;
}

	#Content div.competition p .question span {
		color:#fff;
		display: block;
		position: absolute;
		top:0;
		left:-6px;
		height:37px;
		width:287px;
		font-size: 1em;
		background: transparent url(../images/competition.png) left top no-repeat;
	}

	#Content div.competition p .question span em {
		color:#fff;
		text-shadow:#4C4C4C 1px 1px 3px;
		line-height: 36px;
		padding-left:15px;
	}

/* Remove outlines in FF & Safari */
:focus {
	outline-style: none;
}

a img	{
	border:0;
}

a	{
	color:#2f4d8b;
}

div#Content .last	{
	margin-right:0;
}

.bttnyellow	{
	display:inline-block;
	height:20px;
	line-height:20px;
	padding-left:10px;
	overflow:hidden;
	background:transparent url(../images/bttn-yellow.png) left top no-repeat;
}

	.bttnyellow span,
	.column .bttnyellow span{
		display:block;
		padding-right:10px;
		color:#565656;
		background:transparent url(../images/bttn-yellow.png) right top no-repeat;
	}
/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 920px;
	margin: 0 auto;
	/*position:relative;*/
}

#Container { 
	width: 100%;
	padding-bottom: 10px;
}
#Layout {
	width: 100%;
	clear: both;
	/*padding-top:113px;*/
	/*overflow: hidden;*/
	background:transparent url(../images/bg-header.png) left top repeat-x;
}
#Content {
	width: 100%;
	margin: 0;
	text-align: left;
}

/* CONTENT
----------------------------------------- */
.loading	{
	background:transparent url(../images/ajax-loader2.gif) center center no-repeat;
}

.homeColumnHolder	{
	overflow:hidden;
}

	.homeColumnHolder .left	{
		width: 310px;
	}
	
		.homeColumnHolder .left .column	{
			margin-left: 0;
			/*min-height:97px;
			max-height:97px;*/
		}
		
		.homeColumnHolder .first	{
			margin: 0 0 20px 0;
		}
	
			.homeColumnHolder .column div.linkHolder	{
				border-top:1px solid #D0D0D0;
			}

.innerColumn	{
	float:left;
	width:209px;
	margin-top:30px;
}

	.innerColumn img,
	.innerColumn h4{
		margin:0 0 5px 0;
	}

.innerColumnLeft	{
	margin-right:20px;
}

div.column	{
	margin:0 10px 0 9px;
	float:left;
	width:291px;
	background:transparent url(../images/bg-column.png) left 23px repeat-x;
}

div.join	{
	background:transparent url(../images/bg-column-join.png) left 7px no-repeat;
}

	div.join p	{
		width:198px;
		padding-bottom:2px;
	}


	div.column h3	{
		margin:0 0 15px 0;
		padding:0;
	}

		div.column h3 a:hover	{
			text-decoration:underline;
		}

	div.column p	{
		line-height:1.5em;
		font-size:0.95em;
		margin:0 0 10px 0;
	}

	div.column a {
		font-weight:bold;
	}

		div.column a.more {
			display:block;
			float:right;
			padding:0 7px;
			height:23px;
			line-height:23px;
			color:#fff;
			font-size:0.9em;
			/*text-shadow:1px 1px #7498ab,-1px -1px #7498ab;*/
			background:transparent url(../images/bg-morelink.png) left top repeat-x;
		}

		div.column p strong a	{
			font-size:1.1em;
			color:#676560;
		}

		div.column p span	{
			font-size:0.9em;
			color:#959595;
		}

			div.column p span.postDetails	{
				font-size:0.9em;
				color:#5b5e66;
			}

.columnHolder	{
	margin:0 10px;
}

	.columnHolder .column	{
		margin:0 10px 0 0;
		float:left;
		background:none;
	}

		.columnHolder .column h3	{
			padding:3px 0 6px 0;
			border-bottom:1px solid #dbdcdb;
		}

.columnHolder .item {
	border-bottom:1px solid #dbdcdb;
	margin-bottom:14px;
}

	.columnHolder .item img {
		margin:0 10px 10px 0;
	}

	.columnHolder .column .last {
		border-bottom:0;
		margin-bottom:0;
	}


.subColumn	{
	width:164px;
	float:left;
	margin-right:19px;
}

	.typography .subColumn p,
	.typography .subColumn li{
		font-size:0.9em;
	}

	.typography .subColumn p strong a	{
		font-size:1em;
	}

	.subColumn p.first	{
		padding-bottom:10px;
		margin-bottom:20px;
		border-bottom:1px solid #e1e1e1;
	}

/* Two Wide columns, One Narrow Column
----------------------------------------- */

.twoWideOneNarrow .col1,
.twoWideOneNarrow .col2{
	width:348px;
	margin:0 20px 0 0;
	border-bottom:1px solid #dbdcdb;
}

.twoWideOneNarrow .col3{
	width:164px;
	margin:0;
	position:relative;
}

div#Buttons	{
	clear:both;
	overflow:hidden;
}

	div#Buttons .column	{
		background-position:left top;
	}

/* One Wide column, One Medium Column
----------------------------------------- */

.oneWideOneMed .col1{
	width:532px;
	margin:0 20px 0 0;
}

.oneWideOneMed .col2{
	width:348px;
	margin:0;
	position:relative;
}

/* Contact Page */

#Map	{
	width:164px;
	height:135px;
	float:left;
	margin-right:20px;
	overflow:hidden;
}

#LeftFields	{
	width:184px;
	float:left;
}

#RightFields	{
	float:left;
}


#LeftFields .text	{
	width:174px;
	margin:0 0 8px 0;
}

form #LeftFields .error span	{
	background-position:left -20px;
}

form #RightFields .error div	{
	background-position:left -104px;
}

	form #LeftFields .error label,
	form #RightFields .error label,
	form #LeftFields .error input,
	form #RightFields .error textarea {
		color:#a64545;
	}

#ChangePasswordForm_ChangePasswordForm_NewPassword1,
#ChangePasswordForm_ChangePasswordForm_NewPassword2 {
	height: 16px;
	width: 170px;
	background: transparent url(../images/bg-input-contact.png) no-repeat left top;
	padding: 2px;
	line-height: 16px;
}

#ChangePasswordForm_ChangePasswordForm_action_doChangePassword {
	font-size: 0.95em;
}

#LeftFields #ContactNumber	{
	margin:0 0 0 0;
}

	#LeftFields .text input	{
		width:164px;
		border:0;
		margin:3px 5px 0 5px;
		background:none;
		color:#93A7BE;
		font-size:0.8em;
	}

	#LeftFields .text span	{
		display:block;
		height:20px;
		width:174px;
		background:transparent url(../images/bg-input-contact.png) left top no-repeat;
	}

	#RightFields .textarea div	{
		height:104px;
		width:348px;
		background:transparent url(../images/bg-textarea-contact.png) left top no-repeat;
	}

		#RightFields .textarea textarea	{
			height:94px;
			width:338px;
			min-height:94px;
			min-width:338px;
			max-height:94px;
			max-width:338px;
			margin:5px;
			font-size:0.8em;
		}

#ContactForm_ContactForm .Actions input {
	font-size:0.8em;
}

#ContactForm_ContactForm .Actions {
	margin:10px 0 0 0;
}

#ContactForm_ContactForm label {
	display:block;
	font-size:0.8em;
}

h4#Vacancies	{
	border-bottom:1px solid #d3d4d3;
	padding-bottom:9px;
	margin:18px 0 10px 0;
}

h4#StaffDetails {
	border-bottom: 1px solid #d3d4d3;
	padding-bottom: 9px;
	margin: 37px 0 10px 0;
}

.typography .column p.positionDetails	{
	line-height:20px;
	font-size:0.9em;
	margin-top:15px;
}

	p.positionDetails a	{
		display:inline-block;
		padding-left:28px;
		margin-right:17px;
		color:#6a6a6a;
		background:transparent url(../images/icon-resource.png) left top no-repeat;
	}

	div.column p.positionDetails span	{
		display:inline-block;
		padding-left:13px;
		font-size:1em;
		border-left:1px solid #e4e5e4;
	}

		div.column p.positionDetails span.noDownload	{
			padding-left:0px;
			border-left:0;
		}

/* One Wide column, One Medium Column
----------------------------------------- */

.oneWideOneNarrow .col1{
	width:716px;
	margin:0 20px 0 0;
	position:relative;
}

.oneWideOneNarrow .col2{
	width:164px;
	margin:0;
}

.oneWideOneNarrow .col2 p a strong	{
	color:#676560;
	font-size:1.1em;
}

.oneWideOneNarrow .col2 .subColumn p.first	{
	margin-bottom:0px;
}

/* Two Medium Columns
----------------------------------------- */
#Content .twoMed {
	margin:0;
}

.twoMed .col1{
	width:440px;
	margin:0 10px 0 10px;
}

.twoMed .col2{
	width:460px;
	margin:0;
}

	.twoMed .col2 h3{
		margin-left:10px;
		border-bottom:0;
	}

.twoMed .imageHolder{
	margin-bottom:15px;
}

.twoMed .col2 p a strong	{
	color:#676560;
	font-size:1.1em;
}

.twoMed .col2 .subColumn p.first	{
	margin-bottom:0px;
}

#RegisterFormHolder	{
	background:transparent url(../images/bg-register-form.png) left top no-repeat;
}

	#RegisterFormHolder form .error span	{
		background-position:left -20px;
	}

	#RegisterFormHolder .error label	{
		color:#A64545;
	}

	#RegisterFormHolder form .error input	{
		color:#A64545;
	}

	#RegisterFormHolder form	{
		font-size:0.8em;
	}

	#RegisterFormHolder form h4	{
		font-size:1.1em;
		color:#6a6a6a;
		margin-bottom:10px;
	}

		#RegisterFormHolder form h4 span	{
			font-size:0.8em;
			font-weight:normal;
		}

	#RegisterFormHolder fieldset	{
		padding:10px 0 19px 10px;
		margin-bottom:0px;
		background:transparent url(../images/bg-splitter.png) left bottom repeat-x;
	}

	#RegisterFormHolder fieldset.last	{
		margin-bottom:0;
		background:none;
	}

	#RegisterFormHolder fieldset.active	{
		position:relative;
		background:transparent url(../images/bg-fieldset-active.png) left bottom no-repeat;
	}

	#RegisterFormHolder fieldset#NomineesDeclarationSet	{
		padding:10px;
		margin-bottom:10px;
		background:#b5b5b5;
		border:1px solid #8c9fb3;
	}

		#RegisterFormHolder fieldset#NomineesDeclarationSet input	{
			float:left;
			margin-right:10px;
		}

		#RegisterFormHolder fieldset#NomineesDeclarationSet label	{
			float:left;
			width:405px;
			margin-bottom:10px;
		}

	#RegisterFormHolder .Actions	{
		float:left;
		margin-left:27px;
	}

	#RegisterFormHolder .field	{
		margin-bottom:8px;
	}

	#RegisterFormHolder .optiongroup	{
		clear:left;
		overflow:hidden;
	}

		#RegisterFormHolder .optiongroup p	{
			margin:0 10px 10px 0;
		}

		#RegisterFormHolder .optiongroup li	{
			width:140px;
			float:left;
			margin-right:10px;
			position:relative;
		}

			#RegisterFormHolder li.valCheque,
			#RegisterFormHolder li.valYearly{
				margin-right:0px;
			}

			#RegisterFormHolder .optiongroup li label	{
				margin-left:16px;
			}

	#RegisterFormHolder #AddressCheck li	{
		width:47px;
	}

	#RegisterFormHolder .text	{
		width:140px;
		margin-right:10px;
		float:left;
	}

		#RegisterFormHolder .text input	{
			width:130px;
			border:0;
			margin:3px 5px 0 5px;
			background:none;
			color:#93A7BE;
		}

		#RegisterFormHolder .text span	{
			display:inline-block;
			height:20px;
			width:140px;
			background:transparent url(../images/bg-input.png) left top no-repeat;
		}

		#RegisterFormHolder #PaymentMethod	{
			margin-bottom:15px;
		}

	#PostalAddress	{
		clear:left;
		display:none;
	}
	
/* Two Medium Columns with Sidebar
----------------------------------------- */
.twoMedSidebar	{
	margin:0;
	width:726px;
	float:left;
	position:relative;
	padding-bottom:10px;
}

.twoMedSidebar .col1{
	width:348px;
	margin:0 20px 0 0;
}

.twoMedSidebar .col2{
	width:358px;
	margin:0;
}

.twoMedSidebar .col2 p a strong	{
	color:#676560;
	font-size:1.1em;
}

.twoMedSidebar .col2 .subColumn p.first	{
	margin-bottom:0px;
}

.twoMedSidebar .imageHolder{
	width:726px;
	height:171px;
	margin-bottom:15px;
	position:relative;
	overflow:hidden;
}

	.twoMedSidebar .imageHolder img{
		position:absolute;
		right:0;
		bottom:0;
	}

div.contactDetails	{
	margin-bottom:15px;
}

div.contactDetails p	{
	width:161px;
	margin-right:8px;
	float:left;
}


	div.contactDetails p.longer	{
		width:181px;
		margin-right:0;
		float:left;
	}

	div.column div.contactDetails a	{
		font-weight: normal;
	}

	div.contactDetails p strong	{
		float:left;
	}

	div.contactDetails p span	{
		float:left;
		margin-left:6px;
	}

.twoMedSidebar .newsItem,
.searchresults .newsItem{
	background-image:url(../images/icon-resource-yellow.png);
}

.typography .twoMedSidebar .newsItem p	{
	padding-left:0;
}

	.twoMedSidebar .newsItem p strong	{
		padding-left:25px;
		margin-bottom:5px;
	}

/* One Wide row, Two columns 2nd row
----------------------------------------- */
.oneWideRow	{
	padding-bottom:20px;
}

.oneWideRow .col1{
	width:210px;
	margin:0 20px 0 0;
}

.oneWideRow .col2{
	width:670px;
	margin:0;
}

.oneWideRow .row{
	width:100%;
	margin:0;
}

	.oneWideRow .row h3{
		border-bottom:1px solid #c1c1c0;
		padding-bottom:3px;
		margin:0 0 15px 0;
	}

	.oneWideRow .row .subColumn{
		width:210px;
	}

		.oneWideRow .row .subColumn p.first {
			border-bottom:1px solid #c1c1c0;
		}

		.oneWideRow .row .subColumn strong a {
			color:#797979;
		}

		.oneWideRow .row .subColumn a {
			font-weight:bold;
		}

.resourceItem {
	border-bottom:1px solid #dedfdf;
	padding-bottom:10px;
	margin-bottom:9px;
}

	.resourceItem > p{
		width:440px;
		float:left;
	}

	.resourceItem .order {
		width:208px;
		border:1px solid #bbc5d1;
		background:#c1d4e9;
		float:right;
		position:relative;
		margin:20px 0 0 19px;
	}

		.resourceItem .liner {
			padding:9px;
		}

		.resourceItem .order p {
			padding:0;
			margin:0;
		}

			.resourceItem .order p.buttons {
				margin-top:10px;
				overflow: hidden;
			}

			.resourceItem .order p.buttons a {
				float:right;
			}

			.resourceItem .order p.buttons a.orderResource {
				float:left;
			}

			.column .resourceItem .order p.buttons a.right {
				float:right;
			}

		.formHolder {
			display:none;
			padding-top:6px;
			position:absolute;
			width:140px;
			height:150px;
			left:35px;
			bottom:0;
			z-index:900;
			background:transparent url(../images/orderform-top.png) center top no-repeat;
		}

		.formHolder form {
			font-size:0.8em;
			background:#c1d4e9;
			overflow:hidden;
			padding:9px;
		}
		.formHolder .field {
			margin:0 0 5px 0;
		}

		.formHolder select,
		.formHolder .text input,
		.formHolder .readonlytext input {
			border:1px solid #93a7be;
			color:#93a7be;
			width:120px;
			background:#fff;
		}


/* One Wide column, One Narrow Column, WIth Sidebar
----------------------------------------- */

div#Content .oneWideOneNarrowSidebar	{
	margin:0;
	width:726px;
	float:left;
	position:relative;
	padding-bottom:10px;
}

.oneWideOneNarrowSidebar .col1{
	width:532px;
	margin:0 20px 0 0;
	position:relative;
	padding-bottom:10px;
}

.oneWideOneNarrowSidebar .col2{
	width:164px;
	margin:0;
	position:relative;
}

.oneWideOneNarrowSidebar .imageHolder{
	width:726px;
	height:171px;
	margin-bottom:15px;
	position:relative;
}

	.oneWideOneNarrowSidebar .imageHolder img{
		/*position:absolute;
		left:0;
		top:0;*/
	}

.oneWideOneNarrowSidebar .liner{
	/*position:absolute;
	left:0;
	top:0;*/
}

/* One Wide column with Sidebar
----------------------------------------- */

.oneWideSidebar	{
	margin:0;
	width:726px;
	float:left;
	position:relative;
}

	.oneWideSidebar .col1	{
		width:716px;
	}

.oneWideSidebar .row{
	width:100%;
	margin:0;
}

	.oneWideSidebar .row h3{
		border-bottom:1px solid #c1c1c0;
		padding-bottom:3px;
		margin:0 0 15px 0;
	}

	.oneWideSidebar .row .subColumn{
		width:210px;
	}

		.oneWideSidebar .row .subColumn p.first {
			border-bottom:1px solid #c1c1c0;
		}

		.oneWideSidebar .row .subColumn strong a {
			color:#797979;
		}

		.oneWideSidebar .row .subColumn a {
			font-weight:bold;
		}


/* One Wide column
----------------------------------------- */

.oneWide	{
	margin:0;
	width:726px;
	float:left;
	position:relative;
}

	.oneWide .col1	{
		width:716px;
	}

.newsItem {
	border-bottom:1px solid #c0c0c0;
	padding-bottom:7px;
	margin-bottom:10px;
	background:transparent url(../images/icon-resource.png) left top no-repeat;
}

.newsItem strong {
	display:inline-block;
	height:20px;
}

.typography .newsItem p {
	padding-left:25px;
	font-size:0.9em;
	line-height:20px;
}

	.newsItem p a {
		font-weight:bold;
		color:#2f4d8b;
		cursor: pointer;
	}

/* Content holders (for AJAX)
----------------------------------------- */
.contentHolder	{
	/*position:absolute;
	left:0;
	top:0;*/
}


/* Banner switcher
----------------------------------------- */

.bannerContainer	{
	position:relative;
}

	.bannerContainer .thumbHolder	{
		position:absolute;
		left:0;
		bottom:0;
		width:100%;
		height:81px;
		z-index:2;
	}

	.bannerContainer ul	{
		margin:0 auto;
	}

	.bannerContainer li	{
		float:left;
		position:relative;
		margin:29px 10px 0 0;
	}

		.bannerContainer li a	{
			display:block;
		}

		.bannerContainer li.last	{
			margin:29px 0px 0 0;
		}

	.bannerItem	{
		position:absolute;
		left:0;
		top:0;
		z-index:1;
		width:920px;
	}

		.bannerItem div	{
			position:absolute;
			left:285px;
			top:83px;
			z-index:2;
		}

		.bannerContainer .bannerItem h2 {
			margin-bottom:0;
		}

		.bannerContainer .bannerItem h2 a {
			color:#fff;
		}

			.bannerContainer .bannerItem h2 a:hover {
				text-decoration:none;
			}

#StaffMembers	{
	height:285px;
	margin-bottom:15px;
}

	#StaffMembers .thumbHolder	{
		background:transparent url(../images/bg-banner-staff.png) left top no-repeat;
	}

#GuildDivisions	{
	height:260px;
}

	#GuildDivisions .thumbHolder	{
		height:71px;
		background:transparent url(../images/bg-banner-guilddivisions.png) left top no-repeat;
	}
	
	#GuildDivisions .bannerItem div	{
		left:20px;
		top:83px;
		width:500px;
	}


/* HEADER
----------------------------------------- */
#Header {
	width:920px;
	height:113px;
	position:relative;
	z-index:100;
}

	#Header .liner	{
		position:absolute;
		left:10px;
		top:10px;
		width:900px;
	}
	
 	#Header h1 {
		position: absolute;
		left: 0;
		top: 0;
		width:120px;
		padding:0;
		margin:0;
		z-index: 101;
	}

	#Header h1 img {
		display:block;
	}

	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}

	#LoginMask {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 112px;
		height: 22px;
		background: url(../images/ajax-loader.gif) center center no-repeat transparent;
		z-index: 102;
	}

		.pageLoaded #LoginMask {
			display: none;
		}

	.typography a.authLink	{
		position:absolute;
		right: 0px;
		top: 0px;
		z-index: 101;
		width:110px;
		height:20px;
		line-height:20px;
		text-align:center;
		background:#6b91e3;
		border: solid 1px #8aa9eb;
		color:#8aa9eb;
		text-decoration:none;
		font-size:0.9em;
		text-transform:uppercase;
	}

	.pageLoaded .typography a.authLink	{
		color:#fff;
	}
		.typography a.authLink:hover	{
			background:#4c74ca;
			text-decoration:none;
		}

p#LatestNews	{
	background:#ffd91f url(../images/bg-newsbar.png) left top no-repeat;
	color:#484848;
	height:56px;
	font-size:0.95em;
	line-height:50px;
	margin:0 0 14px 0;
	overflow:hidden;
	text-align:center;
}

	p#LatestNews a	{
		color:#2f4d8b;
		padding-right:11px;
		font-weight:bold;
		background:#ffd91f url(../images/icon-more-news.png) right 2px no-repeat;
	}

	p#LatestNews strong	{
		font-weight:bold;
		margin:0 18px 0 0;
		font-size:1.3em;
		color:#3a3939;
	}

#Content .latestNewsSmall {
	background:#ffd91f url(../images/bg-newsbar.png) left -10px no-repeat;
	height:46px;
	line-height:40px;
}

div#BannerHolder	{
	position:relative;
	height:234px;
}

	div#Banner	{
		position:absolute;
		top:-113px;
		z-index:1;
		width:100%;
	}

		div#Banner .bannerItem	{
			position:absolute;
			left:0;
			top:0;
		}

			div#Banner .bannerItem img	{
				display:block;
			}

		#IntroText	{
			position:absolute;
			top:58px;
			left:405px;
			width:465px;
			z-index:999;
		}

			#IntroText h2,
			.bannerItem h2{
				color:#fff;
				font-size:2.3em;
				margin:0 0 15px 0;
				text-shadow:0px 0px 10px #000;
			}

			#IntroText p,
			.typography .bannerItem p{
				font-size:1.1em;
				color:#fff;
				text-shadow:0px 0px 10px #000;
			}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	position: absolute;
	right: 0;
	top: 58px;
	width:762px;
	z-index: 101;
}
	#Navigation ul { 
 		float: right; 
		padding:0 0 0 2px;
		/*background:transparent url(../images/bg-nav.png) left top no-repeat;*/
	}
		#Navigation ul li { 
	 		list-style: none; 
			margin: 0; 
			float: left;
			line-height: 45px;
			height: 45px;
			width:128px;
			display: block;
			text-transform:uppercase;
			position:relative;
			background:transparent url(../images/bg-nav.png) right top no-repeat;
		}

  			#Navigation ul li a { 
				text-decoration: none;
				display: block; 
				height:100%;
				width:128px;
				text-align:center;
				color: #fff;
				font-size:1.2em;
				background:transparent url(../images/bg-nav-hover2.png) left -100px no-repeat;
			}

				#Navigation ul li a:hover{
					width:134px;
					position:absolute;
					left:-3px;
					background-position:left top;
					z-index:100;
				}


				#Navigation ul li a.current,
				#Navigation ul li a.section,
				#Navigation ul li a.section:hover,
				#Navigation ul li a.current:hover {
					width:134px;
					position:absolute;
					left:-3px;
					background-position:left -47px;
					z-index:100;
				}

			#Navigation ul li a.current,
			#Navigation ul li a.section,
			#Navigation ul li a.section:hover,
			#Navigation ul li a.current:hover{
				z-index:101;
			}
    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #8f8f8f;
	text-align: left;
	font-size: 0.9em;
	font-weight:bold;
	padding: 9px 0px 10px 0;
}
	#Breadcrumbs a {
		color:#8f8f8f;
		font-weight:normal;
		text-decoration:underline;
	}

	#Breadcrumbs span {
		font-weight:normal;
	}


/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 175px;
	float: left;  
	margin: 0 19px 0 0;
	position:relative;
}

	#Sidebar .sidebarBox {
		background:transparent url(../images/bg-sidebar2.png) left top repeat-y;
	}
	
	#Sidebar .sidebarBottom {
		height:80px;
		background:transparent url(../images/bg-sidebar-bottom.png) left bottom no-repeat;
	}

	#Sidebar h3 {
		text-transform: uppercase;
		color: #fff;
		font-weight: bold;
		font-size: 1.2em;
		text-align:center;
		height:39px;
		line-height:39px;
		background:transparent url(../images/bg-sidebar-header.png) left top no-repeat;
	}	
	
	#Sidebar a em {
		font-style: normal;
	}
	#Sidebar p {
		font-size: 11px;
	 	clear: both;
	 	margin: 10px 10px 0 10px;
	}


	#ActiveMenuItem	{
		height:41px;
		width:194px;
		position:absolute;
		left:-6px;
		top:32px;
		background:transparent url(../images/bg-sidebar-nav-active.png) left top no-repeat;
	}

		#ActiveMenuItem span	{
			margin-left:15px;
			color:#fff;
			font-weight:bold;
			line-height:39px;
			font-size:0.9em;
			display:block;
			text-shadow:#4c4c4c 1px 1px 3px;
		}

		#ActiveMenuItem span.loading	{
			background-position:149px center;
		}

	#Sidebar ul {
		
	}

	#Sidebar li {
		line-height:26px;
		height:26px;
		width:100%;
	}
	
		#Sidebar li.even {
			background:transparent url(../images/bg-sidebar-nav-even.png) left top repeat-x;
		}

		#Sidebar li a {
			color:#5a5a5a;
			display:block;
			width:100%;
			height:100%;
			font-weight:bold;
			font-size:0.9em;
			cursor: pointer;
		}

			#Sidebar li a span {
				display:block;
				width:100%;
				height:100%;
				background:none;
				cursor: pointer;
			}

			#Sidebar li a span em{
				margin-left:9px;
				cursor: pointer;
			}

				#Sidebar li a span em span{
					color:#3d65b0;
					display:inline;
					cursor: pointer;
				}


			#Sidebar li a:hover,
			#Sidebar li a.current{
				text-decoration:none;
			}
/* COMMENTS
---------------------------------------- */
.comment	{
	padding:0 0 23px 0;
	overflow:hidden;
	margin-top:10px;
	clear:both;
}

.commentLiner	{
	overflow:hidden;
}

.commentBody	{
	margin-top:12px;
	padding:0 10px;
}

	.typography .commentBody P	{
		font-size:0.95em;
	}
	

.oddComment	{
	background:transparent url(../images/bg-comment-bottom-odd.png) right bottom no-repeat;
}

	.oddComment .commentLiner	{
		background:transparent url(../images/bg-comment-top-odd.png) left top no-repeat;
	}

	.oddComment .commentBody	{
		background:transparent url(../images/bg-comment-mid-odd.png) left top repeat-y;
	}

.evenComment	{
	background:transparent url(../images/bg-comment-bottom-even.png) right bottom no-repeat;
}

	.evenComment .commentLiner	{
		background:transparent url(../images/bg-comment-top-even.png) left top no-repeat;
	}

	.evenComment .commentBody	{
		background:transparent url(../images/bg-comment-mid-even.png) left top repeat-y;
	}

.typography p.author	{
	float:right;
	font-size:0.9em;
}


#PageCommentInterface_Form_PostCommentForm	{
	clear:both;
}

	#PageCommentInterface_Form_PostCommentForm .text	{
		width:164px;
		margin:0 20px 12px 0;
		float:left;
	}

	#PageCommentInterface_Form_PostCommentForm .textarea	{
		clear:both;
	}

		#PageCommentInterface_Form_PostCommentForm .textarea .middleColumn	{
			width:532px;
			height:118px;
			background:transparent url(../images/bg-textarea.png) left top no-repeat;
		}

			#PageCommentInterface_Form_PostCommentForm .textarea textarea	{
				width:522px;
				height:108px;
				min-width:522px;
				min-height:108px;
				max-width:522px;
				max-height:108px;
				margin:5px;
				border:0;
				background:none;
				font-size:0.8em;
				color:#93A7BE;
				overflow:auto;
			}

	#PageCommentInterface_Form_PostCommentForm label	{
		font-size:0.8em;
	}

	#PageCommentInterface_Form_PostCommentForm .Actions	{
		float:left;
		margin-top:10px;
	}

		#PageCommentInterface_Form_PostCommentForm .Actions .action	{
			float:none;
			font-size:0.9em;
		}

	#PageCommentInterface_Form_PostCommentForm .middleColumn	{
		height:20px;
		background:transparent url(../images/bg-input-comment.png) left top no-repeat;
	}

		#PageCommentInterface_Form_PostCommentForm .middleColumn input	{
			width:154px;
			margin:3px 5px 0 5px;
			background:none;
			border:0;
			color:#93A7BE;
			font-size:0.8em;
		}

/* Forum Posts
---------------------------------------- */

.post	{
	padding:12px 0 0 10px;
}

	.post .liner	{
		padding:0 10px 12px 0;
	}

	.typography .post p	{
		color:#333;
		font-size:0.95em;
	}

	.typography .column .post p a	{
		color:#444;
		font-weight:normal;
	}

	.typography .post h4 a	{
		color:#444;
		margin-bottom:5px;
	}

		.post h4 span	{
			color:#444;
			font-size:0.8em;
			font-weight:normal;
		}

.latest	{
	margin-bottom:25px;
	background:#6ca8e1 url(../images/bg-post-left-latest.png) left top no-repeat;
}

	.latest .liner	{
		background:transparent url(../images/bg-post-right-latest.png) right bottom no-repeat;
	}

.evenPost	{
	background:#a5bed5 url(../images/bg-post-left-even.png) left top no-repeat;
}

	.evenPost .liner	{
		background:transparent url(../images/bg-post-right-even.png) right bottom no-repeat;
	}

.oddPost	{
	background:#9cccfa url(../images/bg-post-left-odd.png) left top no-repeat;
}

	.oddPost .liner	{
		background:transparent url(../images/bg-post-right-odd.png) right bottom no-repeat;
	}

hr	{
	border:0;
	color:#c0c0c0;
	background-color:#c0c0c0;
	margin:10px 0;
	height:1px;
}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
.searchresults .resource {
	border-bottom:1px solid #c0c0c0;
	padding-bottom:7px;
	margin-bottom:10px;
	background:transparent url(../images/icon-resource.png) left top no-repeat;
}

.result {
	border-bottom:1px solid #c0c0c0;
	padding-bottom:7px;
	margin-bottom:10px;
}

.result strong {
	display:inline-block;
	height:20px;
}

.typography .result p {
	padding-left:25px;
	font-size:0.9em;
}

	.result p a {
		font-weight:bold;
		color:#2f4d8b;
	}

/* SEARCH FORM 
-----------------------------------------------*/
div#Navigation form {
	float: right;
	width: 111px;
	margin-left:9px;
	padding-top:12px;
}

	div#Navigation legend {
		display:none;
	}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 0;
	padding: 5px;
}

.errorMessage,
p.bad {
	color: #A64545;
	border: 4px solid #A64545;
	background: #eebebe;
}

.successMessage {
	color: #4f9158;
	border: 4px solid #4f9158;
	background: #7ed58a;
}


p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* FOOTER
----------------------------------------------- */

#Footer {
	padding:20px 0 30px 0;
 	clear: both;
	text-align:right;
}

	#Footer p {
		margin: 20px 0 0 15px;
		padding: 5px 0 0 0;
		float: right;
		border-top: 1px solid #ececec;
	}
	#Footer p#FooterLink1 {
		width:315px;
	}
	#Footer p#FooterLink2 {
		width:135px;
	}
	#Footer p#FooterLink3 {
		width:130px;
	}

	#Footer a {
        font-size: 0.9em;
        color: #a4a4a4;        
		text-decoration: none;
        white-space: no-wrap;
        text-align:right;
        /*padding-right: 61px;*/
	}
	#Footer img {
        float:right;
	}

	#Footer .clear {
		display: block;
	}

div#Overlay	{
	background:#fff;/*transparent url(../images/bg-overlay.png) left top repeat-x;*/
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:500;
	display:none;
}

/* Resources
----------------------------------------------- */
ul.resources	{
	font-size:0.9em;
	float:left;
	width:164px;
}

	ul.resources li	{
		/*height:28px;*/
		width:100%;
		border-bottom:1px solid #eaeaea;
	}

	ul.resources li a	{
		display:inline-block;
		padding:8px 0 8px 20px;
		background:transparent url(../images/icon-resource.png) left 4px no-repeat;
	}

		.typography ul.resources li a:hover	{
			text-decoration:none;
		}

		ul.resources li a span	{
			display:inline-block;
		}

		ul.resources li a span em	{
			font-size:0.9em;
			font-weight:normal;
			color:#797979;
			text-transform:lowercase;
		}
		
		ul.resources li a:hover span{
			text-decoration:underline;
		}


	/* CSS for when jQuery marquee plugin enabled */

	/*ul.resources li	{
		height:28px;
		width:100%;
		overflow:hidden;
		border-bottom:1px solid #eaeaea;
	}

	ul.resources li a	{
		display:block;
		padding:0 0 0 20px;
		height:28px;
		line-height:28px;
		width:200px;
		background:transparent url(../images/icon-resource2.png) left 4px no-repeat;
	}

		ul.resources li a span	{
			display:inline-block;
		}

		ul.resources li a span em	{
			font-size:0.9em;
			font-weight:normal;
			color:#797979;
			text-transform:lowercase;
		}*/


.resourceHolder	{
	width:164px;
	height:200px;
	overflow:hidden;
	position:relative;
}

.resourceLiner	{
	/*height:116px;*/
	position:absolute;
}

	.oneWideOneMed .resourceHolder{
		width:348px;
	}

	.oneWideOneMed ul.resources {
		margin-right:10px;
	}

/* News Categories
----------------------------------------------- */
ul.categories {
	overflow:hidden;
	padding-bottom:7px;
	margin-bottom:10px;
	border-bottom:1px solid #bfbfc0;
        height: 18px;
}

	ul.categories li {
		float:left;
		margin-right:32px;
		color:#2f4d8b;
		font-size:1em;
	}

		ul.categories li a {
			font-size:1.2em;
		}

			.typography ul.categories li.current a,
			.typography ul.categories li.current{
				color:#5f749e;
			}

/* Pagination
----------------------------------------------- */

.column .pages	{
	
}


.topPagination{
	position:absolute;
	right:0;
	top:11px;
}

.twoWideOneNarrow .pages,
.oneWideOneMed .pages,
.oneWideOneNarrowSidebar .pages {
	margin-top:10px;
	float:right;
}

.pages a div	{
	display:none;
}

.pages a,
.pages span {
	display:block;
	float:left;
	width:7px;
	height:9px;
	background-color:transparent;
	background-image:url(../images/icons-pagination.png);
	background-repeat:no-repeat;
	overflow:hidden;
}

.typography .pages a:hover{
	text-decoration:none;
}

.pages .prev	{
	margin-right:3px;
	background-position:left top;
}

.pages .next	{
	margin-left:1px;
	background-position:left -14px;
}

.pages span,
.pages a.pageNum{
	margin-right:2px;
	cursor:pointer;
	background-position:left -39px;
}

	.pages span.current	{
		background-position:left -27px;
	}

.bottomPagination	{
	float:right;
}

/* Tooltips
----------------------------------------------- */

.tooltip	{
	display:none;
	position:absolute;
	top:-35px;
	left:-10px;
	height:31px;
	width:140px;
	background:transparent url(../images/tooltip-bottom.png) center bottom no-repeat;
}

.tooltipLiner	{
	height:24px;
	background:transparent url(../images/tooltip-mid.png) center top repeat-x;
}

.tooltipLeft	{
	height:24px;
	padding-left:23px;
	background:transparent url(../images/tooltip-left.png) left top no-repeat;
}

.tooltipRight	{
	height:24px;
	line-height:24px;
	padding-right:23px;
	background:transparent url(../images/tooltip-right.png) right top no-repeat;
}

.tooltipRight span {
	display:block;
	float:left;
	color:#fff;
	text-shadow:#4f87be 1px 1px 3px;
	font-weight:bold;
	white-space:nowrap;
}

/* ----------------------
	Resource Categories
------------------------- */

#ResourceCategoryHolder .col1 {
	overflow: hidden;
}

#ResourceCategories {
	width:736px;
}

.download {
    display: inline-block;
    padding-left:20px;
    line-height: 16px;
    background: transparent url(../images/icons/page-file.gif) left top no-repeat;
}

.liner .forgottenPasswordLink {
	float: right;
	padding-top: 30px;
	color: #B1C1DF;
	font-size: 0.95em;
}