/*Adventours - canoe styles*/
/*
	Works as expected in:
		Mozilla 1.6 Mac
		Safari 1.0 Mac
		Firefox 0.8 Mac

	Small loss of effects in:
		IE 5.2 Mac
		IE 5.0 PC

	Errors in:
		Opera 6.03 Mac - link colors incorrect
			       - overline instead of underline (??)
			
*/

/* Basic Default Styles */
body {
	color: #CCCCCC;
	margin: 5px 0 5px 50%;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
}
a:link, a:visited {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: underline;
	color: #000;
}
a:hover, a:active {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: none;
	color: #A03E19;
	/*color: #4b5c78;*/
}
/* I probably would have left off the border on the container, but
   Safari puts some sort of weird top margin on the div if there's
   no border. Silly, really. */
#container {
	position: relative;
	width: 700px;
	margin: 0 0 0 -350px;
	/* Could also use margin-left and -right: auto
		but IE 5 PC doesn't like that */
	border: 5px solid #FFF;
	background-color: #41597F;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(Images/banner.jpg);
}
h3 {
	color: #C0A890;
	margin: 0;
	text-transform: lowercase;
	font-family: "Trebuchet MS", Verdana;
	font-size: 21px;
}

/* styles relevant to the experience sector of website */
		
.experienceText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
}

.expDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #FFFFFF;
}


/* Header - just provides space */
#pageHeader {
	height: 350px;
}
.tourSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

#pageHeader span {
	display: none;
}

/* Content */
#whatOthersSay {
	margin-top: 40px;
	width: 300px;
	margin-left: 370px;
	color: #ffffff;
}

#whatOthersSay a:link, #whatOthersSay a:visited {
	color: #42443A;
}

#whatOthersSay a:hover, #whatOthersSay a:active {
	color: #42443A;
}

/* This .p1 info is in the header image... */
#whatOthersSay .p1 {
	display: none;
}

#preamble, #supportingText {
	width: 430px;
	margin-left: 250px;
	margin-top: 15px;
}
#footer {
	position: relative;
	width: 100;
	height: 100px;
	background: #41597F;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: underline;
}
#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
	display: none;
}

/* left header images */
#linkList h3.select {
	no-repeat top left;
}

/* Left Bar */
#container #linkList {
	position: absolute;
	left: 2;
	top: 351px;
	width: 234px;
	font: 10px "Trebuchet MS", Verdana;
	height: 359px;
	background-repeat: no-repeat;
	background-image: url(Images/banner_submenu.jpg);
}
#linkList h3 {
	width: 198px;
	height: 18px;
	margin-top: 20px;
}
#linkList h3 span {
	display: none;
}
#linkList h3.archives {
	background: url(file:///D|/Documents%20and%20Settings/w86683/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/XKZAIOO8/left_archive.gif) no-repeat top left;
}
#linkList h3.resources {
	background: url(file:///D|/Documents%20and%20Settings/w86683/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/XKZAIOO8/left_resources.gif) no-repeat top left;
}
#linkList h3.favorites {
	background: url(file:///D|/Documents%20and%20Settings/w86683/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/XKZAIOO8/left_favorites.gif) no-repeat top left;
}

#linkList ul {
	list-style: none;
	padding: 0 0 18px 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: left top;
}
#linkList ul li {
	padding: 5px 10px 5px 10px;
	background: url(file:///D|/Documents%20and%20Settings/w86683/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/XKZAIOO8/li_bg.png) bottom left;
	border-bottom: 1px solid #1A4861;
	margin: 0;
}

/* li:hover style... have to replace the BG so the color will show up. */
#linkList ul li:hover {
	background: #A03E19 url(file:///D|/Documents%20and%20Settings/w86683/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/XKZAIOO8/spacer.gif);
	color: #FFF;
}
/* bunch of crazy styles... so IE will still look ok when it
   doesn't parse :hover. */
#linkList #lselect {
	color: #666;
}
#linkList ul li a {
	/* this would be block, save for the nbsp at the end of the
		link for "accessibility" purposes. :P */
	display: inline;
	color: #000;
	text-transform: lowercase;
}
#linkList #lselect ul li a {
	font: 14px "Trebuchet MS", Verdana;
	display: block;
	color: #000;
	text-transform: lowercase;
}

#linkList #lselect ul li a.c, #linkList ul li a.c {
	display: inline;
	color: #FFFFFF;
	text-transform: none;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
}
/* if the browser doesn't read the :hover pseudoclass, this
	shouldn't render and the text shouldn't change color */
#linkList ul li:hover a, #linkList #lselect ul li:hover a {
	color: #FFF;
}

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
	
/* main navigation */
	
#navigation a {
	color: #222E40;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	}
	
#navigation a:hover {
	background: #4b5c78;
	color:#FFFFFF;
	}

.navText {
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.tourIntinerary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #BAC7DC;
	color: #41597F;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.tourPrices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.RCATourLegal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
}
.tourDescriptionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.exp_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
.linksSubHeads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF6600;
}
.links_linkbetween {
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

