@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #a8a6a2;
}
#container {
	width: 920px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	background-image: url(../images/sitedesign-02.gif);
	background-repeat: repeat-y;
}
#headerhome {
	background-image: url(../images/sitedesign.gif);
	background-repeat: no-repeat;
	height: 135px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
}
#header {
	background-image: url(../images/sitedesign.gif);
	background-repeat: no-repeat;
	height: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#mainContent {
	background-image: url(../images/sitedesign-02.gif);
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: auto;
}
#leftcolumn {
	color: #333;
	height: auto;
	width: 640px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 20px;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightcolumn {
	float: right;
	color: #333;
	padding: 10px;
	height: auto;
	width: 195px;
	display: inline;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	background-image: url(../images/sitedesign-03.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #A8A6A2;
	height: 140px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
/* Top Menu */
#topmenu {
	display: block;
	height: 31px;
	width: 880px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	overflow: hidden;
	float: right;
	margin-top: 104px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#topmenu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-image: none;
	list-style-type: circle;
}
#topmenu a {
	float: left;
	overflow: hidden;
	height: 0px !important;
	margin: 0px;
	padding-top: 31px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#topmenu a:hover {
	background-position: 0 -31px;
}
#topmenu a:active, #topmenu a.current {
	background-position: 0 -62px;
}
#home a {
	width: 113px;
	height: 31px;
	margin-left: 0px;
	background: url(../images/menu.gif) top left no-repeat;
}
#bblistings a {
	width: 123px;
	height: 31px;
	margin-left: 0px;
	background: url(../images/menu-02.gif) top left no-repeat;
}
#membership a {
	width: 123px;
	height: 31px;
	margin-left: 0px;
	background: url(../images/menu-03.gif) top left no-repeat;
}
#events a {
	width: 164px;
	height: 31px;
	margin-left: 0px;
	background: url(../images/menu-04.gif) top left no-repeat;
}
#photogallery a {
	width: 132px;
	height: 31px;
	margin-left: 0px;
	background: url(../images/menu-05.gif) top left no-repeat;
}
#links a {
	width: 76px;
	height: 31px;
	margin-left: 0px;
	background: url(../images/menu-06.gif) top left no-repeat;
}
#contact a {
	width: 149px;
	height: 31px;
	margin-left: 0px;
	background: url(../images/menu-07.gif) top left no-repeat;
}

/* Side Navigation */

navcontainer {
	width: 175px;
}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a {
	display: block;
	padding: 10px;
	width: 175px;
	border-bottom: 1px solid #eee;
	color: #86CC5A;
	text-decoration: none;
}
#container #rightcolumn #navcontainer #navlist a, #rightcolumn a {
	color: #273c19;
}
#navcontainer a:hover, #container #rightcolumn #navcontainer #navlist a:hover {
	background-color: #86CC5A;
	color: #fff;
}
#container #rightcolumn #navcontainer #navlist #current {
	color: #FFFFFF;
	background-color: #86CC5A;
	border-bottom: 1px solid #86CC5A;
}
#container #rightcolumn #navcontainer {
	margin-top: 10px;
}
/* Other Styles */

h1 {
	color: #42506e;
	font-size: 160%;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
}
#mainContent p, #leftcolumn p {
	color: #000000;
	line-height: 18px;
	padding-bottom: 12px;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 130%;
	font-weight: bold;
	color: #495774;
	padding-top: 12px;
}
#footer p {
	text-align: center;
	color: #545351;
	font-size: 90%;
}
#listing {
	background-color: #e5ecf9;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 60px;
	width: 630px;
	clear: right;
}
#listing img {
	float: left;
	margin-right: 20px;
}
#container #leftcolumn #listing h1 {
	font-size: 130%;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
}
#container #leftcolumn #listing p {
	margin: 0px;
	padding: 0px;
}
#container #mainContent h2 {
	font-size: 140%;
	color: #7EB959;
}
#container #mainContent #submenu {
	float: right;
	width: 200px;
	margin-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #86CC5A;
	height: 800px;
}
#container #header img {
	margin-top: 10px;
}
#container #leftcolumn a {
	color: #729B58;
}
#container #leftcolumn a:hover {
	color: #86CC5A;
}
.floatright {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Listings Styles */

.viewlisting {
	color: #42506E;
	display: block;
	padding: 3px;
	float: right;
	border: 1px solid #42506E;
}
#container #leftcolumn #listing .viewlisting {
	color: #42506E;
	text-decoration: none;
	padding: 5px;
	margin-top: 15px;
}
#container #rightcolumn img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #leftcolumn .list li {
	margin-top: 5px;
	margin-left: 10px;
	list-style-position: inside;
}
#container #leftcolumn .list2 li {
	margin-top: 5px;
	margin-left: 20px;
	list-style-position: inside;
	list-style-type: none;
}
#test1 img {
	border: 2px solid #A8A6A2;
}
#container #rightcolumn #navcontainer #navlist strong {
	text-align: right;
	display: block;
	color: #86CC5A;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #86CC5A;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#container #mainContent p small {
	visibility: hidden;
	color: #FFF;
}
#container #mainContent p small a {
	color: #FFF;
}
#container #mainContent td {
	padding: 5px;
}
#container #footer a {
	color: #343434;
}
