@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(../photos/background-ocean.jpg);
	background-repeat: repeat-x;
	background-color:#2274a4;
	width:100%;
	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 */
}

.twoColFixLtHdr #wrapper {
	width: 1040px;
	background-image:url(../images/orca.png);
	background-repeat:no-repeat;
	background-position:0 300px;
	margin: 0 auto;
	padding: 0;
	margin-top:-15px;
}

.twoColFixLtHdr #grizzly_bear_viewing {
	float: right;
	margin-top: 1px;
	padding-bottom:18px;
	margin-right:5px;
}

.twoColFixLtHdr #guaranteed_bear_sightings {
	float: left;
	margin-top:5px;
	margin-left:-10px;
}

.twoColFixLtHdr #testimonials_photo {
	margin-top:10px;
	margin-left: -20px;
}

.twoColFixLtHdr #info_bar {
	margin-top:15px;
	margin-left:985px;
	margin-bottom:-628px;
	height: 628px;
}

.twoColFixLtHdr #info_bar p img {
}

.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#FFF3BF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border-left:3px solid #2E2E2E;
	border-right:3px solid #2E2E2E;
	border-bottom:3px solid #2E2E2E;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixLtHdr #header {
	margin-top:0px;
	padding: 0px 0px 0 0px;  /* 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. */
}

.twoColFixLtHdr #header h1 {
	margin: 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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #navbar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 110px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF3bf; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 0px 10px;
	margin-top:-65px;
}

.twoColFixLtHdr #mainContent {
	background:#FFF3bf;
	margin: -20px 0px 0 115px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 30px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent h1 {
	font-size:11pt;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
#mainContent h1>p {/* Extra hidden text for SEO */
	position: absolute;
	margin-left: -3000px;
}
#mainContent h1 a p {
	margin-top: 10px;
}
#mainContent p {
display: block;
width: 600px;
text-align: left;
line-height: 14pt;
margin: 0 0 15px 20px;
}

#mainContent .main-title {
	border: none;
	margin: 5px 0 0;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF3bf;
}

.twoColFixLtHdr #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: 1px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
}

#footer div {
	margin-left: 72px;
}

#footer ul {
	display: block;
	width: 650px;
	margin: 0 auto;
	font-size: 10px;
}

#footer ul li {
	display: inline;
	text-align: center;
}

#footer2 {
	width: 300px;
	margin: -10px 0 10px 285px;
}

.twoColFixLtHdr #footer2 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size:10px;
	color:#222;
}
#footer2 #sitemap {
	text-decoration: underline;
}
.twoColFixLtHdr #footer2 a:link, #footer2 a {
	color:#317720;
	text-decoration: none;
}

.twoColFixLtHdr #footer2 p a:hover {
	text-decoration: none;
	color:#330066;
}

.twoColFixLtHdr #footer2 p a:active {
	text-decoration: none;
	color: #00FFFF;
}

.twoColFixLtHdr #telephone {
	color:#000099;
	font-size:16px;
}
#telephone div {
	margin: 0 0 20px 0;
}
#wallpaper {
	width: 600px;
	margin: 0 0 0 60px;
}
.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 */
	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 a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clear {
	height:0;
	margin: 0;
	padding: 0;
	clear: both;
}
.mleft {
display: block;
margin-left: 20px;	
}
.cntrtitletop {
	margin-top: 40px;
	text-align: center;
}
.cntrtitlebot {
	margin-top: 0px;
	text-align: center;
}
.bold {
	font-weight: bold;
}
.titleleft {
	text-decoration: underline;
	margin: 10px 0 -10px 20px;	
}
.left {
	text-align: left;
}
.center {
	display: block;
	text-align: center;
}
.centered {
	display: block;
	margin: 0 auto;
}

img#logo {
	border:none;
	margin-top:5px;
	margin-bottom:-25px;
}

img#dream {
	margin-top:-50px;
}

img#guides_tag {
	position: relative;
	z-index: 1;
	float: left;
}

img#header_lines {
	margin:0 0 20px 72px;
}
img#breakline {
	margin-left: -5px;
	padding:0;
}
img#footer_lines {
	margin-bottom:2px;
}

img#wildlife_tours {
	margin-left:10px;
	margin-top:-30px;
	margin-bottom:30px;
}

img#adventure_tours {
	margin-left:220px;
	margin-top:-5px;
}

img#grizzly_bear {
	border:none;
}

img#orca_whale {
	border:none;
}

img#eagle {
	position: relative;
	z-index: 1;
	margin-top:-10px;
	margin-left: -115px;
}

img#rates {
	margin-top: -30px;
	margin-left:-60px;
	border:none;
}

img#seal {
	margin-top:155px;
	margin-left:-60px;
}

/* Trip advisors */
/* Home page */
#TA_selfserveprop350 {
	display: block;
	width: 440px;
	margin: 20px auto 0 200px;
}
/* Grizzly tours */
#TA_rated170 {
	display: block;
	width: 70px;
	margin: 0 auto 0 235px;
}
/* testimonials */
#TA_excellent809 {
	display: block;
	width: 80px;
	margin:0 auto 0 235px;
}

img#west_coast_native_history {
	border:none;
}

img#icon_links {
	border:none;
}

img#rates_icon {
	margin-right:5px;
	margin-top:0px;
	border:none;
}

img#discovery_harbour_marina {
	border:none;
}

img#wildlife_photo_gallery {
	border:none;
	margin-top: -8px;
	margin-bottom: 10px;
}

img#phone_us {
	margin-left:50px;
	margin-bottom:0px;
}

embed {/*Youtube embedded videos*/
	display: block;
	margin: 10px 121px 0 auto;
}

#nav_bar {
	margin: 20px 0 0 113px;
	list-style: none;
}

#nav_bar li {
	display: block;
	float: left;
	margin: 0 15px 0 0;
}

#nav_bar li a img {
	margin-bottom: 1px;
}

#nav_bar li a img:hover {
/* Hover Effect for top menu */
}

#nav_bar #last {
	margin-left: 17px;
}

#navbar1 {
	text-align: center;
}

#navbar1 ul li {
	margin-bottom: 10px;
}

table#recent_wildlife_sightings {
	margin-top:7px;
	margin-bottom:-6px;
}

img#grizzly_bear {
	padding-top:10px;
	margin-bottom:-10px;
}

img#grizzly_bear_sticker {
	border:none;
}

img#whale_watching_sticker {
	margin-top:5px;
	border:none;
}

img#marine_wildlife_viewing {
	margin-top:3px;
	margin-bottom:2px;
	margin-right:-15px;
	border:none;
}

img#email {
	margin-bottom: 0px;
	border:none;
}

img#facebook {
	margin-top:10px;
	margin-bottom: 0px;
	border:none;
}

body, td, th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #222;
	font-size: 11pt;
}

h6 {
	font-size: 7pt;
	color: #000000;
}

h2 {
	color:#4b3d2d;
	font-size:8pt;
}

a, a:link {
	color:#cc2936;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color:#317720;
	text-decoration: none;
}

a:active {
	color: #317720;
	text-decoration: none;
}

/* about aboriginal journeys page */
.guide-img {
	float: left;
	margin: 10px 50px 0 70px;
	width: 151px;
	height: 233px;
}
#garry-img {
	margin-left: 65px;
}
.guide-info {
	display: block;
	margin-top: 90px;
}
/* Links page */
#links {
	margin-left: 20px;
}
#links h1 {
	margin: 10px 0 0;
	text-decoration: underline;
}
#links a:hover {
	text-decoration: underline;
}

/* Cycle Slideshows*/
#slideshow {
	width: 600px;
	height: 300px;
	overflow: hidden;
	margin: 15px 20px;
}

/* Galleria photo gallery */
#galleria {
	height:375px;
	width: 635px;
	margin-left: 3px;
	float: left;
}

#galleria .content {
	color:#eee;
	font:14px/1.4 "helvetica neue", arial, sans-serif;
	width:600px;
	margin:20px auto;
}

#galleria h1 {
	line-height:1.1;
	letter-spacing:-1px;
}

#galleria a {
	color:#fff;
}

/*Hide Galleria info button */
.galleria-info-link {
	display: none;
}

/* three column content layout */
#mainContent .column {
	float: left;
	width: 200px;
}
#mainContent .column .sub-head {
	font-size: 10pt;
	margin: 10px 0;
}
#mainContent .column p {
	width: 200px;
	margin: 10px 0 0 0px;
}
.pad-top {
	padding-top: 28px;
}
#left {
	margin-left: 10px;
}
#center {
	margin: 0 15px 15px;
}
#zodiac-tours, #zodiac-tours h1 {
	display: block;
	text-align: center;
	margin: 20px 0 10px;
}
#history .column {
	width: 290px;
	margin-left: 15px;
}
#history .column img {
 	width: 290px;
	height: 210px;
}

#sitemap * {
	text-align: left;
	font-size: 10pt;
	font-weight: normal;
}

#sitemap li {
	margin: 5px 0 0 10px;
}
#sitemap a, #sitemap a:link {
	color: #317720;
}
#sitemap a:hover {
	color: #cc2936;
}