/*
	Sections
*/
.members_list_header {
	display:				block;
	clear:					both;
	background-image:		url(members-top.gif);
	background-repeat:		no-repeat;
	background-position:	0 0;
	
	width:					573px;
	height:					16px;
}
.members_list_footer {
	display:				block;
	clear:					both;
	background-image:		url(members-bottom.gif);
	background-repeat:		no-repeat;
	background-position:	0 0;
	
	width:					573px;
	height:					16px;
}
.members_list {
	float:					left;
	
	background-image:		url(members-middle.gif);
	background-repeat:		repeat-y;
	padding-bottom:			1px;
	width:					573px;
}
.members_list ul {
	display:				block;
}
.members_list li {
	display:				block;
	clear:					left;
	width:					573px;
	height:					130px;
	margin-left:			0!important;
}
.members_list li .col1 {
	float:					left;
	clear:					left;
	text-align:				center;

	padding-top:			20px;
	width:					198px;
}
.members_list li .col2 {
	float:					left;
	width:					160px;
	
	padding-top:			5px;
}
.members_list li .col3 {
	float:					left;
	width:					190px;
	vertical-align:			top;
	
	padding-top:			5px;
}
.members_list li .col4 {
	float:					left;
	width:					24px;
	padding:				0!important;
}
.members_list li .col4 a {
	display:				block;
	
	background-image:		url(find-out-more.gif);
	background-repeat:		no-repeat;
	background-color:		#461010;
	background-position:	50% 50%;
	
	height:					130px;
	width:					24px;
	
	text-indent:			-1000px;
	overflow:				hidden;
	
	border-top:				1px #fff solid;
}
.members_list strong {
	color:					#531313;
}

/*
	Search Results
*/
.search-result {
	display:				block;
	clear:					both;
	
	background-image:		url(search-result-box.gif);
	background-repeat:		no-repeat;
	
	width:					576px;
	height:					102px;
	margin-bottom:			10px;
}
.search-result .search_members {
	display:				block;
	width:					556px;
	margin:					8px 10px 0 10px;
}
.search-result .search_members .logo {
	float:					left;
	width:					190px;
	text-align:				center;
	margin:					10px 0 10px 0;
}
.search-result .search_members .link {
	float:					right;
}

.search-result .search_f_text {
	display:				block;
	padding:				8px 8px 0 8px;
}

/*
	Sidebar Form
*/
.autoform.newsletter {
	display:				block;
	clear:					both;
	background-image:		url(sidebar-box-top.gif);
	background-repeat:		no-repeat;
	background-position:	0 0;
	
	width:					231px;
	margin-bottom:			15px;
}
.autoform.newsletter .e_note_heading {
	display:				block;
	background-image:		url(want-more-info-text.gif);
	background-repeat:		no-repeat;
	background-position:	50% 70%;
	
	width:					231px;
	height:					50px;
	
	text-indent:			-1000px;
	overflow:				hidden;
}
.autoform.newsletter .varchar  {
	display:				block;
	background-image:		url(sidebar-form-input.gif);
	background-repeat:		no-repeat;
	
	width:					201px;
	margin:					0 0 0 18px;
	padding-bottom:			2px;
}
.autoform.newsletter .varchar .title {
	float:					left;
	width:					62px;
	
	text-align:				right;
	color:					#fff;
	line-height:			17pt;
	margin-right:			8px;
}
.autoform.newsletter .varchar .hint {
	float:					left;
	clear:					left;
	
	color:					#2A0002;
	line-height:			16pt;
	margin-right:			8px;
	
	font-size:				8pt;
	font-style:				italic;
}
.autoform.newsletter .varchar .element {
	float:					left;
}
.autoform.newsletter .varchar .element input {
	width:					120px;
	margin-top:				1px;
	border:					0;
}
.autoform.newsletter .buttons {
	display:				block;
	background-image:		url(sidebar-box-link-bottom.gif);
	background-repeat:		no-repeat;
	
	width:					231px;
	height:					35px;
	
	margin-bottom:			0!important;
}
.autoform.newsletter .buttons input {
	float:					right;
	background-image:		url(button-submit.gif);
	background-repeat:		no-repeat;
	background-color:		#531313;
	background-position:	50% 50%;
	
	border:					0;
	width:					80px;
	height:					26px;
	color:					#531313;
	vertical-align:			bottom;
	font-size:				0.01pt;
	
	margin:					5px 5px 0 0;
}

/*
	News
*/
.newsblock .block {
	display:				block;
	clear:					both;
}

.newsblock .block img {
	float:					left;
	margin:					2px 10px 8px 0;
}

.newsblock .block .read_more {
	float:					right;
	background-image:		url(arrow_right.gif);
	background-repeat:		no-repeat;
	background-position:	100% 3px;
	
	padding-right:			10px;
	text-decoration:		none;
}

.news_image {
	float:					left;
	margin:					2px 10px 5px 0;
}