/* ARTICLE HEADER */

.articleHeadersp {
	position:relative;
	width:100%;
	height:285px;
	background-color:#e8f3f7;
	margin-bottom:20px;
	display:block;
	}


/*removed positioning and changed left to margin-left*/
.articleHeadersp h1 {
	margin-left:165px;
	color:#000000;
	font-size:60px;
}

/*removed positioning and changed left to margin-left*/
.articleHeadersp h2 {
	margin-left:165px;
	width:400px;
	color:#7d8170;
	font-size:30px;
}
	

#expertArticleImgsp {
	position:absolute;
	top:19px;
	_bottom:-6px;
	left:-25px;
	z-index:1000;
	display:block;
	overflow:visible;
	}	

#articleHeadDotTopsp {
	position:absolute;
	top:190px;
	right:0px;
	width:100%;
	padding:0px;
	margin:0px;
	}
	
	
	
#articleHeadExpertDescsp {
	position:absolute;
	right:5px;
	width:400px;
	top:210px;
	_top:215px;
	line-height:14px;
	}
	
.topic {
	font-size:32px;
	color:#33a1cc;
	margin:0px;
	}
	
.topicDesc {
	font-size:18px;
	color:#7d8170;
	margin-top:-8px;
	}
