@charset "UTF-8";

.projectList h1, .projectList h2, .projectList p, .projectList ul
{
	margin: 0 0 0 16px;
}
#mapContainer
{
	width: 667px;
	margin: 0 0 0 64px;
	background: url(../images/map-clean-new.jpg) no-repeat 0 0;
	position: relative;
}
.projectList#neList
{
	width: 226px;
	padding-bottom: 6px;
	position: absolute;
	left: 290px;
	top: 65px;
	background: url(../images/map-list-bg.png) no-repeat right bottom;
	/*display: none;*/
}
.projectList#ecList
{
	width: 226px;
	padding-bottom: 6px;
	position: absolute;
	left: 290px;
	top: 65px;
	background: url(../images/map-list-bg.png) no-repeat right bottom;
	/*display: none;*/
}
.projectList#caList
{
	width: 226px;
	padding-bottom: 6px;
	position: absolute;
	left: 100px;
	top: 65px;
	background: url(../images/map-list-bg-ca.png) no-repeat right bottom;
	/*display: none;*/
}
.projectListInner
{
	overflow: auto;
	width: 220px;
	height: 270px;
	padding-top: 10px;
	background: #FFF;
}
#caList .projectListInner
{
	height: 290px;
}
.close
{
	cursor: pointer;
}



