* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 6em; /* Extra space needed for Opera Mini - compensates for Feeds bar (multiple feeds) */
	padding: 0.5em;
	text-align: left;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 0.7em;
}


h1 {
	font-size: 2em;
	font-weight: normal;
	font-family: gill sans, verdana, helvetica, arial, sans-serif;
}


h1 a:link, h1 a:visited, h1 a:hover {
	color:#fff;
}

h1, h2, p, li, dd, dt {
	color:#333;
}

p {
	line-height: 1.5em;
}

p.italic {
	font-style: italic;
}

a:link, a:visited {
	color: #00cc00;
	text-decoration: none;
	outline-style: none;
}

a:hover {
	color: #009900;
	text-decoration: underline;
}

a:active {
	color: #009900;
	text-decoration: none;
}

img {
	border: 0;
}

/* Tooltip */

div#qTip {
	display: none;
}

/* Header */

#header {
	position: relative;
	width: inherit;
	margin-bottom: 1em;
	padding: 0.5em;
	background-color: #666;
}

/* Header navigation */

#header ul {
	display: none;
}

/* Main body */

#mainbody {
	position:relative;
	width: inherit;
}

/* Titles */

img.title1, img.title2, img.title3, img.title4 {	
	content: attr(alt);
	display: block;
	font-family: gill sans, verdana, helvetica, arial, sans-serif;
	font-size: 2em;
	color: #009900;
}

img.title1, img.title2, img.title4 {
	margin-bottom: 1em;
}

img.title3 {
	margin-bottom: 0;
}

/* Guides */

#mainguide ul, ul#sitelist {
	list-style-type: none;
}

#mainguide ul {
	margin-bottom: 1em;
}

#mainguide li, ul#sitelist li {
	display:inline;
	white-space: nowrap;
	line-height: 1.5em;
}

ul#regionthumbs {
	display: none;
}

/* Ordnance Survey copyright */

#mapcopyright {
	display: none;
}

/* Quick guide */

ul#treemenu {
	display: none;

}

/* Content */

#content {
}

#content p, #aboutcontent p {
	margin-bottom: 1em;
}

/* Contact */

#contactcontent ul {
	list-style-type: none;
}

#contactcontent li{
	padding-bottom: 1em;
}

#contactcontent li.post{
	padding-bottom: 0;
}

/* Not found */

#notfoundcontent p {
	position: relative; /* important for correct display in IE(Win) */
}

#notfoundcontent p a {
	white-space: nowrap;
}

/* Site info and disclaimer */

dl.info, dl.info dt, dl.info dd {
	list-style-type: none;
}

dl.info dt, dl.info dd {
	color: #999;
}

dl.info dt {
	margin-bottom: 0.5em;	
}

dl.info dd {
	margin-bottom: 1em;
	line-height: 1.5em;
}

/* Main photo */

a img#mainphoto {
	display: block;
	margin: 1em 0 1em 0;
}

/* End notes */

ul#endnotes, ul#endnotes ul, ul#endnotes li {
	list-style-type: none;
}

ul#endnotes li {
	clear: left;
}

ul#endnotes li ul {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

ul#endnotes li {
	color: #999;
	line-height: 1.5em;
}

ul#endnotes ul li {	
	margin-bottom: 0.5em;
}

ul#endnotes ul li#related, ul#endnotes li#related ul {
	margin-bottom: 0;
}

/* Thumbnail gallery */

ul#endnotes li ul#gallery {
	display: block;
	margin-top: 0;
	margin-bottom: 1.5em;
}
ul#endnotes li ul#gallery li {
	display: inline-block;
	margin: 0;
}

ul#gallery li a:link img, ul#gallery li a:visited img {
	display: block;
	float: left;
	margin: 0.5em 0.2em 0 0;
}

/* Footer */

#footer {
	position: relative;
	width: inherit;
	margin-top: 1em;
	padding: 0.5em;
	background-color: #666;
}

#footer p {
	color:#fff;
}

/* Image map */

img#mapbase {
	display: none;
}

/* TSEP */

.tsepProject .SearchForWhatNothing {
	height: inherit;
	width: 100%;
	background: none;
}

.tsepProject .SearchField {
	width:  80%;
}

.tsepProject textarea, .tsepProject input {
	margin-bottom: 0.5em;
}

.tsepProject .tsepCopyright {
	margin-top: 1em;
	text-align: left;
}