
	html, body {
		margin: 0;
		padding: 0;
		background: #eee;
		font-family: Geneva, Arial, Verdana, helvetica, sans-serif;
		color: #4d4d4d;
		font-size: 12px;
	}

	body { 
		behavior: url(js/csshover.htc); 
		
		/* IE <6 doesn't like margin: auto. We must turn this off immediately in the first wrapper */ 
		text-align: center; 
	}
	
	/* Specialised class just for the homepage */	
	#content div.greybox_index {
		 /*border-top: 1px dotted #ccc;*/
		 background: #f4f4f4;
		 margin-top: -5px;
		 padding: 5px 15px 5px 0;
		 xmargin-right: 200px;
	}
	
	/* Banner images for each section */
	
	body#vision #main { background: url(/images/random_images/rotunda.jpg) no-repeat; }
	body#news #main { background: url(/images/random_images/seaside.jpg) no-repeat; }
	body#projects #main { background: url(/images/random_images/sjt.jpg) no-repeat; }
	body#team #main { background: url(/images/random_images/culture.jpg) no-repeat; }
	
	input, textarea, select {
		border: 1px solid #999;
		font-family: Geneva, Arial, Verdana, helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		margin: 0 0 5px 0;
		color: #666;
		padding: 2px;
	}
	
	input.button {
		width: 85px;
		color: #333;
		font-weight: bold;
		font-size: 12px;
		padding: 0;
	 	background: center #fff;
	  	border: 1px #999 dotted;
		margin: 25px 15px 10px 0;
	}
	.alignphoto {
	
		margin-left:50px;
	}
	select {
		width: auto;
	}
	
	img {
		padding: 2px;
		border: 1px dotted #ccc;
	}
	
	
	img.noborder {
		border: 0;
	}
	
	/* Default UL style */ 
	ul {
		list-style-image: url('/images/arrow_ul.gif');
	}
	
	a:link, a:visited, a:hover, a:active { color: #666; text-decoration: none; }
	a:hover { text-decoration: underline }
	
	hr.divider {
		border: 0;
		border-bottom: #ccc dotted 1px;
		clear: both;
		margin-bottom: 15px;
		color: #fff;
		background-color: #fff;
	}
	
	div.dotted_grey_box {
		margin-bottom: 15px;
		border: 1px dotted #ccc;
		background: #f4f4f4;
		padding: 10px;
		}
		
		
	/* ACCESSIBILITY NAVIGATION */
	#hiddenNav {
		display: none;
	}

	/* BACKGROUND SHADOW WRAPPERS */
	#bgwrapper1 {
	
		/* Turn off center-page hack for IE */
		text-align: left;
		width: 780px;
		margin: 0 auto;
		background: url(/images/bg_shadow_top.gif) no-repeat;
	}

	#bgwrapper2 {
		width: 780px;
		background: url(/images/bg_shadow_bottom.gif) no-repeat bottom;
	}

	/* MAIN PAGE WRAPPER */
	#mainwrapper {
		background: #fff;
		position: relative;
		width: 760px;
		margin: 0 auto;
		background: #fff url(/images/bg_green_gradient.jpg) no-repeat 0 284px;
		border: 1px solid #ccc;
	}

	/* UPPER NAVIGATIONAL AREA */
	div#navigation {
		padding: 0;
		margin: 0;
		width: 760px;
		height: 73px;
		background: #fff;
		position: relative;
		z-index: 100;
	}

	div#navigation img {
		display: block;
	}

	div#navigation ul.parent, div#navigation ul.child, #navigation ul.parent li {
		padding: 0;
		margin: 0;
		border: 0;
		list-style: none;
	}

	div#navigation ul.parent {
		position: absolute;
		top: 0px;
		left: 237px;
		width: 500px;
		height: 73px;	
		background: url(/images/bg_links.gif) no-repeat;
	}
	
	div#navigation ul.parent li {
		width: 100px;
		float: left;
	}
	
	

	div#navigation a.itemLink span {
		font-family: Geneva, Arial, Verdana, helvetica, sans-serif;
		font-size: 10px; 
		color: #0066cc;		
		display: block;
		text-align: center;
		padding-top: 35px;	
	}
	
	div#navigation a.itemLink {
		height: 73px;
		width: 100px;
		display: block;
		text-decoration: none;
	}

	div#navigation ul.child {
		width: 98px;
		margin-left: 2px;
		padding-top: 7px;
		display: block;
		filter: alpha(opacity=85);
		-moz-opacity:.85;
		opacity:.85;
	}

	div#navigation ul.child li { 
		width: 98px; 
		height: 24px;
	}

	div#navigation ul.child li a span {
		font-family: Geneva, Arial, Verdana, helvetica, sans-serif;
		font-size: 12px;
		line-height: 22px;
		color: #444;
		background: #fff;
		display: block;
		height: 24px;
		width: 98px;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	
	div#navigation ul.child li a {
		text-decoration: none;
		display: block;
	}
	
	div#navigation ul.parent li:hover ul.child { display: block; }
	div#navigation ul.child { display: none; }

	/* NAVIGATION ROLLOVER STYLES */
	div#navigation li.itemBackground ul.child li span:hover { background: #ffff33; }
	div#navigation li.itemBackground ul.child li span:hover { color: #444; }
	div#navigation li.itemBackground ul.child { background: #ffff33 url(/images/bg_links_yellow.gif) no-repeat top; }
  	div#navigation li.itemProjects ul.child li span:hover { background: #369c33; }
	div#navigation li.itemProjects ul.child li span:hover { color: #fff; }
	div#navigation li.itemProjects ul.child { background: #369c33 url(/images/bg_links_green.gif) no-repeat top; }
	div#navigation li.itemMinutes ul.child li span:hover { background: #3333ff; }
	div#navigation li.itemMinutes ul.child li span:hover { color: #fff; }
	div#navigation li.itemMinutes ul.child { background: #3333ff url(/images/bg_links_blue.gif) no-repeat top; }
	div#navigation li.itemInvolved ul.child li span:hover { background: #ff9933; }
	div#navigation li.itemInvolved ul.child li span:hover { color: #fff; }
	div#navigation li.itemInvolved ul.child { background: #ff9933 url(/images/bg_links_orange.gif) no-repeat top; }
	div#navigation li.itemContact ul.child li span:hover { background: #cc3333; }
	div#navigation li.itemContact ul.child li span:hover { color: #fff; }
	div#navigation li.itemContact ul.child { background: #cc3333 url(/images/bg_links_red.gif) no-repeat top; }

	/* MAIN IMAGE */
	#main {
		margin: 0;
		padding: 0;
		clear: both;
		position: relative;
		top: 0;
		left: 0;
		width: 760px;
		
		/* Below is a positional hack */
		border-top: 1px solid #fff;
		margin-top: -1px;
	}

	/* LEFT HAND PANEL (SITE SEARCH ETC) */
	#panelwrapper {
		position: absolute;
		top: 57px;
		left: 20px;
		width: 200px;
		background: #fff;
		border: 1px solid #ddd;
	}
	
	#panel {
		border: 0;
		padding: 0;
		width: 200px;
	}

	#panel h3.search, #panel h3.news {
		margin: 0;
		padding: 12px;
		background: #eee;
		font-size: 13px;
		font-weight: bold;
	}
	
	#panel h3.news {
		background: none;
		padding-bottom: 0;
	}
	
	#panel div {
		margin: 0;
		padding: 0 12px 18px 12px;
		background: url(/images/shadow.gif) no-repeat bottom;
	}

	#panel div p {
		font-size: 11px;
		font-weight: normal;
		color: #6f6f6f;
	}

	#panel div input {
		width: 168px;
	}

	.panelLink:link, .panelLink:active, .panelLink:visited, .panelLink:hover  {
		color: #666;text-decoration: none
	}

	.panelLink:hover {
		color: #666;background: #eee;
	}
	
	
	
	
	
	#panel a.more_info:link, #panel a.more_info:active, #panel a.more_info:visited, #panel a.more_info:hover {
		text-decoration: none;
		font-weight: bold;
		padding-left: 15px;
		background: url(/images/arrow.gif) no-repeat;
	}
	
	/* Section colours */
	body#vision #panel a.more_info:link, body#vision #panel a.more_info:active, body#vision #panel a.more_info:visited, body#vision #panel a.more_info:hover {	
		color: #c90;
	}
	
	body#news #panel a.more_info:link, body#news #panel a.more_info:active, body#news #panel a.more_info:visited, body#news #panel a.more_info:hover {	
		color: #799834;
	}
	
	body#projects #panel a.more_info:link, body#projects #panel a.more_info:active, body#projects #panel a.more_info:visited, body#projects #panel a.more_info:hover {	
		color: #369;
	}
	
	body#team #panel a.more_info:link, body#team #panel a.more_info:active, body#team #panel a.more_info:visited, body#team #panel a.more_info:hover {	
		color: #c60;
	}
	
	body#contact #panel a.more_info:link, body#contact #panel a.more_info:active, body#contact #panel a.more_info:visited, body#contact #panel a.more_info:hover {	
		color: #c33;
	}
	
	

	#panel a.more_info:hover {
		border-bottom: #ccc 1px dotted; color: #6F559D;
	}
	
	/* Minimum-height hack for panel area */
		
	/* moz/safari/opera */
	*>#panelwrapper {
		padding-top: 400px;
		min-height: 1px;
	}

	*>#panelwrapper #panel {
		margin-top: -400px;
	}

	/* ie + ie5mac backslash hack \*/
	* html #panelwrapper {
		height: 400px;
	}
	/* end filter */
		
	/* End minimum-height hack for panel */
	
	
	/* News panel */
	#panelnews, #panelnews li {
		margin: 0;
		padding: 0;
		list-style: none;
		list-style-image: none;
	}
	
	#panelnews {
		margin-bottom: 15px;
	}
	
	#panelnews li {
		margin-top: 10px;
	}
	
	#panelnews li h4 {
		padding-bottom: 3px;
	}
	
	#panelnews h4, #panelnews p {
		margin: 0;
		padding: 0;
		font-size: 12px;
	}
	
	
	
	
	
	
	#panelnews a:link, #panelnews a:active, #panelnews a:visited, #panelnews a:hover { text-decoration: none; }
	
	/* Section colours */
	
	body#vision #panelnews a:link, body#vision #panelnews a:active, body#vision #panelnews a:visited, body#vision #panelnews a:hover { color: #c90; }
	body#news #panelnews a:link, body#news #panelnews a:active, body#news #panelnews a:visited, body#news #panelnews a:hover { color: #799834; }
	body#projects #panelnews a:link, body#projects #panelnews a:active, body#projects #panelnews a:visited, body#projects #panelnews a:hover { color: #369; }
	body#team #panelnews a:link, body#team #panelnews a:active, body#team #panelnews a:visited, body#team #panelnews a:hover { color: #c60; }
	body#contact #panelnews a:link, body#contact #panelnews a:active, body#contact #panelnews a:visited, body#contact #panelnews a:hover { color: #c33; }
	
	
	
	
	
	
	#panelnews a:hover {
		border-bottom: 1px dotted #777; color: #6F559D;
	}

	/* PRIMARY CONTENT AREA */
	#contentwrapper {
		margin-top: 229px;
		margin-left: 240px;
		width: 500px;
		background: #fff;
	}

	#content {
		font-family: Geneva, Arial, Verdana, helvetica, sans-serif;
		color: #666;
		padding: 8px;
	}
	
	/* Minimum-height hack for content areas */
	
	/* moz/safari/opera */
	*>#contentwrapper {
		padding-top: 280px;
		min-height: 100px;
	}

	*>#contentwrapper #content {
		margin-top: -280px;
	}

	/* ie + ie5mac backslash hack \*/
	* html #contentwrapper {
		height: 450px;
	}
	/* end filter */
	
	/* End minimum-height hack */

	
	/* Footer */
	#footer {
	
		/* We need a minimum height hack here!!! */
		/* Probably won't help, need a fix on the main content div */
		
		font-size: 10px;
		width: 760px;
		margin: 240px 0 0 0;
		background: #fff url(/images/bg_footer.gif) repeat-x; 
		padding: 25px 0;
		clear: both;
	}

	#footer ul, #footer li {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#footer ul {
		display: inline;
		margin: 0 auto;
	}

	#footer li {
		float: left;
		padding: 0px 20px;
		border-left: 1px dotted #ccc;
	}

	/* Live Search */
	ol.LSRes, div#LSShadow, li.LSRow, div#LSResult {
		padding: 0;
		margin: 0;
		border: 0;
		list-style: none;	
		list-style-image: none;
		background: none;
	}
	
	ol.LSRes {
		border-top: 1px dotted #eee;
	}
	
	ol.LSRes li.LSRow a {
		font-family: Geneva, Arial, Verdana, helvetica, sans-serif;
		font-size: 12px;
		color: #339;
		text-decoration: none;
		margin: 1px 0;
	}
	
	ol.LSRes li.LSRow {
		padding: 2px 2px 2px 19px;
		margin-bottom: 2px;
		overflow: hidden;
		border-bottom: 1px dotted #eee;
	}
	
	ol.LSRes li.news {
		background: #fff url(/images/icon_news.gif) no-repeat 2px 2px;
	}
	
	ol.LSRes li.site {
		background: #fff url(/images/icon_site.gif) no-repeat 2px 2px;
	}
	
	#panel #moreResults {
		background: none;
		background-image: none;
	}
	
	/*
	#panel div.snippet {
		padding: 0;
		display: none;
		position: absolute;
		top: 0;
		left: 219px;
		background: none;
		height: 115px;
		width: 200px;
		border: 1px solid black;
	}*/
	
	#panel div.snippet {
		padding: 0;
		margin: 0;
		display: none;
		position: absolute;
		top: 32px;
		left: 219px;
		background: url(/images/image_search.gif) no-repeat;
		width: 500px;
		height: 136px;
		xborder: 1px solid black;
	}
	
	/* Rotunda override */
	body#vision div.snippet {
		background: url(/images/image_search-rotunda.gif) no-repeat;
	}
	
	#panel div.snippet div {
		position: absolute;
		top: 0;
		left: 134px;
		width: 366px;
		height: 123px;
		padding: 0;
		margin: 0;
		background: #fff;
		-moz-opacity:.85; 
		opacity:.85;
		filter: alpha(opacity=85);
	}
	
	#panel div.snippet div p {
		background: #fff;
		border: 1px solid #fff;
		padding: 0 10px;
	}
	
	
	div.snippet div h2 {
		margin: 0;
		padding: 10px 10px 0 10px;
		font-family: Geneva, Arial, Verdana, helvetica, sans-serif;
		font-size: 18px;
	}
	
	body#vision div.snippet div h2{ color: #c90; }
	body#news div.snippet div h2 { color: #799834; }
	body#projects div.snippet div h2 { color: #369; }
	body#team div.snippet div h2 { color: #c60; }
	body#contact div.snippet div h2 { color: #c33; }
	
	
	/* snippet search-term highlighting style */
	div.snippet span {
		font-weight: normal;
		padding: 0 3px;
		xborder-bottom: 1px dashed #ccc;
		
	}
	
	/* Section colours */
	
	body#vision div.snippet div span { background: #c90; color: #fff; }
	body#news div.snippet div span { background: #799834; color: #fff; }
	body#projects div.snippet div span { background: #369; color: #fff; }
	body#team div.snippet div span { background: #c60; color: #fff; }
	body#contact div.snippet div span { background: #c33; color: #fff; }
	
	
	
	
	
	
	
	
	
	
	/******************************/
	/* News page specific styling */
	/******************************/
	#newsarticle .date {
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	
	#newsarticle img.image {
		float: left;
		margin: 0 10px 10px 0;
		padding: 2px;
		border: 1px dotted #ccc;
	}
	
	/* Minimum-height hack for news article teasers */
	
	/* moz/safari/opera */
	*>.newsteaserwrapper {
 		padding-top: 110px;
 		min-height: 1px;
	}

	*>.newsteaserwrapper .newsteaser {
 		margin-top: -110px;
	}

	/* ie + ie5mac backslash hack \*/
	* html .newsteaserwrapper {
 		height: 110px;
	}
	/* end filter */
	
	/* End minimum-height hack */
	


	/*********************************/
	/* Content area specific styling */
	/*********************************/
	
	
	#content div.local_info, #content div.newsteaser {
		width: 100%;
		/*border-bottom: 1px dotted #ccc; */
		padding-bottom: 10px;
	}
	
	#content div.local_info img {
		float: right;
		margin: 0 0 15px 15px;
	}
	
	#content div.newsteaser {
		padding: 10px 0 10px 0;
		margin-bottom: 7px;
		clear: both;
	}
	
	
	div.newsteaser h2 {
		margin: 0 0 2px 0;
		padding: 0;
		color: #fff;
	}
	
	
	
	
	
	
	div.newsteaser h2 a, div.newsteaser h2 a:link, div.newsteaser h2 a:active, div.newsteaser h2 a:visited, div.newsteaser h2 a:hover {
		text-decoration: none;
	}
	
	/* Section colours */
	
	body#vision div.newsteaser h2 a, body#vision div.newsteaser h2 a:link, body#vision div.newsteaser h2 a:active, body#vision div.newsteaser h2 a:visited, body#vision div.newsteaser h2 a:hover {
		color: #c90;
	}
	
	body#news div.newsteaser h2 a, body#news div.newsteaser h2 a:link, body#news div.newsteaser h2 a:active, body#news div.newsteaser h2 a:visited, body#news div.newsteaser h2 a:hover {
		color: #799834;
	}
	
	body#projects div.newsteaser h2 a, body#projects div.newsteaser h2 a:link, body#projects div.newsteaser h2 a:active, body#projects div.newsteaser h2 a:visited, body#projects div.newsteaser h2 a:hover {
		color: #369;
	}
	
	body#team div.newsteaser h2 a, body#team div.newsteaser h2 a:link, body#team div.newsteaser h2 a:active, body#team div.newsteaser h2 a:visited, body#team div.newsteaser h2 a:hover {
		color: #c60;
	}
	
	body#contact div.newsteaser h2 a, body#contact div.newsteaser h2 a:link, body#contact div.newsteaser h2 a:active, body#contact div.newsteaser h2 a:visited, body#contact div.newsteaser h2 a:hover {
		color: #c33;
	}
	
	
	
	div.newsteaser h2 a:hover {
		border-bottom: 1px dotted #ccc; color: #6F559D;
	}
	
	div.newsteaser a.fullarticle:link, div.newsteaser a.fullarticle:active, div.newsteaser a.fullarticle:visited, div.newsteaser a.fullarticle:hover {
		margin-left: 1px;
		padding-left: 18px;
		background: url(/images/icon_news.gif) no-repeat;
		text-decoration: none;
	}
	
	div.newsteaser a.fullarticle:hover {
		border-bottom: 1px dotted #000;
	}
	
	div.newsteaser p {
		color: #808080;

	}
	
	div.newsteaser img {
		margin-left: 10px;
		padding: 2px;
		border: 1px dotted #ccc;
	}

	div.newsteaser .date {
		font-weight: bold;
		margin-top: 0;
		padding: 0;
	}


	#contact_form div.formfield label {
		color: #666;
		font-size: 12px;
		float: left;
		width: 100px;
		margin-right: 12px;
		padding: 2px;
		text-align: right;
		clear: both;
	}
	
	
	
	
	
	
	
	#content h2.heading, #content h3.heading {
		font-size: 12px;
		border-bottom: 1px #ccc dotted;
	}
	
	/* Section colours */
	
	body#vision #content h2.heading, body#vision #content h3.heading, body#vision #content h2 {
		color: #c90;
	}
	
	body#news #content h2.heading, body#news #content h3.heading, body#news #content h2 {
		color: #799834;
	}
	
	body#projects #content h2.heading, body#projects #content h3.heading, body#projects #content h2 {
		color: #369;
	}
	
	body#team #content h2.heading, body#team #content h3.heading, body#team #content h2 {
		color: #c60;
	}
	
	body#contact #content h2.heading, body#contact #content h3.heading, body#contact #content h2 {
		color: #c33;
	}
	
	
	
	
	
	
	
	#content h2.heading2 {
		border-bottom: 1px #ccc dotted;
	}
	/* Section colours */
	
	body#vision #content h2.heading2 {
		color: #c90;
		}
		
	body#news #content h2.heading2 {
		color: #799834;
		}
		
	body#projects #content h2.heading2 {
		color: #369;
		}
		
	body#team #content h2.heading2 {
		color: #c60;
		}
		
	body#contact #content h2.heading2 {
		color: #c33;
		}
		
	
	
	
	
	
	
	
	#content a:link, #content a:visited, #content a:hover, #content a:active { color: #333; text-decoration: none; font-weight: bold;}
	#content a:hover { border-bottom: #ccc 1px dotted; color: #6F559D; }
	#content a:hover.image { border-bottom: 0 }
	
	#content a.more_info:link, #content a.more_info:active, #content a.more_info:visited, #content a.more_info:hover {
		text-decoration: none;
		font-weight: bold;
		padding-left: 15px;
		background: url(/images/arrow.gif) no-repeat;
	}
	
	/* Section colours */
	
	body#vision #content a.more_info:link, body#vision #content a.more_info:active, body#vision #content a.more_info:visited, body#vision #content a.more_info:hover {
		color: #c90;
	}
	
	body#news #content a.more_info:link, body#news #content a.more_info:active, body#news #content a.more_info:visited, body#news #content a.more_info:hover {
		color: #799834;
	}
	
	body#projects #content a.more_info:link, body#projects #content a.more_info:active, body#projects #content a.more_info:visited, body#projects #content a.more_info:hover {
		color: #369;
	}
	
	body#team #content a.more_info:link, body#team #content a.more_info:active, body#team #content a.more_info:visited, body#team #content a.more_info:hover {
		color: #c60;
	}
	
	body#contact #content a.more_info:link, body#contact #content a.more_info:active, body#contact #content a.more_info:visited, body#contact #content a.more_info:hover {
		color: #c33;
	}
	
	
	
	
	
	
	#content a.more_info:hover {
		border-bottom: #ccc 1px dotted; color: #6F559D;
	}
	
	
	
	
	
	#content h2, #content h2.wrapper {
		font-size: 16px;
		margin-top: 0;
	}
	
	/* Section colours */
	
	body#vision #content h2, body#vision #content h2.wrapper { color: #c90; }
	body#news #content h2, body#news #content h2.wrapper { color: #799834; }
	body#projects #content h2, body#projects #content h2.wrapper { color: #369; }
	body#team #content h2, body#team #content h2.wrapper { color: #c60; }
	body#content #content h2, body#content #content h2.wrapper { color: #c33; }
	
	
	
	
	
	
	
	#content h2.wrapper {
		clear: both;
	}
	
	#content h2.wrapper {
		margin-top: 15px;
	}
	
	#content h3, #content h3.address {
		color: #666;
		font-size: 12px;
		margin-top: 0;
	}
	
	#content h3.address {
		margin: 10px 10px;
	}
	
	.hidden {
		display: none;
	}
	
	#content img {
		padding: 2px;
		border: 1px dotted #ccc;
	}
	
	#content img.home {
		display:block;
		margin:auto;
		border: 1px dotted #6F6FA2;
	}
	
	
	#content img.f_left {
		float: left;
		margin: 0 15px 15px 0;
	}
	
	#content img.f_right {
		float: right;
		margin: 0 0 15px 15px;
	}
	
	#content img.image_position {
		margin-top: -15px;
	}
	
	#content p {
		color: #808080;
		font-size: 12px;
	}
	
	/*********************************/
	/* Sublink styling */
	/*********************************/
	
	#content div.links {
		height: 19px;
		width: 486px;
		margin: -10px 0 15px -1px;
		background: #999;
		border-bottom: 0;
	}
	
	#content div.sublinks, #content div.sublinks2 {
		height: 19px;
		width: 486px;
		margin: -14px 0 20px -1px;
		background: #ccc;
		border-bottom: 0;
		clear: both;
	}
	
	#content div.sublinks2 {
		height: 38px;
	}
	
	#sublinks, #sublinks li, #links, #links li, #sublinks2, #sublinks2 li {
		padding: 0;
		margin: 0;
		border: 0;
		list-style: none;
	}
	
	#sublinks li, #links li, #sublinks2 li {
		float: left;
	}
	
	#sublinks,  #sublinks2 {
		clear: both;
		height: 19px;
	}
	
	#sublinks2 {
		height: 38px;
	}
	
	
	
	
	
	
	
	
	
	#links li a:link.selected, #links li a:active.selected, #links li a:visited.selected, #links li a:hover.selected,
	#sublinks li a:link.selected, #sublinks li a:active.selected, #sublinks li a:visited.selected, #sublinks li a:hover.selected,
	#sublinks2 li a:link.selected, #sublinks2 li a:active.selected, #sublinks2 li a:visited.selected, #sublinks2 li a:hover.selected {
		color: #fff;
		font-size: 10px;
		font-weight: bold;
		padding: 3px;
		display: block;
		text-decoration: none;
		border-right: #fff dotted 1px;
		border-bottom: 0;
	}
	
	/* Section colours */
	
	body#vision #links li a:link.selected, body#vision #links li a:active.selected, body#vision #links li a:visited.selected, body#vision #links li a:hover.selected,
	body#vision #sublinks li a:link.selected, body#vision #sublinks li a:active.selected, body#vision #sublinks li a:visited.selected, body#vision #sublinks li a:hover.selected,
	body#vision #sublinks2 li a:link.selected, body#vision #sublinks2 li a:active.selected, body#vision #sublinks2 li a:visited.selected, body#vision #sublinks2 li a:hover.selected {
		background-color: #c90;
	}
	
	body#news #links li a:link.selected, body#news #links li a:active.selected, body#news #links li a:visited.selected, body#news #links li a:hover.selected,
	body#news #sublinks li a:link.selected, body#news #sublinks li a:active.selected, body#news #sublinks li a:visited.selected, body#news #sublinks li a:hover.selected,
	body#news #sublinks2 li a:link.selected, body#news #sublinks2 li a:active.selected, body#news #sublinks2 li a:visited.selected, body#news #sublinks2 li a:hover.selected {
		background-color: #56af2f;
	}
	
	body#projects #links li a:link.selected, body#projects #links li a:active.selected, body#projects #links li a:visited.selected, body#projects #links li a:hover.selected,
	body#projects #sublinks li a:link.selected, body#projects #sublinks li a:active.selected, body#projects #sublinks li a:visited.selected, body#projects #sublinks li a:hover.selected,
	body#projects #sublinks2 li a:link.selected, body#projects #sublinks2 li a:active.selected, body#projects #sublinks2 li a:visited.selected, body#projects #sublinks2 li a:hover.selected {
		background-color: #369;
	}
	
	body#team #links li a:link.selected, body#team #links li a:active.selected, body#team #links li a:visited.selected, body#team #links li a:hover.selected,
	body#team #sublinks li a:link.selected, body#team #sublinks li a:active.selected, body#team #sublinks li a:visited.selected, body#team #sublinks li a:hover.selected,
	body#team #sublinks2 li a:link.selected, body#team #sublinks2 li a:active.selected, body#team #sublinks2 li a:visited.selected, body#team #sublinks2 li a:hover.selected {
		background-color: #c60;
	}
	
	body#contact #links li a:link.selected, body#contact #links li a:active.selected, body#contact #links li a:visited.selected, body#contact #links li a:hover.selected,
	body#contact #sublinks li a:link.selected, body#contact #sublinks li a:active.selected, body#contact #sublinks li a:visited.selected, body#contact #sublinks li a:hover.selected,
	body#contact #sublinks2 li a:link.selected, body#contact #sublinks2 li a:active.selected, body#contact #sublinks2 li a:visited.selected, body#contact #sublinks2 li a:hover.selected {
		background-color: #c33;
	}
	
	
	
	
	
	
	
	
	
	#links li a:link, #links li a:active, #links li a:visited, #links li a:hover,
	#sublinks li a:link, #sublinks li a:active, #sublinks li a:visited, #sublinks li a:hover,
	#sublinks2 li a:link, #sublinks2 li a:active, #sublinks2 li a:visited, #sublinks2 li a:hover {
		color: #fff;
		font-size: 10px;
		font-weight: bold;
		background-color: #ccc;
		padding: 3px;
		display: block;
		text-decoration: none;
		border-right: #fff dotted 1px;
		border-bottom: 0;
	}
	
	#links li a:link, #links li a:active, #links li a:visited {
		background-color: #999;
	}
	
	
	
	
	
	
	/* Section colours */
	body#vision #sublinks li a:hover, body#vision #links li a:hover, body#vision #sublinks2 li a:hover { background-color: #c90; }
	body#news #sublinks li a:hover, body#news #links li a:hover, body#news #sublinks2 li a:hover { background-color: #56AF2F; }
	body#projects #sublinks li a:hover, body#projects #links li a:hover, body#projects #sublinks2 li a:hover { background-color: #369; }
	body#team #sublinks li a:hover, body#team #links li a:hover, body#team #sublinks2 li a:hover { background-color: #c60; }
	body#contact #sublinks li a:hover, body#contact #links li a:hover, body#contact #sublinks2 li a:hover { background-color: #c33; }
	
	
	
	
	
	
	
	
	
	
	#content div.contact_us {
		width: 100%;
		background: #eee;
		height: 156px;
		border: 1px #ccc dotted;
	}
		
	#content div.contact_us img {
		border: 0;
	}
	
	#content div.contact_us p {
		margin: 10px 5px;
	}
	
	#content div.floating_left2, #content div.floating_right2 {
		float: left;
		width: 225px;
		margin-bottom: 15px;
		padding: 5px;
		border: 1px dotted #ccc;
		background: #f4f4f4;
		}
	
	#content div.floating_right2 {
		float: right;
		}
	
	#content div.floating_right3 {
		width: 150px;
		border-left: 1px dotted #ccc;
		float: right;
		padding-left: 10px;
		margin-left: 20px;
		}
	
	#content div.floating_right {
		float: right;
		width: 190px;
		margin: 0 0 15px 0;
		padding: 5px;
		border: 1px dotted #ccc;
		background: #f4f4f4;
		}
	
	#content div.text_column {
		width: 250px;
	}
	
	#content div.text_column_full {
		width: 100%;
		clear: both;
	}
	
	#content div.text_column div, #content div.text_column_full div {
	/*	 background: #f4f4f4;	*/
		 margin-top: -10px;
		 padding-top: 5px;
		 padding-bottom: 5px;
		
	}
	
	#content div.text_column_full div {
		 margin-top: -9px;
	}
	
	#content div.greybox {
		 border-top: 1px dotted #ccc;
		 background: #f4f4f4;
		 margin-top: -10px;
		 padding: 5px 15px 5px 0;
		 xmargin-right: 200px;
	}
	
	#content div.text_column img {
		 float: left;
		 margin: 0 15px 15px 0;
	}
	
	#content div.listing_img img {
		 border: #ccc dotted 1px;
		 float: left;
		 padding: 2px;
		 margin: 0 15px 15px 0;
	}
	
	#content div.listing_img div.clear {
		 clear: both;
	}
	
	#content div.listing_img div.fp {
		 width: 315px;
		 float: right;
	}
	
	#content div img.plain {
		 border: 0;
		 padding: 0 0 15px 0;
		 margin: 0 -1px 0 0;
		 clear: both;		 
	}
	

/*** Footer logo styles ***/
	
	#logos div {
		 background: #f3f4f5;
		 border-top: 1px solid #ccc;
		 height: 72px;
	}
	
	#logos img, #logos img.accl {
		 float: left;
		 border: 0;
	}
	
	#logos img.accl {
		 padding-top: 8px;
	}
	
	#logos {
		width: 760px;
		clear: both;
	}
	
	#logos ul, #logos li {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#logos ul {
		display: inline;
		margin: 0 auto;
	}

	#logos li {
		float: left;
		padding: 0px 10px;
	}
	
/*** Links with icons indented ***/
	
	a.pdf_links {
		background: url(/images/icon_pdf_small.gif) no-repeat;
		padding-left: 20px;
	}
	
	a.map_links {
		background: url(/images/map_icon.gif) no-repeat;
		padding-left: 30px;
	}
	
	a.download {
		padding: 0 0 2px 25px;
		background: url(/images/arrow_download.gif) no-repeat;
		height: 20px;
	}
	
	a.arrow_link {
		text-decoration: none;
		font-weight: bold;
		padding: 0 15px;
		background: url(/images/arrow.gif) no-repeat;
	}
	
/*** Styles for title list with text links (eg list of local info (education> with links) ***/
	
	div.textlist div, div.textlist div.dotted_grey_box  {
		clear: both;
	}
	
	div.textlist p, div.textlist ul {
		margin-top: 0px;
		float: left;
		width: 250px;
		padding-right: 20px;
	}
	
	div.textlist ul {
		width: auto;
		padding-right: 0;
		}
	
	div.textlist h2 {
		border-bottom: 1px dotted #ccc;
	}
	
	#content div img.test {
		float: left;
		margin-right: 15px;
		padding: 2px;
		border: 1px dotted #ccc;
	}
	
	
	div.right_column {
		float: right;
		padding-left: 15px;
		margin-left: 15px;
		border-left: 1px dotted #ccc;
		width: 106px;
	}
	
/*** Search results page ***/


/* search term highlighting */
	ul#searchResults li p span {
		background: #c33;
		font-weight: bold;
		color: #fff;
		
	}
	
	body ul#searchResults  {
		padding: 0;
		margin: 0;
		border: 0;
		list-style: none;
	}
	
	body ul#searchResults img  {
		border: 0;
	}
	
	/* Search */
	#panel #livesearch { width: 135px; }
	#panel #livesearchgo { width: 30px; font-weight: bold; padding: 2px; border: 0; color: #fff;}
	
	body#vision #panel #livesearchgo { background: #c90; }
	body#news #panel #livesearchgo { background: #799834; }
	body#projects #panel #livesearchgo { background: #369; }
	body#team #panel #livesearchgo { background: #c60; }
	body#contact #panel #livesearchgo { background: #c33; }
	
	/*
	body#vision #panel div.snippet h2 { border: 1px solid #c90; }
	body#news #panel div.snippet h2 { border: 1px solid #799834; }
	body#projects #panel div.snippet h2 { border: 1px solid #369; }
	body#team #panel div.snippet h2 { border: 1px solid #c60; }
	body#contact #panel div.snippet h2 { border: 1px solid #c33; }
	*/
	
	/* MISC FORMS */
	p.missingFields {
		display: none; 
		background: #a00; 
		color: #fff; 
		padding: 2px; 
		border: 1px dashed #ddd;
	}
	
	
