@charset "utf-8";
/* CSS Document */

div.membertable{
	border:2px solid #BA0000;
	padding:0;
	font-size:11px;}
	
.member_toprow{background-color:#dbdbdb; font-weight:bold;}
	
div#sub_member_header{
	background-color:#BA0000;
	background-image:url(images/bg_header.png);
	background-repeat:repeat-x;
	background-position:top;
	height:136px;
	padding:0;}
	
div.member{font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#fff;}
	
div.membertitle{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;}
	
div.membercontact{padding:10px;}
	
div.top_description{
	background-color:#BA0000;
	padding:0 10px 5px 10px;
	color:#fff;
	font-weight:bold;}

div.description{
	background-color:#eff0f1;
	border:1px solid #d4d4d4;
	padding:10px;
	margin:1px;}
	
div.description_left{
	float:left;
	width:20%}
	
div.contact_left{
	float:left;
	width:18%;
	line-height:25px;}
	
div.description_right{
	float:right;
	width:80%}
	
div.contact_right{
	float:right;
	width:82%;
	line-height:30px}
	
div.contact_right input{
	font-size:12px;
	margin:1px;
	border:1px solid #bcbdbd;}
	
div.contact_right textarea{
	font-size:12px;
	margin:1px;
	border:1px solid #bcbdbd;}		

div.rfooter{ background-color:#BA0000; width:550px;}
div.rfooter_content{color:#fff; font-size:11px; padding:2px 10px 0 10px;}
b.rtop, b.rbottom{display:block; background: #fff; color:#fff; width:550px;}
b.rtop b, b.rbottom b{display:block;height: 1px; background: #BA0000;}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

div.alphabeth_listing{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#d3d3d3;}

div.alphabeth_listing a{
	color:#3b5672;
	text-decoration:none;
	padding-right:4px;
	padding-left:4px;}
	
div.alphabeth_listing a:hover{
	text-decoration:underline;}
	
div.member_photo_bg{
	border:1px solid #ccc;
	width:65px;
	height:93px;
	float:left;}
	
div.member_photo{padding:4px;}
div.member_description{float:right; width:460px;}
div.member_name{ font-size:14px; font-weight:bold;}
div.member_description p{padding:10px; margin:20px;}
div.member_description a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
	margin_top:10px;}
	
div.member_description a:hover{
	text-decoration:underline;}
