body {
	margin: 136px 0 0 166px;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
}


/* city overview */

table.citytable {
	border-collapse: collapse;
	border:0;
	position: relative;
	left: -1px;
}

table.citytable td {

}

div.cities {
} 

table.citytable div.singleLocation {
	width: 266px;
	margin-right: 1px;
	margin-bottom: 1px;
}



table.citytable div#stakeholder div {
	background-image: url(/img/places/stakeholder.gif);
}
table.citytable div#finance div {
	background-image: url(/img/places/finance.gif);
}
table.citytable div#heritage div {
	background-image: url(/img/places/heritage.gif);
}
table.citytable div#sustainability div {
	background-image: url(/img/places/sustainibility.gif);
}
table.citytable div#environment div {
	background-image: url(/img/places/environment.gif);
}
table.citytable div#nature div {
	background-image: url(/img/places/nature.gif);
}





table.citytable div h2 {
	background-color: rgb(204,204,204);
	margin: 0 0px 0px 0;
	padding: 3px 4px 3px 4px;
	font-size:12px;
	color: rgb(234,0,0);
	text-transform: uppercase;
}

table.citytable div div {
	background-color: rgb(240,240,240);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 108px;
	width: 266px;
	font-size: 12px;
}

table.citytable p {
	padding: 3px 4px;	
	margin: 0;
}

table.citytable h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	margin: 1px 0 3px 0;
	padding: 2px 4px;
	width: 80%;
}