p#members-categories {
	margin: 0 0 8px 0;
 }

p#members-categories a {
	color: #f00;
	font-size: 9pt;
}

#members {
}

#members h2 {
	color: #f00;
}

#members h3 {
	color: #8e1100;
}

#members p {
}

#members p strong {
	color: #f00;
	font-size: 9pt;
	line-height: 11pt;
} 

#members-signin {
	background: #c7cfdd;
	width: 294px;
	float: left;
	padding: 8px;
	color: #555;
}

p#members-membership {
	padding: 4px 8px;
	margin: 18px 0 0 0;
	width: 294px;
}

#members-membership-links {
	width: 294px;
	height: 32px;
	background: #c7cfdd;
	padding: 4px 8px;
	margin: 0;
}

a#SignInLink {
	float: right;
	display: block;
	width: 88px;
	height: 32px;
	background: url(/images/login-button.png) top left no-repeat;
	margin-right: 6px;
}

#members-signin a#members-membership-join {
	float: right;
	display: block;
	width: 88px;
	height: 32px;
	background: url(/images/join-button.png) top left no-repeat;
}

#members-signin a span {
	display: none;
}




#members-items {
	border-bottom: 1px solid #8e1100;
	padding-top: 8px;
}

.members-item {
	border-top: 1px solid #8e1100;
	padding-top: 8px;
	margin: 8px 0;
}

.members-item-image {
	display: inline;
	float: left;
	width: 192px;
	height: 192px;	
}

.members-item-image a {
	width: 192px;
	height: 192px;	
	display: block;
}

.members-item-image a span {
	display: none;
}

.members-item-detail {
	display: inline;
	float: right;
	width: 360px;
}

.members-item h3 a {
	color: #8e1100;
}

#members p.members-more {
	padding: 4px 0;
	height: 24px;
}

#members p.members-more a {
	display: block;
	width: 256px;
	height: 24px;
	background: #fff url(/images/article-more-icon.png) top left no-repeat;
	color: #8e1100;
	font-weight: bold;
	font-size: 9pt;
}

#members p.members-more a span {
	display: block;
	padding: 4px 0 0 28px;
}

#members-detail {
}

#members-detail h2 {
	color: #8e1100;
	padding: 4px;
	border-bottom: 1px solid #999;
}

#members-detail h3 {
	margin: 0;
	color: #8e1100;
}

#members-detail h4 {
	color: #8e1100;
}

#members-detail-text {
	display: inline;
	float: left;
	width: 262px;
}

#members-detail-text table {
	width: 100%;
}

#members-detail-text table td {
	padding: 4px;
}

#members-detail-image {
	display: inline;
	float: right;
	width: 260px;
	text-align: center;
}

#members-processed {
	margin: 64px auto auto auto;
	width: 380px;
	padding: 32px;
	border: 1px solid black;
	text-align: center;
}

#members-processed h2 {
	color: red;
}

#members-processed p {
	margin: 16px auto;
}

.SurveyQuestion {
	height: 250px;
	background: #fef9de;
}

.SurveyQuestion .inner {
	padding: 8px;
}

.SurveyQuestion label {
	margin-left: 8px;
}

.SurveyQuestion textarea {
	width: 384px;
	height: 128px;
}
