/*

Colours:

#996F00 - Brown Panel Text
#332E2B - Dark Menu Text
#FEF9EB - panels / box bkgd
#ADA19B - borders
#66605C - h1 grey

*/

body{
	margin: 0px;/* change this to 0 or whatever's required when building*/
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(../assets/images/page/img_body_sunflower.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}


a:link {
	color: #996F00;
	text-decoration: underline;
}

a:visited {
	color: #996F00;
	text-decoration: underline;
}

a:hover {
	color: #332F2D;
	text-decoration: none;
}

a:active {
	color: #996F00;
	text-decoration: underline;
}

h1{
	letter-spacing: -0.05pc;
	color: #66605C;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 26px;
	margin: 4px 0px 32px 0px;
	padding: 0px 0px 0px 0px;
}

h2{
	font-family: "Arial Narrow";
	color: #66605C;
	font-size: 1.8em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	font-weight: bold;
}

h3{
	color: #E9B940;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 15px;
}

h4{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #737373;
	font-size: 1.3em;
	font-weight: bold;	
}

p{
	color: #33302E;
	font-size: 1.3em;
	margin: 0px 0px 10px 0px;
	line-height: 15px;
}

p p{ font-size:1em;}

span.tagline{
	color: #737373;
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
	font-style: italic;
}

ul {
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 0px 20px;
}

li {
	font-family: "Arial Narrow";
	color: #66605C;
	font-size: 1.3em;
	font-weight: bold;
	list-style-type: disc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(../assets/images/page/img_bullet.gif);
}

form {
	margin: 0px;
	padding: 0px;
}

/*img {
	margin: 0px;
	padding: 0px;
}*/

hr {
	height: 1px;
	color: #ADA19B;
	border: 1px #ADA19B dashed;
}

/**********************  Structure **************************/

div.page_content{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 744px;
	height: auto;
}

div.top_sub_nav {
	position: absolute;
	right: 7px;
	top: 0px;
	width: auto;
	font-family: "Arial Narrow";

}

span.top_sub_divider {
	color: #332F2D;
	margin: 0px 11px 0px 11px;
}

a.top_sub_nav:link {
	font-size: 13px;
	color: #66605C;
	text-decoration: none;
}

a.top_sub_nav:visited {
	font-size: 13px;
	color: #66605C;
	text-decoration: none;
}

a.top_sub_nav:hover {
	font-size: 13px;
	color: #282827;
	text-decoration: underline;
}

a.top_sub_nav:active {
	font-size: 13px;
	color: #66605C;
	text-decoration: none;
}

div.top_nav {
	position: absolute;
	left: 0px;
	top: 99px;
	width: 744px;
	height: 34px;
}

div.content_holder {
	position: absolute;
	left: 0px;
	top: 133px;
	width: 744px;
	height: auto;
}

div.content_block {
	width: 584px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}

div.footer_block {
	width: 744px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}

div.column_01 {
	width: 176px;
	height: auto;
	float: left;
	margin: 48px 0px 0px 0px;
}

div.column_01_print {
	width: 139px;
	float: left;
	margin: 0px 0px 23px 0px;
}

div.column_01_row {
	width: 139px;
	float: left;
	margin: 0px 0px 0px 0px;
}

div.column_01_search {
	width: 176px;
	height: auto;
	float: left;
	clear: both;
	margin: 0px 0px 0px 0px;
}

div.search_title {
	width: 176px;
	float: left;
	margin: 0px;
	padding: 0px;
}

div.search_input {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	clear: both;
	width: 176px;
}

span.search {
	float: left;
	margin: 0px 0px 0px 26px;
	width: 87px;
}

input.search {
	border: 1px solid;
	height: 20px;
	background-color: #FFFFFF;
	border-color: #B3AAA4;
	color: #737373;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 87px;
}

span.search_go {
	float: left;
	margin: 0px 0px 0px 3px;
}

input.search_go {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 4px;
	height: 20px;
	width: 48px;
	background-color: #FFFFFF;
	border-color: #B3AAA4;
	cursor: pointer;
}

div.column_02 {
	width: 408px;
	height: auto;
	float: right;
	margin: 48px 0px 0px 0px;
}

div.column_02_container {
	width: 408px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

div.page_footer {
	width: 408px;
	height: auto;
	float: left;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 176px;
}

div.footer_content {
	width: 408px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: solid 1px #ADA19B;	
}

span.page_footer_copyright {
	float: left;
	margin: 12px 10px 0px 0px;
	color: #332F2D;
	font-size: 16px;
	letter-spacing: 0.05pc;
}

span.page_footer_copy {
	float: left;
	margin: 14px 0px 6px 0px;
	padding: 0px;
	color: #332F2D;
	font-size: 10px;
	letter-spacing: 0.01pc;
	display: block;
}

span.page_footer_address {
	width: 390px;
	clear: both;
	float: left;
	margin: 0px 0px 0px 0px;
	color: #332F2D;
	font-size: 11px;
	letter-spacing: 0.01pc;
}

span.footer_divider {
	color: #332F2D;
	margin: 0px 16px 0px 16px;
}

a.foot_nav:link {
	color: #332F2D;
	font-size: 10px;
	text-decoration: none;
}

a.foot_nav:visited {
	color: #332F2D;
	font-size: 10px;
	text-decoration: none;
}

a.foot_nav:hover {
	color: #996F00;
	font-size: 10px;
	text-decoration: underline;
}

a.foot_nav:active {
	color: #332F2D;
	font-size: 10px;
	text-decoration: none;
}

div.footer_id {
	width: 408px;
	float: left;
	clear: both;
	text-align: left;
	margin: 14px 0px 10px 0px;
	padding: 0px 0px 10px 176px;
}

div.column_03 {
	width: 160px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
}

div.column_03_container {
	width: 160px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

div.panel_title {
	width: 160px;
	height: auto;
	float: left;
	clear: both;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}

div.panel_copy {
	width: 160px;
	height: auto;
	float: left;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

span.panel_block {
	margin: 0px;
	padding: 0px;
	display: block;
}

a.panel {
	text-decoration: none;
	margin: 0px 0px 0px 14px;
	padding: 0px;
	display: block;
	width: 142px;
	background-image: url(../assets/images/page/img_col03_panel_arrow_off.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

a.panel:visited {
	text-decoration: none;
	display: block;
}

a.panel:hover {
	text-decoration: none;
	background-color: #FEF9EB;
	display: block;
	background-image: url(../assets/images/page/img_col03_panel_arrow_on.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

a.panel:active {
	text-decoration: none;
	display: block;
}

span.item_title {
	color: #66605C;
	font-size: 12px;
	margin: 0px 0px 0px 2px;
	line-height: 16px;
	width: 142px;
	font-weight: bold;
}

span.item_copy {
	color: #996F00;
	font-size: 10px;
	margin: 0px 0px 0px 2px;
	line-height: 12px;
	display: block;
}

span.item_dash {
	margin: 4px 0px 2px 0px;
	width: 160px;
	line-height: 6px;
	height: 6px;
	display: block;
}

span.panel_footer {
	margin: 4px 0px 8px 0px;
	width: 160px;
	height: 6px;
	line-height: 6px;
	display: block;
	background-color:#33CC33;
}

/****** STYLES FOR TEMPLATES ******/

span.empty {
	text-transform: none;
	color: #CC0000;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 0px;
	line-height: 15px;
}

a.view_more {
	color: #66605C;
	font-size: 1.2em;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
}

a.view_more:visited {
	color: #66605C;
	font-size: 1.2em;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
}

a.view_more:hover {
	color: #996F00;
	font-size: 1.2em;
	text-decoration: underline;
	margin: 0px 10px 0px 0px;
}

a.view_more:active {
	color: #66605C;
	font-size: 1.2em;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
}

.cat_title {
	color: #66605C;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 15px;
	float: left;
	clear: both;
	display: inline;
}

span.title {
	text-transform: none;
	color: #332E2B;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 0px;
	line-height: 15px;
}

div.container {
	width: 404px;
	margin: 0px 0px 0px 0px;
	float: left;
	display: inline;
}

div.box {
	width: 398px;
	background-color: #FFFDF6;
	margin: 0px 0px 14px 0px;
	float: left;
	border-top: solid 1px #F8F6EF;
	border-left: solid 4px #FFD461;
	border-right: dashed 2px #FFD461;
	clear: both;
}

div.row01 {
	width: 398px;
	margin: 4px 0px 4px 0px;
	float: left;
}

div.row02 {
	width: 398px;
	margin: 0px 0px 4px 0px;
	float: left;
}

div.row02a {
	width: 75px;
	margin: 0px 0px 4px 0px;
	float: left;
	border-bottom: dashed 1px #FFD461;
}

div.row02b {
	width: 312px;
	margin: 0px 0px 4px 0px;
	float: left;
	border-bottom: dashed 1px #FFD461;
}

div.row03 {
	width: 398px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: right;
	border-bottom: solid 1px #F8F6EF;
}

div.row03a {
	width: 398px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	float: left;
	border-bottom: solid 1px #F8F6EF;
}

/* NEWS */

span.news_pub_date {
	color: #996F00;
	font-size: 1.1em;
	margin: 0px 8px 14px 6px;
	line-height: 15px;
	font-weight: normal;
}

span.news_extract {
	color: #33302E;
	font-size: 1.3em;
	margin: 0px 8px 14px 6px;
	display: block;
}

span.news_article {
	color: #33302E;
	margin: 0px 8px 14px 6px;
	display: block;
}

div.rss{
	width: 398px;
	float: left;
}

/* Events */

span.event_sub_title {
	color: #996F00;
	font-size: 1.1em;
	margin: 0px 8px 0px 6px;
	line-height: 15px;
	font-weight: bold;
}

span.event_detail {
	color: #996F00;
	font-size: 1.1em;
	margin: 0px 8px 0px 6px;
	line-height: 15px;
	font-weight: normal;
}

span.events_overview {
	color: #33302E;
	font-size: 1.3em;
	margin: 0px 8px 14px 6px;
	display: block;
}


span.events_overview p{font-size:1em;}
/* PRINT */

h1.print{
	letter-spacing: -0.05pc;
	color: #66605C;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 26px;
	margin: 4px 0px 32px 0px;
	padding: 0px 0px 0px 0px;
}

div.print_header {
	width: 640px;
	height: 101px;
	margin: 0px 0px 0px 0px;
	float: left;
	border-bottom: solid 1px #ADA19B;
}

span.print_logo {
	width: 160px;
	height: 101px;
	margin: 0px 0px 0px 0px;
	float: left;
}

span.print_add {
	width: 460px;
	height: 101px;
	margin: 0px 0px 0px 0px;
	float: left;
	text-align: right;
	font-size: 10px;
	color: #996F00;
	margin: 0px 0px 0px 0px;
}

div.print_footer {
	width: 640px;
	height: 24px;
	margin: 20px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	border-top: solid 1px #ADA19B;
	text-align: right;
	float: left;
}

div.print_main {
	float: left;
	width: 640px;
	height: auto;
	margin: 20px 0px 30px 0px;
}

/* Sitemap */

ul.sitemap {
	list-style: inside;
	margin: 10px 0px 20px 30px;
}

li.sitemap_title_off {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #282827;
	font-size: 14px;
	font-weight: normal;
}

li.sitemap_title_on {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #282827;
	font-size: 14px;
	font-weight: normal;
}

a.sitemap_title {
	color: #282827;
	font-size: 14px;
	text-decoration: underline;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
}

a.sitemap_title:visited {
	color: #282827;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	margin: 10px 0px 0px 0px;
}

a.sitemap_title:hover {
	color: #996F00;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
}

a.sitemap_title:active {
	color: #282827;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	margin: 10px 0px 0px 0px;
}

ul.sitemap_sub {
	list-style: inside;
	margin: 6px 0px 0px 40px;
}

li.sitemap_sub_on {
	margin: 10px 0px 4px 10px;
	padding: 0px;
	color: #996F00;
	font-size: 12px;
	font-weight: bold;
	list-style-type: disc;
}

li.sitemap_sub_off {
	margin: 10px 0px 4px 10px;
	padding: 0px;
	color: #996F00;
	font-size: 12px;
	font-weight: normal;
	list-style-type: disc;
}

a.sitemap_sub {
	color: #996F00;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

a.sitemap_sub:visited {
	color: #996F00;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

a.sitemap_sub:hover {
	color: #5064C8;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.sitemap_sub:active {
	color: #996F00;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

ul.sitemap_page {
	list-style: inside;
	margin: 6px 0px 0px 50px;
}

li.sitemap_sub_page_off {
	font-family: Arial, Helvetica, sans-serif;
	list-style: inside;
	margin: 0px 0px 2px 20px;
	padding: 0px;
	color: #996F00;
	font-size: 11px;
	font-weight: normal;
	list-style-type: disc;
}

li.sitemap_page_on {
	font-family: Arial, Helvetica, sans-serif;
	list-style: inside;
	margin: 0px 0px 2px 20px;
	padding: 0px;
	color: #996F00;
	font-size: 11px;
	font-weight: normal;
	list-style-type: disc;
}

a.sitemap_page {
	color: #996F00;
	font-size: 11px;
	text-decoration: underline;
}

a.sitemap_page:visited {
	color: #996F00;
	font-size: 11px;
	text-decoration: underline;
}

a.sitemap_page:hover {
	color: #332E2B;
	font-size: 11px;
	text-decoration: none;
}

a.sitemap_page:active {
	color: #996F00;
	font-size: 11px;
	text-decoration: underline;
}

/* FORMS */

input.x-short{
	width: 18px;
	font-size: 11px;
}

input.short{
	width: 32px;
	font-size: 11px;
}	

input.medium1{
	width: 64px;
	font-size: 11px;
}

input.medium2{
	width: 128px;
	font-size: 11px;
}

input.large{
	width: 256px;
	font-size: 11px;
}

input.x-large{
	width: 330px;
	font-size: 11px;
}

input.formsubmit {
	margin: 0px 10px 0px 0px;
	font-size: 11px;
	float: right;
	text-align: center;
}

select.title {
	font-size: 12px;
	margin: 0px 0px 0px 6px;
	float: left;
	height: 19px;
}

input.name {
	width: 150px;
	height: 20px;
	font-size: 13px;
	margin: 0px 0px 0px 6px;
	float: left;
}

input.surname {
	width: 160px;
	height: 20px;
	font-size: 13px;
	margin: 0px 0px 0px 6px;
	float: left;
}

input.tel {
	height: 20px;
	width: 213px;
	font-size: 13px;
	margin: 0px 0px 0px 6px;
	float: left;
}

input.email {
	height: 20px;
	width: 213px;
	font-size: 13px;
	margin: 0px 0px 0px 6px;
	float: left;
}

select.event {
	font-size: 12px;
	margin: 0px 0px 0px 6px;
	float: left;
	height: 19px;
}

textarea.comment {
	height: 60px;
	width: 380px;
	font-size: 12px;
	color: #4D4D4D;
	margin: 0px 0px 0px 6px;
	float: left;
	overflow: auto;
}

span.formtitles {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 0px 6px;
	color: #737373;
	float: left;
}

span.formtext {
	font-size: 13px;
	font-weight: normal;
	margin: 0px 0px 0px 6px;
	color: #737373;
	float: left;
}

span.formfname {
	font-size: 13px;
	font-weight: bold;
	color: #737373;
    margin: 0px 0px 0px 27px;
	float: left;
}

span.formsname {
	font-size: 13px;
	font-weight: bold;
	color: #737373;
   margin: 0px 0px 0px 86px;
	float: left;
}

input.password {
	height: 15px;
	width: 213px;
	font-size: 13px;
	margin: 0px 0px 0px 6px;
	float: left;
}

span.formrequired {
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
}
