@charset "utf-8";
/* CSS Document */
#project-map {
	margin: 0 20px 0 0;
	width: 258px;
	height: 328px;
	position: relative;
	float: right;
	background: url(/UK/_images/maps/UK.png) no-repeat;
}
#project-map li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
}
#project-map a {
	 text-decoration: none;
	 text-indent: -9999px;
	 display: block;
}

#scotland {
	width: 133px;
	height: 166px;
	top: 0px;
	left: 76px;
}
#scotland a {
	height: 166px;
}
#scotland a:hover, #scotland a.active {
	background: url(/UK/_images/maps/scotland.png) no-repeat;
}
#northern-ireland {
	width: 57px;
	height: 45px;
	top: 141px;
	left: 51px;
}
#northern-ireland a {
	height: 45px;
}
#northern-ireland a:hover, #northern-ireland a.active {
	background: url(/UK/_images/maps/northern_ireland.png) no-repeat;
}
#north-west {
	width: 37px;
	height: 77px;
	top: 149px;
	left: 144px;
}
#north-west a {
	height: 77px;
}
#north-west a:hover, #north-west a.active {
	background: url(/UK/_images/maps/north_west.png) no-repeat;
}
#north-east {
	width: 32px;
	height: 45px;
	top: 125px;
	left: 167px;
}
#north-east a {
	height: 45px;
}
#north-east a:hover, #north-east a.active {
	background: url(/UK/_images/maps/north_east.png) no-repeat;
}
#yorkshire {
	width: 54px;
	height: 44px;
	top: 170px;
	left: 170px;
}
#yorkshire a {
	height: 44px;
}
#yorkshire a:hover, #yorkshire a.active {
	background: url(/UK/_images/maps/yorkshire_and_humberside.png) no-repeat;
}
#wales {
	width: 58px;
	height: 72px;
	top: 208px;
	left: 109px;
}
#wales a {
	height: 72px;
}
#wales a:hover, #wales a.active {
	background: url(/UK/_images/maps/wales.png) no-repeat;
}
#west-midlands {
	width: 43px;
	height: 51px;
	top: 215px;
	left: 157px;
}
#west-midlands a {
	height: 51px;
}
#west-midlands a:hover, #west-midlands a.active {
	background: url(/UK/_images/maps/west_midlands.png) no-repeat;
}
#east-midlands {
	width: 49px;
	height: 62px;
	top: 201px;
	left: 181px;
}
#east-midlands a {
	height: 62px;
}
#east-midlands a:hover, #east-midlands a.active {
	background: url(/UK/_images/maps/east_midlands.png) no-repeat;
}
#east-of-england {
	width: 48px;
	height: 49px;
	top: 225px;
	left: 209px;
}
#east-of-england a {
	height: 49px;
}
#east-of-england a:hover, #east-of-england a.active {
	background: url(/UK/_images/maps/east_of_england.png) no-repeat;
}
#south-west {
	width: 105px;
	height: 72px;
	top: 256px;
	left: 83px;
}
#south-west a {
	height: 72px;
}
#south-west a:hover, #south-west a.active {
	background: url(/UK/_images/maps/south_west.png) no-repeat;
}
#south-east {
	width: 68px;
	height: 59px;
	top: 250px;
	left: 184px;
}
#south-east a {
	height: 59px;
}
#south-east a:hover, #south-east a.active {
	background: url(/UK/_images/maps/south_east.png) no-repeat;
}
#london {
	width: 19px;
	height: 11px;
	top: 271px;
	left: 212px;
}
#london a {
	height: 11px;
}
#london a:hover, #london a.active {
	background: url(/UK/_images/maps/london.png) no-repeat;
}
div#project-list div.inactive {
	display: none;
}