#eco_dev {
	width: 720px;
	display: block;
}

#eco_dev #left_col {
	width: 430px;
	display: block;
		float: left;
}

#eco_dev #left_col #title {
	width: 429px;
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight:bold;
	color: #177c33;
}


#eco_dev #left_col #detailImage img {
	width: 409px;
	margin: 8px 0px 8px 0px;
	border: 1px solid black;
}

#eco_dev #left_col #thumbImages {
	width: 409px;
	display:block;
}

#eco_dev #left_col #thumbImages img {
width: 54px;
height: 41px;
margin: 0px 8px 8px 0px;
float: left;
border: 1px solid black;
}

#eco_dev #left_col #map {
	padding: 8px 0px 0px 0px;
}

#eco_dev #left_col #map img {
width: 331px;
height: 243px;
border: 1px solid black;
}


#eco_dev #right_col {
	width: 287px;
	display: block;	
	float: left;
}


#eco_dev #right_col #detailLinks {
	text-align: center;
	width:287px;
	color: #177c33;
	font-weight:bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;

}

#eco_dev #right_col #detailLinks a {
	color: #177c33;
	font-weight:bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#eco_dev #right_col #details table { width: 287px; }

#eco_dev #right_col #details {
	width: 287px; 
	padding: 5px 0px 0px 0px;
}

#eco_dev #right_col #details #header{
	background: url('/economic_dev/images/detail_top.jpg') no-repeat;
	width: 287px;
	height: 14px;
}

#eco_dev #right_col #details #footer{
	background: url('/economic_dev/images/detail_bottom.jpg') no-repeat;
	width: 287px;
	height: 14px;	
}

#eco_dev #right_col #details tr {
	background-color:  #cccccc;
	height: 14px;

}
#eco_dev #right_col #details #altRow{
	background-color:  #999999;
	height: 14px;
}

#eco_dev #right_col #details td , #eco_dev #right_col #details th {
	padding: 2px 0px 2px 5px;
}


#eco_dev #right_col #otherinfo {
	color: #000000;
	width: 286px;
    font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 20px 0px 0px 0px;
}	

#eco_dev #right_col #otherinfo span {
    font-weight: bold;
	font-size: 13px;
	font-weight: bold;
}

.clearer {
	clear: left;
}