/*************************************************************************
*
*	www.longhope.co.uk stylesheet
*	Deryck Thake
*	June 2004
*
**************************************************************************/
body{
	margin: 20px;
	padding: 0;
	font-size: 1.0em;
	font-family: verdana, arial, helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0 0 15px 0;
	padding: 0;
	color: #888;
	/*text-align: center;*/
}

p{
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 1.1em;
	margin: 0 0 16px 0;
	padding: 0;
}
.content>p{
	margin: 0;
}
.content>p+p{
	text-indent: 30px;
}
	
/* Link styles */
a{
	color: teal;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: 600;
	text-decoration: none;
}

a:link{
	color: teal;
}

a:visited{
	color: teal;
}

a:hover{
	background-color: #bbb;
}


/* Strict XHTML doesnt support border="0" so set that property here */

A:link IMG {
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
A:visited IMG {
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}

/*  sitenavigation; This is where all the internal links go. */

/* This version, commented out, is a box on the LHS 
#sitenavigation{
	position: absolute;
	width: 128px;
	top: 20px;
	left: 20px;
	font-size: 0.9em;
	border: 1px dashed black;
	background-color: white;
	padding: 10px;
}
*/

/*This version, currently active, is a copy of the content class */

#sitenavigation{
	position: relative;
	width: auto;
	min-width: 120px;
	/*margin: 0 210px 20px 170px;*/
	border: 0px solid black;
	padding: 10px;
}

/* box for top image (well, its at the top now anyway!)*/

.borderbox{
	position: relative;
	width: 100%;
	height: 80px;/* This absolute value is the height of the topbar */
	background-repeat:repeat-x;

	background-image: url(images/topbar.jpg) ;
	/*margin: 0 210px 20px 170px;*/
	border: 0px solid black;
	padding: 0;
}	

/* Box to contain the OS maps (or any other image)and copyright message */
/* Declare the width in-line */

.mapbox{
	position: relative;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 0px;
	font-size: 0.8em;
}

/* All the other content will go in this box */

.content{
	position: relative;
	width: auto;
	margin: 0 210px 20px 170px;
	border: 0px solid black;
	padding: 10px;
}
#skip a, #skip a:hover, #skip a:visited  { 
 	position:absolute; 
 	left:0px; 
 	top:-500px; 
 	width:1px; 
 	height:1px; 
 	overflow:hidden;
 } 
  
 #skip a:active 
 { 
 	position:static; 
 	width:auto; 
 	height:auto; 
 } 		