@charset "UTF-8";

body { padding-top: 434px; }

/* Latest Updates Log */
div#latestUpdates, div#slideshow, div#ukmap {
	position: absolute;
	top: 170px;
}

div#latestUpdates { right: 0; height: 249px; overflow: hidden; }

div#latestUpdates ul {
	width: 97%;
	margin: 0 auto;
	list-style-type: none;
}

div#latestUpdates ul li {
	float: left;
	clear: both;
	width: 98%;
	margin-bottom: 10px;
	margin-left: 2%;
	font-size: 10px;
}

div#latestUpdates ul li#latestUpdate {
	width: 100%;
	margin-left: 0;
	padding-bottom: 10px;
}

div#latestUpdates ul li img {
	display: block;
	float: left;

	width: 45px;
	height: 45px;

	margin-right: 2%;
}

div#latestUpdates ul li span {
	float: left;
	font-weight: bold;
}

/* Slideshow */
div#slideshow, div#ukmap {
	height: 250px;
	border: 1px solid #8dab6b;
}

div#slideshow {
	left: 10px;
	width: 486px;
	border-right-width: 0;
	background: url(../images/slideshow/1.jpg) 1px 1px no-repeat;
}

div#slideshow span {
	display: block;
	margin: 1px 0 0 1px;
	padding: 10px;
	color: #fff;
	background: url(../images/interface/1pxAlpha.png) top left repeat;
}

div#slideshow span a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}

form#searchForm {
	position: absolute;
	top: 300px;
	left: 237px;
	z-index: 2;

	width: 250px;
	height: 110px;

	border: 1px solid #8dab6b;
	background-color: #fff;	
}

form#searchForm label { width: auto; margin-left: 10px; }
form#searchForm input { width: 90%; margin-right: 10px; }
form#searchForm button { margin-right: 10px; }

/* UK Map */
div#ukmap {
	z-index: 4;
	left: 497px;
	width: 225px;
	border-left-width: 0;
	background: url(../images/interface/masthead.gif) 0px -293px no-repeat;
}

a.mapMarker {
	display: block;
	position: absolute;
	width: 15px;
	height: 21px;
	background: url(../images/interface/masthead.gif) -225px -358px no-repeat;
	text-decoration: none;
}

a.mapMarker span {
	display: none;
	position: relative;

	top: -65px;
	left: -82px;
	width: 175px;
	height: 60px;

	overflow: hidden;
	padding: 5px 0 0 5px;

	background: url(../images/interface/masthead.gif) -224px -293px no-repeat;
	color: #222;
	z-index: 100;
}

a.mapMarker:hover span { display: block; z-index: 10; }

a.mapMarker span img {
	display: block;
	width: 165px;
	height: 105px;
	margin-bottom: 5px;
	cursor: pointer;
}

a.mapMarker span span {
	position: static;
	top: 0;
	left: 0;
	width: 168px;
	height: 17px;
	padding: 0;
	background: none;
	color: #557e05;
	font-weight: bold;
	overflow: hidden;
}

/* Blog */
h4 span {
	display: block;
	font-size: 10px;
	font-style: italic;
}

/* 'External' Advert on home page */
div#homeAd {
	display: block;
	float: right;
	width: 488px;
	height: 155px;
	margin: 0 10px 10px 0;

	padding: 0;
	border: 1px solid #8dab6b;
	background: url(../images/homeAd.gif) 0 0 no-repeat;
}

div#homeAd a {
	display: block;
	width: 100%;
	height: 100%;
}
