/* Copyright 2005 Walesby Forest Campsite. All Rights Reserved. */

/* This stylesheet is intended for the following:-
     Font Size: Medium
     Media Type: Print */

/* The stylesheet has been tested on Internet Explorer 6.0, Opera
   Internet Browser 7.0, Mozilla Firefox 1.0.2 and Netscape 7.0.
   It displays the same on each browser */



/* ******************************************************************** */
/* ******************************  BODY  ****************************** */
/* ******************************************************************** */
body
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	color: #000000;
}


/* ************************************************************************ */
/* ******************************  HEADINGS  ****************************** */
/* ************************************************************************ */
h1
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

h1.indent
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}

h2
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #026D43;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2.indent
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #026D43;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

h3
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h3.indent
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
}

h4
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #669E83;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

h5
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

h6
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

td.rightColumn h2
{
	display: none;
}


/* ******************************************************************** */
/* ******************************  TEXT  ****************************** */
/* ******************************************************************** */
p
{
	color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p.textnews
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 9pt;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

td.rightColumn p
{
	display: none;
}


/* ******************************************************************************************** */
/* ******************************  BULLETED AND NUMBERED LISTS   ****************************** */
/* ******************************************************************************************** */
td.navMenu ul
{
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: decimal;
}

td.navMenu ul li
{
	display: inline;
	list-style-type: square;
}

ul.navSubMenu, ul.navSubMenu li
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px 0px 0px 0px;
	list-style-type: disc;
}

ul.navSubSubMenu , ul.navSubSubMenu li
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px 0px 0px 0px;
	list-style-type: circle;
}

ul
{
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 25px;
	list-style-type: square;
}

ol
{
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 25px;
}


/* ********************************************************************* */
/* ******************************  LINES  ****************************** */
/* ********************************************************************* */
hr
{
	height: 2px;
	color: #026D43;
	background-color: #026D43;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #026D43;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #026D43;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #026D43;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #026D43;
	NOSHADE
}


/* ************************************************************************** */
/* ******************************  HYPERLINKS  ****************************** */
/* ************************************************************************** */
a
{
	color: #026D43;
	text-decoration: underline;
}

a:visited
{
	color: #026D43;
	text-decoration: underline;
}

a:hover
{
	color: #669E83;
	text-decoration: none;
}

td.navMenu ul li a, td.navMenu ul li a:visited
{
	padding: 2px 10px 2px 10px;
	font-family: verdana,arial,helvetica,times new roman,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

td.navMenu ul li a:hover
{
	font-family: verdana,arial,helvetica,times new roman,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

ul.navSubMenu li a, ul.navSubMenu li a:visited
{
	padding: 2px 2px 2px 2px;
	font-family: verdana,arial,helvetica,times new roman,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

ul.navSubMenu li a:hover
{
	font-family: verdana,arial,helvetica,times new roman,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ff0000;
}

ul.navSubSubMenu li a, ul.navSubSubMenu li a:visited
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 2px 2px 2px 2px;
	font-family: verdana,arial,helvetica,times new roman,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

ul.navSubSubMenu li a:hover
{
	font-family: verdana,arial,helvetica,times new roman,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ff0000;
}

td.rightColumn a, td.rightColumn a:visited
{
	display: none;
}

td.rightColumn a:hover
{
	display: none;
}

table.product a, table.product a:visited
{
	padding: 0px 2px 0px 15px;
	font-family: verdana,arial,helvetica,times new roman,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

table.product a:hover
{
	font-family: verdana,arial,helvetica,times new roman,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #cc0000;
	text-decoration: underline;
}

td.footer a:link, td.footer a:visited
{
	color: #000000;
	text-decoration: underline;
}

td.footer a:hover
{
	color: #666666;
	text-decoration: none;
}


/* **************************************************************************** */
/* ******************************  IMAGE STYLES  ****************************** */
/* **************************************************************************** */
img
{
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #ffffff;
}

img.logo
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

img.handheld
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

td.main img.border
{
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

td.main img.noborder
{
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
}

td.rightColumn img
{
	display: none;
}

img.advert
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	text-align: center;
}

td.acknowledgements img
{
	display: none;
}

img#image2007
{
	display: none;
}


/* *************************************************************************** */
/* ******************************  FORM STYLES  ****************************** */
/* *************************************************************************** */
fieldset
{
	padding: 20px 10px 10px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

fieldset.product
{
	width: 99%;
	padding: 5px 5px 5px 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

legend
{
	padding: 0px 5px 0px 20px;
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 10pt;
	color: #000000;
}

legend.product
{
	padding: 0px 5px 0px 5px;
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #ffffff;
}

input
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 8pt;
	color: #000000;
}

textarea
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 8pt;
	color: #000000;
}

select
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 8pt;
	color: #000000;
}


/* ************************************************************************************* */
/* ******************************  TABLE AND CELL STYLES  ****************************** */
/* ************************************************************************************* */
td.header
{
	font-size: 10pt;
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	color: #000000;
}

td.navMenu
{
	padding: 2px 2px 2px 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #76AC94;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #76AC94;
}

td.leftColumn
{
	width: 163px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CDE2D9;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CDE2D9;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #CDE2D9;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #CDE2D9;
}

table.navSubMenu
{
	width: 163px;
	padding: 20px 0px 0px 0px;
	font-family: verdana,arial,helvetica,times new roman,sans-serif;
	font-size: 8pt;
	color: #000000;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #026D43;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #026D43;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #026D43;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #026D43;
}

td.main
{
	width: 487px;
	padding: 5px 0px 10px 5px;
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 10pt;
	color: #000000;
}

td.tableHeader
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #669E83;
}

table.table
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 8pt;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #026D43;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #026D43;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #026D43;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #026D43;
	background-color: #ffffff;
}

table.product
{
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 9pt;
	padding: 2px 2px 2px 2px;
}


td.rightColumn
{
	display: none;
}

td.picPromoHeader
{
	display: none;
}

td.picPromoFooter
{
	display: none;
}

td.promoHeader
{
	display: none;
}

td.footer
{
	padding: 2px 0px 2px 0px;
	font-family: verdana,times new roman,arial,helvetica,sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

td.acknowledgements
{
	display: none;
}


/* **************************************************************************************** */
/* ******************************  MISCELLANEOUS TAG STYLES  ****************************** */
/* **************************************************************************************** */

