	body, html {
		height: 100%;
	}
	
	body {  
		font-family: Arial, Helvetica, sans-serif;
		background: url(images/bg_body_tile.jpg) #fff repeat-x;
		margin: 0;
		text-align: center;
		color: #333;
	}
	
	.sash {
		position: absolute;
		left: 0; top: 0;
		z-index: 1000;
		border: none;
	}
	
	.clean {
		height: 1px;
		clear: both;
	}
	
	.smdivwrapper {
		clear: both;
		display: block;
		overflow: hidden;
	}
	
	.smdivwrapper .smdiv {
		float: left;
		margin-right: 5px;
		width: 180px;
	}
		
	
	#wrapper {
		position: relative;
		text-align: left;
		width: 960px;
		margin: 0 auto 0 auto;
		padding: 0;
		min-height: 100%;
	}
	
	* html #wrapper {
		height: 100%;
	}
	
	h1, h2, h3 {
		margin-top: 0;
	}
	
	h1 {
		font-size: 160%;
	}
	
	h2 {
		font-size: 120%;
	}
	
	h3 {
		font-size: 120%;
	}
	
	p, li {
		line-height: 1.8em;
		font-size: 75%;
	}
	
	a {
		color: #336699;
		text-decoration: underline;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	#header {
		color: #fff;
		height: 126px;
		display: block;
		overflow: hidden;
	}
	
	#header a {
		color: #fff;
	}
	
	#header #logo {
		width: 221px;
		float: left;
	}
	
	#header #logo h1 {
		margin: 0; padding: 0;
		position: relative;
		width: 221px; height: 126px; 
		overflow: hidden;
	}
	
	#header #logo h1 a {
		display: block;
		cursor: pointer;
	}
		 
		#header #logo h1 span {
			display: block;
			position: absolute; left: 0; top: 0; z-index:1;
			width: 221px; height: 126px; 
			margin: 0; padding: 0;
			background: url(images/bg_logo.jpg) top left no-repeat; 
	}

	#header #location {
		float: right;
		width: auto;
		text-align: right;
		padding-top: 20px;
	}
	
	#header #location p {
		font-size: 140%;
		color: white;
		margin: 0;
	}
	
	#header #location a img {
		border: none;
	}
	
	#navigation {
		width: 960px; height: 50px;
		display: block;
		overflow: hidden;
	}
	
	#navigation ul {
		margin: 0; padding: 0;
		list-style: none;
		float: left;
		overflow: hidden;
	}
	
	#navigation ul li.first {
		margin: 0 10px 0 0;
	}
	
	#navigation ul li {
		float: left;
		margin: 0 10px;
	}
	
	#navigation ul li a {
		display: block;
		text-decoration: none;
		color: #fff;
		padding: 12px 0 0 0;
	}
	
	#navigation ul li a:hover {
		background: url(images/bg_nav_pointer.jpg) center top no-repeat;
		color: #012E58;
	}
	
	#navigation ul li a.selected {
		background: url(images/bg_nav_pointer.jpg) center top no-repeat;
	}
	
	#navigation ul li a.selected:hover {
		background: none;
	}
	
	#navigation ul li a.last {
		background: #C00;
		padding: 12px 5px;
		font-weight: bold;
	}
	
	#navigation ul li a.last:hover {
		background: #fff;
		color: #cc0;
		padding: 12px 5px;
		font-weight: bold;
	}
	
	#breadcrumb {
		display: block;
		width: 960px; height: 30px;
		padding-top: 10px;
		margin-bottom: 15px;
		overflow: hidden;
		font-size: 90%;
		color: #497625;
	}
	
		#breadcrumb p {
			margin: 0;
		}
	
		#breadcrumb a {
			color: #497625;
		}
	
	#intro {
		width: 960px;
		display: block;
		margin: 30px 0;
		overflow: hidden;
		color: #fff;
		font-size: 150%;
	}
	
		#intro p {
			margin: 0;
		}
		
		#intro p span {
			font-size: 180%;
		}
		
		#intro a {
			color: #fff;
		}
		
		#intro .left {
			float: left;
			positin: relative;
			width: 288px; height: 208px;
			padding: 15px;
			background: url(images/bg_intro_left_3.jpg) 0 0 no-repeat;
			overflow: hidden;
			text-align: left;
		}
		
			#intro .left img {
				border: none;
				margin-top: 10px;
			}
		
		#intro .right {
			float: right;
			position: relative;
			width: 611px; height: 208px;
			padding: 15px; 
			background: url(images/bg_intro_right_6.jpg) 0 0 no-repeat;
			overflow: hidden;
			text-align: right;
		}
		
		#intro .right p {
			position: absolute;
			bottom: 0; right: 10px;
			margin: 0;
			font-size: 90%;
		}
		
	#rightcol {
		float: right;
		padding: 10px;
		width: 621px;
	}
		
		#rightcol h1, #rightcol h2, #rightcol h3 {
			font-weight: 100;
		}	
	
	#leftcol {
		float: left;
		padding: 8px;
		width: 302px;
	}
	
		#leftcol .pads {
			display: block;
			position: relative;
			width: 255px; min-height: 65px;
			background: url(images/bg_pads_fixed.jpg) left bottom no-repeat;
			padding: 10px 20px;
			margin: 0 0 25px -8px;
		}
		
		* html #leftcol .pads {
			height: 65px;
		}
		
		#leftcol .pads p {
			margin: 0;
			color: #999;
			line-height: normal;
		}
		
		#leftcol .pads p span {
			display: block;
			font-size: 160%;
		}
		
		#leftcol .pads a {
			text-decoration: none;
			color: #090;
		}
		
		#leftcol .pads a:hover {
			text-decoration: underline;
		}
	
	#footer-wrap {
		background: #011F3A url(images/bg_footer_tile.jpg) 0 0 repeat-x;
		width: 100%;
		text-align: center;
		overflow: hidden;
	}
	
		#footer {
			display: block;
			text-align: left;
			margin: 0 auto;
			width: 960px; height: 268px;
			color: #fff;
		}
			
			#footer a {
				color: #fff;
				text-decoration: underline;
			}
			
			#footer a:hover {
				text-decoration: none;
			}
			
			#footer p {
				line-height: normal;
			}
			
			#footer h3 {
				font-weight: 100;
				color: #6CBE59;
			}
				
			#footer .box {
				float: left;
				width: 270px;
				margin-top: 20px;
				padding: 0 10px;
			}
			
			#footer .box.wide {
				width: 350px;
				margin-left: 30px;
			}
			
			#footer .box.right {
				float: right;
				text-align: left;
				width: 230px;
			}
			
			#footer .box ul {
				display: block;
				list-style: none;
				margin: 0; padding: 0;
			}
			
			#footer .box ul li {
				display: inline;
				margin: 0 10px 0 0;
			}
			
			#footer .box ul li a img {
				border: none;
			}
						
		#labels {
			display: block;
			text-align: left;
			margin: 0 auto;
			width: 960px; height: 40px;
			padding: 5px 0;
			color: #999;
		}
		
		#labels .copyright {
			float: left;
			font-size: 90%;
		}
		
		#labels .copyright p {
			margin: 0;
		}
			
		#labels .badges {
			float: right;
		}
		
		#labels .badges ul {
			margin: 0; padding: 0;
			list-style: none;
		}
			
		#labels .badges ul li {
			display: inline;
			margin-left: 3px;
		}
		
		#labels .badges ul li a,
		#labels .badges ul li img {
			border: none;
		}
	
	.invalid,
	.required {
		color: red;
	}
	
	.articles,
	.prevnext {
		font-size: 67.5%;
	}
	
	.skip {
		display: none;
	}
	
	#forms {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	#forms .errors {
		font-size: 75%;
		color:#900;
	}
	
	#forms fieldset {
		display: block;
		width: 90%;
		margin: 0 0 3em 0;
		padding: 0 1em 1em 1em;
		border: 1px solid #666;
	}
	
	#forms legend {
		font-size: 140%;
	}
	
	#forms label {
		display: block;
		margin-bottom: 1em;
		font-weight: bold;
		font-size: 75%;
	}
	
	#forms input,
	#forms textarea {
		display: block;
		width: 25em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%;
		font-weight: normal;
		border: 1px solid #ccc;
		padding: 3px;
	}
		
	#forms select {
		display: block;
		border: 1px solid #ccc;
	}
	
	#forms textarea {
		height: 150px;
	}
	
	#forms input.submit {
		width: auto;
		background: #eee;
		border: 2px solid darkred;
		padding: 3px;
		font-size: 75%;
	}
	
	#forms input.hidden {
		border: none;
		display: none;
	}	
	
	#forms input.checkbox {
		display: inline;
		width: auto;
		margin-right: 1em;
		border: none;
	}
	
	#forms label.checkbox {
		display: inline;
	}
	
	#forms label.first {
		padding-top: 1em;
	}
	
	#forms fieldset fieldset {
		float: left;
		border: 1px solid #ccc;
	}
		
	#forms fieldset fieldset legend {
		font-size: 100%;
	}
	
	#forms fieldset fieldset label {
		float: left;
		padding-top: 1em;
		margin-right: 15px;
	}
	
	#forms .spacer {
		margin: 0; padding-top: 1em;
	}
	
	#forms fieldset.radio {
		margin: 1em 0 2em 0;
		border: 1px solid #ccc;
	}
	
	#forms fieldset.radio input {
		clear: both;
		float: left;
		width: auto;
		border: none;
	}
	
	#forms fieldset.radio label{
		font-weight: normal;
	}

	.clearer {
		clear: both;
		height: 1px;
	}
	
	#hoz .clean {
		clear: both;
		height: 1px;
		display: block;
	}

	#hoz form {
		display: block;
		margin: 0; padding: 0;
	}

	#hoz fieldset {
		display: block;
		margin: 0 0 1em 0;
		padding: 0 1em 1em 1em;
		border: 1px solid #ccc;
	}
	
	/* Fieldset within a fieldset */
	
	#hoz fieldset fieldset {
		margin-top: 1em;
		display: block;
		background: #E6F0F2;
		position: relative;
	}
		
	#hoz fieldset fieldset p {
		margin: 0;
	}
	
	#hoz fieldset input {
		border: 1px solid #ccc;
	}
	
	#hoz fieldset input:focus {
		background: #D7EDCD;
	}
	
	#hoz input {
		/* font-size already set by parent stylesheet */
		display: block;
		width: 15em;
	}
	
	* html #hoz input {
		width: 14em;
	}
	
	#hoz input.integer,
	#hoz input.postcode,
	#hoz input.date {
		width: 7em;
	}
			
	#hoz input.action {
		display: inline; 
		margin-right: 5px;
		width: auto;
		background: #0066CC;
		color: white;
		border: 1px solid #0099FF;
	}
	
	#hoz label {
		float: left;
		display: block;
		margin: 1em 1em 0 0;
		font-weight: bold;
		font-size: 75%;
	}
	
	* html #hoz label {
		margin-right: 0.5em;
	}
	
	#hoz legend {
		font-weight: bold;
		font-size: 80%;
		background: #ffffff;
		padding: 5px;
		border: 1px solid #ccc;
	}
	
	#hoz select {
		display: block;
		border: 1px solid #ccc;
	}
	
	#hoz textarea {
		display: block;
		width: 25em;
		height: 5em;
		border: 1px solid #ccc;
	}
	
/* Radio Fieldset Form Layout */	
	
	#hoz fieldset.radio {
		margin: 1em 0 2em 0;
	}
	
	#hoz fieldset.radio input {
		clear: both;
		float: left;
		width: auto;
		vertical-align: middle;
		position: relative;
		top: -2px; /* to vertically align the checkbox with the label */
	}
	
	#hoz fieldset.radio label {
		font-weight: normal;
	}
	
/* Checkbox Fieldset Form Layout */

	#hoz fieldset.checkbox {
		margin: 1em 0 1em 0;
	}
	
	#hoz fieldset.checkbox input {
		clear: both;
		float: left;
		width: auto;
		display: inline;
		bottom: 0;
		border: none;
	}
	
	#hoz fieldset.checkbox label {
		font-weight: normal;
		white-space: nowrap;
		display: inline;
		bottom: 0;
		
	}
	

	
	/********* CMS STYLES ********/
	
	.errors {
		font-size: 75%;
		color: #CC0000;
	}
	
	.ditto_wrapper .ditto_link {
		text-align: right;
	}

	.ditto_wrapper a, .ditto_wrapper a:visited, .ditto_wrapper a:hover {	
		border: 0;
	}
	
	.ditto_pages .ditto_currentpage {
		border: 1px solid #000;
		padding: 1px 5px 2px;
		margin-right: 1px;
		background-color: #ccc;
		color: #666;
	}
	
	.ditto_pages .ditto_off {
		border: 1px solid #999;
		padding: 1px 5px 2px;
		margin-right: 1px;
		color: #ccc;
	}
	
	.ditto_pages a, .ditto_pages a:link, .ditto_pages a:visited {
		border: 1px solid #0066CC;
		padding: 1px 5px 2px;
		margin-right: 1px;
		text-decoration: none !important;
		color: #0066CC;
	}
	
	.ditto_pages a:hover {
		background-color: #fff;
		color: #000;
	}
	
	
	.searchTerms {
		font-size: 75%;
		padding: 10px 0;
	}
	
	.ajaxSearch_highlight1,
	.ajaxSearch_highlight2,
	.ajaxSearch_highlight3,
	.ajaxSearch_highlight4,
	.ajaxSearch_highlight5 {
		background-color: #FFFF00;
		font-weight: bold;
	}
	
	.ajaxSearch_result,
	.ajaxSearch_resultDescription {
		font-size: 100%;
	}
	
	.ajaxSearch_paging {
		font-size: 75%;
		margin: 15px 0;
	}
	
	.ajaxSearch_paging a, .ajaxSearch_paging a:link, .ajaxSearch_paging a:visited {
		border: 1px solid #A71E3A;
		padding: 1px 5px 2px;
		margin-right: 1px;
		text-decoration: none !important;
		color: #0066CC;
	}
	
	.ajaxSearch_paging a:hover {
		background-color: #fff;
		color: #000;
	}
	
	.ajaxSearch_output {
		border: 1px solid black;
		position: absolute;
		left: 0;
		top: 0;
	}


	/********* EDITOR SELECTORS ********/
	.image-right {
		float: right;
		margin: 0 0 10px 10px;
	}
	
	.image-left {
		float: left;
		margin: 0 10px 10px 0;
	}
	
	.left {
		text-align: left;
	}
	
	.center {
		text-align: center;
	}
	
	.right {
		text-align: right;
	}
	
	.justify {
		text-align: justify;
	}
