/* Layout START */
BODY {
	/*background-color: #d6ffd5;*/
	background-color: #e6ffe5;
	/*background-image: url('../images/structural/body-bg.gif');
	background-position: 0px 0px;
	background-repeat: repeat-x;*/

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;

	margin: 10px 0px;
}

DIV#page-wrapper {
	position: relative;

	margin: 0px auto;
	width: 776px;
	border: solid 1px #294125;
	
	/* Force min-height to avoid nasty appearance during Google Map loading delay (3 entries because of IE) */
	height: auto !important;
	height: 500px;
	min-height: 500px;
	
	background-color: #FFFFFF;
	
	background-image: url('../images/structural/header-bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

DIV#header-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 776px;
}
DIV#header-wrapper DIV#logo-wrapper {
	float: left;
	padding: 25px 0px 15px 15px;
}
DIV#header-wrapper DIV#location {
	float: right;
	width: 99px;
	min-height: 70px;
	height: auto !important;
	height: 70px;
	
	margin: 0px;
	margin-top: 8px;
	padding: 0px 11px 0px 15px;
	background-image: url('../images/map-mini.gif');
	background-position: top left;
	background-repeat: no-repeat;
	
	text-align: right;
	font-size: 0.85em;
	color: #FFFFFF;
}
DIV#header-wrapper DIV#location P {
	margin: 0px;
	padding: 0px;
}
DIV#header-wrapper DIV#location P SPAN#poole-word {
	clear: both;
	font-weight: bold;
	font-size: 2em;
}
DIV#header-wrapper DIV#location P#map-link {
	margin-top: 5px;
}

DIV#header-wrapper DIV#features-bar {
	clear: both; 
}
DIV#header-wrapper DIV#features-bar FORM#search {
	width: 150px;
	float: left;
}
DIV#header-wrapper DIV#features-bar DIV#announcements {
	width: 626px;
	float: right;
}
DIV#header-wrapper DIV#features-bar DIV#announcements H3 {
	float: left;
	padding: 0px;
	margin: 0px;
}
DIV#header-wrapper DIV#features-bar DIV#announcements P {
	float: left;
	padding: 0px;
	margin: 0px;
}

DIV#body-wrapper {
	padding-top: 100px;
}

DIV#navigation-column {
	width: 150px;
	float: left;
}

DIV#content-column {
	width: 626px;
	float: right;
	margin-top: 9px;
}
DIV#content {
	width: 432px; /* 476 -15 (pr) */
	padding-right: 15px;
	float: left;
}
DIV#features-column {
	width: 179px;
	float: right;
}

DIV#footer-wrapper {
	clear: both;

	border-top: solid #5b8568 2px;
/*	border-top: solid #294125 2px;*/
	margin: 20px 10px 0px 10px;
	padding: 5px 0px 10px 0px;
}
DIV#footer-wrapper P {
	margin: 0px;
	padding: 0px;
}
DIV#footer-wrapper P.left {
	float: left;
	clear: left;
	width: 350px;
}
DIV#footer-wrapper P.right {
	float: right;
	clear: right;
	width: 350px;
	
	text-align: right;
}
DIV#footer-wrapper P.bottom {
	padding-top: 2px;
}

UL#accessibility-links {
	position: absolute;
	left: -1000px;
	top: -1000px;
}
/* Layout END *//* Appearance START *//* Global START ************/
/* Global tags START */
A {
	color: #2B422A;
}
A:HOVER {
	color: #5B8568;
}
A IMG {
	border: none;
}
OL.spaced  LI {
	padding-bottom: 12px;
}
/* Global tags END */

/* Standard action links START */
A.std-action {
	background-color: #264325;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.85em;

	background-image: url('../images/structural/std-action-stripe.gif');
	background-position: 0px 0px;
	background-repeat: repeat-y;

	padding: 2px 5px 3px 13px;
	margin: 0px;

/*	border-top: solid 1px #264325;
	border-bottom: solid 1px #264325;*/
}
A.std-action SPAN {
	background-image: url('../images/structural/std-action-arrow-3.gif');
	background-position: center right;
	background-repeat: no-repeat;

	padding-right: 12px;
}
A.std-action:HOVER {
	background-color: #5B8568;
	color: #FFFFFF;
}
/* Standard action links START */

/* Standard boxes START */
DIV#content .std-box {
	background-color: #e7ffe5;
	color: #264325;
	border: solid 1px #5B8568;
	border-top: solid 5px #5B8568;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 2px 5px;
	width: 100%;
}
DIV#content .std-box TR TH {
	border-bottom: solid 1px #9bbfab;
	text-align: left;
	font-weight: bold;
}
DIV#content .std-box TR TD {
	border-bottom: dashed 1px #9bbfab;
	padding: 4px 0px 4px 0px;
	margin: 0px;
}
DIV#content .std-box TR.last TD {
	border: none;
}
/* Standard boxes END */

/* Global messages START */
.success {
	border: solid 3px #294125;
	margin-bottom: 20px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 5px;
	background-color: #5A8569;
}
.input-error {
	color: #FF0000;
}

DIV#message-stack-wrapper {
	position: absolute;
	top: 140px;
	left: 160px;
	z-index: 100;
}
DIV#message-stack {
	position: relative;
	height: 223px;
	width: 405px;
}
DIV#message-stack DIV.bg {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 223px;
	width: 100%;
	background-color: #000000;
	opacity: 0.9;
	filter: alpha(opacity=90);
	
	z-index: 0;
}
DIV#message-stack.success-only DIV.bg {
	background-color: #003300;
}
DIV#message-stack.error-only DIV.bg {
	background-color: #330000;
}
DIV#message-stack DIV.content {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	
	z-index: 1;
}
DIV#message-stack H2 {
	background-color: #E5E5E5;
	color: #454545 !important;
	font-weight: normal !important;
	padding: 5px 12px 8px 12px !important;
	margin: 10px !important;
	font-size: 1.6em !important;
}
DIV#message-stack H3 {
	color: #DDDDDD;
	margin-left: 22px;
	margin-right: 22px;
	font-size: 1.1em;
}
DIV#message-stack P {
	color: #FFFFFF;
	text-align: center;
	margin-left: 22px;
	margin-right: 22px;
	font-size: 1.1em;
}
DIV#message-stack P.close {
	text-align: right;
}
DIV#message-stack P.close INPUT {
	padding: 0px 15px;
}
/* Global messages END */

/* Standard forms START */
FORM.std-form LABEL.text {
	width: 100px;
	float: left;
}
FORM.std-form UL {
	list-style-type: none;
	margin: 5px 0px;
	padding: 0px;
}
FORM.std-form UL LI {
	margin: 4px 0px;
}
FORM.std-form INPUT.submit {
	float: right;
	width: auto;
}
FORM.std-form INPUT {
	width: 323px;
}
FORM.std-form TEXTAREA {
	width: 323px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
/* Standard forms END */

/* Global utility classes START */
.content-left {
	text-align: left;
}
.content-center, .content-centre {
	text-align: center;
}
.content-right {
	text-align: right;
}
IMG.right {
	float: right;
	/*padding: 5px;
	border: solid #5B8568 1px;*/
	margin: 0px 0px 5px 5px;
}
IMG.left {
	float: left;
}
.fl-right {
	float: right;
}
/* Global utility classes END */
/* Global END *************/

/* Header START */
DIV#header-wrapper DIV#logo-wrapper A IMG {
	border: none;
}
/* Header END */

/* Footer START */
DIV#footer-wrapper P {
	color: #2B422A;
	font-size: 0.7em;
}
/* Footer END *//* Content START */
DIV#content H1 {
	color: #5b8568;
	font-size: 1.3em;
	margin-top: 0px;
}
DIV#content H2 {
	color: #5b8568;
	font-size: 1.1em;
	margin: 18px 0px 5px 0px;
}
DIV#content P {
	margin: 12px 0px;
	padding: 0px;
}
DIV#content P.intro {
	font-size: 1.2em;
	color: #294125;
}
DIV#content DIV.summary-quote {
	margin: 0px;
	padding: 0px;
	padding-left: 30px;

	background-image: url('../images/big-quote-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
DIV#content DIV.summary-quote P.quote {
	color: #2b422a;
	/*font-size: 1.3em;*/
	font-size: 1.8em;
	
	margin: 0px;

	padding: 7px 30px 0px 0px;
	
	background-image: url('../images/big-quote-right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}
DIV#content DIV.summary-quote P.reference {
	color: #5B8568;
	padding: 0px;
	margin: 0px 27px 0px 0px;
	text-align: right;
	text-transform: uppercase;
	font-size: 0.8em;
}
DIV#content DL DT {
	font-weight: bold;
	color: #5B8568;
}
/* Content END *//* Menu START */
UL#main-menu {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	
	list-style-type: none;
	
	/*padding-bottom: 90px;
	background-image: url('/images/house-logo_left-col.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;*/
}
UL#main-menu LI {
	margin: 0px;
	padding: 3px 0px;
}
UL#main-menu LI A {
	display: block;
	padding: 3px 0px;
	text-decoration: none;
	color: #294125; /*#408040;*/
	font-size: 1.1em;
	
	padding-left: 15px;
	background-image: url('../images/bullet-arrow-light.gif');
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
UL#main-menu LI.selected-parent A {
	font-weight: bold;
	color: #70A070;
	background-image: url('../images/bullet-arrow-dark.gif');
}
UL#main-menu LI.selected A {
	font-weight: bold;
	background-image: url('../images/bullet-arrow-dark.gif');
}
UL#main-menu LI A:HOVER {
	text-decoration: underline;
	color: #004000;
}
UL#main-menu LI UL {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	
	list-style-type: none;
}

UL#main-menu LI UL LI {
	margin: 0px;
	padding: 0px;
}
UL#main-menu LI UL LI A, UL#main-menu LI.selected-parent UL LI A, UL#main-menu LI.selected UL LI A {
	color: #408040;
	font-weight: normal;
	font-size: 0.9em;

	padding-left: 10px;
	background-image: url('../images/bullet-dash-light.gif');
	background-position: 0px 10px;
	background-repeat: no-repeat;
	
}
UL#main-menu LI UL LI.selected A {
	font-weight: bold;
	background-image: url('../images/bullet-dash-dark.gif');
}
UL#main-menu LI UL LI A:HOVER {
	color: #004000;
}

UL#main-menu LI UL LI.selected UL LI A {
	font-weight: normal;
}
/* Menu END *//* Left col features START */
DIV#navigation-column DIV.feature {
	margin: 20px 15px;
}
DIV#navigation-column DIV.feature H3 {
	padding: 2px 3px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 0.9em;
}
DIV#navigation-column DIV.feature DL {
	font-size: 0.8em;
	margin: 3px 3px;
	padding: 0px;
}
DIV#navigation-column DIV.feature DL DT {
	margin: 0px;
}
DIV#navigation-column DIV.feature DL DD {
	color: #693737;
	text-align: right;
	font-style: italic;
	margin: 0px 0px 5px 0px;
}

DIV#navigation-column DIV#articles {
	border: solid 1px #86A3F9;
	margin-top: 40px;
}
DIV#navigation-column DIV#articles H3 {
	background-color: #86A3F9;
}
DIV#navigation-column DIV#podcasts {
	border: solid 1px #1B28B5;
}
DIV#navigation-column DIV#podcasts H3 {
	background-color: #1B28B5;
}

DIV#navigation-column DIV#bulletin {
	width: 116px;
	margin: 15px 0px 15px 16px;
	padding: 0px;
	text-align: center;
}
DIV#navigation-column DIV#bulletin A {
	display: block;
	width: 116px;
	text-decoration: none;
	padding-bottom: 6px;
}
DIV#navigation-column DIV#bulletin A:HOVER {
	background-color: #DDDDDD;
}
DIV#navigation-column DIV#bulletin A IMG {
	padding: 6px;
	padding-bottom: 3px;
}
/* Left col features END *//* Right-hand column features START */
/* Generic START */
DIV#features-column .std-box {
	background-color: #e7ffe5;
	color: #264325;
	border-left: solid 1px #5B8568;
	border-bottom: solid 1px #5B8568;
	border-top: solid 5px #5B8568;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 2px 5px;
}
DIV#features-column .std-box P, DIV#features-column .std-box UL LI {
	font-size: 0.9em;
}
DIV#features-column .std-box H3 {
	color: #264325;
	border-bottom: dashed 1px #9bbfab;
	text-align: center;
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 4px 0px;
	font-size: 1.2em;
}
DIV#features-column .std-box H3 A {
	text-decoration: none;
	display: block;
}
DIV#features-column .std-box H3 A:HOVER {
	color: #264325;
}
DIV#features-column .std-box H4 {
	font-size: 1em;
	margin: 10px 0px 0px 0px;
}
DIV#features-column .std-box P {
	font-size: 0.9em;
	margin: 12px 0px 8px 0px;
}
/* Generic END */

/* Main meeting START */
DIV#features-column DIV#feature-main-meeting {
	/* Hide the default border top and left, and replace with a huge background image containing the curve top left */
	border-top: none;
	border-left: none;
	/*background-image: url('../images/right-col-box_left-curve.gif');
	background-position: top left;
	background-repeat: no-repeat;*/
	
	position: relative;
	padding: 0px 0px 0px 0px;
}
DIV#features-column DIV#feature-main-meeting DIV {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 20px;
	
	background-image: url('../images/right-col-left-curve.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
DIV#features-column DIV#feature-main-meeting A {
	position: absolute;
	top: 71px;
	right: 5px;
}
/* Main meeting END */

/* Blog START */
DIV#features-col-blog UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
DIV#features-col-blog UL LI {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	
	background-image: url('../../../images/blog_entry_icon.gif');
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 15px;
}
DIV#features-col-blog UL LI A {
	text-decoration: none;
}
DIV#features-col-blog UL LI A:HOVER {
	text-decoration: underline;
}
DIV#features-col-blog UL LI A SPAN {
	font-weight: bold;
}
DIV#features-col-blog UL LI SPAN.info {
	font-size: 0.8em;
	clear: both;
	color: #777777;
}
/* Blog END */

/* Calendar START */
DIV#features-col-calendar {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
DIV#features-col-calendar P {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
DIV#features-col-calendar H3 {
	background-image: url('../images/calendar-icon.gif');
	background-position: top right;
	background-repeat: no-repeat;
}
DIV#features-col-calendar H3 A {
	text-decoration: none;
	display: block;
}
DIV#features-col-calendar H3 A:HOVER {
	color: #264325;
}
DIV#features-col-calendar H4 {
	background-image: url('../../../images/calendar_view_month.gif');
	background-position: 5px 4px;
	background-repeat: no-repeat;
	background-color: #B4D7B4;
	
	padding: 1px 0px 1px 23px;
}
DIV#features-col-calendar P.entry {
	margin: 4px 0px;
}
DIV#features-col-calendar P.entry SPAN {
	margin-left: 5px;
}
/* Calendar END */

/* Building START */
DIV.std-box#features-col-building {
	background-image: url('../../../images/photos/building.jpg');
	background-position: 0px -27px;
	background-repeat: no-repeat;
	
	height: 156px;

	
	position: relative;
}
DIV.std-box#features-col-building P A {
	/* Need to absolutely position the P to move it to bottom */
	position: absolute;
	bottom: 7px;
	right: 5px;
}
/* Building END */

/* Right-hand column features END *//* Appearance END *//* Page-specific START */
/* Home page START */
H1.hp-h1 {
	margin-bottom: 4px;
}
DIV#content P.hp-intro {
	margin-bottom: 7px;
	margin-top: 0px;
}
UL#features-menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
UL#features-menu LI {
	margin: 0px;
	padding: 0px;
	float: left;
}
UL#features-menu LI A {
	position: relative;
	display: block;
	width: 142px;
	height: 260px;
	
	text-decoration: none;
	font-size: 1.2em;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif, Helvetica;
	font-weight: normal;

	/*border-top: solid 5px #5B8568;*/
	border-top: solid 3px #FFFFFF;
}
UL#features-menu LI A IMG {
	border: none;
}
UL#features-menu LI A SPAN {
	position: absolute;
	bottom: 0px;

	display: block;
	cursor: hand; /* IE 6 fix */
}
UL#features-menu LI A SPAN.block {
	left: 0px;

	width: 142px; /* 142 - 5 (pr) - 5 (pl) */
	height: 40px;

	/*opacity: 0.4;
	background-color: #A4A698;*/
	opacity: 0.3;
	filter: alpha(opacity=30);
	background-color: #202020;
	/*background-color: #C4C6B8;*/
}
UL#features-menu LI A SPAN.text { /* Had to have a separate block for the transparent block due to un-fightable opacity inheritance */
	right: 0px;
	padding: 0px 15px 12px 0px;
}
UL#features-menu LI A:HOVER {
	border-top: solid 3px #72947B;
}
UL#features-menu LI A:HOVER SPAN.block {
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-color: #5B8568;
}
/* Home page END */

/* Guestbook START */
DIV#content .std-box TR TD.name {
	width: 130px;
}
DIV#content .std-box TR TD.message {
	font-size: 0.75em;
}
/* Guestbook END */

/* Bulletin START */
UL#bulletin-archive {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
UL#bulletin-archive LI {
	width: 120px;
	text-align: center;
}
UL#bulletin-archive LI A {
	display: block;
	text-decoration: none;
}
UL#bulletin-archive LI A:HOVER {
	
}
UL#bulletin-archive LI A IMG {
	border: solid 6px #DDDDDD;
}
UL#bulletin-archive LI A:HOVER IMG {
	border-color: #999999;
}

/* Bulletin END */

/* Article page START */
BODY.article DIV#content {
	text-align: justify;
}
/* Article page END */
/* Page-specific END *//* Utilities START */
DIV.visual-clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}
.hidden {
	display: none;
}
.accessibility {
	position: absolute;
	left: -1000px;
	top: -1000px;
}
/* Utilities END */