@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
}
body {
	height: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0 0;
	color: #86a524;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
}
#wrapper {
	text-align: center;
	margin: 0 auto;
	overflow: inherit;
}
#maincontent {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	padding: 0;
}

.print {
	display: none;
}
.noprint {
	display: block;
}

#header {
	width: 980px;
	height: 288px;
	background: url(img/header_spring.jpg) top center no-repeat;
	padding: 0;
	color: #ffffff;
	overflow: none;
}
.logo {
	width: 272px;
	height: 205px;
	float: right;
	margin: 60px 20px 0 0;
}
.logo img {
	padding: 0;
}
.strapline {
	float: left;
	margin: 15px 25px 0 0;
}
.strapline h2 {
	font-size: 140%;
	font-family: eausans_book, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #999999;
}

#contentarea {
	width: 890px;
	margin: -40px 45px 0 45px;
	float:left;
	padding: 0;
	display: block;
}

#footerpanel {
	clear: both;
	background: url(/img/footer_grass.jpg) top center no-repeat;
	height: 309px;
	width: 980px;
	padding: 0;
	margin: 5px 0 0 0;
}

#header h2 {
	font-size: 130%;
	line-height: 90%;
	display: block;
	color: #ffffff;
	background: #dc8700;
	margin: 0 0 0 40px;
	float: left;
	padding: 10px 15px 10px 0;
	width: 260px;
	text-align: right;
	font-weight: normal;
	letter-spacing: 0;
}
#header .smaller {
	font-size: 65%;
	line-height: 90%;
}
#header a {
	color: #ffffff;
	font-weight: normal;
}
	
.tweetpanel {
	
}
#jstweets {
}
.twitterbutton {
	/*clear: both;*/
}


#footer {
	width: 970px;
	margin: 0 auto;
}

#footer p {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	color: #86a524;
	margin: 10px 0;
}
#footer a, #footer a:link, #footer a:hover, #footer a:active {
	color: #773b7f;
	text-decoration: none;
	font-weight: normal;
	border-bottom: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #000000;
}
.footerleft {
	float: left;
}
.footerright {
	float: right;
	text-align: right;
}


/************************* MENU ***********************/
#menu {
	width: 890px;
	margin: 0;
	color: #86a524;
	position: relative;
	top: -50px;
	left: 45px;
	height: 72px;
	overflow: hidden;
	float:left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#menu ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #86a524;
	text-decoration: none;
	font-weight: normal;
	padding: 6px 15px 100px 15px;
	height: 100px;
	position: relative;
	top: 50px;
	background: #ffffff;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	
	border-radius: 15px 15px 0px 0px;
}
#menu ul a:hover, #menu ul a:active {
	color: #773b7f;
}
#menu ul a.selected {
	color: #773b7f;
	top: 8px;
}
/*------------drop down elements-----------*/
#menu ul div.toggle_container {
	position: absolute;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	clear: both;
	z-index: 30;
	height: 0;
	opacity: 0;
	overflow: hidden;
}
#menu ul .clicked div.toggle_container {
	opacity: 1;
	overflow: hidden;
}
#menu ul div.toggle_container a, #menu ul div.toggle_container a:link, #menu ul div.toggle_container a:visited {
	font-family: eausans_book, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 90%;
	padding: 0 6px 0 4px;
	margin: 0;
	background: none;
}
#menu ul div.toggle_container a:hover, #menu ul div.toggle_container a:active {
	color: #00aeef;
}

#menu ul div.toggle_container a.selected {
	color: #00aeef;
}
#menu ul ul li.sep {
	padding-top: 0px;
}
/************************* Normal text styles ************/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 150%;
	color: #86a524;
	margin: 0 0 5px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #86a524;
	margin: 10px 0 10px 0;
}
h3 {
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 8px 0 10px 0;
	line-height: 120%;
}
p, li {
	margin: 0 0 1.3em 0;
	font-size: 80%;
	line-height: 130%;
}
li li {
	font-size: inherit;
}
li {
	margin-bottom: 3px;
}
a, a:link, a:hover, a:active {
	color: #773b7f;
	text-decoration: none;
	font-weight: normal;
	border-bottom: none;
}
a:hover {
	text-decoration: underline;
}
a.green, a.green:link, a.green:active {
	color: #86a524;
}
a.smalllink, a.smalllink:link, a.smalllink:active {
	font-size: 70%;
}
a img {
	border: none;
}
.caption {
	color: #515151;
	font-style: italic;
	font-size: 90%;
	margin-left: 2px;
	display: block;
}
.note {
	color: #515151;
	font-style: italic;
	font-size: 75%;
	margin-left: 2px;
	display: block;
}
.error, .formerror {
	/* fallback */
	background: #b7110b;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b7110b), to(#ee2a24));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #b7110b, #ee2a24);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #b7110b, #ee2a24);
	/* IE 10 */
	background: -ms-linear-gradient(top, #b7110b, #ee2a24);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #b7110b, #ee2a24);
	border: 1px solid #b7110b;
	color: #ffffff;
	padding: 5px;
	display: none;
	margin: 10px 20px 10px 0;
}
.error a, .formerror a {
	color: #ffffff;
	text-decoration: underline;
}
#rh_panel p.error {
	color: #ffffff;
}
.message {
	background: #86a524;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#86a524), to(#c8d895));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #86a524, #c8d895);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #86a524, #c8d895);
	/* IE 10 */
	background: -ms-linear-gradient(top, #86a524, #c8d895);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #86a524, #c8d895);
	border: 1px solid #86a524;
	color: #ffffff;
	padding: 5px;
	display: none;
	margin: 10px 20px 10px 0;
}
.img_floatright {
	float: right;
	margin: 0 10px 10px 30px;
}
.img_floatleft {
	float: left;
	margin: 0 10px 10px 0;
}

.addresspanel {
	float: right;
	width: 212px;
	background: #aec36c;
	color: #ffffff;
	margin: 0;
	margin-top: 3px;
	padding: 10px;
}
.rh_contact {
	float: right;
	width: 260px;
}
.addresspanel h3 {
	margin: 0;
}
/***************************STANDARD FORMS **********************************/
form.standard input, form.standard textarea, form.standard select, form.standard option {
	color: #000000;
	background-color: #d4a1db;
	border: none;
	width: 500px;
	height: 20px;
	margin: 2px 0 2px 0;
}
form.standard textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	height: 60px;
}
form.standard .radio {
	margin: 0 0 0 0;
	width: 2em;
}
form.standard .checkbox {
	width: 1.5em;
	margin: 0 0 0 0;
}
form.standard label {
	font-weight: normal;
	/*color: #999999;*/
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.5em;
	float: left;
	width: 100px;
	margin-right: 10px;
	display: block;
	padding-top: 4px;
	text-align: right;
}
form.small label {
	width: 60px;
	font-size: 0.8em;
	text-align: left;
}
form.small input, form.small textarea {
	width: 100px;
	margin: 0;
	padding: 0;
}
form.small p {
	margin: 0 0 2px 0;
}

form.small input.checkbox {
	
}
/*----------------BUTTONS----------------*/
p.buttoncontainer {
	margin: 1.2em 0 1.2em 0;
}

.button {
	margin: 0.5em 0.5em 0.5em 0;
	padding: 0.3em 0.5em 0.3em 0.5em;
	color: #ffffff;
	border: none;
	background: #86a524;
	width: 10em;
	height: 21px;
	text-align: center;
	-moz-border-radius: 15px;	
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.down {
	background: #773b7f;
	color: #ffffff;
}
.downred {
	background: #b7110b;
	color: #ffffff;
}
.button a, .button a:link, .button a:hover, .button a:active, .button a:visited {
	border-bottom: none;
	text-decoration: none;
	color: #ffffff;
}
/* Standard tables ---------------------------------------------- */
table.standard {
	border: solid 1px #737373;
	background: #ffffff;
	padding: 0 0;
	width: 99%;
	margin-left: 0;
	border-collapse: collapse;
	margin-bottom: 5px;
	font-size: 0.9em;
}
table .small {
	width: 15em;
}
table.standard th {
	font-weight: bold;
	color: #ffffff;
	background: #86a524;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#86a524), to(#c8d895));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #86a524, #c8d895);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #86a524, #c8d895);
	/* IE 10 */
	background: -ms-linear-gradient(top, #86a524, #c8d895);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #86a524, #c8d895);
	padding: 5px 5px;
	text-align: left;
}
table.standard tr {
	background: #ffffff;
	font-weight: normal;
	color: #474747;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard tr.row_alt {
	background: #ededed;
	font-weight: normal;
	color: #474747;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard tr.row_selected {
	background: #b7110b;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b7110b), to(#ee2a24));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #b7110b, #ee2a24);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #b7110b, #ee2a24);
	/* IE 10 */
	background: -ms-linear-gradient(top, #b7110b, #ee2a24);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #b7110b, #ee2a24);
	font-weight: normal;
	color: #ffffff;
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
table.standard td {
	margin: 0 0;
	padding: 5px 5px;
}
table.standard td.nowrap {
	white-space: nowrap;
}
table.standard td.label {
	font-weight: bold;
	text-align: right;
	width: 30%;
}
table.standard td.datecol {
	width: 20%;
}

table.standard tr a, table.standard tr.row_alt a, table.standard tr.row_selected a {
	color: #474747;
	text-decoration: none;
	border-bottom: none;
}
table.standard tr.row_selected a:hover, table.standard tr a:hover, table.standard tr.row_selected a:hover, table.standard tr.row_selected a:link {
	color: #ffffff;
	text-decoration: underline;
}


/*=================------- Purple panel -------==========================*/

#purple_panel {
	width: 632px;
	height: 258px;
	border: none;
	margin: 0;
	background: #773b7f;
	overflow:hidden;
	margin-bottom: 10px;
}
.purple_text {
	margin: 0;
	color: #ffffff;
	padding: 20px;
	width: 200px;
	float: left;
}
.purple_text h1 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 110%;
}
.purple_text p {
	font-size: 75%;
	line-height: 130%;
	font-weight: normal;
}
#imagepanel {
	float: right;
	margin: 0 0 0 0;
}
.image {
	position: relative;
}
.textcaption {
	position: absolute;
	top: 200px;
	left: 0;
	width: 363px;
	background: rgb(119,59,127); /* fallback color */
	background: rgba(119,59,127, 0.6);
	padding: 0 10px 14px 10px;
	margin: 0;
	height: 44px;
}
.textcaption h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	font-size: 90%;
}
#imagepanel .image .textcaption p, #imagepanel .image .textcaption a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
#imagepanel .image .textcaption a:hover, #imagepanel .image .textcaption a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

/*------------------------------------------------*/

#homepage_calendar {
	float: right;
	width: 212px;
	background: #aec36c;
	color: #ffffff;
	margin: 0;
	margin-top: 3px;
}
#homepage_calendar h3 {
	background: #86a524;
	color: #ffffff;
	font-weight: normal;
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
	display: block;
	margin: 0;
	margin-bottom: 20px;
}
#homepage_calendar p {
	padding: 0;
	margin: 0 20px 20px 20px;
}
#homepage_calendar a {
	color: #ffffff;
}

.homecol {
	width: 288px;
	float: left;
	margin-right: 12px;
	margin-top: 0;
	margin-bottom: 20px;
}
.homecol-last {
	width: 288px;
	float: left;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 20px;
}
.homecol img, .homecol-last img {
	margin-bottom: 8px;
}
.homecol p, .homecol-last p {
	font-size: 75%;
}

#homepage_footer {
	display: block;
	width: 100%;
	clear: both;
}
#homepage_footer img {
	float: left;
}

.homepage_social {
	float: right;
	width: 588px;
}
.homepage_social h3 {
	color: #773b7f;
	font-size: 110%;
	margin: 0;
}
.homepage_social p {
	color: #773b7f;
	font-size: 75%; 
}
#homepage_footer .homepage_social img {
	float: right;
	margin: 10px 0 10px 10px;
}

/*------ News and calendar etc ----------*/
.newsstory {
	background: none;
	border: none;
	color: #464646;
	padding: 10px;
	margin: 10px 20px 10px 0;
	-moz-border-radius: 15px;	
	-webkit-border-radius: 15px;
	border-radius: 15px;
	width: 580px;
}
.newsstory_sel {
	background: rgb(119,59,127);
	background: rgba(119,59,127, 0.6);
	padding: 10px;
	margin: 10px 20px 10px 0;
	-moz-border-radius: 15px;	
	-webkit-border-radius: 15px;
	border-radius: 15px;
	width: 580px;
}
.newsstorydate {
	font-size: 70%;
	color: #773b7f;
	float: left;
	width: 100px;
	padding-top: 3px;
}
.newsstoryheadline {
	display: inline-block;
	width: 450px;
	color: #773b7f;
}
.newsstory p, .newsstory_sel p {
	display: inline-block;
	width: 450px;
}
.newsstory_sel .newsstoryheadline, .newsstory_sel .newsstorydate {
	color: #ffffff;
}
.newsstory_sel p {
	color: #ffffff;
}





.menu_content_panel {
	width: 288px;
	float: left;
	margin-right: 12px;
	cursor: pointer;
}
.menu_content_panel img {
	margin-bottom: 7px;
}