

/*************************/
/**::   Main/Layout   ::**/
/*************************/

BODY {
	background-image: url(img/main-bkg.jpg);
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}
H1 {  
	font-size: 24px; 
	color: #333; 
}
H1.title,H1.eventType {
	border: 1px solid #060;
	border-left: 0;
	border-right: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight: bolder;
	line-height: 30px;
	margin: 20px 10% 20px 10%;
	padding: 7px 10px 7px 10px;
}
H1.eventType {
	line-height: 20px;
	font-size: 20px;
}
H2 {  
	font-size: 18px;
	color: #333;
}
H2.title {
	display: inline;
	border: 1px solid #060;
	border-left: 0;
	border-right: 0;
	padding: 5px 8px 5px 8px;
	line-height: 20px;
}
H2.imgHeader {
	margin: 10px;
	padding: 0;
}
H3 {  font-size: 15px;  }
H4 {  font-size: 12px;  }
.imgComment {
	margin-top: -2px;
}
H2.imgText, H3.imgText, H4.imgText, B.imgText {
	margin: -3px 0 -3px 0;
	font-size: 10px;
	font-weight: bold;
}
H5 {  font-size: 10px;  }
H6 {  font-size: 9px;   }

A {
	color: #060;
}
A:HOVER {
	color: #272;
}

IMG {
	margin: 1px;
	border: 0;
}

IMG.picture {
	border: 1px solid #060;
	margin: 5px;
}
IMG.header {
	border: 1px solid #060;
	border-left: 0;
	border-right: 0;
	padding: 5px 8px 5px 8px;
	margin: 0;
}
DIV {
	margin: 0;
	padding: 0;
}
P, DIV.P {
	margin: 15px 5px 15px 5px;
	padding: 0;
}
P.spacer {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 12px;
}
A.validLnk {
	color: #060;
	font-size: 11px; 
	text-decoration: none;
}
A.validLnk:HOVER {
	color: #6A6;
	font-size: 11px; 
}
B.hideBold {
	font-weight: normal;
}

/***********************/
/**::   Logo Area   ::**/
/***********************/

TABLE.titleTbl {
	background-image: url(img/bissellwood-movingclouds.gif);
	border: 0;
	margin: 0;
	padding: 0;
}
DIV.titleTbl {
	background-image: url(img/bissellwood-clouds.jpg);
	background-repeat: repeat;
	border: 0;
	margin: 0;
	padding: 0;
}
TD.hillBar {
	background-image: url(img/bissellwood-hills.gif);
	background-position: right bottom;
	background-repeat: repeat-x;
	height: 50px;
}
DIV.date {
	line-height:15px;
	font-size:9px;
	background-image: url(img/bissellwood-datebar.gif);
	background-repeat: repeat-x;
	border:0;
	border-top: 1px solid #393;
	border-bottom: 1px solid #393;
	color: #fe3;
}

/***********************/
/**::   Main Area   ::**/
/***********************/

TABLE.mainTbl {
	background-color: #1B4;
	padding: 0;
	margin: -5px 0 0 0;
}
.mainCell {
	padding: 0 0 0 5px;
	background-image: url(img/main-bkg.jpg);
	background-repeat: repeat; 
	border: 1px solid #193;
	padding: 10px;
}
.mainArea {
	margin: 0 0 0 -5px;
}
TABLE.mainImgTbl {
	margin: 3px;
	border: 0;
	white-space: normal;
}
TD.mainImg {
	padding: 0 5px 0 5px;
}
TD.mainImgTxt {
	padding: 0 5px 0 5px;
}

/**********************/
/**::   Menu/Nav   ::**/
/**********************/

.navCell {
	border-top: 1px solid #090;
	border-right: 1px solid #090;
	background-color: #4FAE2E;
	background-image: url(img/nav-bkg-fade.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
.navBar {
	border: 0px;
	width: 150px;
}
.navItem {
	border: 0px;
	font-size: 14px;
	clear: both;
	height: 30px;
	padding: 0px;
}
.navSubItem {
	border: 0px;
	font-size: 14px;
	height: 20px;
	margin: 0;
	padding: 0;
}
TD.navSubHdr {
	color: #ed0;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
}
DIV.navSub {
	font-size: 12px;
}
IMG.navBullet {
	border: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
}
A.navLink {
	background-image:url(img/nav-bkg.gif);
	display: block;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	text-decoration: none;
	width: 150px;
	color:#072;
	background-position: top left;
	background-repeat: repeat-x;
	padding: 5px 0 5px 0;
	height: 20px;
	line-height:20px;
}
A.navLink:HOVER {
	background-image:url(img/nav-bkg.gif);
	color: #690;
	display: block;
	width: 150px;
	background-position: bottom center;
	text-decoration: none;
	padding: 5px 0 5px 0;
	height: 20px;
}
A.navLinkCurr {
	color: #B44800;
	cursor: default;
	font-size: 115%;
}
A.navLinkCurr:HOVER {
	background-position: top left;
	background-repeat: repeat-x;
	color: #B44800;
	cursor: default;
	font-size: 115%;
}
A.navSub {
	font-size: 11px;
	display: block;
	width: 150px;
	text-decoration: none;
	margin: 0px;
	padding: 3px 0 3px 0;
	background-position: top center;
}
A.navSub:HOVER {
	font-size: 11px;
	display: block;
	width: 150px;
	background-position: 0px -20px;
}

/**********************/
/**:: Trees Advert ::**/
/**********************/

TD.treeAd {
	background-image: url(img/nav-bkg-fade.gif);
	background-repeat: repeat-y;
	background-position: top left;
	border-right: 1px solid #090;
	padding-top: 50px;
}
DIV.treeAd {
	border: 1px solid #333;
	background-color: #093;
	background-image: url(img/bissellwood-trees-bkg.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 5px 0 5px 0;
	width: 140px;
	margin-bottom: 5px;
}
P.treeAd {
	margin: 1px;
	padding: 0;
}
A.treeAd {
	font-size: 11px;
	line-height: 12px;
	color: #FF9;
}

/********************/
/**:: PageSelect ::**/
/********************/

TABLE.pageSelect {
	border: 1px solid #030;
	background-color:#99CC66;
}
TH.pageSelect,TH.pageImgCount {
	background-image: url(img/event-hdr-bkg.jpg);
	background-repeat: repeat;
	background-position: top;
	line-height: 20px;
	border-bottom: 1px solid #030;
}
TH.pageImgCount {
	border: 0;
	border-top: 1px solid #030;
	font-weight: normal;
	padding: 1px 3px 1px 3px;
}
TD.pageSelect {
	padding: 2px 10px 2px 10px;
}
A.pageSelect,SPAN.pageCurrent {
	border: 1px solid #060;
	background-color: #ac7;
	padding: 3px;
	margin: 0 5px 0 5px;
	line-height: 25px;
	text-decoration: none;
}
A.pageSelect:HOVER {
	background-color: #8b6;
}
SPAN.pageCurrent {
	background-color: #BD8;
}

/********************/
/**::    News    ::**/
/********************/

/* Some news classes used on the news page are */
/* 		duplicates of event classes 		   */
/* hence you will find them in the events css  */

TABLE.newsItem {
	margin-bottom: 15px;
}
TD.newsHdrLeft {
	width: 15px;
	line-height: 25px;
	background-image: url(img/news-tbar-left.gif);
	background-position: top left;
}
TD.newsHdrTitle {
	line-height: 25px;
	vertical-align: middle;
	background-color: #4C923D;
	background-image: url(img/news-tbar-fill.gif);
	white-space: nowrap;
}
TD.newsHdrRight {
	width: 15px;
	line-height: 25px;
	background-image: url(img/news-tbar-right.gif);
	background-position: top right;
}
TD.newsMainLeft {

}
TD.newsMainCell {
	background-color: #E8FBBC;
	background-image: url(img/news-bkg.gif);
	background-repeat: repeat;
	border: 1px solid #060;
	border-top: 0;
}
TD.newsMainRight {

}
DIV.newsTitle {
	float: left;
	white-space: nowrap;
	color: #060;
	padding-left: 15px;
}
DIV.newsDate {
	float: right;
	white-space: nowrap;
	color: #060;
	padding-right: 15px;
}
DIV.newsMain {
	padding: 10px;
}
A.newsRelatedEvent {
	border: 1px solid #030;
	background-color: #E8FBBC;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
}
A.newsRelatedEvent:HOVER {
	border-color: #050;
	color: #282;
}

/*******************/
/**::  Gallery  ::**/
/*******************/

TABLE.galleryImageTbl {
	display: inline;
	/*background-color: #4C923D;*/
	margin: 15px 10px 15px 10px;
}
TD.galleryImgTitle {
	background-image: url(img/gall-hdr-bkg.jpg);
	background-repeat: repeat;
	color: #030;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #060;
	padding: 5px;
	white-space: normal;
}
TD.galleryImgCell {
	background-image: url(img/gall-img-cell-bkg.jpg);
	background-repeat: repeat;
	border: 1px solid #060;
	border-top: 0;
	padding: 20px;
}
TD.galleryDescCell {
	background-image: url(img/gall-ftr-bkg.jpg);
	background-repeat: repeat;
	border: 1px solid #060;
	border-top: 0;
	color: #030;
	font-size: 14px;
	padding: 5px;
}
IMG.galleryImg {

}

/*********************/
/**::   Events    ::**/
/*********************/

TABLE.eventTbl {
	border: 1px solid #060;
	border-bottom: 0;
	border-right: 0;
}
TH.eventHdr {
	background-image: url(img/event-hdr-bkg.jpg);
	background-repeat: repeat-x;
	line-height: 20px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #030;
	border-bottom: 1px solid #060;
	white-space: nowrap;
	padding: 0 5px 0 5px;
}
TD.eventTimeCell {
	background-image: url(img/news-bkg.gif);
	background-repeat: repeat;
	border-right: 1px solid #060;
}
TD.eventCell {
	background-image: url(img/event-bkg.jpg);
	background-repeat: repeat;
	border: 1px solid #030;
	border-top: 0;
	border-left: 0;	
	padding: 1px 5px 1px 5px;
	color: #050;
}
TD.eventCellr2 {
	background-color: #DCF3B7;
}
TD.ringCell {
	padding: 0;
}
A.eImgTxt {
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
P.ringTitle,P.newsFileHdr {
	background-image: url(img/events-ring-bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top: 1px solid #090;
	border-bottom: 1px solid #030;
	border-left: 0;
	border-right: 0;
	line-height: 20px;
	height: 20px;
	margin: 3px 0 3px 0;
	padding: 0 15px 0 15px;
	font-weight: bold;
}
SPAN.number {
	vertical-align: super;
	font-size: 10px;
}
TABLE.eventDetail,TABLE.newsFiles {
	border: 1px solid #333;
	width: 95%;
	border-bottom: 0;
	border-right: 0;
	margin: 10px;
}
TH.eventDetail,TH.newsFiles {
	background-color: #C9F782;
	background-image: url(img/events-detail-header.gif);
	background-position: top;
	border-bottom: 1px solid #333;
	color: #333;
	white-space: nowrap;
}
TD.eventDetail,TD.newsFiles {
	background-color: #C9F782;
	color: #333;
	white-space: nowrap;
	padding: 1px 5px 1px 5px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
TD.eventDetailR2,TD.newsFilesR2 {
	background-color: #C3F17D;
}
A.fileLink,A.relatedNewsLink {
	color: #333;
}
A.fileLink:HOVER {
	color: #555;
}

/********************/
/**::   Links    ::**/
/********************/

H2.linkTitle {
	margin: 0;
}
TABLE.linkTbl {
	margin-bottom: 20px;
	border: 1px solid #030;
}
TH.linkHdr {
	background-image: url(img/links-header.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #090;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #030;
	padding: 0 20px 0 20px;
}
A.linkHdr, A.linkHdr:VISITED, A.linkHdr:HOVER {
	color: #030;
	font-size: 16px;
	text-decoration: none;
}
A.linkHdr:HOVER {
	color: #007;
}
TD.linkBkg {
	background-image: url(img/links-bkg.jpg);
	background-repeat: repeat;
	padding: 5px;
}
A.viewSite {
	display: block;
	background-image: url(img/link-view-site.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	border: 1px solid #060;
	width: 76px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
}
A.viewSite:HOVER {
	background-position: bottom center;
}

/********************/
/**::    Form    ::**/
/********************/

TABLE.frmTbl {
	border: 1px solid #030;
	margin: 0;
}
TH.frmHdr {
	background-image: url(img/frm-hdr-bkg.jpg);
	background-repeat: repeat-x;
	line-height: 30px;
	height: 30px;
	padding: 0 10px 0 10px;
	color: #060;
	font-size: 18px;
}
TD.frmCellLeft {
	width: 175px;
	padding: 5px;
	white-space: nowrap;
	border-top: 1px solid #030;
	background-image: url(img/frm-cell-bkg.jpg);
	background-repeat: repeat;
	font-size: 14px;
	font-weight: bold;
}
TD.frmCellRight {
	padding: 5px;
	border-top: 1px solid #030;
	background-image: url(img/frm-cell-bkg.jpg);
	background-repeat: repeat;
}
INPUT,SELECT,TEXTAREA.formItem {
	background-color: #E9FFD2;
	border: 1px solid #633;
}
INPUT.frmMbrSubmit {
	background-image: url(img/frm-submit-member.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	border: 0;
	width: 300px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
INPUT.frmCtSubmit {
	background-image: url(img/frm-submit-contact.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	border: 0;
	width: 220px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

/********************/
/**::   SiteMap  ::**/
/********************/

TABLE.siteMapTbl {
	width: 95%;
	border: 1px solid #060;
	background-image: url(img/news-bkg.gif);
	background-repeat: repeat;
}
TD.siteMap {
	white-space: nowrap;
	width: 50%;
}
A.siteMap {
	text-decoration: none;
	color: #333;
}

/********************/
/**::   Footer   ::**/
/********************/

.copyrightTbl {
	margin:0;
	padding:0;
	width:100%;
	background-color:#1B4;
}
P.siteVersionFooter {
	color: #333;
	font-family: Verdana, serif;
	font-size: 9px;
	margin: -8px 4px 0 0;
	text-align: right;
}
.copyrightBar {
	color: #fe3;
	line-height: 22px;
	font-size: 9px;
	background-color: #54B331;
	background-image: url(img/bissellwood-copybar.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #193;
	border-bottom: 1px solid #193;
}
A.copyrightLink, A.copyrightLink:VISITED {
	text-decoration: none;
	white-space: nowrap;
	color: #fe3;
}
A.copyrightLink:HOVER {
	text-decoration: underline;
}
DIV.otherFooter {
	padding-left: 20px;
	padding-right: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/ 
/* For The Info PopUps (Privacy & W3C)... */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/ 


.slightDarkTxt {
	color: #000;
}
H2.horizHeader {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 5px 0 5px 15px;
}
P.normTxt {
	margin: -10px 15px 0 15px;	
	text-align: justify;
}
P.normTxtNoTopMargin {
	margin-top:0;
}

