﻿@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans|Inika);
html {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #003333;
	background-image: url(../images/layout/body_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595959;
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration: underline;
	color:#397CB8;
}
a:visited {
	text-decoration: underline;
	color:#397CB8;
}
a:active {
	color: #0A2D50;
	text-decoration: none
}
a:hover {
	text-decoration: none;
	color:#0A2D50;
}
h1 {
	font-family: 'Inika', serif;
	color: #203C16;
	margin-top: 5px;
	font-size: 22px;
	line-height: 1.4em;
}
p {
	line-height: 1.4em;
}
img {
	border-style: none;
}
#main {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding: 0;
	position: relative;
	margin-bottom: 0px;
}
/*-------------header -----------*/
#header {
	width: 940px;
	padding: 0px;
	height: 148px;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#header #headLogo {
	width: 188px;
	margin: 0;
	position: relative;
	top: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#header #headLogo .img {
	margin: 0px!important;
	padding: 0px;
	border: none;
}
/*-------------nav in the header right side -----------*/
#urNav {
	font-family: 'Quattrocento Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000033;
	float: right;
	width: 400px;
	text-align: right;
	line-height: 1.5em;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 0px;
}
#urNav a:link {
	text-decoration: none;
	color:#003333;
	margin-left: 15px;
}
#urNav a:visited {
	text-decoration: none;
	color:#003333;
	margin-left: 15px;
}
#urNav a:active {
	color: #397CB8;
	text-decoration: underline
}
#urNav a:hover {
	text-decoration: underline;
	color:#397CB8;
}
#navBar {
	padding-right: 10px;
	padding-left: 5px;
	height: 22px;
	padding-top: 3px;
	padding-bottom: 8px;
	z-index: 99;
	position: relative;
	width: 640px;
	float: right;
}
#topNav {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 635px;
	margin: 0;
	position: relative;
	float: right;
}
#navBar #bookNow {
	border:none;
	margin: 0;
	padding: 0;
	float: left;
}
#navBar #bookNow a:link {
	text-decoration:none;
	color: #397BB8;
	font-weight: bold!important;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 18px;
	display: block;
	background-image: url(../images/layout/arrow_back.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#navBar #bookNow a:hover {
	background-color:#397CB8;
	color: #FF3;
	background-image: url(../images/layout/arrow_back_f2.png);
}
#bigPicBox {
	margin: 0px;
	padding: 0px;
	width: 940px;
	position: relative;
	height: 355px;
	clear: both;
}
/*-------------content & left nav -----------*/

#whiteBar {
	position:absolute;
	left:0px;
	top:-1px;
	width:940px;
	height:20px;
	z-index:50;
	background-image: url(../images/layout/whiteBar.png);
	background-repeat: repeat;
}
#bigPic {
	width: 940px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 40;
	height: 355px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bigPicHome {
	margin: 0px;
	height: 345px;
	width: 940px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#bigInner {
	position:absolute;
	left:12px;
	top:10px;
	width:915px;
	height:345px;
	z-index:2;
}
#content {
	background-color: #FFF;
	padding: 12px;
	width: 916px;
	line-height: 1.4em;
	clear: both;
	position: relative;
}
#leftHome {
	background-image: url(../images/layout/left_home_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 280px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
	float: left;
}
#homeContent {
	width: 580px;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/* left nav & content pane for inner pages */
#leftInner {
	background-image: url(../images/layout/left_inner_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 225px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
	float: left;
}
#leftNav {
	width: 210px;
	margin-bottom: 15px;
}
#leftNav h3 {
	font-family: 'Inika', serif;
	color: #033;
	margin: 0;
	font-size: 20px;
}
#leftNav ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0;
	list-style-type: none;
	list-style: none outside none;
	line-height:2.0em;
}
#leftNav ul li {
	margin-left: 10px;
	padding: 0px;
	font: 12px arial;
	line-height: 2.0em;
	color:#8B9298;
	text-align:left;
	list-style: none outside none;
}
#leftNav ul li a {
	font-family: 'Quattrocento Sans', Arial, Helvetica, sans-serif!important;
	text-decoration: none;
	color: #697076;
	font-size: 15px;
}
#leftNav ul li a:visited {
	color: #697076;
	text-decoration: none;
}
#leftNav ul li a:hover {
	color: #06C;
	text-decoration: none;
}
#innerContent {
	width: 640px;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#innerContent2 {
	width: 850px;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/*-------------footer -----------*/

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	clear: both;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color:#FFF;
	text-decoration: none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
#footer a:active {
	color:#FFFFFF;
	text-decoration: underline;
}
#footer ul {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 0px;
	float: left;
}
#footer li {
	padding-right: 7px;
	padding-left: 7px;
}
#footerLogos {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	width:340px;
	height: 90px;
	padding-right: 5px;
}
#footerLogos a {
	margin-left: 10px;
}
#sjiVisitors {
	font-size: 9px;
	width: 230px;
	margin-top: 10px;
}
/* home featured box */

.featured {
	background-color: #FAFCFE;
	border: 1px dotted #033;
	color: #033;
	padding: 10px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.featured p {
	margin-top: 5px;
	margin-bottom: 2px;
}
.featured a:link {
	text-decoration: none;
	color:#397CB8;
	font-weight: bold;
}
.featured a:visited {
	text-decoration: none;
	color:#397CB8;
	font-weight: bold;
}
.featured a:active {
	color: #F30;
	text-decoration: none;
	font-weight: bold;
}
.featured a:hover {
	text-decoration: none;
	color:#F30;
	font-weight: bold;
}
.breadcrumbs {
	font-size: 11px;
	text-align: right;
}
.tableBorder {
	border: 1px dotted #336600;
}
.tableBorder2 {
	border: 1px solid #eeeeee;
}
.tableHighlight {
	font-weight: bold;
	color: #E9F7B9;
	background-color: #003333;
	font-size: 14px;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #002424
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #333333;
	text-decoration: none
}
.testimonials {
	background-color: #EBF3E0;
	border: 1px dotted #003333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.sectionHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003333;
	font-weight: bold
}
.sectionSubHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #005151;
	font-weight: bold
}
.ContentMenu {
	font-size:12px;
	font-weight:bold;
	text-align: center;
}
.ContentMenu a {
	color:#002222;
	background-color:#669933;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 5px;
	border: 1px solid #003300;
	text-decoration: none;
	width: 130px;
}
.ContentMenu a:visited {
	text-decoration: none;
	color:#002D2D;
	background-color:#669933;
	height: auto;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 5px;
	border: 1px solid #003300;
}
.ContentMenu a:hover {
	color:#FFFFFF;
	background-color:#003333;
	height: auto;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 5px;
	border: 1px solid #669933;
	text-decoration: none;
}
.ContentMenu a:active {
	color:#FFFFFF;
	background-color:#003333;
	height: auto;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 5px;
	border: 1px solid #669933;
	text-decoration: none;
}
.ContentMenu2 {
	font-size:12px;
	font-weight:bold;
	text-align: center;
}
.ContentMenu2 a {
	color:#002222;
	background-color:#669933;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 5px;
	border: 1px solid #003300;
	text-decoration: none;
	width: 100px;
}
.ContentMenu2 a:visited {
	text-decoration: none;
	color:#002D2D;
	background-color:#669933;
	height: auto;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 5px;
	border: 1px solid #003300;
}
.ContentMenu2 a:hover {
	color:#FFFFFF;
	background-color:#003333;
	height: auto;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 5px;
	border: 1px solid #669933;
	text-decoration: none;
}
.ContentMenu2 a:active {
	color:#FFFFFF;
	background-color:#003333;
	height: auto;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 5px;
	border: 1px solid #669933;
	text-decoration: none;
}
.ContentMenu3 {
	font-size:12px;
	font-weight:bold;
	text-align: center;
}
.ContentMenu3 a {
	color:#002222;
	background-color:#669933;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 5px;
	border: 1px solid #003300;
	text-decoration: none;
	width: 220px;
}
.ContentMenu3 a:visited {
	text-decoration: none;
	color:#002D2D;
	background-color:#669933;
	height: auto;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 5px;
	border: 1px solid #003300;
}
.ContentMenu3 a:hover {
	color:#FFFFFF;
	background-color:#003333;
	height: auto;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 5px;
	border: 1px solid #669933;
	text-decoration: none;
}
.ContentMenu3 a:active {
	color:#FFFFFF;
	background-color:#003333;
	height: auto;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 5px;
	border: 1px solid #669933;
	text-decoration: none;
}
.paleGreenBack {
	background-color: #E9F7B9;
}
.rightImg {
	margin-right: 10px;
	float: left;
}
.leftImg {
	margin-left: 10px;
	float: right;
}
.clear {
	clear: both;
}
.paleGreenBack2 {
	background-color: #d6e2ee;
}
.nobr {
	white-space:nowrap;
}
#kayako-page #kayako-link, #kayak3-page #kayak3-link, #kayak5-page #kayak5-link, #kayak5-page #kayak5-link, #kayakw-page #kayakw-link, #kayakm-page #kayakm-link, #kayakp-page #kayakp-link, #kayakg-page #kayakg-link {
	color:#333333;
}
#about-page #about-link, #staff-page #staff-link, #emp-page #emp-link {
	color:#333333;
}
#whale-boat-page #whale-boat-link, #whale-shore-page #whale-shore-link {
	color:#333333;
}
.finePrint {
	font-size: 10px;
}
.multiDayleft {
	background-image:url(../images/layout/bg-multi-box2.jpg);
	background-repeat:no-repeat;
	width:290px;
	padding:0px 10px;
	float:left;
}
.multiDayright {
	background-image:url(../images/layout/bg-multi-box2.jpg);
	background-repeat:no-repeat;
	width:290px;
	padding:0px 10px;
	float:right;
}
.multiDayleft h2, .multiDayright h2 {
	color:#397cb8;
}
.bookButton {
	font-family: 'Inika', serif;
	margin-top: 5px;
	font-size: 18px;
	line-height: 1.4em;
	background-image: url(../images/layout/buttonBg.png);
	background-repeat: repeat-x;
	border: 1px solid #999;
	float: left;
}
.bookButton a {
	text-decoration: none;
	color: #203C16;
	padding: 5px 10px;
}
.bookButton a:hover {
	color: #1D494A;
}

