/* General Typography ================================================================ */

	body {
		font-size: 11px; line-height: 12px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		color: #625751;
		}

	a {
		color: #712930; text-decoration: none;
		}

	a:hover {
		text-decoration: underline;
		}
		
	*.bold, strong {
		font-weight: bold !important;
		}
		
	a img {
		border: none;
		outline: none;
		}
	
	sup {
		font-size: 8px;
		}	

/* CONTENT OUTPUTS ============================================================================= */
		

	#contentPanel {
		letter-spacing: normal !important;
		}

	#contentPanel div.imageleft {
		float: left; margin-right: 1em;
		}

	#contentPanel div.imageright {
		float: right; margin-left: 1em; 
		}

	#contentPanel .imageright img, #contentPanel .imageleft img {
		display: block;
		padding: 3px; background: #fff;
		border: 1px solid #AAA5A2;
		}
		
		#contentPanel .imageleft .caption, #contentPanel .imageright .caption {
			display: block; color: #696057;
			padding: 5px 5px 7px 5px; border: 1px solid #AAA5A2; border-top: none;
			text-align: center !important; font-size: 10px; background: #fff;
			}
		
	h1 {
		display: block;
		margin: 0.2em 0 1em 0;
		padding-bottom: 12px; 
		color: #7BAC2F;
		font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
		font-size: 16px; font-weight: bold;
		background: transparent left bottom repeat-x url(../img/nav/li.png);
		}
		
	h1.detail {
		margin-bottom: 0; margin-top: 0.5em; color: #7BAC2F;
		}	

	h2 {
		display: block; clear: both;
		margin: 1em 0 0.5em 0; padding-bottom: 6px;
		color: #7BAC2F;
		font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 12px; font-weight: bold;
		background: transparent left bottom repeat-x url(../img/nav/li-dark.png);
		}
		
	#contentPanel p {
		margin-bottom: 1em;
		line-height: 1.2em;
		color: #625751;
		}
		
		#contentPanel p.intro {
			font-weight: bold;
			}
		
	#contentPanel a {
		font-weight: bold;
		}

	#contentPanel a:visited {
		color: #712930;
		}
		
	#contentPanel a.readMore {
		margin-left: 5px; text-transform: lowercase; color: #A18823;
		}
		
	#contentPanel a.backLink {
		color: #A18823 !important;
		text-transform: capitalize;
		}	
		
	#contentPanel ul, #content ol {
		margin-left: 5px;
	}

	#contentPanel li {
		margin-bottom: 0.35em;
		list-style-type: none; padding-right: 30%; padding-left: 7px;
		background: transparent left 4px no-repeat url(../img/bullet.png);
		}
		
		* html #contentPanel li {
			padding-right: 15%;
			}
			
	span.label {
		font-weight: bold;
		}
		
	span.date {
		color: #554B45 !important; font-weight: bold; float: right; margin-right: 3px;
		}					

	/*
	-----------------------------------------
	PAGE CHILD OUTPUT SUMMARY
	-----------------------------------------
	*/
	
	#contentPanel div.childWrapper {
		display: block;
		padding: 10px 0 5px 0;
		background: transparent left bottom repeat-x url(../img/nav/li-dark.png);
		}
	
	#contentPanel a.childLabel {
		display: block; font-size: 12px;
		margin: 0; padding: 0 0 5px 0;
		text-transform: uppercase;
		}


	/*
	-----------------------------------------
	ARTICLE LIST SUMMARY OUTPUT
	-----------------------------------------
	*/
	
	table.articleList {
		border-collapse: collapse; clear: both; margin-bottom: 2em;
		border: 1px solid #E5EED5; width: 100%;
		}
		
		table.articleList td {
			background: #F8FBF4; 
			}

		table.articleList td.dropdown {
			border: none; padding: 10px; margin: 0;
			}

		table.articleList td.dropdown form {
			margin: 0; padding: 0; border: 0;
			}

		table.articleList td.dropdown select {
			width: 100%; margin-right: 5px;
			}

		table.articleList td.title {
			color: #712930; font-weight: bold; text-transform: uppercase;
			padding: 15px 0 0 10px;
			}

		table.articleList td.date {
			width: 20%;
			color: #712930; font-weight: bold; text-transform: uppercase;
			text-align: right !important; vertical-align: top; padding: 15px 10px 0 10px;
			}

		table.articleList td.summary {
			padding: 10px 10px 15px 10px;
			border-bottom: 1px solid #E5EED5;
			}
			
		table.articleList td.summary img.right {
			float: right; margin: 0 0 10px 10px;
			border: 1px solid #685d57;
			}

		table.articleList td.summary img.left {
			float: left; margin: 0 10px 10px 0px;
			border: 1px solid #685d57;
			}
			
	/* LIST TABLE OUTPUT
	============================================================= */

	#contentPanel table.listOutput {
		clear: both; margin-bottom: 2em;
		border: 1px solid #E5EED5; border-collapse: collapse;
		}
		
		#contentPanel table.listOutput th {
			vertical-align: middle; padding: 10px; background: #ECF4E1;
			font-weight: bold; border-bottom: 1px solid #E5EED5 !important;
			}		

		#contentPanel table.listOutput td {
			vertical-align:top; padding: 10px 10px 0 10px; background: #F8FBF4;
			 border-bottom: 1px solid #E5EED5;
			}
			
		#contentPanel table.listOutput.links td {
			vertical-align:middle; padding: 10px; background: #F8FBF4;
			}
			

		#contentPanel table.listOutput.links .icon {
			text-align: center;
			}
		
		#contentPanel table.listOutput .title {
			width: 35%;
			}	

		#contentPanel table.listOutput .description {
			width: 35%;
			}	

		#contentPanel table.listOutput .filesize {
			width: 15%;
			}	

		#contentPanel table.listOutput .links {
			width: 15%;
			}
			
		#contentPanel table.listOutput.links .links {
			width: 75%; padding-left: 0;
			}
				
		#contentPanel table.listOutput.links .contact {
			width: 20%; text-align: center;
			}

		#contentPanel table.listOutput td.label {
			font-weight: bold; text-align: left; padding-right: 1em;
			}

		#contentPanel table.listOutput td.link a {
			display: block; text-align: center; padding: 0;
			}

		#contentPanel table.listOutput tr.alt td {
			padding-top: 10px;
			}
			
		#contentPanel table.listOutput.links tr.alt td {
			padding-bottom: 10px;
			}

			
	/* DETAIL TABLE OUTPUT
	============================================================= */
	
	#contentPanel table.detailOutput {
		position: relative; font-size: 11px;
		}

	#contentPanel table.detailOutput th {
		vertical-align: middle;
		}

	#contentPanel table.detailOutput td.intro {
		padding: 0.5em 0 1em 0;
		}

	#contentPanel table.detailOutput td.description {
		}

	/*
	-----------------------------------------
	DOWNLOAD LIST OUTPUT
	-----------------------------------------
	*/
	
	#contentPanel table.docDownload {
		border-collapse: collapse; margin-bottom: 1.5em; margin-top: 0.5em;
		}

	#contentPanel table.docDownload td {
		vertical-align: middle; text-align: left;
		padding-right: 10px;
		}



/* FORMS ============================================================================= */

#contentPanel form {
	margin-top: 20px; padding-top: 15px; zborder-top: 1px solid #61574b;
	}
	
.formWrapper {
	border-collapse: collapse; width: 462px;
	}

	.formWrapper td {
		text-align: left; vertical-align: middle; padding: 2px 0;
		}

	.formWrapper td.spacer {
		height: 10px !important; padding: 0; font-size: 0;
		}

	.formWrapper td.border {
		text-align: left; vertical-align: middle; padding: 10px 0; border-top: 1px solid #61574b;
		}
	
	.formWrapper td.radio {
		text-align: left; vertical-align: middle; padding: 10px 0; border-top: 1px solid #61574b; border-bottom: 1px solid #61574b;
		}
		
		input.radio {
			margin-left: 5px;
			height: 12px;
			}

	.formWrapper td.label {
		text-align: right !important;
		padding-right: 10px; text-transform: uppercase !important;
		}
		
	.formWrapper td.labelBig {
		}

	table.formWrapper td.input {
		width: 380px !important;
		}
	
		input.date {
			font-size: 11px; padding: 2px;
			width: 182px;
			}
	
		textarea.geninput {
			font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
			font-size: 11px; padding: 5px; color: #4c413b;
			width: 355px; height: 112px;
			}

		
		td.input input.geninput {
			width: 361px; color: #4c413b;
			}
		
		input.geninput {
			font-size: 11px; padding: 2px;
			}
	
		input.geninput.areacode {
			text-align: center;
			width: 35px !important;
			margin-right: 4px;
			}

		input.geninput.precode {
			text-align: center;
			width: 35px !important;
			margin-right: 4px;
			}

		input.geninput.postcode {
			text-align: center;
			width: 35px !important;
			}

		select.geninput {
			font-size: 11px; color: #4C413B;
			width: 208px; padding: 2px;
			}
	
		select.geninput option {
			padding: 0px 28px 0px 6px;
			border-bottom: 1px solid #ccc;
			}

	.formWrapper td.submit { text-align: center !important; vertical-align: middle !important; padding: 10px;}
		
		.formWrapper td.submit input, input.submit {
			background: #4c413b; color: #e0dac0; padding: 2px 4px; border: 1px solid #e0dac0; font-size: 12px;
			cursor: pointer;
			}

		.formWrapper td.submit input:hover, input:hover.submit {
			background: #61574b; color: #fff;
			cursor: pointer;
			}
			
	div.moreinfo {
		font-size: 11px;
		}
		
/* SUMMARY TABLE OUTPUT ============================================================== */

	.summaryOutput td.spacer { height: 15px; }

/* SIDE PANEL ========================================================================== */

	#sidePanel {
		font-size: 11px;
		}
	
	#sidePanel h3 {
		display: block;
		clear: both;
		padding: 5px 10px;
		border-bottom: 1px solid #eee;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: bold;
		background: #efefef;
		}
		
	#sidePanel ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}	

	#sidePanel li {
		margin: 0;
		padding: 0;
		list-style-type: none;
		border-bottom: 1px solid #eee;
		}
		
	#sidePanel li a {
		display: block;
		padding: 5px 10px;
		}		

	#sidePanel li a:hover {
		text-decoration: none;
		background: #fbfbfb;
		}
	

	/*
	=============================================================
	MODULEBLOCK OUTPUTS
	=============================================================
	*/
	
	.contentWrapper + .moduleWrapper .articleList, .moduleWrapper + .moduleWrapper .articleList, .contentWrapper + .moduleWrapper .listOutput, .moduleWrapper + .moduleWrapper .listOutput, .contentWrapper + .moduleWrapper .summaryOutput, .moduleWrapper + .moduleWrapper .summaryOutput {
		margin-top: -15px;
		}

	.moduleWrapper .catList.listOutput, .moduleWrapper .catList.summaryOutput, .moduleWrapper .catList.articleList {
		margin-top: 0 !important;
	}
		
	.contentWrapper + .moduleWrapper h1, .moduleWrapper + .moduleWrapper h1 {
		padding: 0; background: none; margin-left: -1px;
		text-indent: -5000px; height: 26px; line-height: 26px;		
		}
		
	.moduleBlock {
		background: #7BAC2F;
		}
		
	.moduleBlock .header td {
		background-position: left center;
		background-repeat: no-repeat;
		height: 16px; vertical-align: middle;
		text-indent: -5000px;
		color: #5D5622;
		text-transform: uppercase;
		font-weight: bold !important;
		font-size: 14px;
		}

	.moduleBlock .output td {
		padding-top: 7px;
		}
		
	.moduleBlock .output tr td {
		padding-top: 7px !important;
		background-position: left top;
		background-repeat: repeat-x;
		background-image: url(../img/nav/li-dark.png);
		}

	.moduleBlock .input td {
		padding-top: 5px;
		}

		
	.moduleBlock td td {
		padding: 0 0 4px 0 !important; vertical-align: top;
		}
	
	.moduleBlock td.date {
		font-weight: bold; color: #554b45;
		text-align: right; vertical-align: top;
		padding-left: 5px; width: 75px; letter-spacing: 0.25px;
		}
		
	.moduleBlock td.intro {
		padding-bottom: 20px; padding-top: 5px; color: #696057;
		}	
		
	.moduleBlock a {
		color: #712930;
		}	
		
	
	/*
	-----------------------------------------
	SEARCH BLOCK
	-----------------------------------------
	*/

	.moduleBlock.search {
		background: #7BAC2F;
		position: relative;
		}
	
	.moduleBlock.search .header td {
		background-image: url(../img/moduleblocks/search_sidepanel.gif);
		color: #4c413b;
		}
		
		.moduleBlock.search .header td #dateWrapper {
			position: absolute; top: 10px; right: 10px; text-indent: 0;
			}
		
	.moduleBlock.search tr.input td {
		vertical-align: top;
		}	
	
	.moduleBlock.search .input .geninput {
		width: 156px; font-size: 11px; color: #4c413b; margin-top: 1px;
		}

	/*
	-----------------------------------------
	IMAGE BLOCK
	-----------------------------------------
	*/

	div.moduleBlock.images {
		padding:0 !important; width: 217px;
		}
	
	.moduleBlock.images img {
		margin: 0; padding: 0; display: block;
		}		


	/*
	-----------------------------------------
	EVENTS MODULE
	-----------------------------------------
	*/
	
	#content .contentWrapper + .moduleWrapper.events h1, #content .moduleWrapper + .moduleWrapper.events h1 {
		background: transparent left bottom no-repeat url(../img/moduleblocks/events.gif);
		}
		
	.moduleWrapper.events td.date {
		width: 65%;
		text-align: right !important;
		}
	
	.moduleBlock.events .header td {
		background-image: url(../img/moduleblocks/events_sidepanel.gif);
		}
	

	/*
	-----------------------------------------
	EMERGENCY NUMBERS
	-----------------------------------------
	*/

	.moduleBlock.emergency .header td {
		background-image: url(../img/moduleblocks/emergency_sidepanel.gif);
		height: 16px;
		} 
		
	.moduleBlock.emergency {
		background-color: #712930 !important;
		color: #fff;
		}

	.moduleBlock.emergency .output td {
		color: #fff; font-weight: bold !important;
		line-height: 16px;
		}

	.moduleBlock.emergency .output td img {
		float: left;
		margin-right: 8px;	
		}
		
	/*
	-----------------------------------------
	NEWS MODULE
	-----------------------------------------
	*/
	
	
	.contentWrapper + .moduleWrapper.news h1, #content .moduleWrapper + .moduleWrapper.news h1 {
		background: transparent left bottom no-repeat url(../img/moduleblocks/news.gif);
		}
	
	.moduleBlock.news .header td {
		background-image: url(../img/moduleblocks/news_sidepanel.gif);
		}
				

	/*
	-----------------------------------------
	TENDERS MODULE
	-----------------------------------------
	*/
	
	.contentWrapper + .moduleWrapper.tenders h1, #content .moduleWrapper + .moduleWrapper.tenders h1 {
		background: transparent left bottom no-repeat url(../img/moduleblocks/tenders.gif);
		}
	
	.moduleBlock.tenders .header td {
		background-image: url(../img/moduleblocks/tenders_sidepanel.gif);
		}


	/*
	-----------------------------------------
	VACANCIES MODULE
	-----------------------------------------
	*/
	
	.contentWrapper + .moduleWrapper.vacancies h1, #content .moduleWrapper + .moduleWrapper.vacancies h1 {
		background: transparent left bottom no-repeat url(../img/moduleblocks/vacancies.gif);
		}
	
	.moduleBlock.vacancies .header td {
		background-image: url(../img/moduleblocks/vacancies_sidepanel.gif);
		}
		
	.moduleWrapper.vacancies td.date {
		width: 250px;
		}
		
	/*
	-----------------------------------------
	DOCUMENTS MODULE
	-----------------------------------------
	*/
	
	.contentWrapper + .moduleWrapper.documents h1, #content .moduleWrapper + .moduleWrapper.documents h1 {
		background: transparent left bottom no-repeat url(../img/moduleblocks/documents.gif);
		}
	
	.moduleBlock.documents .header td {
		background-image: url(../img/moduleblocks/documents_sidepanel.gif);
		}
		
	/*
	-----------------------------------------
	LINKS MODULE
	-----------------------------------------
	*/
	
	.contentWrapper + .moduleWrapper.links h1, #content .moduleWrapper + .moduleWrapper.links h1 {
		background: transparent left bottom no-repeat url(../img/moduleblocks/links.gif);
		}
	
	.moduleBlock.links .header td {
		background-image: url(../img/moduleblocks/links_sidepanel.gif);
		}

	/*
	-----------------------------------------
	FAQ MODULE
	-----------------------------------------
	*/
	
	.contentWrapper + .moduleWrapper.faq h1, #content .moduleWrapper + .moduleWrapper.faq h1 {
		background: transparent left bottom no-repeat url(../img/moduleblocks/faq.gif);
		}
	
	.moduleBlock.faq .header td {
		background-image: url(../img/moduleblocks/faq_sidepanel.gif);
		}

	/*
	-----------------------------------------
	CONTACT MODULE
	-----------------------------------------
	*/
	
	.contentWrapper + .moduleWrapper.contact h1, #content .moduleWrapper + .moduleWrapper.contact h1 {
		background: transparent left bottom no-repeat url(../img/moduleblocks/contact.gif);
		margin-bottom: -20px;
		}
	
	.moduleBlock.contact .header td {
		background-image: url(../img/moduleblocks/contact_sidepanel.gif);
		}
		
	.moduleBlock.contact p, .moduleBlock.contact a {
		display: block;
		color: #362B2B;
		line-height: 14px;
		}
		
	.moduleBlock.contact p.title {
		font-weight: bold; margin-bottom: 4px;
		}

		
	/*
	-----------------------------------------
	ARTICLE LIST OUTPUT
	-----------------------------------------
	*/

	.moduleBlock ul.articleList {
		list-style-type: none;
		}
	
	.moduleBlock .articleList li {
		margin: 0; padding: 0;
		}
	
	.moduleBlock .articleList li a {
		display: block; margin-bottom: 5px; padding-left: 7px;
		color: #f6d00b; background: transparent left center no-repeat url(../img/bullet-white.png);
		}
		
	.moduleBlock .articleList li p {
		}
		
	.moduleBlock .articleList li .pre {
		}						