/* Set up the page */
html {
	overflow-y: scroll;
}

/* remove the focus dotted lines */
:focus {
	outline: 0;
}

/* set the basic page formatting */
body {
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* set the main title colour independant of size */
.colourtitle {
	color: #003333;
	font-weight:bold;
	font-size:16px;
}

/* set the basic page links formatting */
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.ondark {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.ondark a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.ondark a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/* example formatting for background image */
.outerwrapper {
	background:white;
}


.contentarea {
	background:black;
	color:#FFFFFF;
	font-size:12px;
}

.indexmainarea {
	background:white;
	padding:2px 20px 0px 20px;
}

.intalicscontent {
	font-style:italic;
	color: #30807D;
}

/* example formatting for bordered area with background colour */
.area-container {
	padding: 5px;
	background-color: #EEE;
	border: 1px solid #519553;
}

/* example formatting for bordered area without background colour */
.pic-container-clear {
	padding: 5px;
	border: 1px solid #EEEEEE;
}

/* formatting for header and footer */
.siteheader {
	background:black url(img/ch-header.gif) no-repeat left top;
	height: 119px;
	width: 647px;
	vertical-align:baseline;
	color:#FFFFFF;
	font-size:16px;
}
.headerlocation {
	background:white;
	height: 15px;
	padding: 8px;
	text-align:center; 
}
.colpadding {
	background:black;
	width: 15px;
}
.colpaddingorange {
	background:#FF9900;
	width: 10px;
}

.bluearea {
	background:#0000FF;
	padding: 4px;
}

.sitefooter {
	background: #FF9900;
	font-style: normal;
	font-size:10px;
	height: 15px;
}

.contenttop {
	background:white url(img/topcolour.jpg) no-repeat left top;
	height: 12px;
}

.navwood {
	background:white url(img/wood-lhs.jpg) no-repeat left top;
	height: 12px;
}

.rhswood {
	background:white url(img/wood-rhs.jpg) no-repeat left top;
	height: 12px;
}

.rhscolumn {
	background:#008442;
	width:240px;
	text-align:center;
}

.rhscolumnimage {
	margin-bottom:12px;
	text-align:center;
}
/* altered formatting for heading tags */
h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
	color: #ffffff;
}

/* nav formatting */

.lhsnav {
	background:white url(img/menubg.jpg) repeat-y left top;
	width:252px;
}

 #navcontainer
{
margin: 0;
padding: 0 0 0 0px;
}

#navcontainer UL
{
list-style: none;
margin: 3px 0px;
padding: 0;
border: none;
}

#navcontainer LI
{
display: inline;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
	font-size:11px;
	color: #1F4109;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px;
	font-weight: bolder;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}

#navcontainer A:hover, #navcontainer A:active { color: #008442; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #444; }
#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }

.indexlhscolumn {
	background:#FF9900;
	width:108px;
	text-align:center;
}

.indexrhscolumn {
	background:#000000;
	text-align:left;
	padding: 2px 4px;
}

.indexlhsitem {
	background:#ffffff;
	width:100px;
	text-align:center;
	padding: 2px 4px;
	font-size:10px;
	color:#000000;
}

.indexlhsblackspacer {
	background:#000000;
	text-align:left;
	height:10px;
}

.indexlhsorangespacer {
	background:#FF9900;
	text-align:left;
	height:10px;
}

.orangetext {
	color:#FF9900;
}

.tourslhsblue {
	background:#0000FF;
	width:108px;
	text-align:center;
	height:70px;
	vertical-align:middle;
}

.tourslhsblue p {
	margin: 15px 0px;
}

.tourslhsorange {
	background:#FF9900;
	width:108px;
	text-align:center;
	height:70px;
}

.tourslhsorange p {
	margin: 15px 0px;
	color:#000000;
}
.tours-rhs {
	background:#ffffff;
	color:#000000;
	font-size:10px;
	vertical-align:middle;
	padding: 2px;
}

.tours-wrapper {
	border: thin solid #0000FF;
	font-size:10px;
	vertical-align:middle;
	padding: 0px;
}
.tours-rhs-black-spacer {
	background:#000000;
	text-align:left;
	height:37px;
}
