/* CSS Document */

/* CSS Image map for Regional area - copied from statistics/index.htm
-------------------------------------------------------------- */

/* Hide map from printing, display standalone uk map instead */      
   
@media print 
{
	dl#HoverMap {display: none;}
}

/* Add styles to definition list and hyperlinks */

dl#HoverMap 
{
	margin: 10px 0 0 10px; 
	padding: 0; 
	background: transparent url("../../press/images/homepagemap-trans.gif") top left no-repeat; 
	width: 290px; 
	height: 250px; 
	position: relative;
}

.box-2col-last dl#HoverMap 
{
	margin-left: 75px;	
}

#HoverMap dt {display: none;}
#HoverMap dd {margin: 0; padding: 0;}
#HoverMap dd a {position: absolute;}

#HoverMap dd span 
{
	position: absolute; 
	left: 160px; 
	display: block; 
	width: 130px; 
	background: url("../images/sprites/bullets.png") no-repeat scroll 0 0.7em transparent;
	padding: 0.2em 0 0.2em 18px;
}

#content #HoverMap dd span 
{
	font-size: 100%;
}

#HoverMap a:hover span 
{
	color: #e90542;
	text-decoration: underline;
}

#HoverMap a:active, #HoverMap a:hover
{		
	color: #e90542;
	text-decoration: underline;
}

#HoverMap a:focus, #HoverMap a:active, #HoverMap a:hover {cursor: pointer;}

/* Link box locations and dimensions on the map - Positions start from top-left of the map */

dd#ScotlandLink a {width: 70px; height: 100px;}
dd#NorthEastLink a {top: 100px; left: 65px; width: 20px; height: 30px;}
dd#NorthWestLink a {top: 110px; left: 50px; width: 15px; height: 50px;}
dd#YorkshireLink a {top: 125px; left: 68px; width: 30px; height: 27px;}
dd#WalesLink a {top: 155px; left: 20px; width: 35px; height: 45px;}
dd#WestMidlandsLink a {top: 165px; left: 55px; width: 20px; height: 25px;}
dd#EastMidlandsLink a {top: 155px; left: 77px; width: 20px; height: 25px;}
dd#SouthWestLink a {top: 202px; left: 10px; width: 67px; height: 45px;}
dd#SouthEastLink a {top: 210px; left: 80px; width: 45px; height: 18px;}
dd#LondonLink a {top: 198px; left: 95px; width: 35px; height: 10px;}
dd#EastLink a {top: 172px; left: 98px; width: 35px; height: 24px;}

/* Pull the list text (Clickable hyperlink text) into the correct position */

#NorthEast {margin: -80px 0 0 -65px;}
#NorthWest {margin: -70px 0 0 -50px;}
#Yorkshire {margin: -65px 0 0 -68px;}
#Wales {margin: -75px 0 0 -20px;}
#WestMidlands {margin: -65px 0 0 -55px;}
#EastMidlands {margin: -35px 0 0 -77px;}
#SouthWest {margin: -63px 0 0 -10px;}
#SouthEast {margin: -52px 0 0 -80px;}
#London {margin: -21px 0 0 -95px;}
#East {margin: 25px 0 0 -98px;}
#England {margin: 217px 0 0 0px;}


/* New subscribe icon for twitter
-------------------------------------------------------------- */

ul.subscribeIcons li.iconTwitter 
	{
		background: transparent url(../images/icons/twitternull.gif) no-repeat scroll center top;
	}
	
ul.subscribeIcons li.iconTwitter a 
	{
		background: transparent url(../images/icons/twitter.png) no-repeat scroll center top;
	}
	
/* Download icon for gallery
-------------------------------------------------------------- */

.lightbox span.download
	{
		padding: 0 0 4px 20px;
		background: transparent url(../v4-images/website/icons/download_small.gif) no-repeat scroll 5px 4px;
		clear: both;
	}
	
/* Fix for ordered list numbering bug in IE7
-------------------------------------------------------------- */	

.ie7 ol li {
	zoom: 0;
}
