@charset "utf-8";
/* CSS Document */

pre { font-family: monospace; }
h1,h2,h3,h4,h5,p,ul { font-family: sans-serif; }

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.125em;
	background-color: #B4C8FA; /* set background color as pale blue */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/*Centred dark blue panel for main content and header to sit within */
#centerpanel {
	background-color: #376D8F;
	width: 47em; /* use ems so that resizes elegantly on font size change */
	margin: 20px auto;
	text-align: left; /* reset after centering command in body to force IE to allow centering of div */
	padding: 0;
	position: relative;
}

/* container for header has picture as background */
#headercontainer {
	background-image:url(../images/origbeacon760w.jpg);
	background-repeat: no-repeat;
	background-color: #376D8F; /* give dark bluye background to make it look better if font gets big making center panel wider than pic */
	background-position:right; /* keep pic over main content rather than nav panel */
	height: 124px;
	padding: 0;
	margin: 0;
}

/* redundant if stick with leaving out text from header picture */
#header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000066;
	text-align: right;
	padding: 14px 30px 0 0;
}

#main { /* contains main content panel and sidebar */
	padding: 0 0 0 10em; /* make space for left sidebar */
	margin: 0;
	overflow: hidden;
	background-color: #8AB6DD; /* pale blue */
}
 * html #main {
 	height: 1%; /*for ie */
}

/* left sidebar - contains navbar and additional logos etc, and is fixed to top left even when scrolling - I hope... */

#leftsidebar {
	padding: 0;
	margin-left: -10em;
	display: inline; /* to make IE play nice  - see list apart article */
	text-align: center;
	width: 10em;
	background-color: #376D8F; /* dark blue */
	float: left;
}

/* To hold the main content */
#content {
	margin-left: -10em; 
	border-left: 10em solid #376D8F; /* border the same width and color as left sidebar */
	padding: 1em 2em 1em 2em;
	float: right;
	width: 33em;
	text-align: left;
	background-color: #8AB6DD; /* pale blue */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}

/* Main content styles */

#content p {
	font-size: 0.9em;
	margin: 0;
	padding: 0 0 1em 0;
}

#content h1 {
  font-size: 1.5em;
  text-align: center;
  margin: 0;
  padding: 0 0 0.7em 0;
}

#content h2 {
	font-size: 1em;
	margin: 0;
	padding: 0 0 0.8em 0;
}	

#content h3 {
  font-size: 0.9em;
  margin: 0;
  padding: 0.5em 0 0 0;
}

#content ul {
  font-size:0.95em;
  margin: 0;
  padding: 0 0 0.5em 1em;
}

#content li {
  font-size:0.95em;
  margin: 0;
  padding: 0 0 0.3em 1em;
}

#content ol {
	list-style-type:lower-alpha;
    font-size: 0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	padding: 0 0 0.5em 1em;
}

#content ol li {
	padding: 0.5em 0;
	font-size: 0.9em;
}

#content a.top {
	font-size: 0.8em;
}

#content p.address {
    font-size: 0.85em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	padding:0;
}

/* space for a footer */
#footer { 
	padding: 0 40px 0 0;
	margin: 0;
	background-color: #376D8F;
}

#footer p {
	padding: 0;
	margin: 0;
	font-size: 8pt;
	color:#FFFFFF;
	text-align: right;
}

/* Div for floating images right */

div.floatRight {
	float: right;
}

div.floatLeft {
	float: left;
}

/* To help presentation in IE */
.clear {font-size: 1px; height: 1px}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
}

/* Navigation Panel */

.navboxcontent {
	padding: 14pt;
	margin: 0;
	background-color: #376D8F;
	text-align: left;
}

ul.firstlevelnav {
  padding: 0;
  margin: 0;
}

ul.firstlevelnav li, ul.firstlevelnav a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #8AB6DD;
  text-decoration: none;
  list-style: none;
  padding: 0;
}

ul.secondlevelnav {
  text-decoration: none;
  padding: 0;
  margin: 0;
}

ul.secondlevelnav li, ul.secondlevelnav a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #8AB6DD;
  list-style: none;
  padding: 0 0 0 1em;
}

/* Now sort out highlighting current page */

#home .home, #accommodation .accommodation, #availability .availability, #catering .catering, #prices .prices, #booking .booking, #camping .camping, #local .local, #activities .activities, #field .field, #about .about, #people .people, #customers .customers, #contact .contact, #directions .directions, #links .links, #archive .archive, #kayaking .kayaking, #climbing .climbing, #subaqua .subaqua, #walking .walking, #birdwatching .birdwatching, #biology .biology, #geology .geology {
	color: #ffffff;/*#B4C8FA;*/
}

div.leftnavlogo {
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: left;
	width: 100px;
}

div.photoFloatRight {
	padding: 0;
	margin: 0 0 1em 1em;
	float: right;
	clear: both;
}

div.photoFloatLeft {
	padding: 0;
	margin: 0 1em 1em 0;
	float: left;
	clear: both;
}

div.photoCentred {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#content div.photoFloatRight p, #content div.photoFloatLeft p, #content div.photoCentred p {
	font-size: 0.8em;
	text-align: center;
	margin: 0;
	padding: 0;
}

div.news {
  padding: 1em;
  margin: 0 0 1em 0;
  border: 1pt solid #003366;
 }
 
 div.news p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #003366;
  text-decoration: none;
 }
 
 table.prices {
	margin: 1em 0;
	border-collapse: collapse;
	border: 2px solid #003366;
	font-size: 0.9em;
    color: #003366;
}

table.prices caption {
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 0.5em 0;
}

table.prices th {
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	border: 2px solid #003366;
}

table.prices td {
	font-weight: normal;
	text-align: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	border: 1px solid #003366;
}

/*Forms*/
div.form {
	text-align: left;
	width: 30em;
}

form div {
	padding: 0.3em 0;
}

form label {
	font-size: 0.8em;
}

div.formline {
	padding: 0.1em 0;
}

div.formLabel {
	text-align: right;
	float: left;
	width: 10em;
	padding:0;
}

div.popup {
	padding: 2em;
}

div.customer {
	padding: 0.5em;
	border: 1pt solid #003366;
	margin:
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-align: left;
}

#content div.customer p {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

div.customer p.more {
	text-align: right;
	margin: 0;
	padding: 0;
}

div.customer p.more a {
	text-decoration:none;
	font-size: 0.8em;
}