hr{
	border: 0;
	color:#e8e8e8;
}



#about .left {
	width:640px;
	float:left;
}

#about .right {
	width:255px;
	float:left;
}


#about .title {
	background:url(../images/sub_title.jpg) bottom left no-repeat;
	width:640px;
	overflow:hidden;
	font-size:32px;
	padding:20px 0 5px 0;
}

#about .img {
	border:1px solid #ccc;
	margin:20px 10px 10px 0;
	padding:10px;
}
/*      *****   NEW  style					  *****   */
#about .content {
	margin:20px 0 0 0;
	font-size:12px;
	line-height:20px;
	letter-spacing:3px;
	color:#4b4b4b;    /*  <-----------  changed the color  */
}

#about .services_sub_title{
	background:url(../images/services/title.jpg) no-repeat;
	padding: 0 0 0 10px;
	margin:10px 0;
	font-size:13px;
	line-height:30px;
	letter-spacing:3px;
	color:#4b4b4b;
	font-weight:bold;
	
}


#about .menu_bgtop {
	background:url(../images/aboutus/link_menu_bg.jpg) no-repeat;
	width:217px;
	height:12px;
	float:right;
	overflow:hidden;
}

#about .bottom {
	background:url(../images/aboutus/link_menu_bottom_bg.jpg) no-repeat bottom left;
	width:197px;
	padding:0 0 15px 20px;
	float:right;
	font-size:12px;
	overflow:hidden;
}

#about .bottom ul {
	margin:0;
	padding:0;
}

#about .bottom li {
	margin:0;
	padding:0;
	line-height:30px;
	font-size:13px;
	list-style:none;
}

#about .bottom a {
	color:#1ea4b8;
	text-decoration:none;
}

#about .bottom li a:hover {
	color:#1ea4b8;
	background:#f3f8f8;
	text-decoration:none;
	width:100%;
}

#about .thumb {
	background:#eee;
	width:151px;
	height:96px;
	margin:10px 7px 10px 0;
	float:left
}

#about .details{
	background:url(../images/staff/con_bg.jpg) repeat-y; 
	width:370px;
	margin:20px 0 0 0;
	padding: 10px 15px 10px 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:23px;
	color:#333;
	display:block;
	overflow:hidden;
	
}
#about .details_more{
	
	width:350px;
	margin:0 0 50px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:23px;
	color:#333;
	display:block;
	overflow:hidden;
	
}


#about .name{
	font-size:12px;
	line-height:20px;
	letter-spacing:3px;
	color:#404040;
	font-weight:bold;
	
}
#about .name_big{
	margin:30px 0 0 0;
	font-size:24px;
	line-height:26px;
	letter-spacing:3px;
	color:#404040;
	
	
}

#about .sub_title{
	font-size:12px;
	line-height:30px;
	letter-spacing:3px;
	color:#1EA4B8;
	font-weight:bold;
	
}
#about .sub_title_more{
	
	width:325px;
	height:28px;
	background:url(../images/staff/sub_title.jpg) top left no-repeat;
	border:#CCC solid 1px;
	margin:20px 0;
	padding:0 0 0 20px;
	overflow:hidden;
	display:block;
	font-size:15px;
	line-height:26px;
	letter-spacing:3px;
	color:#1ea4b8;
	font-weight:bold;
	
}



#about .btn_more a{
	width:60px; 
	height:36px; 
	background:url(../images/staff/btn_more.jpg) no-repeat; 
	overflow:hidden; 
	float:right;
	line-height:36px;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}

#about .btn_more a:hover{
	 
	background:url(../images/staff/btn_more.jpg) bottom left; 
	
}
/*  clear funtion     */

.clear {
	clear:both;
	padding: 0;
	margin: 0;
	display:block;
	overflow:hidden;
	height:0px;
	width:100%;
}