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

/* Colour scheme 2009 
off white background : #f7f5e4;
yellow mustard: 		#efd78d;
yellow bright:			#ffcc33;
orange:					#ca9446; and #734c27;
dark red: 				#4c0000;
logo emerald:			#008c4c;
olive green sidebar1:	#657e67;
brown:					#aa8f69; 
grey-blue:				#3B4149; navside
grey:					#7b7f64; navside hover

*/

body  {


	font-family: Arial, Helvetica, sans-serif;
	background-color: #f7f5e4;/*old green colour #006666 */
	background-repeat: repeat-x;
	background-position: center top;
	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: #657e67; 
	min-width:1200px;
	
	background-image: url(NavImages/TopBackground2.jpg);
	background-repeat: repeat-x;
	background-position: center top; 
	background-color: #f7f5e4;
	
	
	
	
}
.thrColLiqHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width 
	background: #f7f5e4;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #006666;
	/*text-align: left;  this overrides the text-align: center on the body element. */
	width:1182px;
}

h2 { margin-left: -1900px;}

h4.TimesCaps{
font-family: Times New Roman, Times, serif;
margin: 3px 5px 5px 20px ;
color:  #3b4149;
font-weight:600;
text-transform: uppercase;
font-size: 1.2em;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
	text-decoration: underline;
	font-weight: 200;
	font-style: italic;
	


}
a:visited {
	color: #003300;
	text-decoration: underline;
}
a:hover {
	color: #660033;
	text-decoration: none;
}

/*.home {
	background-image: url(NavImages/Background400x600Split.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #006666;
	
	height: 330px;

}*/

.home p {
font-size: medium;
	font-weight: 900;
	line-height: 150%;
	vertical-align: text-bottom;
	padding-top:320px;
	text-align: center;
	}
	
		
.thrColLiqHdr #header {
	/*background-image: url(NavImages/TopBackground2.jpg);
	background-repeat: repeat;
	background-position: center top; 
	background-color: #f7f5e4;*/
	background-color: transparent;
	padding: 0 ;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
height: 320px;

	color: #FFFFCC;
	
} 
.thrColLiqHdr #header h1 {
	position			: relative;
	margin-left			:auto;
	/*margin-right		:20px ;*/
	margin-top			:0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0 10px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
	color: #008c4c;
	font-size: 1.8em;	/*width: 25%;*/
}

.thrColLiqHdr #header h3 { 
    position			: relative;         
	margin-left			:30px ;
	
	margin-top			:15px; 
	padding:0 10px 0 0; 
	text-align: center;
	color: #008c4c;
	font-size: 1.8em;
	
}
.thrColLiqHdr #header img {
margin: 0 auto 0 0;

}

.thrColLiqHdr #header table {
position: relative;
margin		: 0 230px 0 auto;
width		:25%;
height		:315px;
text-align: right;	

}

/*This pageTop is an alternate header just smaller with smaller images and there is a logo background image so the page doesn't need its top image*/

.thrColLiqHdr #pageTop {
	background-image: url(NavImages/TopBackgroundLogo.jpg);
	margin:-11px 0 0 0;
	background-repeat: no-repeat; 
	background-position: left top;
	background-color: #f7f5e4;
	padding: 0 ;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 12em;
	color: #FFFFCC;
	
} 
.thrColLiqHdr #pageTop h1 { 
    position			: relative;         
	margin-left			:auto ;
	margin-right		:auto ;
	margin-top			:0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:10px 10px 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
	color: #008c4c;
	font-size: 1.6em;
	/*width: 25%;*/
}
.thrColLiqHdr #pageTop img {
margin: 0 auto 0 0;

}

.thrColLiqHdr #pageTop table {
position: relative;
margin		: 0 20px 0 auto;
width		:25%;
height		:170px;
text-align: right;	

}




.extraImages {
	position		:absolute;
	margin-left		: 160px;
	margin-top		: -150px;
	width			: 100%;
	display			: inline;
}

.navside {
	/*position			:relative ;
	width				: 20%;
	min-width			: 120px;
	margin-left			:auto ;
	margin-right		:20px ;*/
	margin-top			:10px;
	padding-top			:65px;
	height				: 3em;
	color				: #657e67;
	font-size			: 1em;
	text-align			: right;
	
	background-color	: transparent;
	
	}
.navside ul {
	list-style			: none;
	margin				: 0px 0px 5px 10px; /* 'top' 'right' 'bottom' 'left' */
	padding				: 1px 1px 4px 1px; /* 'top' 'right' 'bottom' 'left' */
	background-color	: transparent;
	}
.navside ul li {
	display				: block;
	margin				: 0px 0px 8px 10px; /* 'top' 'right' 'bottom' 'left' */
	text-transform		: uppercase;
	font-size			: .6em;
	font-weight			: bold;
	
	
	}
.navside a:link,
.navside a:visited {	
	padding				: 10px 1em 10px 1em; /* 'top' 'right' 'bottom' 'left' */
	margin				: 0px 0px 10px 0px; /* 'top' 'right' 'bottom' 'left' */
	border-right		: 1px solid #e97451;
	/*border-bottom		: 1px solid #E97451;
	border-left			: none;
	border-top			: none;*/	
	color				: #3B4149; /*grey blue*/
	text-decoration		:none;
	font-weight			: 400;
	font-style			: italic;
	font-size			: small;
	}	
.navside a:hover,
.navside a:active {
	color				: #7b7f64; /* grey*/
	border-left			: 1px solid #e97451;
	border-top			: 1px solid #E97451;
	border-right		: none;
	border-bottom		: none;
}

/** content_wide is for the 100% width for the top part of pages WITH NO colour background on left **/

#content_wide {
	position: relative;
	margin: 0 0 0 165px;
	padding:00px 0px 10px 8px;
	background-color: transparent;
	width: 750px;
	height: auto;
	}	

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
	position:absolute;
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 160px; /* since this element is floated, a width must be given */
	background: #657e67; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0 0 15px 0; /* top and bottom padding create visual space within this div  */
	height:auto;
	
}
#sidebar1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #ffcc33;
	background-color: #657e67;
	text-align: left;
	font-weight: 300;
	line-height: 105%;
	margin: 24px 0 0 0;
}

#sidebar1 a:link {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
	margin: 5px;
}

 #sidebar1 a:visited {
	font-size: .9em;
	font-weight: 300;
	font-style: normal;
	margin: 5px;
} 

#sidebar1 a:hover {
	text-decoration: underline;
	color: #FFFF99;
}

.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 220px; /* since this element is floated, a width must be given */
	background: #657e67;/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 10px 10px; /* top and bottom padding create visual space within this div */
	margin: 24px auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #3D4C3E;
	text-align:left;
	/*background-image: url(NavImages/greenYellowgreen.gif);*/
	background-repeat: repeat;
}

.thrColLiqHdr #sidebar2 a li{
display: block;
width: auto;
padding: 0 0;
padding-left: 10px;
text-decoration: none;
font-size:.8em;
}

.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3, .thrColLiqHdr #sidebar2 h4{
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*Hover GlossyMenu Vertical Bar Blue with Single Link*/

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: auto;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background-color: #657e67;
/*background: white url(NavImages/glossyback.gif) repeat-x left bottom; 
font: 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-weight: 900;*/
color: #ffcc33;
display: block;
width: auto;
padding: 0 0;
padding-left: 10px;
text-decoration: none;


}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

/*.glossymenu li a:visited, .glossymenu li a:active{
color: #4c0000; 
}*/

.glossymenu li a:hover{
/*background-image: url(NavImages/glossyback2.gif); */
background-color: #7b7f64;
}
/****************************** MENU SECTION ******************************
 * All styles this section are related to the Menu                        */	
.navtop {
	position			:relative ;
	/*width				: 45em;*/
	min-width			: 560px;
	margin-left			:auto ;
	margin-right		:auto ;
	margin-top			:0;
	height				: 4em;
	color				: #657e67;
	font-size			: .6em;
	text-align			: center;
	
	background-color	: #aa8f69;
	
	}
.navtop ul {
	list-style			: none;
	margin				: 0px 0px 5px 10px; /* 'top' 'right' 'bottom' 'left' */
	padding				: 10px 1px 10px 1px; /* 'top' 'right' 'bottom' 'left' */
	background-color	: transparent;
	}
.navtop ul li {
	display				: inline;
	margin				: 0px 0px 8px 10px; /* 'top' 'right' 'bottom' 'left' */
	text-transform		: uppercase;
	font-size			: .6em;
	font-weight			: bold;
	
	
	}
.navtop a:link,
.navtop a:visited {	
	padding				: 10px 1em 10px 1em; /* 'top' 'right' 'bottom' 'left' */
	margin				: 0px 0px 10px 0px; /* 'top' 'right' 'bottom' 'left' */
	border-right		: 1px solid #e97451;
	/*border-bottom		: 1px solid #E97451;
	border-left			: none;
	border-top			: none;*/	
	color				: #3B4149;
	text-decoration		:none;
	font-weight			: 400;
	font-style			: italic;
	font-size			: small;
	}	
.navtop a:hover,
.navtop a:active {
	color				: #f7f5e4;
	border-left			: 1px solid #e97451;
	border-top			: 1px solid #E97451;
	border-right		: none;
	border-bottom		: none;
	}
	
.navtop H1{
	position			: relative;         
	margin-left			:auto ;
	margin-right		:auto ;
	margin-top			:0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0 10px 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	color: #008c4c;
	font-size: 2.6em;
	}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
 
	margin: 0 250px 0 160px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 8px 10px 0 10px;
}
#mainContent ul li a {
margin-left: 0; }

#mainContent .right {
margin-left:0 250px 0 780px;}


/* content_split and the content_1sub and content_2sub below divs  -- divides a column in half width. 
To get the columns to rise to the top of the div, switch the  ... position: relative with position: absolute for the 2 sub columns  */ 
div#content_split {
position: relative;

 /*max-width:69em;*/
 width: 100%;
 margin:8px auto;
 padding:0;
 height: auto;
  background-color:#fdf1Dc;
  border-top-style:	solid;
  border-top-width: thick;
  border-top-color: #aa8f69;
  border-bottom-style:	solid;
  border-bottom-width: thick;
  border-bottom-color: #aa8f69;
 } 

div#content_split li{
padding: 0 0 5px 0;
}

div#content_1sub {
	position : relative;
	left : 0;
	width : 50%;
	
	border-right: solid 1px #ddd;
	padding:10px 15px 10px 10px;
	background-color:#fdf1Dc;
}

div#content_2sub {
	position : absolute;
	left : 54%;
	width : 45%;
	padding:0 10px 10px 0;
	background-color:#fdf1Dc;
} 



/* =si_clear_children*/
.pc, .sc {
	position : relative;
	top: 0;
	left : 0;
}
.clear_children, .cc_tallest {position : relative; height:auto; }
/*\*/* html .clear_children { display : inline; } /**/
.cc_tallest:after {content: ''; }
/* prevents a redraw bug in safari*/



.yellowbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #006666;
	background-color: #FFFFCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-right-color: #FFCC66;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFCC66;
	padding: 8px;

}

.yellowbox p {
	font-family: Arial, Helvetica, sans-serif;
	color: #006666;
	background-color: #FFFFCC;

}
.thrColLiqHdr #footer { 
	padding:5px 10px 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #657e67;
	color:  #FFFFCC;
	background-repeat: repeat;
} 
.thrColLiqHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.thrColLiqHdr #footer h5 {margin-top: -2em;}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/** .backgroundImage {
background-image		: url(NavImages/orangeTexture3.gif);
	background-repeat	: repeat;
	width:100%;
	
	}*/


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/slideshow.html
Copyright (c) 2005-2010 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/*
a, a:visited, a:hover, a.active {}
.slides {width:700px; height:780px; position:relative; margin:0 auto;}
.nav, .nav ul {padding:0; margin:0; list-style:none;}
.nav {width:652px; text-align:center; margin:0 auto;}
.nav ul {position:absolute; left:-99999px; top:-10000px; text-align:left; z-index:10; width:700px;}
.nav table {border-collapse:collapse; width:0; height:0; margin:-1px;}

.nav li.top-li {width:200x; float:left; text-align:center;}
.nav li.top-li a.top-a {display:block; width:205px; height:20px; text-decoration:none; color:#888; font:normal 11px/16px verdana, sans-serif;}
/** .nav li.top-li a.mid {background:url(Tours/slideshow2/divider.gif);} **/

/*.nav ul li {width:480px; height:480px; padding:110px; border:1px solid #442; background:#333;}

.nav li.top-li a.top-a:hover {direction:ltr; color:#000;}
.nav li.top-li:hover > a {color:#000;}

.nav li.set ul,
.nav :hover ul {left:0; top:20px;}

.nav li.set ul li a,
.nav :hover ul li a {display:block; background:#333; float:left; width:118px; height:118px; border:1px solid #666; text-decoration:none; text-align:center; margin:0 -1px -1px 0;}

.nav :hover ul li a:hover {background:#202020;}
.nav :hover ul li a:active {background:#fefefe; outline:0;}

.nav li.set ul li a img,
.nav :hover ul li a img {display:block; border:1px solid #000; margin: 9px auto }/** 9px; 20px*/

/*.nav li.set ul li a.hz img, 
.nav :hover ul li a.hz img {margin:21px 8px;}

.nav li.set ul li a i,
.nav :hover ul li a i {position:absolute; left:-9999px;}
.nav h4 {color: #FC6;
		width: 600px;
		margin: 20px;}
.nav p {color:#999;
		width:600px;
		margin: 20px;}

.nav :hover ul li i:hover,
.nav :hover ul li a:active i,
.nav :hover ul li a:focus i {display:block; width:700px; height:800px; left:1px; top:1px; background:#333;cursor:default;}

.nav :hover ul li i:hover img,
.nav :hover ul li a:active i img,
.nav :hover ul li a:focus i img {display:block; margin:30px auto 0 auto; border:1px solid #888;}

.nav :hover ul li a.hz i:hover img,
.nav :hover ul li a.hz:active i img,
.nav :hover ul li a.hz:focus i img {display:block; margin:110px auto 0 auto;}

.slides li .close {display:block; position:absolute; right:2px; top:2px; background:url(Tours/slideshow2/close.gif); width:32px; height:32px; cursor:pointer; z-index:500;} */

/**  ++++======== end of Stu Nicholis slideshow 2010 =======  **/




/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/slideshow.html
Copyright (c) 2005-2010 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


/* common styling */
/* set up the overall width of the menu div and the margins */
#gallery, #gallery ul {padding:0; margin: 0; list-style:none;}

#gallery {
	width:755px;
	height:910px;
	background:#fff;
	position:relative;
}
#gallery li {width:33%; background:#aa8; margin-right:1px; float:left;}
#gallery li p {font: 12px arial, verdana, sans-serif; color:#fff; height:25px; line-height:25px; padding:0 0 0 10px; margin:0; cursor:pointer;}
#gallery li.galleryon p {background:#664; color:#fc0;}
#gallery ul {display:none;}

#gallery li.galleryon ul {
	display:block;
	width:590px;
	height:695px;
	border:1px solid #664;
	border-width:20px 1px;
	background-color:#657e67; /*background:#444;*/
	padding:80px;
	position:absolute;
	left:0;
	top:25px;
} /***background:#444; is a med grey*/
#gallery li.galleryon ul li em {display:none;}
#gallery li.galleryon ul li b {display:none;}
#gallery li.galleryon ul li {width:118px; height:109px; border:1px solid #000; border-color:#eee #444 #000 #ccc; float:left; margin:0; text-align:center; padding-top:9px; cursor:pointer; background:#888;}
#gallery li.galleryon ul li:hover {background:#777;} /* for all browsers except IE6 and lower */

#gallery li.galleryon ul li span img {border:1px solid #fff; border-color:#000 #ccc #eee #444;}
#gallery li.galleryon ul li.hz {padding-top:21px; height:97px;}

#gallery li.galleryon ul li.page em {display:block; position:absolute; left:25px; top:68px; border:1px solid #664;}
#gallery li.galleryon ul li.hz em {left:10px; top:80px;}
#gallery li.galleryon ul li.page em img {display:block;}
#gallery li.galleryon ul li.page b {display:block; position:absolute; left:0; top:780px; width:100%; padding-bottom:8px; text-align:center; background:#664; color:#fc6; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; line-height:15px;}
#gallery li.galleryon ul li.page b a, #gallery li.galleryon ul li.page b a:visited {color:#fff;}
#gallery li.galleryon ul li.page b a:hover {text-decoration:none;}
#gallery li.galleryon ul li.page b a.expand {padding-left:25px; float:left; background:transparent url(../slide/expand.gif) left center no-repeat;}

/* end of gallery CSS Stu Nicholis */

