* { margin: 0; padding: 0; }
body {
	margin: 0;
	padding: 0;
	font: normal normal normal 11px/14px verdana, sans-serif;
	color: #000;
	background-color: #C6BD89;
}

#frame {
	margin: 0 auto;
	width: 900px;	
}

#banner {
	background-color: #B2A878;
	height: 98px;
	margin: 17px 0;
}
#banner img {
	float: left;
	display: inline;
}
#banner a img {
	float: right;
	display: inline;
	margin: 34px 20px 0 0;
}

#container {
	clear: both;
	border: 7px solid #fff;
	background: #fff url("/members/images/members-background.gif") repeat-y 0 0;
}



#nav {
	background-color: #3D3019;
	color: #fff;
	float: left;
	display: inline;
	width: 203px;
	border: 1px solid #5F5336;
	border-width: 0 1px;
	min-height: 250px;
}
#nav p.greeting {
	text-align: center;
}
#nav ul.membernav {
	color: #C6BD89;
	margin: 20px 15px 20px 20px;
	font-size: 12px;
	list-style-type: none;
	border-top: 1px solid #C6BD89;
	padding-top: 30px;
}
#nav ul li {
	padding-bottom: 1em;
}
#nav ul ul li.last {
	padding-bottom: 0;
}
#nav ul.membernav ul {
	margin-left: 36px;
	margin-top: 12px;
	list-style-type: disc;
	color: #fff;
}
#nav ul ul li {
	color: #C6BD89;
}
#nav li.active a {
	color: #fff;
}
#nav a {
	color: #C6BD89;
	text-decoration: none;
	outline: none;
}

#content {
	width: 610px; /* 674 */
	float: left;
	display: inline;
	border-left: 7px solid #fff;
	background-color: #E2DEC4;
	color: #3D3019;
	padding: 35px 38px 35px 26px;
}
#content a {
	color: #68161F;
	text-decoration: underline;
}
#content p {
	margin-bottom: 1em;
}
#content .errormsg {
	color: #911;
}
#content h4 {
	font-size: 16px;
	font-weight: normal;
	margin: 1em 0;
}
#content .itemlist {
	margin-left: 20px;
}
#content .noresults {
	margin: 2em 0;
	font-style: italic;
}
#content form {
	margin: 2em 0;
}


.calendar .event {
	margin: 9px 0;
	padding-bottom: 9px;
	border-bottom: 1px solid #ABA387;
}
.calendar .last {
	border-bottom: 0 none;
}
.calendar .event p {
	line-height: 19px;
}
.calendar .event .date {
	font-size: 12px;
	font-weight: bold;
}
.calendar .event .title {
	font-size: 10px;
	font-weight: bold;
}
.calendar .event .description {
	font-size: 10px;
}
.calendar p {
	margin-bottom: 0 !important;
}

/*
.news .item {
	margin: 9px 0;
	padding-bottom: 9px;
	border-bottom: 1px solid #ABA387;
}
.news .last {
	border-bottom: 0 none;
}
.news .item p {
	line-height: 19px;
}
*/
.news .item .headline {
	margin-top: 1em;
	font-size: 14px;
	font-weight: bold;
}
.news .item .description {
	font-size: 10px;
}
.news .itemlist .headline {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 0.2em !important;
}
.news .itemlist .teaser {
	font-size: 10px;
	font-style: italic;
	margin: 0 0 1.2em 0;
}


.pagination {
	float: right;
	display: inline;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #bbb;
}
.pagination .resultsset {
	color: #3D3019;
}
#content .pagination a {
	text-decoration: none;
}

.detailback {
	clear: both;
	margin-top: 3em;
	font-style: italic;
}


#footer {
	clear: both;
	height: 36px;
	margin: 17px 0;
	background-color: #B2A878;
}

.clearfix:after {  
	content: ".";  
	display: block;  
	clear: both;  
	visibility: hidden;  
	line-height: 0;  
	height: 0;  
}  
.clearfix {  
	display: inline-block;  
}  
html[xmlns] .clearfix {  
	display: block;  
}  
* html .clearfix {  
	height: 1%;  
} 		

/* tee time form */
.teetime .instructions {
	margin-top: 15px;
}
.teetime .error {
	float: left;
	display: inline;
	padding-left: 8px;
	padding-top: 2px;
}
textarea.teetimeform {
	float: left; 
	display: inline;
	width: 260px;
	margin-bottom: 9px; 
}
input.teetimeform {
	float: left;
	display: block;
	width: 260px;
	margin-bottom: 9px;
}
select.teetimeform {
	float: left;
	display: block;
	width: 160px;
}
label.formlabelnormal {
	float: left;
	display: block;
	width: 145px;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
	color: #3E3E3E;
}
input.submitbutton { 
	clear: left;
	display: block;
	margin-left: 155px;
}
.required { 
	color: #911;
}
br.form { 
	clear: left; 
}

/*member directory */
.directory ul#memberdir {
	margin: 15px 0;
	list-style-type: none;
}
.directory ul#memberdir li.listing {
	width: 45%;
	float: left;
	display: inline;
	margin: 1em 2em 0.5em 0;
	min-height: 8em; 
	height: auto;
	
}
* html li.listing { height: 8em; }
.directory .alphasort {
	margin-top: 1em;
}
.directory .alphasort .active {
	color: #3D3019 !important;
	font-weight: bold;
	font-size: 14px;
}