/*
#f7f5eb  std background light brown

*/

body {
	margin: 0px;
	padding: 0px;
	background: #104c18 url('../img/background.jpg') repeat-y top center;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

a {
	color: #0f4718;
}

a img {
	border: 0px;
}

p {
	margin: 10px 0px;
	line-height: 1.3em;
}

.innerWrapper {
	margin-left: 15px;
	margin-right: 20px;
}

div.innerWrapper {
	margin-left: 0px 20px 0px 15px;
	padding: 0px;
}

.innerWrapper2 {
	margin-left: 20px;
	margin-right: 20px;
}

table {
	margin: 10px 0px;
}

/* Main structure */

#wrapper {
	margin: auto;
	width: 1000px;
}

.section {
	float: left;
	width: 1000px;
}

.leftCol {
	float: left;
	width: 576px;
	margin-left: 51px;
}

.rightCol {
	float: left;
	width: 324px;
}

/* Header */

#header {
	background: transparent url('../img/background-header.jpg') repeat-y;
	padding-bottom: 25px;
	border-bottom: 1px solid #688d64;
	margin-bottom: 1px;
}

#header img {
	/*display: block;*/
}

#header .leftCol .colA {
	float: left;
	width: 97px;
}

#header .leftCol .colB {
	float: left;
	width: 479px;
}

#header a {
	outline: 0px;
}

#logoShield {
	display: block;
	margin: 30px 0px 0px 4px;
}

#logoText {
	display: block;
	margin-top: 43px;
}

#logoTagline {
	color: #8a8985;
	font-size: 0.9em;
}

#header .rightCol .colA {
	float: left;
	width: 126px;
}

#header .rightCol .colB, #header ul {
	float: left;
	width: 198px;
}

#logoArk {
	margin: 30px 0px 0px 19px;
}

#header ul {
	margin: 19px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

#header li {
	border-bottom: 1px solid #c7c4bd;
}

#header li.last {
	/* done in this odd way for IE 6 */
	border-bottom: 1px solid #f7f5eb;
}

#header ul a {
	display: block;
	padding: 8px 0px 6px 30px;
	background: transparent url('../img/topMenuIcon.gif') no-repeat bottom left;
	color: #717171;
	font-family: arial, verdana, sans-serif;
	/*font-size: 0.9em;*/
	font-weight: bold;
	text-decoration: none;
}

#header ul a:hover {
	color: #135a1e;
	text-decoration: underline;
}

/* Strapline */

#strapline {
	padding: 10px 0px;
	color: #FFFFFF;
	background: #114d19 url('../img/background-strapline.jpg') repeat-y;
	font-size: 0.9em;
}

#strapline a {
	color: #FFFFFF;
	text-decoration: none;
}

#strapline a:hover {
	text-decoration: underline;
}

#strapline .leftCol .colA {
	margin-left: 15px;
}

/* Navigation */

.navigation {
	margin: 0px 0px 0px 11px;
	padding: 0px;
	list-style: none;
}

.navigation li {
	border-bottom: 1px solid #f6f6f6;
}

.navigation li.last {
	/* done in this odd way for IE 6 */
	border-bottom: 1px solid #FFFFFF;
}

.navigation a {
	display: block;
	padding: 3px 0px 3px 10px;
	color: #000000;
	font-family: arial, verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

.navigation ul a:hover {
	color: #215d03;
	/*text-decoration: underline;*/
}

.navigation a.selected {
	color: #215d03;
}

.navigation ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: none;
}

.navigation ul a {
	display: block;
	padding: 2px 0px 2px 10px;
	color: #000000;
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}


/* Main content */

#content3Col {
	background: #f7f5eb url('../img/background-3col.jpg') repeat-y;
	position: relative;
}

#content3Col .leftCol .colA {
	float: left;
	width: 324px;
	background: #f7f5eb url('../img/background-inner-content.jpg') repeat-x;
}

#content3Col .leftCol .colB {
	float: left;
	margin-left: 1px;
	width: 251px;
}

#content2Col {
	background: #f7f5eb url('../img/background-2col.jpg') repeat-y;
	position: relative;
}

#content2Col .leftCol .colA {
	float: left;
	width: 576px;
	/*background: #f7f5eb url('../img/background-inner-content.jpg') repeat-x;*/
}

#content3Col .rightCol, #content2Col .rightCol {
	margin-top: -10px;
	padding-bottom: 140px
}

#topImg {
	margin: 1px 0px 1px 1px;
	display: block;
}

/* Inner content styles */

h1 {
	margin: 0px 0px 10px 0px;
	padding: 6px 15px;
	font-size: 1.2em;
	font-family: arial;
	color: #FFFFFF;
	text-transform: uppercase;
}

h1 {
	background-color: #363636;
}

h2.topHeading {
	margin: 0px 0px 10px 0px;
	padding: 6px 15px;
	font-size: 1.2em;
	font-family: arial;
	color: #FFFFFF;
	text-transform: uppercase;
	background: #0f4718 url('../img/background-h2-green.jpg') repeat-y;
}

div.rightPicture {
	float: right;
	clear: right;
	width: 155px;
	color:#9A9995;
	font-size:0.8em;
	margin: 0px 15px 10px 10px;
}

div.rightPicture img {
	border:1px solid #306A16;
}

div.rightPicture p {
	margin: 5px 0px;
}

/* news summary item */

p.news {
	color: #6d935a;
}

p.news a {
	color: #5a5b56;
	text-decoration: none;
}

p.news a:hover {
	text-decoration: underline;
}

/* Footers */

#navFooterText {
	position: absolute;
	width: 282px;
	bottom: 0px;
	left: 638px;
	border-top: 1px solid #022028;
	padding: 5px 10px 0px 10px;
	font-size: 0.9em;
	color: #9a9a9a;
}

#navFooterText p {
	margin: 10px 0px;
}

#navFooterText a {
	color: #9a9a9a;
	text-decoration: none;
}

#navFooterText a:hover {
	text-decoration: underline;
}

#footer1 {
	padding: 15px 0px;
	color: #FFFFFF;
	background: #444444 url('../img/white-back-324.gif') repeat-y 627px 0px;
	font-size: 0.9em;
}

#footer1 a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer1 a:hover {
	text-decoration: underline;
}

#footer2 {
	padding: 15px 0px;
	background: #f7f5eb url('../img/background-2col-no-border.jpg') repeat-y;
	font-size: 0.9em;
}

#footer2 a {
	color: #cccccc;
}

#footer2 .rightCol .colB {
	padding-top: 5px;
	text-align: center;
}

#footer2 a {
	text-decoration: none;
}
#footer2 a:hover {
	text-decoration: underline;
}

/*
 *  Menu area (stuffs below nav)
*/

.menuImage {
	margin: 20px;
	border-top: 1px solid #000000;
	padding-top: 15px;
}

.galleryPreview {
	width: 280px;
	margin: 20px 15px;
	border-top: 1px solid #000000;
	padding-top: 20px;
}

.galleryPreview img {
	display: block;
}

.galleryPreview h2 {
	margin-bottom: 3px;
}

div.previewLarge {
	border: 1px solid #000000;
	margin-bottom: 15px;
}

div.previewSmall {
	float: left;
	border: 1px solid #000000;
	margin: 0px 0px 15px 10px;
}

div.previewSmall.rowFirst {
	margin-left: 0px;
}

.viewGalleryButton {
	float: right;
}

/* Gallery index */

.galleryIndexSidebar {
	width: 280px;
	margin: 20px 15px;
	border-top: 1px solid #000000;
	padding-top: 20px;
}

.galleryIndexSidebarBox {
	float: left;
	width: 280px;
	margin: 10px 0px;
}

.galleryIndexSidebarImage {
	float: left;
	border: 1px solid #000000;
}

.galleryIndexSidebarText {
	float: right;
	width: 200px;
}

/*
 * Page content stuff
*/
 
/* facility (subpage summary box) */

.facility {
	float: left;
	width: 265px;
	margin: 15px 0px 15px 15px;
}

.facility img {
	float: left;
}

.facilityText {
	float: right;
	width: 195px;
	line-height: 1.3em;
}

.facilityText a {
	color: #0f4718;
	font-weight: 700;
}

.rightQuote {
	float: right;
	clear: right;
	width: 135px;
	margin: 0px 15px 20px 10px;
	padding: 10px;
	background-color: #C5D1BA;
	color:#306A16;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.3em;
}

.rightQuote .quoteAuthor {
	color: #000000;
	font-size: 0.8em;
}

/* Event box */

.eventBox {
	margin: 10px 15px 10px 15px;
	border: 1px solid #000000;
	font-size: 0.9em;
}

.eventHead {
	color: #FFFFFF;
	background: #0f4718 url('../img/background-h2-green.jpg') repeat-y;
	margin-bottom: 0px;
	border-bottom-width: 0px;
	font-weight: 700;
	padding: 8px 15px;
}

.eventBody {
	background-color: #FFFFFF;
	margin-top: 0px;
	border-top-width: 0px;
	padding: 11px 15px;
}

/* Pagination */

.pagerControls {
	margin-right: 20px;
	text-align: right;
}

/* Gallery Summary Page */

.galleryControls {
	margin: 15px 20px;
}

.galleryControls input {
	width: 465px;
	border: 1px solid #11511b;
	background-color: #f9f9f7;
}

.galleryControls button {
	margin-left: 20px;
	vertical-align: middle;
	background-color: transparent;
}

.gallerySummary {
	margin: 20px;
	padding: 20px;
	background-color: #e2e2d8;
	font-size: 0.9em;
}

.gallerySummary.gallerySummaryHighlight {
	background-color: #e9e9df;
	cursor: pointer;
}

.galleryImage {
	float: left;
	border: 1px solid #000000;
	padding: 2px;
	background-color: #e2e2d8;
	width: 100px;
}

.galleryText {
	float: right;
	width: 375px;
}

/* Gallery overview page */

.galleryThumb {
	float: left;
	width: 146px;
	margin: 20px;
	border: 1px solid #156221;
}

.galleryThumbTitle {
	padding: 5px;
	color: #FFFFFF;
	background-color: #156221;
	font-size: 0.8em;
}

.galleryThumbImg {
	margin: 1px;
}

.galleryBackLink {
	color: #000000;
	text-decoration: none;
}

.galleryBackLink:hover {
	text-decoration: underline;
}

/* Image viewer page */

#imageViewerBox {
	position: relative;
	margin: 20px;
	border: 1px solid #cccccc;
	padding: 10px;
	background-color: #e2e2d8;
}

#imageViewerBox a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 1.2em;
}

#imageViewerBoxPrevButton {
	position: absolute;
	top: 30px;
	left: 10px;
	width: 20px;
	height: 20px;
	padding: 5px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	text-align: center;
	background-color: #0f4718;
	display: none;
}

#imageViewerBoxNextButton {
	position: absolute;
	top: 30px;
	right: 10px;
	width: 20px;
	height: 20px;
	padding: 5px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	text-align: center;
	background-color: #0f4718;
	display: none;
}

.activate #imageViewerBoxPrevButton, .activate #imageViewerBoxNextButton {
	display: block;
}

.imageViewerTextBox {
	margin: 20px;
	border: 1px solid #cccccc;
	padding: 10px;
	background-color: #e2e2d8;
}

div.termDatesName {
	padding:5px;
width:250px;
margin-bottom: 5px;
background-color: #0f4718;
color: #ffffff;
}

/* hrumpf */

.leftColumn {
	width: 265px;
}

#calendar.rightColumn {
	width: 250px;
	margin-right: 25px;
}

.eventBody2 {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
	padding: 7px 15px;
}

/* LOL @ Calendar */

.pointy {
	cursor: pointer;
}

#calendar {
	text-align: center;
	margin: 10px 15px;
}

#calendar table {
	/*width: 100%;*/
	margin: 0px auto;
	border: 2px solid #000000;
	border-collapse: collapse;
	color: #000000;
	background-color: #FDFDF4;
}

#calendar td {
	width: 14%;
	border:1px solid #FDFDF4;
	padding: 3px 0px;
	background-color: #FBFAE9;
}

#calendar td.firstLine {
	border-left-color: #306A16;
	border-right-color: #306A16;
	color: #FFFFFF;
	background-color: #306A16;
}

#calendar table td.days {
	background-color: #E4E4DC;
}

#calendar table td.notTerm {
	color: #C0C0C0;
}

#calendar table td.term {
	color: #707C6B;
	background-color: #C5C5C5;
}

#calendar table td.termAndEvent {
	color: #F7F5EB;
	background-color: #306A16;
	font-weight:bold;
}

#calendarKey td {
	width: auto;
}

/* Lifted from old site */

.mediumPadding {
	padding: 5px;
	margin: 5px;
}

fieldset {
	display:none;
}

input {
	width: 270px;
}

select {
	width: 270px;
}

button {
	padding: 0px;
	background-color: transparent;
	border-width: 0px;
}

div.contactAnswer  {
	height: 43px;
	width: 335px;
	background-image: url(../image/login-centre.gif);
	background-repeat: repeat-x;
}

img.contactRight  {
	float: right;
	height: 43px;
	margin:0;
	padding: 0;
	position: relative;
	left: 3px;
}

img.contactLeft  {
	height: 43px;
	width: 20px;
	float: left;
	margin:0;
	padding: 0;
	position: relative;
	right: 3px;
}

div.contactCentre  {
	float: left;
	width: 270px;
}

input.contactForm  {
	position: relative;
	top: 10px;
	margin:0;
	padding: 0;
	border: 0;
	color: black;
	/*font-size: 0.6em;*/
}

select.contactSelect  {
	position: relative;
	top: 10px;
	margin:0;
	padding: 0;
	border: 0;
	color: black;
	/*font-size: 0.6em;*/
}

div.contactAnswerLarge  {
	height: 43px;
	width: 335px;
	background-image: url(../image/contactus-comment-centre.gif);
	background-repeat: repeat-x;
	height: 192px;
}

img.contactRightLarge  {
	float: right;
	height: 192px;
	position: relative;
	left: 3px;
}

img.contactLeftLarge  {
	height: 192px;
	width: 20px;
	float: left;
	position: relative;
	right: 3px;
}

div.contactCentreLarge  {
	float: left;
	width: 280px;
}

textArea.contactForm  {
	position: relative;
	top: 10px;
	margin:0;
	padding: 0;
	border: 0;
}

div.contactBackground  {
	padding: 10px;
	margin-right: 20px;
}

/* More lifted */

.formular {
	display: table;
}

.signupWidth {
	width: 320px;
}

.loginWidth {
	width: 260px;
}

.contactWidth {
	width: 530px;
}

#bodyFormular {
	background-color: #F7F5EB;
	display: table;
	width: 100%;
}

#headFormular {
	text-align: center;
	padding: 5px;
	background-color: #DDDBD5;
}

#submit {
	text-align: center;
	padding: 5px;
	background-color: #DDDBD5;
}

div.question-answer , div.question-answer2  {
	margin-bottom: 5px;
	padding: 10px;
	height: 60px;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	background-color:#FFFFFF;
}

div.question-answer2 {
	height: 190px;
}

div.question {
	float: left;
}

div.answer {
	float: right;
	margin-left: 20px;
}

div.contactBox div.answer {
	margin-left: 90px;
	border: 1px solid blue;
}
	
div.Field  {
	padding: 10px;
	margin-bottom: 10px;
	background-color:#E7EADA;
}

div.login  {
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color:#E7EADA;
}

div.Inputs  {
	float: right;
	position:relative;
	right: 30px;
	clear: both;
}

/*================== Overview page =====================*/

table.overviewTable td {
	text-align: center;
	height: 20px;
	background: #FBFAE9;
}

table.overviewTable {
	border: 1px solid #aaa8a2;
	/*border-spacing: 1px;*/
	background-color: #aaa8a2;
	/*margin-left: auto;
	margin-right: auto;*/
}

table.overviewTable td.tableTitle {
	background-color: #306A16;
	text-transform: uppercase;
	font-weight: bold;
	color: #C1D3BA;
}

