.clear {
	clear: both;
}

table th {
	font-weight: bold;
	text-align: right;
}
table th, table td {
	font-size: 11px;
}

a:link,
a:visited {
	color: #677644;
	text-decoration: underline;
}
a:hover,
a:active {
	text-decoration: none;
}

.moreinfo {
	font-style: italic;
	padding-top: 5px;
	border-top: 1px solid #677644;
}
.imgleft {
	margin: 18px 18px 18px 0;
	float: left;
}
.imgright {
	margin: 18px 0 18px 18px;
	float: right;
}
.byline {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	color: #666;
}

.error {
	color: #9E0000;
	border: 1px solid #9E0000;
	padding: 5px;
	margin: 5px auto;
	background-color: #FFC8C8;
	width: 200px;
}

html, body {
	margin: 0;
	padding: 0;
	background: url(../img/main/bg_color.jpg) top left repeat;
	font: 11px/18px Verdana, sans-serif;
}

.fir {
	text-indent: -1000px;
	overflow: hidden;
}

#container {
	min-height: 484px;
	background: url(../img/main/bg.jpg) top left repeat-x;
	margin-bottom: 18px;
}
#head {
	position: relative;
	width: 760px;
	margin: 0 auto;
	padding-top: 67px;
}
	h1 {
		position: absolute;
		right: 18px;
		top: 12px;
		width: 123px;
		height: 43px;
		margin: 0;
		padding: 0;
	}
		h1 a {
			position: absolute;
			top: 0px;
			right: 0px;
			width: 123px;
			height: 43px;
			background: url(../img/main/rcclogo.gif) top right no-repeat;
		}
	#logininfo {
		position: absolute;
		top: 8px;
		left: 36px;
		color: #FFF;
	}
		#logininfo a:link,
		#logininfo a:visited {
			color: #FFF;
			text-decoration: underline;
		}
		#logininfo a:hover,
		#logininfo a:active {
			text-decoration: none;
		}
	#nav {
		position: absolute;
		top: 36px;
		left: 27px;
		height: 49px;
		width: 550px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#nav li {
			position: relative;
			float: left;
			width: 117px;
			height: 51px;
			margin: 0 0 0 -9px;
		}
			#nav li a {
				position: absolute;
				top: 0;
				left: 0;
				width: 117px;
				height: 31px;
				background-image: url(../img/main/tabs.gif);
				background-repeat: no-repeat;
				z-index: 10;
				border-bottom: 2px solid #FFF;
			}
			#nav li a:hover,
			#nav li a:active {
				z-index: 12;
			}
				.m #n_members a,
				.p #n_planning a,
				.b #n_banquets a,
				.f #n_facilities a,
				.s #n_membership a {
					z-index: 11;
					height: 33px;
					border: none;
				}
				#nav #n_members a {
					background-position: 0px 0px;
				}
				#nav #n_planning a {
					background-position: -117px 0px;
				}
				#nav #n_banquets a {
					background-position: -234px 0px;
				}
				#nav #n_facilities a {
					background-position: -351px 0px;
				}
				#nav #n_membership a {
					background-position: -468px 0px;
				}
#main {
	position: relative;
	padding-top: 235px;
	background: #ECF3E9 url(../img/main/main_bg_color.gif) top left repeat;
	border: 2px solid #FFF;
	z-index: 9;
}
	#onec {
		margin: 0 36px 36px 36px;
	}
	.centered {
		text-align: center;
	}
	#subtxt {
		position: absolute;
		left: 0px;
		top: 0px;
		height: 229px;
		width: 100%;
		background: url(../img/m/header.jpg) top left no-repeat;
		text-align: center;
		border-top: 2px solid white;
	}
		html>body #subtxt {
			/* Fixes IE's penchant to ignore borders */
			border: none;
		}
		#subtxt span {
			display: block;
			padding: 18px 36px;
			text-align: center;
			font-size: 10px;
			color: #ECF3E9;
		}
	#subnav {
		position: absolute;
		top: 203px;
		left: 63px;
		height: 36px;
		width: 700px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
		html>body #subnav {
			top: 201px;
		}
		#subnav li {
			position: relative;
			float: left;
			width: 90px;
			height: 18px;
			margin: 0 0 0 -9px;
		}
			#subnav li a:link,
			#subnav li a:visited {
				position: absolute;
				top: 0;
				left: 0;
				height: 18px;
				width: 90px;
				text-align: center;
				background-image: url(../img/m/stabs.gif);
				background-repeat: no-repeat;
				line-height: 18px;
				font-size: 10px;
				color: #333;
				text-decoration: none;
				z-index: 10;
			}
				#subnav li a:hover,
				#subnav li a:active {
					color: #000;
				}
				#subnav li a {
					background-position: -90px -18px;
				}
				#subnav li.first a {
					background-position: 0px -18px;
				}
				#subnav li.last a {
					background-position: -180px -18px;
				}
				html>body #subnav li.first.last a {
					background-position: -270px -18px;
				}
				#subnav li.current a {
					background-position: -90px 0px;
				}
				html>body #subnav li.current.first a {
					background-position: 0px 0px;
				}
				html>body #subnav li.current.last a {
					background-position: -180px 0px;
				}
				html>body #subnav li.current.first.last a {
					background-position: -270px 0px;
				}
				#subnav li.current a {
					color: #000;
					z-index: 11;
				}
					html>body #subnav li.current a {
						line-height: 26px;
					}
		#mainc {
			position: relative;
			width: 468px;
			margin: 0 0 36px 36px;
		}
			#mainc h2, #onec h2 {
				font: 24px Goudy, serif;
				font-weight: bold;
				color: #677644;
				line-height: 20px;
				margin-bottom: 0;
				padding-bottom: 0;
			}
			#mainc h3, #onec h3 {
				font: 12px Verdana, sans-serif;
				text-transform: uppercase;
				font-weight: bold;
				color: #677644;
			}
		#sidec {
			position: absolute;
			top: 230px;
			right: 36px;
			width: 180px;
			margin: 36px 0;
			padding: 0;
		}
			#sidec h2 {
				margin: 18px 0 -5px 0;
				padding: 0;
				font-size: 12px;
				color: #677644;
				font-weight: bold;
				text-transform: uppercase;
			}
			#sidec ul, #sidec .sidebaritem {
				list-style: none;
				margin: 0;
				padding: 0;
				border-top: 2px solid #677644;
				border-bottom: 2px solid #677644;
				background: #D1DAC8 url(../img/main/sidebarbg.gif) top right no-repeat;
			}
				#sidec .sidebaritem {
					padding: 0 8px;
				}
					#sidec .sidebaritem a:link,
					#sidec .sidebaritem a:visited {
						text-decoration: underline;
						color: #677644;
					}
					#sidec .sidebaritem a:hover,
					#sidec .sidebaritem a:active {
						text-decoration: none;
					}
				#sidec ul li {
					margin: 0;
					padding: 0;
				}
					#sidec ul li a:link,
					#sidec ul li a:visited {
						display: block;
						padding: 2px 10px;
						color: #000;
						text-decoration: none;
					}
					#sidec ul li a:hover,
					#sidec ul li a:hover,
					#sidec ul li a.current {
						background-color: #677644;
					}
					#sidec ul li .external {
						background-image: url(../img/main/extlink.gif);
						background-position: 165px 50%;
						background-repeat: no-repeat;
					}
		#footer {
			clear: both;
			height: 51px;
			background: url(../img/m/footer.jpg) top left no-repeat;
			color: #ECF3E9;
			text-align: center;
			line-height: 14px;
		}
			#footer p {
				margin: 0;
				padding: 10px 36px 0 36px;
			}
			#footer a:link,
			#footer a:visited {
				color: #ECF3E9;
				text-decoration: none;
			}
			#footer a:hover,
			#footer a:active {
				color: #99A597;
			}

#dir_letters {
	position: absolute;
	width: 700px;
}
#dir_letters a:link,
#dir_letters a:visited {
	position: relative;
	padding: 3px 0;
}
#dir_letters a:hover,
#dir_letters a:active,
#dir_letters a.current {
	color: #FFF;
	background-color: #677644;
	text-decoration: none;
}
p.dir_p {
	padding: 10px;
	margin: 0;
	border-top: 1px solid #677644;
}
p.dir_p.p_on {
	background-color: #FFF;
}

#fatalerror {
	margin: 100px auto;
	width: 400px;
	padding: 18px;
	border: 2px solid #FFF;
	background-color: #ECF3E9;
}