/* CSS Document */
body{
	line-height:normal;
	text-align:left;
	color:#000000;
	font-family: "Trebuchet MS";
	font-size: 14px; 
	margin: 0px;
	font-weight: lighter;
	background-color: #F7FAFA;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
form {
	position: relative;
	margin: 0;
	float: left;
}
form .button {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #009602;
	padding: 4px;
	vertical-align: middle;
	margin: 0px;
	height: auto;
	width: auto;
}
form .button1 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #8C0000;
	padding: 4px;
	vertical-align: middle;
	margin: 0px;
	height: auto;
	width: auto;
}
input,select {
	background-color: #FCFDFB;
	border: 1px solid #CBDABD;
	line-height: 20px;
	padding: 2px;
	margin: 0px;
	height: autox; /* cant specify exact height as is required for images uploaded*/
	font-size: 14px;
}
textarea {
	font-size: 14px;
}
a:focus{-moz-outline:0;outline:0;outline-offset:0}
/* link, visited, hover, active for safari*/
a:link{
	color:#009602;
}
a:visited{
	color:#009602;
}
a:hover{
	color:#007001;
}
a:active{
	color:#009602;
}
img {
border: 0;
} 
h1{
	font-size:22px;
	padding: 0px;
	font-weight: lighter;
	line-height: 22px;
	margin: 0px;
}
h2{
	font-weight:bold;
	font-size:16px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
h3 {
	font-weight:bold;
	font-size:16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
h4 {
	font-weight:bold;
	font-size:14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
h5 {
	font-weight:bold;
	font-size:16px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding: 0px;
}
/*  Text */
.text1 {
	font-size: 12px;
}
.text2 {
	font-size: 11px;
}
/*  Text Colours */
.col1 {
	color: #009602;
}
.col2 {
	color: #00640A;
}
.col3 {
	color: #FFFFFF;
}
.col4 {
	color: #8C0000;
}
/*  Layout */
#content {
	width: 100%;
}
/*  Header*/
#headshadow {
	background-image: url(../images/head_shadow.png);
	background-repeat: repeat-x;
	position: absolute;
	height: 25px;
	width: 100%;
	top: 182px;
}
#headerholder {
	height: auto;
	width: 100%;
	top: 0px;
	outline: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#header {
	width: auto;
	outline: none;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header_bg.png);
	height: auto;
	left: 0px;
	top: 0px;
}
#head {
	height: auto;
	width: 973px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-right: 7px;
	position: relative;
	z-index: 10; !important 
}
#logo {
	height: auto;
	width: auto;
	float: left;
	padding-top: 19px;
}
#tagline {
	position: absolute;
	height: auto;
	width: auto;
	top: 50px;
	color: #FFFFFF;
	float: right;
	right: 0px;
}
#headutilitiesholder {
	position: absolute;
	height: auto;
	width: auto;
	color: #FFFFFF;
	top: 95px;
	right: 0px;
}
#headutilitiesbasket {
	background-image: url(../images/basket_icon.png);
	height: auto;
	padding-left: 34px;
	background-repeat: no-repeat;
	line-height: 30px;
	color: #FFFFFF;
	clear: both;
	white-space: nowrap;
	width: auto;
}
#headutilitieslogin {
	background-image: url(../images/login_icon.png);
	height: auto;
	width: auto;
	background-repeat: no-repeat;
	line-height: 12px;
	color: #009602;
	white-space: nowrap;
	font-size: 12px;
	display: block;
	float: right;
	clear: both;
}
#headutilities {
	float: right;
	white-space: nowrap;
	width: auto;
}
/*  Body Content */
#mainholder {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	display: block;
}
#main_top {
	height:14px;
	background-image: url(../images/main_top.png);
	background-repeat: no-repeat;
	width: 980px;
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
	background-position: 0px 0px;
	line-height: 14px;
	color: #FFFFFF;
}
#main_bottom {
	height:17px;
	background-image: url(../images/main_bottom.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 980px;
	clear: both;
}
#main_inner_holder { /*  Use if main has a shadow */
	width: auto;
	height: auto;
	outline: none;
	background-image: url(../images/main_right_bg.png);
	background-repeat: repeat-y;
	padding-left: 0px;
	padding-right: 7px;
	background-position: right 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
	float: left;
}
/* #main { Use if no #maininnerholder
	min-height: 700px;
	width: 799px;
	outline: none;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-y;
	clear: both;
	padding-left: 14px;
	float: left;
	padding-right: 14px;
	} */
#main {
	min-height: 700px;
	height: auto !important; /*  A very clever IE hack for height */
	height: 700px;
	outline: none;
	background-color: #FFFFFF;
	width: 945px;
	padding-left: 14px;
	padding-right: 14px;
	margin: 0px;
	clear: both;
	overflow: visible;
	display: block;
	visibility: visible;
	float: left;
}
#main_feature { /*  Site Specific */
	background-image: url(../images/main_feature_bg.png);
	background-repeat: repeat-x;
	height: auto;
	width: 943px;
	border: 1px solid #CBDABD;
	clear: both;
	position: relative;
	float: left;
	margin-bottom: 24px;
}
#main_feature .title{ /*  Site Specific */
	height: 49px;
	width: 100%;
	border: 1px solid #CBDABD;
	background-color: #CBDABD;
	position: absolute;
	margin-right: -1px;
	margin-bottom: -1px;
	margin-left: -1px;
	color: #FFFFFF;
	font-size: 32px;
	line-height: 39px;
	text-indent: 12px;
	left: 0px;
	overflow: hidden;
	top: 96px;
	display: inline;
	clear: both;
	float: left;
}
#main_feature_images{ /*  Site Specific */
	height: auto;
	width: 100%;
	overflow: hidden;
	right: 12px;
	top: 9px;
	position: relative;
	text-align: right;
}
#main_feature_images img {
	padding-bottom: 7px;
	padding-left: 7px;
}
#gallery_holder {
	background-color: #CBDABD;
	clear: both;
	height: auto;
	width: auto;
	margin-bottom: 12px;
	float: left;
	position: relative;
}
#holder {
	clear: both;
}
#gallery {
	float: right;
	height: auto;
	width: auto;
}
#gallery .gtitle{
	float: left;
	height: auto;
	width: auto;
	position: absolute;
	left: 26px;
	top: 130px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.looper {
	height: auto;
	width: 437px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CBDABD;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
}
.repeat {
	height: auto;
	clear: both;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CBDABD;
	padding-top: 4px;
	width: 100%;
	position: relative;
	float: left;
}
#repeat_paging {
	float: right;
	height: auto;
	width: auto;
	position: absolute;
	clear: right;
	right: 12px;
	top: 4px;
	white-space: nowrap;
}
.repeat img {
	padding-right: 12px;
	clear: right;
	float: left;
	display: block;
}
.repeat_mcol {
	height: auto;
	width: 100%;
	float: left;
	margin: 0px;
	position: relative;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	vertical-align: top;
}
.repeat_rcol {
	height: auto;
	width: 440px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	float: right;
	position: relative;
}
.repeat_lcol {
	height: auto;
	width: 440px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	float: left;
	position: relative;
}
.repeat_inner_title{
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 7px;
	float: left;
	clear: both;
	position: relative;
	font-weight: bold;
	border: thin dotted #EFEF99;
	background-color: #FFFFF1;
}
.repeat_inner{
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EFEF99;
	float: left;
	clear: both;
	position: relative;
}
.repeat .textholder {
	height: auto;
	position: relative;
	width: auto;
}
.repeat .textblock {
	width: 724px;
	height: auto;
	display: table;
	float: left;
	clear: right;
	position: relative;
}
.repeat .textblock p {
	clear: both;
	position: relative;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#repeat_title {
	white-space: nowrap;
	height: auto;
	width: 400px;
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	left: 14px;
	line-height: 38px;
	top: auto;
	display: block;
	clear: none;
}
.repeat_empty {
	height: auto;
	clear: both;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CBDABD;
	padding-top: 40px;
	float: left;
	width: 100%;
}
.repeat_empty1 {
	height: auto;
	clear: both;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CBDABD;
	padding-top: 12px;
	width: 100%;
	float: left;
}
.nested_repeat {
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CBDABD;
	padding-left: 12px;
	width: 100%;
	height: auto;
	padding-top: 7px;
}
.nested_repeat_title {
	line-height: 20px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.col_pad {
	padding-top: 12px;
	padding-bottom: 12px;
}
#mcol {
	height: auto;
	clear: both;
	width: 917px;
	padding-left: 14px;
	padding-right: 14px;
	background-color: #FFFFFF;
	position: relative;
	float: left;	
}
#mcol h1{ /*  Site Specific  */
	font-size:22px;
	padding: 0px;
	font-weight: lighter;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}
#mcol h2{ /*  Site Specific */
	height: 30px;
	width: 452px;
	background-color: #EFEF99;
	font-size: 16px;
	line-height: 30px;
	text-indent: 12px;
	clear: both;
	margin: 0px;
	display: block;
	font-weight: lighter;
}
#lcol {
	height: auto;
	width: 454px;
	padding-left: 14px;
	float: left;
	background-color: #FFFFFF;
	position: relative;
}
#rcol {
	height: auto;
	width: 443px;
	float: right;
	position: relative;
	background-color: #FFFFFF;
	position: relative;
}
#rcol_mcol{
	height: auto;
	width: 100%;
	padding-left: 14px;
	float: left;
	clear: left;
}
#rcol_rcol{
	height: auto;
	width: 208px;
	float: right;
	clear: right;
}
#rcol_lcol{
	height: auto;
	width: 208px;
	padding-left: 12px;
	float: left;
	clear: left;
}
#rcol h2{ /*  Site Specific */
	height: 30px;
	width: auto;
	background-color: #EFEF99;
	font-size: 16px;
	line-height: 30px;
	text-indent: 12px;
	clear: both;
	margin: 0px;
	display: block;
}
/*  Form layout */
.form_holder{
	padding-top: 5px;
	padding-bottom: 12px;
	position: relative;
	float: left;
	clear: right;
}
.form_holder_rcol{ /*  Site Specific */
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	position: relative;
	float: left;
	clear: both;
}
.form_holder_rcol1{ /*  Site Specific */
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
	float: left;
}
.form_mcol{
	height: auto;
	width: 100%;
	clear: both;
	padding-top: 7px;
	float: left;
	position: relative;
}
.form_rcol{
	width: 268px;
	float: right;
	clear: right;
}
.form_lcol{
	height: auto;
	width: 148px;
	padding-left: 12px;
	float: left;
	clear: left;
	line-height: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#map { /*  Site Specific */
	background-color: #F8FAF7;
	height: auto;
	width: auto;
	padding: 14px;
	vertical-align: middle;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: default;
}
#events_intro_holder { /*  Site Specific */
	padding-top: 0px;
	float: left;
	padding-bottom: 31px;
	width: 100%;
	height: auto;
}
#events_image { /*  Site Specific */
	position: relative;
	height: auto;
	width: auto;
	float: left;
	display: block;
	left: 0px;
	top: 0px;
}
#events_image a { /*  Site Specific */
	display: block;
}
#events_image a span{ /*  Site Specific */
	position: absolute;
}
#events_image .arrow { /*  Site Specific */
	background-image: url(../images/register_arrow.png);
	overflow: hidden;
	background-repeat: no-repeat;
	display: inline-block;
	left: 1px;
	bottom: -31px;
	height: 70px;
	width: 221px;
	margin: 0px;
	padding: 0px;
	background-position: 0px 0px;
}
#events_image a:hover .arrow { /*  Site Specific */
	background-image: url(../images/register_arrow_f2.png);
}
#date {
	font-size: 12px;
	line-height: 19px;
	color: #FFFFFF;
	background-color: #009602;
	text-align: center;
	vertical-align: middle;
	float: right;
	height: auto;
	width: 88px;
	clear: both;
	margin-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
}
#date1 {
	font-size: 12px;
	line-height: 19px;
	color: #FFFFFF;
	background-color: #8C0000;
	text-align: center;
	vertical-align: middle;
	float: right;
	height: auto;
	width: 88px;
	clear: both;
	margin-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
}
.reference {
	font-size: 12px;
	line-height: 19px;
	color: #FFFFFF;
	background-color: #009602;
	text-align: center;
	vertical-align: middle;
	height: auto;
	width: auto;
	margin: auto;
	display: inline;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#file_actions {
	height: auto;
	width: auto;
	border: 1px solid #CBDABD;
	position: relative;
	float: right;
	clear: none;
}
#file_actions span{
	white-space: nowrap;
	position: relative;
}
#file_actions .attrib{
	position: relative;
	display: block;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #CBDABD;
	border-right-color: #CBDABD;
	border-bottom-color: #CBDABD;
	border-left-color: #CBDABD;
	text-align: center;
	float: left;
	clear: right;
	height: 32px;
	width: auto;
	line-height: 32px;
	vertical-align: middle;
	background-color: #FFFFF1;
}
#file_actions .attrib img{
	margin: 0px;
	padding: 0px;
	height: 30px;
}
.news_intro_lcol {
	width: 315px;
	float: left;
	padding-top: 24px; !important /* as IE doesn't display clear properly yet */
}
.news_intro_rcol {
	padding-right: 9px;
	text-align: right;
	float: right;
	white-space: nowrap;
	width: auto;
	clear: right;
}
/*  Footer */
#footerholder {
	height: auto;
	width: 100%;
	clear: both;
	padding-top: 0px;
}
#footer {
	background-color: transparent;
	width: 980px;
	height: 127px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer_bg.png);
	background-position: 0px 0px;
}
#footerservices {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	position: relative;
}
/*  Footer Links */
#footerlinksholder {
	position: absolute;
	top: 18px;
	left: 20px;
	height: auto;
	width: auto;
	float: left;
}
#footerlinks {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#footerlinks li {
	width: auto;
	list-style-type: none;
	font-size: 14px;
	font-weight: lighter;
	display: block;
	float: left;
	clear: both;
	line-height: 18px;
	color: #FFFFFF;
	height: auto;
}
#footerlinks li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: inherit;
	height: inherit;
}
#footerlinks li a:hover {
	color: #D6D700;
}
/*  Footer Back to top */
#linktop  {
	position: absolute;
	top: 18px;
	height: auto;
	width: auto;
	float: left;
	color: #FFFFFF;
	text-align: right;
	font-size: 14px;
	line-height: 18px;
	background-position: right;
	background-repeat: no-repeat;
	right: 27px;
}
#linktop a {
	text-decoration: none;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right;
	display: block;
}
#linktop a:hover {
	color: #D6D700;
}
#linktop a span {
	display: inline-block;
	height: inherit;
	width: inherit;
	padding-left: 6px;
}
#linktop a .arrow {
	background-image: url(../images/nav/arrow_up.png);
	height: 13px;
	width: 12px;
	overflow: visible;
	position: relative;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: text-top;
	background-position: 6px 6px;
}
#linktop a:hover .arrow{
	background-image: url(../images/nav/arrow_up_f2.png);
}
/*  Footer Credits */
#credits {
	position: absolute;
	left: 20px;
	height: auto;
	width: auto;
	float: left;
	bottom: 13px;
	line-height: 14px;
	color: #FFFFFF;
	font-size: 10px;
}
#credits a {
	color: #FFFFFF;
	text-decoration: none;
}
#credits a:hover {
	color: #D6D700;
}
#copyright {
	position: absolute;
	height: auto;
	width: auto;
	float: right;
	bottom: 13px;
	line-height: 14px;
	color: #FFFFFF;
	font-size: 10px;
	right: 27px;
}
/* ---------- menu ----------------------- */
#menuholder {
	float: right;
	width: auto;
}

