/* design and code by JP74 */

/* colours used
Green: #2b5428
Dark grey: #404040
Light grey: #e7e8e9
rollover green: #288e26
*/

body {
	font: 62.5%/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #404040;
	text-align: center;
	background-color: #fff;
}

p {
	margin-bottom: 1em;
	line-height: 1.3em;
}

strong {
	font-weight: bold;
}

img {
	display: inline-block;
}

hr {
	border-style: none;
	border-top: 1px solid #fff;
	margin-bottom: 30px;
}

div.clearing {
	clear: both;
}

#wrapper {
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

/* @group header */

#header {
	height: 193px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;
	margin-bottom: 1px;
}

#header h1 {
	background: url(../images/arnold.png) no-repeat;
	width: 165px;
	height: 44px;
	text-indent: -5000px;
	left: 36px;
	top: 104px;
	position: absolute;
}

#header a  {
	display: none;
}

div.search {
	position: absolute;
	top: 126px;
	right: 34px;
}

div.search input.txtFld {
	border-style: none;
	height: 20px;
	margin-right: 5px;
	color: #404040;
	width: 120px;
	font: 1.1em/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
}

div.search label {
	color: #fff;
	font: 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-right: 5px;
	text-shadow: #1a1a1a 0 0 1px;
}

div.search p {
	float: left;
}

div.search input#go {
	border-style: none;
	background-color: #0a1e0a;
	color: #fff;
	height: 20px;
	font: 1.1em/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0 8px;
	text-shadow: #000 0 0 1px;
}

div.search input#go:hover {
	background-color: #8da38c;
	color: #0a1e0a;
}

/* @end */

/* @group navbar */

div#navbar {
	height: 35px;
	display: block;
	clear: both;
}

div#navbar ul {
	height: 35px;
	padding: 0px;
	background: url(../images/navbar.gif) no-repeat;
	position: relative;
	margin: 0;
}

#navbar ul li {
	list-style: none;
	margin: 0;
	top: 0px;
	position: absolute;
	padding: 0;
}

#navbar ul li, #navbar a {
	height: 35px;
	width: 160px;
	display: block;
}

#navbar a {
	text-indent: -3000px;
	text-decoration: none;
}

#nb1, #nb2, #nb3, #nb4, #nb5, #nb6 {
	width: 160px;
}

#nb1 {
	left: 0;
}

#nb2 {
	left: 160px;
}

#nb3 {
	left: 320px;
}

#nb4 {
	left: 480px;
}

#nb5 {
	left: 640px;
}

#nb6 {
	left: 800px;
}


#nb1 a:hover {
	background: transparent url(../images/navbar.gif) no-repeat 0 -35px;
}

#nb2 a:hover {
	background: url(../images/navbar.gif) no-repeat -160px -35px transparent;
}

#nb3 a:hover {
	background: url(../images/navbar.gif) no-repeat -320px -35px transparent;
}

#nb4 a:hover {
	background: url(../images/navbar.gif) no-repeat -480px -35px transparent;
}

#nb5 a:hover {
	background: url(../images/navbar.gif) no-repeat -640px -35px transparent;
}

#nb6 a:hover {
	background: url(../images/navbar.gif) no-repeat -800px -35px transparent;
}

body#pHome #nb1, body#pHome #nb1 a:hover {
	background: transparent url(../images/navbar.gif) no-repeat 0px -35px;
}

body#pMyHome #nb2, body#pMyHome #nb2 a:hover {
	background: transparent url(../images/navbar.gif) no-repeat -160px -35px;
}

body#pNews #nb3, body#pNews #nb3 a:hover {
	background: url(../images/navbar.gif) no-repeat -320px -35px transparent;
}

body#pCalendar #nb4, body#pCalendar #nb4 a:hover {
	background: url(../images/navbar.gif) no-repeat -480px -35px transparent;
}

body#pCommunity #nb5, body#pCommunity #nb5 a:hover {
	background: url(../images/navbar.gif) no-repeat -640px -35px transparent;
}

body#pContact #nb6, body#pContact #nb6 a:hover {
	background: url(../images/navbar.gif) no-repeat -800px -35px transparent;
}


/* @end */

/* @group breadcrumb */

#breadcrumb {
	background-color: #bcbdc0;
	color: #404040;
	font-size: 1.1em;
	border-bottom: 12px solid #e9e9e9;
	height: 2.6em;
}

#breadcrumb ul {
	padding-left: 17px;
}

#breadcrumb li {
	line-height: 28px;
	padding-left: 0.4em;
	display: inline;
}

#breadcrumb li:before {
	content: " / ";
}

#breadcrumb li.first:before,
#breadcrumb li.second:before {
	content: "";
}

#breadcrumb a {
	color: #404040;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

/* @end */

#main-section {
	background: url(../images/main_content_bg_960.gif) repeat-y;
	font-size: 1.2em;
}

#main-section a {
	font-weight: bold;
	color: #404040;
	text-decoration: none;
}

#main-section a:hover {
	color: #288e26;
	text-decoration: underline;
}

body#pHome.index #main-section, div.index #main-section,
body#pNews #main-section,
#main-section.story, div.story {
	background-color: #e7e8e9;
	background-image: none;
}

#main-section.full-width, div.full-width {
	background: url(../images/main_content_bg_960_full_width.gif) repeat-y !important;
}

#main-section.gallery, div.gallery {
	background-image: none !important;
	background-color: #e9e9e9 !important;
}

#main-section.full-width div.copy-column, div.full-width div.copy-column {
	width: 756px !important;
}

body#pNews #main-section, #main-section.notice-board, #main-section.story, div.notice-board, div.story {
	background: url(../images/news_bg.gif) repeat-y !important;
}

/*body#pNews #main-section.story #news-content {*/
#main-section.story #news-content, div.story #news-content {
	background: url(../images/news_story_bg.gif) repeat-y !important;
}

#main-section.events, div.events {
	background: url(../images/events_bg.gif) repeat-y !important;
}

/* @group left-column */

#left-column {
	padding-top: 1px;
	width: 160px;
	float: left;
	display: block;
	min-height: 410px;
	height: auto !important;
	height: 410px;
}

#news-content #left-column {
	width: 310px;
}

#left-column a {
	color: #404040;
	text-decoration: none;
}

#left-column li a {
	color: #404040;
	background: url(../images/triangle_down_grey.gif) no-repeat right center;
	display: block;
	margin-right: 10px;
	padding-right: 12px;
}

#left-column li a.open, #left-column li a:hover {
	color: #288e26;
	background: url(../images/triangle_down_green.gif) no-repeat right center;
}

#left-column li a.open {
	background: url(../images/triangle_up_green.gif) no-repeat right center;
}

#left-column li a:hover {
	color: #288e26;
}

#left-column li a:hover {
	text-decoration: underline;
}

body#pContact #left-column li a {
	background: none;
}

#left-column li li a {
	color: #404040;
	background-image: none;
	font-weight: normal;
	font-style: normal;
}

#left-column li li a.on {
	color: #2b5428;
	font-weight: bold;
}

#left-column li li a.on:before {
	content: "- "
}

#left-column li li a:hover {
	color: #288e26;
	text-decoration: underline;
	background-image: none;
}

#left-column ul {
	padding-left: 17px;
}

#left-column ul ul {
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 15px;
	margin-top: 5px;
}

#left-column ul ul ul {
	padding-bottom: 0;
	padding-left: 10px;
}

#left-column li {
	font-weight: bold;
	line-height: 1.75em;
	width: 100%;
}

#left-column li li {
	font-weight: normal;
	font-style: normal;
	line-height: 1.4em;
	margin-bottom: 6px;
}

/* @end */

#home-content {
	float: left;
	width: 790px;
}

/* @group Home page box outs */

/* @group top tab box */

div.top-tab-box {
	width: 390px;
	background-color: #fff;
	height: 274px;
	overflow: hidden;
	float: left;
	margin-bottom: 12px;
}

div.top-tab-box ul.tab-menu {
	height: 35px;
	background: url(../images/grey_green_bg-news_sport_blog.gif) no-repeat;
	position: relative;
}

div.top-tab-box ul.tab-menu li, div.top-tab-box ul.tab-menu a {
	display: block;
	height: 35px;
	width: 130px;
	line-height: 35px;
	color: #fff !important;
	font-weight: normal !important;
	font-style: normal !important;
	text-indent: 17px;
}

div.top-tab-box ul.tab-menu a:hover, div.top-tab-box ul.tab-menu a.on {
	background: url(../images/grey_green_bg-news_sport_blog.gif) no-repeat 0 -35px;
	text-decoration: none !important;
}

div.top-tab-box ul.tab-menu li#tab-2 a:hover, div.top-tab-box ul.tab-menu li#tab-2 a.on {
	background: url(../images/grey_green_bg-news_sport_blog.gif) no-repeat -130px -35px;
}

li#tab-1, li#tab-2, li#tab-3 {
	top: 0;
	position: absolute;
}

li#tab-1 {
	left: 0;
}

li#tab-2 {
	left: 130px;
}

li#tab-3 {
	left: 260px;
}


div.pic-story {
	background: url(../images/top_tab_box_bg_grey.gif) repeat-x;
	position: relative;
	height: 239px;
	font-weight: bold;
}

div#tab-sport, div#tab-blog {
	display: none;
}

div.pic-story ul {
	clear: both;
	color: #404040;
	padding-top: 1em;
	padding-left: 2.5em;
}

div.pic-story li {
	margin-bottom: 4px;
	list-style-type: disc;
}

div#home-content div.pic-story a {
	color: #404040;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

div#home-content div.pic-story a:hover strong {
	color: #288e26;
	text-decoration: underline;
}

div.pic-box {
	float: left;
	width: 195px;
}

div.pic-copy {
	color: #fff;
	width: 195px;
	float: left;
	position: relative;
	height: 108px;
	font-weight: normal;
	font-style: normal;
}

div.pic-copy * {
	margin-right: 5px;
	margin-left: 12px;
}

div.pic-copy h3 {
	margin-top: 10px;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
}

div.pic-copy p.link {
	position: absolute;
	bottom: 10px;
	margin-bottom: 0;
}

div#home-content div.pic-copy p.link a {
	color: #fff !important;
	text-decoration: none;
	background: url(../images/arrow_white_on_grey.gif) no-repeat 0 center;
	margin-left: 0;
	padding-left: 10px;
}

div#home-content div.pic-copy p.link a:hover {
	text-decoration: underline;
}

div#home-content div.pic-story p.view_all {
	left: 0;
	top: 205px;
}

/* @end */

/* @group bottom tab box */

div.bottom-tab-box {
	width: 390px;
	background-color: #fff;
	height: 274px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	position: relative;
	margin-bottom: 12px;
}

div.bottom-tab-box ul {
/*	top: 239px;*/
/*
	position: absolute;
	bottom: 0;
	left: 0;
	*/
	margin-top: 239px;
	height: 35px;
	background: #fff url(../images/grey_green_bg.gif) repeat-x;
}

div.bottom-tab-box li {
	float: left;
}

div#home-content div.bottom-tab-box li h3,
div#home-content div.bottom-tab-box li p {
	display: none;
}

div#home-content div.bottom-tab-box li img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

div#home-content div.bottom-tab-box li.on * {
	z-index: 3;
}

div#home-content div.bottom-tab-box li.on img {
	z-index: 2;
}

div#home-content div.bottom-tab-box li.on h3,
div#home-content div.bottom-tab-box li.on p,
div#home-content div.bottom-tab-box li.on img {
	display: block;
}

div#home-content div.bottom-tab-box li a {
	width: 130px;
	display: block;
	height: 35px;
	line-height: 35px;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 1.2em;
	text-indent: 17px;
}

div#home-content div.bottom-tab-box li a span {
	display: none;
}

div.bottom-tab-box li#bt1 a:hover {
	background: url(../images/grey_green_bg.gif) repeat-x 0 -35px;
}

div.bottom-tab-box li#bt2 a:hover {
	background: url(../images/grey_green_bg.gif) repeat-x 260px -35px;
}

div.bottom-tab-box li#bt3 a:hover {
	background: url(../images/grey_green_bg.gif) repeat-x 0 -35px;
}

li#bt1, li#bt2, li#bt3 {
	color: #fff;
}

div.bottom-tab-box div.copy,
div.bottom-tab-box div.alpha {
	position: absolute;
	top: 143px;
	left: 0;
	right: 0;
	height: 96px;
	width: 390px;
}

div.bottom-tab-box div.alpha {
	background-color: #fff;
	opacity: 0.7;
	z-index: 20;
	display: block;
}

div.bottom-tab-box div.copy {
	color: #404040;
	background: url(../images/white_transparent_bg.png) 0 0 repeat;
/*	z-index: 30;*/
}

div.bottom-tab-box div.copy * {
	margin-right: 17px;
	margin-left: 17px;
}

div.bottom-tab-box div.copy h3 {
	color: #2b5428;
	margin-bottom: 1em;
	margin-top: 1em;
	font-size: 1.2em;
	font-weight: bold;
}

p.view_all {
	height: 35px;
	line-height: 35px;
	margin: 0 17px 0 15px;
	position: absolute;
}

/* @end */

/* @group two boxes */

div.two-boxes {
	width: 390px;
	height: 296px;
	overflow: hidden;
	float: left;
}

div.box-out {
	background-color: #fff;
	position: relative;
	float: left;
	height: 142px;
	overflow: hidden;
}

div.box-out a span {
	display: none;
}

div.box-out.padded {
	margin-top: 12px;
}

div.box-out-copy p {
	margin-left: 0;
	margin-right: 0;
}

div.box-out div.box-out-copy {
	width: 195px;
	float: left;
	height: 142px;
}

div.box-out div.box-out-copy * {
	margin-left: 17px;
	margin-right: 17px;
}

div.box-out div.box-out-copy a {
	margin-left: 0;
}

div.box-out div.box-out-pic {
	float: left;
	width: 195px;
	overflow: hidden;
}

div.box-out h3 {
	color: #2b5428;
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1em;
}

div#home-content p.view_all a, a.read-more {
	background: url(../images/arrow_green_whitebg_readmore.gif) no-repeat 0 center;
	padding-left: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #404040;
	top: 0;
}

div#home-content p.view_all a:hover {
	text-decoration: underline;
	color: #288e26;
}

div#home-content div.box-out-copy p.view_all {
	top: 108px;
}

/* @end */

/* @group event box */

div.event-box {
	width: 390px;
	background-color: #fff;
	height: 296px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	position: relative;
}

div.event-box div.event-header {
	height: 50px;
	position: relative;
/*	float: left;*/
	width: 100%;
	background: url(../images/event_header_bg.gif) repeat-y;
}

div.event-box div.event-header p {
	position: absolute;
	line-height: 50px;
	top: 0;
	right: 28px;
	margin-bottom: 0;
}

#main-section div.event-box div.event-header a {
	text-decoration: none;
	color: #404040;
	background: url(../images/arrow_green_greybg_readmore.gif) no-repeat 0 center;
	padding-left: 10px;
	font-weight: bold;
}

#main-section div.event-box div.event-header a:hover {
	color: #288e26;
	text-decoration: underline;
}

div.event-list {
	width: 195px;
	float: left;
	clear: left;
}

div.event-box ul {
	width: 195px;
	height: 246px;
	float: left;
}

div.event-box li {
	width: 195px;
	height: 82px;
	background-color: #939598;
	margin: 0;
	padding: 0;
/*	float: left;*/
}

div.event-box li.alt {
	background: #939598 url(../images/li_alt_bg-off-doublewhite.gif) no-repeat;
}

div.event-box li.on {
	background: url(../images/li_alt_bg.gif) repeat-y;
}

div.event-box li.alt.on {
	background: #939598 url(../images/li_alt_bg_whitelines.gif) no-repeat !important;
}

div#home-content div.event-box li a {
	height: 72px;
	color: #fff;
	padding-top: 10px;
	padding-left: 20px;
	display: block;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

div#home-content div.event-box li a:hover { /* IE 6 */
	text-decoration: none;
	color: #fff;
}

div#home-content div.event-box li img {
	position: absolute;
	top: 50px;
	right: 0;
}

div#home-content div.event-box li a:hover strong {
	text-decoration: underline;
}

/*
div.event-box li.alt {
	background: url(../images/li_alt_bg.gif) repeat-y;
}

div#home-content div.event-box li a {
	color: #fff;
	padding-top: 10px;
	float: left;
	padding-left: 20px;
	display: inline-block;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

div#home-content div.event-box li a:hover {
	color: #fff !important;
	text-decoration: none !important;
}

div#home-content div.event-box li a:hover strong {
	color: #fff !important;
	text-decoration: underline !important;
}
*/

div.event-box  h3 {
	color: #2b5428;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 20px;
	line-height: 50px;
}

div.event-pic {
	width: 195px;
	float: left;
	overflow: hidden;
	height: 246px;
	display: inline-block;
}

/* @end */

/* @end */

/* @group footer */

#footer {
	background-color: #939598;
	padding-left: 175px;
	font-size: 1.1em;
	line-height: 1em;
	padding-top: 30px;
	border-top: 12px solid #e9e9e9;
	height: 150px;
}

#footer ul {

}

#footer li {
	float: left;
	margin-right: 24px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* @end */

#main-content {
	float: left;
	width: 790px;
}

#main-content div.copy-column {
	width: 446px;
	margin-left: 17px;
	margin-right: 17px;
	padding-bottom: 30px;
	display: inline;
	float: left;
}

#main-content div.pic-column {
	width: 310px;
	float: left;
}

div.copy-column h2 {
	margin-bottom: 20px;
	margin-top: 15px;
	font-size: 1.4em;
	color: #2b5428;
	line-height: 1.3em;
}

div.pic-column img {
	margin-bottom: 1em;
}

div.pic-column h4 {
	color: #fff;
	margin-right: 17px;
	margin-left: 17px;
	font-weight: bold;
}

div.pic-column > h4:first-child {
	margin-top: 55px;
}

div.pic-column p {
	color: #fff;
	margin-right: 17px;
	margin-left: 17px;
	font-size: 1.1em;
}

#main-section div.pic-column a {
	color: #fff;
	text-decoration: underline;
}

#main-section div.pic-column a:hover {
	color: #e7e8e9;
}

#main-section a.back {
	background: url(../images/arrow_green_back.gif) no-repeat 0 5px;
	padding-left: 10px;
	color: #404040;
}

#main-section a.back:hover {
	color: #288e26;
}


/* @group enquiry form */

form#enquiry-form {
	padding-bottom: 30px;
}

form#enquiry-form h3 {
	font-size: 1.1em;
	margin-bottom: 1em;
	clear: both;
}

form#enquiry-form p + h3 {
	margin-top: 30px;
}

form#enquiry-form p {
	clear: both;
}

form#enquiry-form label {
	width: 110px;
	display: block;
	float: left;
	margin-right: 20px;
	padding-top: 3px;
}

form#enquiry-form input {
	float: left;
}

form#enquiry-form input.txtFld, form#enquiry-form input.txtFldShort, form#enquiry-form textarea {
	border: 1px solid #e9e9e9;
	height: 16px;
	width: 180px;
	margin-bottom: 10px;
	font: 1em/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #585858;
}

form#enquiry-form input.txtFld:focus,
form#enquiry-form input.txtFldShort:focus,
form#enquiry-form textarea:focus {
	border: 1px solid #2b5428;
	color: #585858;
}

form#enquiry-form input.txtFldShort {
	width: 50px;
}

form#enquiry-form textarea {
	height: 8em;
}

form#enquiry-form div.form-buttons p {
	clear: none;
}

form#enquiry-form div.form-buttons p input {
	margin-bottom: 30px;
	margin-right: 10px;
	margin-top: 5px;
}

form#frm-ask-a-question label.top {
	vertical-align: top;
}

/* @end */

div.extra-pics {
	margin-top: 34px;
	margin-bottom: 34px;
	height: 1%;
}

div.extra-pics ul, div#news-content div.extra-pics ul {
	margin: 0;
	padding: 0;
}

div.extra-pics li, div#news-content div.extra-pics li {
	float: left;
	list-style-type: none !important;
	display: inline;
}

div.extra-pics li.spaced, div#news-content div.extra-pics li.spaced {
	margin-right: 17px;
}

table .numeric {
	text-align: right;
}

table.styled, table.styled-person {
	margin-bottom: 20px;
	width: 100%;
}

table.styled th, table.styled td,
table.styled-person th, table.styled-person td {
	padding: 4px 20px 4px 3px;
}

table.styled th, table.styled-person th {
	background-color: #2b5428;
	color: #fff;
}

table.styled th {
	border-bottom: 15px solid #fff;
}

table.styled th.subtitle {
	border-bottom: none;
	background-color: #585858;
}

table.styled td.name, table.styled td.subject {
	white-space: nowrap;
}

table.styled tr.alt td, table.styled-person tr.alt td {
	background-color: #d4dbd2;
}

div.staff-profile {
	margin-bottom: 20px;
}

div.staff-pic, div.staff-copy {
	float: left;
}

div.staff-pic {
	width: 213px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin-right: 17px;
}

div.staff-copy {
	width: 215px;
}

div#news-content {
	display: block;
	padding-left: 10px;
	height: 1%;
	background: url(../images/news_bg.gif) repeat-y;
}

div#news-content #left-column ul {
	padding-left: 7px;
}

div#news-content div.news-block-header h3 {
	font-size: 1.4em;
	color: #2b5428;
	line-height: 35px;
	height: 35px;
	padding-left: 17px;
	font-weight: bold;
}

div.news-block-header {
	position: relative;
}

div#news-content div.news-block-header a {
	position: absolute;
	top: 0;
	right: 17px;
	height: 34px;
	line-height: 34px;
	background: url(../images/arrow_green_whitebg_readmore.gif) no-repeat 0 center;
	padding-left: 10px;
	color: #585858;
}

div#news-content div.news-block-header a:hover {
	color: #288e26;
}

div.news-column-left, div.news-column-middle, div.news-column-right {
	width: 304px;
	float: left;
	padding-bottom: 20px;
	display: inline-block;
	min-height: 460px;
	height: auto !important;
	height: 460px;
}

div.news-separator {
	height: 12px;
	font-size: 1px;
	line-height: 1em;
	clear: both;
	background: #e9e9e9;
}

div.news-column-left {

}

div.news-column-middle {
	margin-right: 14px;
	margin-left: 14px;
}

div.top-item {
	background: url(../images/news_box_flat_green.gif) repeat-x;
	width: 304px;
}

div.top-item p.readmore {
	margin: 0;
	position: absolute;
	bottom: 8px;
}

div#news-content div.top-item p.readmore a {
	color: #fff;
	background: url(../images/arrow_green_readmore.gif) no-repeat 0 center;
	padding-left: 10px;
	font-weight: normal;
	font-style: normal;
}

div#news-content div.top-item p.readmore a span {
	display: none;
}

div.top-item h4 {
	font-size: 1.1em;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 10px;
}

#main-section div.top-item h4 a, #main-section div.top-item h4 a:hover {
	color: #fff;
	text-decoration: none;
}

div.top-pic, div.top-copy {
	float: left;
}

div.top-pic {
	width: 150px;
	height: auto !important;
	min-height: 1px;
	height: 1px;

}

div.top-copy {
	color: #fff;
	width: 120px;
	margin-left: 17px;
	margin-top: 0;
	position: relative;
	height: 150px;
}

div.news-column-right {
	margin-right: 10px;
}

div#news-content div.news-column-left ul,
div#news-content div.news-column-middle ul,
div#news-content div.news-column-right ul {
	margin-left: 0;
	margin-top: 15px;
	padding-left: 33px;
	padding-bottom: 20px;
	padding-right: 10px;
}

div#news-content div.news-column-left li,
div#news-content div.news-column-middle li,
div#news-content div.news-column-right li {
	margin-bottom: 5px;
	list-style-type: disc;
	height: 1%;
	vertical-align: top;
}

div#news-content div.news-column-left li a,
div#news-content div.news-column-middle li a,
div#news-content div.news-column-right li a {
	font-weight: normal;
	font-style: normal;
	color: #404040;
	display: block;
}

div#news-content div.news-column-left p,
div#news-content div.news-column-middle p,
div#news-content div.news-column-right p {
	margin-left: 17px;
}

div#news-content div.news-column-left div.top-copy p,
div#news-content div.news-column-middle div.top-copy p,
div#news-content div.news-column-right div.top-copy p {
	margin-left: 0;
}

div.news-block-header a span {
	display: none;
}

div#news-content div.news-column-left li a:hover,
div#news-content div.news-column-middle li a:hover,
div#news-content div.news-column-right li a:hover {
	text-decoration: none;
}

div#news-content div.news-column-left li a:hover strong,
div#news-content div.news-column-middle li a:hover strong,
div#news-content div.news-column-right li a:hover strong {
	text-decoration: underline;
	color: #288e26;
}

div.news-left-menu, div.news-story {
	float: left;
}

div.news-left-menu {
	width: 320px;
}

div.news-left-menu h2 {
	font-weight: bold;
	margin-left: 17px;
	margin-right: 17px;
	font-size: 1.2em;
	margin-top: 10px;
}

div.news-left-menu ul {
	padding-right: 17px;
	margin-bottom: 20px;
}

div#news-content div.news-left-menu ul a.on {
	color: #2b5428;
}

div.news-story {
	width: 446px;
	margin-left: 17px;
	margin-right: 17px;
}

div#news-content div.news-story h3, div#news-content div.news-story h2 {
	font-size: 1.4em;
	color: #2b5428;
	margin-top: 17px;
	margin-bottom: 25px;
}

p.posted-by {
	color: #2b5428;
}

#main-section p.posted-by a {
	color: #2b5428;
	font-weight: normal;
}

div.row2 {
	border-top: 12px solid #e4e4e4;
}

div#news-content div.row1 div.news-column-left,
div#news-content div.row1 div.news-column-middle,
div#news-content div.row1 div.news-column-right,
div.row2 div.news-column-left,
div.row2 div.news-column-middle,
div.row2 div.news-column-right {
	min-height: 320px;
	height: auto !important;
	height: 320px;
}


div.events {
/*	width: 960px;*/
}

div.columns, div.calendar {
	float: left;
	display: inline;
}

div.columns {
	width: 470px;
	margin-left: 10px;
	padding-bottom: 30px;
}

div.columns a.back {
	margin-left: 17px;
}

div#left-column a.back {
	margin-top: 30px;
	float: left;
	margin-left: 17px;
}

#main-section.story div#left-column a.back {
	margin-left: 7px;
}

div.columns label {
	margin-right: 5px;
}

div.calendar {
	width: 467px;
	margin-left: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	display: inline;
}

div.columns h3 {
	margin-left: 17px;
	margin-right: 17px;
	color: #2b5428;
	font-size: 1.4em;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}

div.columns h4 {
	color: #2b5428;
	font-weight: bold;
}

div.columns form {
	margin-left: 17px;
	margin-right: 17px;
	margin-bottom: 10px;
}

div.event-column-left, div.event-column-right {
	float: left;
	display: inline;
}

div.event-column-left {
	margin-left: 17px;
	margin-right: 17px;
	width: 213px;
}

div.event-column-right {
	width: 213px;
}

div.pic-info {
	background-color: #bcbdc0;
	height: 308px;
	margin-bottom: 12px;
	margin-right: 2px;
}

div.title-nav {
	width: 286px;
	float: left;
	height: 308px;
	position: relative;
}

div.title-nav h3, div.title-nav p {
	margin-right: 18px;
	margin-left: 18px;
}

div.title-nav h3 {
	margin-top: 18px;
	font-size: 1.3em;
	margin-bottom: 40px;
}

div.title-nav p {
	margin-bottom: 0;
}

div.title-nav ul {
	position: absolute;
	left: 18px;
	right: 18px;
	top: 275px;
}

div.title-nav li.prev, div.title-nav li.next {
	position: absolute;
	top: 0;
}

div.title-nav li.prev {
	left: 0;
}

div.title-nav li.next {
	left: 90px;
}

div.title-nav li.prev a {
	background: url(../images/arrow_grey_bg_grey_left.gif) no-repeat 0 center;
	padding-left: 10px;
}

div.title-nav li.prev a:hover {
	background: url(../images/arrow_green_bg_grey_left.gif) no-repeat 0 center;
}

div.title-nav li.next a {
	background: url(../images/arrow_grey_bg_grey_right.gif) no-repeat right center;
	padding-right: 10px;
}

div.title-nav li.next a:hover {
	background: url(../images/arrow_green_bg_grey_right.gif) no-repeat right center;
}

div#photo {
	float: left;
	width: 502px;
}

ul#gallery {
	padding: 0;
	margin: 0;
}

ul#gallery li {
	float: left;
	background-color: #fff;
	margin-left: 12px;
	margin-bottom: 12px;
}

ul#gallery li img {
	display: block;
}

ul#gallery li.nospace {
	margin-left: 0;
}

table.month {
	width: 430px;
	margin-right: 10px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

table.month th, table.month td {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 1.2em;
}

table.month th {
	color: #fff;
	background-color: #585858;
	font-weight: bold;
}

table.month td.event-day a {
	background-color: #2b5428;
	color: #fff !important;
	display: block;
}

table.month td.event-day a:hover {
	color: #288e26 !important;
	background-color: #fff;
	text-decoration: none !important;
}

td.outside-current-month {
	color: #979799;
}

td.first, td.last {
	background-color: #cad3c8;
}

div.copy-column a, div.news-story a {
	text-decoration: underline !important;
}

div.block-title {
	display: block;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 60px;
	width: 428px;
	position: relative;
}

div.block-title h4 {
	line-height: 60px;
	font-weight: bold;
	font-size: 1.4em;
	margin-left: 24px;
}

div.block-title div.navigation {
	width: 120px;
	position: absolute;
	top: 1px;
	right: 1px;
	height: 60px;
}

div.block-title div.navigation a {
	width: 60px;
	height: 60px;
	display: block;
	text-indent: -5000px;
	float: left;
}

div.block-title div.navigation a.calendar-back {
	background: url(../images/cal-arrow-left.gif) no-repeat 21px 22px;
}

div.block-title div.navigation a.calendar-back:hover {
	background-position: 21px -28px;
}

div.block-title div.navigation a.calendar-forward {
	background: url(../images/cal-arrow-right.gif) no-repeat 21px 22px;
}

div.block-title div.navigation a.calendar-forward:hover {
	background-position: 21px -28px;
}

/* @group sitemap */

#pSitemap #main-section h3 {
	border-bottom: 1px solid #404040;
	margin: 17px 0 0.5em;
	font-size: 1.4em;
	padding-bottom: 5px;
}

#pSitemap #main-section h3 a {
	text-decoration: none !important;
}

body#pSitemap #main-content ul {
	padding-left: 1.5em;
}

body#pSitemap #main-content ul ul {
	margin-left: 20px;
	padding-left: 0;
	padding-bottom: 0.5em;
	margin-top: 0;
}

body#pSitemap #main-content ul li {
	padding-bottom: 5px;
	list-style-type: disc;
}

body#pSitemap #main-content ul ul li {
	padding-bottom: 0;
	list-style-type: circle;
}

body#pSitemap #main-content ul ul li a {
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group search */

.searchPages {
	margin: 17px 0 20px;
	background-color: #e9e9e9;
	padding: 3px 5px;
}

.searchPages li {
	display: inline;
	padding-right: 6px;
}

#main-section ul.searchPages a {
	text-decoration: none !important;
}

#main-section ul.searchPages a:hover {
	text-decoration: underline;
}

#pSearch h4 + p {
	margin-bottom: 20px;
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 20px;
}

.searchPages li .current {

}

/* @end group */
