/* CSS Document */
/* Importing style.css */ 
@import url(style.css);

/* area map content style */
.market-updates-content{
	 margin:35px 0 0 0; overflow:hidden; min-height:425px; width:1033px;
}

/* page heading style */
.market-updates-content .page-heading{
	overflow:hidden; background:url(../images/heading-border.png) 225px 50% no-repeat;
}
.market-updates-content .page-banner-image{
	overflow:hidden; margin:25px auto 25px auto;
}

.market-updates-content .info{
	overflow:hidden;
}
.market-updates-content .info p{
	font-family:Georgia, "Times New Roman", Times, serif; font-size:17px; color:#8B8B8B; line-height:160%; margin:10px 0 10px 0;
}
.market-updates-content .info p strong{
	font-size:22px; color:#7D869D; font-weight:normal;
}

.market-updates-content .info .why-list-banner{
	display:inline-block; float:right; margin:35px 0 20px 20px;
}


.market-updates-content .report{
	margin:10px auto 40px auto; width:1033px; height:500px; background:url(../images/report-bg.png) top left no-repeat;
}
.market-updates-content .report h2{
	font-family:Georgia, "Times New Roman", Times, serif; font-size:28px; color:#98834F; font-weight:normal; margin:0px 28px 0px 28px; overflow:hidden; line-height:160%;
}
.market-updates-content .report h3{
	font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; color:#A7A7A7; font-weight:normal; margin:4px 28px 5px 28px; overflow:hidden;
}
.market-updates-content .report h3 strong{
	color:#98834F;
}
.market-updates-content .report .chart-container{
	overflow:hidden; width:1001px; margin:35px auto 0 auto;
}
.market-updates-content .report .chart{
	width:850px; float:left; overflow:hidden; width:765px;
}
.market-updates-content .report .table{
	width:220px; float:right; overflow:hidden;
}
.market-updates-content .report .table table th{
	color:#98834F; font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; font-weight:normal; padding:5px;
}
.market-updates-content .report .table table td{
	color:#8B8B8B; font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; background:#060606; padding:5px; text-align:center;
}
/*.market-updates-content .report img{
	display:block; margin:50px auto 0 auto; width:1001px;
}
*/