/******************************************************************
 CONTENT
******************************************************************/

#text .timeline{
	float:left;
	width:100%;
	position:relative;	
}
#text .timeline h2{
	float:left;
	width:auto;
	border:none;
	margin:0;
}
#text .timeline ul{
	float:right;
	width:92%;
	background:none;
	border-bottom:1px solid #DDD;
	margin:0 0 5px;
	padding:0 0 5px;
}
#text .timeline li{
	margin:0;	
}
#text .timeline p{
	padding:0;
	margin:0;
	line-height:1px;	
}
#text table, .pr-content table{
	float:left;
	width:100%;
	margin:10px 0 20px;
	background:#F6F6F6;
	text-align:left;
}
#text th, .pr-content th{
	padding:7px 5px 5px;
	color:#FFF;
	background:#003265;
	border-bottom:none;
	vertical-align:top;
}
#text tr, .pr-content tr{
	border-bottom:1px solid #DDD;	
}
#text td, .pr-content td{
	padding:7px 5px 5px;	
}