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

/* ================== BASIC STYLES ================== */
* {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 133%;
}
body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #CCCCCC;
}

p, h1, h2, h3, h4 {
	margin: 0px 5px;
}
strong {
	color: #335D33;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	align: left;
	position: relative;
	float: left;
}
a:link {
	color: #029898;
	text-decoration: none;
}
a:visited {
	color: #00A33D;
	text-decoration: none;
}
a:hover {
	color: #FBC200;
}
a:active {
	color: #029898;
}

.holidaylinks {
	list-style-type:none;
	margin-left:10px;
}

.holidaylinks li { margin-top:10px; }
.holidaylinks li p { margin-left:0px; }


/* ================== STANDARD LAYOUT STYLES ================== */
#container {
	margin: 0px auto;
	text-align: left;
	width: 800px;
	background-color: #FFFFFF;
	position: relative;
	/*min-height: 500px;*/
	border-top: none;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

#masthead {
	margin: 0px auto;
	text-align: left;
	width: 800px;
	height: 225px;
	position: relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
#masthead #logo {
	background-image: url(../graphics/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 200px;
	width: 195px;
	top: 0px;
	left: 0px;
}
#masthead  object  {
	float: right;
	position: relative;
}
#navigation {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0px;
}
#footer {
	text-align: center;
	width: 800px;
	z-index: 0;
	position: relative;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
#container   .left {
	width: 560px;
	position: relative;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
}
#container .left h3 {
	margin-bottom: -8px;
	margin-top: 12px;
}
#container  .right {
	width: 225px;
	position: relative;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}
#container  .greenbox  {
	background-color: #CCD6CC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container .right .greenbox p, #container .address p {
	margin-right: 5px;
	margin-left: 5px;
}
#container  .right  img  {
	margin-bottom: 15px;
	position: relative;
}
.full-width {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 20px;
}

.half-width {
	width: 50%;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
	height: 20px;
}
#canal #container .qoute {
	position: relative;
	
	padding: 5px;
	background-image: url(../graphics/quoteRight.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}

#canal #container .qoute p {
	font-style: italic;
	color: #333333;
	background-image: url(../graphics/quoteLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#maincol .qoute {
	position: relative;
	
	padding: 5px;
	background-image: url(../graphics/quoteRight.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}

#maincol .qoute p {
	font-style: italic;
	color: #333333;
	background-image: url(../graphics/quoteLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* ===================== MENU-NAVIGATION STYLES ================== */

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 100%;
	text-align: center;
}
#navigation li {
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-left: 0px;
}
#navigation ul a {
	display: block;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	line-height: 150%;
	color: #FFFFFF;
	text-align: center;
	width: 114px;
	background-color: #3C643C;
	height: 20px;
	background-image: url(../graphics/menubase.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
 }
#navigation #menu .lastmenu a {
	width: 116px;
}
#navigation ul  a:hover, .selected a {
	background-color: #FF9900;
	background-position: top;
	background-image: url(../graphics/menubase.jpg);
	background-repeat: repeat-x;
}
/* ================== MENU STYLE - HIGHLIGHTS THE ACTIVE PAGE IN MENU ================== */
#home #menu .home a,
#dieselboats #menu .dieselboats a,
#electricboats #menu .electricboats a,
#canal #menu .canal a,
#qa #menu .qa a,
#booking #menu .booking a,
#lastmenu #menu .lastmenu a{
	background-color: #FF9900;
	background-position: top;
	background-image: url(../graphics/menubase.jpg);
	background-repeat: repeat-x;
	cursor: default;
}
/* ===================== STANDARD TEXT STYLES ================== */
#container     p   {
	margin-top: 6px;
}
h1 {
	font-size: 120%;
	color: #335D33;
	text-transform: uppercase;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #335D33;
	font-weight: bold;
	line-height: 100%;
}
h3    {
	font-weight: bold;
}
/* ===================== FOOTER STYLES ================== */

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 95%;
}
#footer a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}
#footer a:link {
	color: #335D33;
	text-decoration: none;
}
#footer a:visited {
	color: #00A33D;
}
#footer a:hover {
	color: #FBC200;
}
#footer a:active {
	color: #BF0000;
}

/* ================== PAGE SPECIFIC STYLES - CONTACT US PAGE ================== */

#lastmenu iframe {
	position: relative;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	height: 300px;
	width: 300px;
	overflow: hidden;
	border: 1px solid #666666;
}
#lastmenu  #container  .right  {
	margin-top: 25px;
}
#lastmenu #container .left h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}
#qa span {
	font-size: 150%;
	display: block;
	float: left;
	width: 25px;
	text-align: center;
	line-height: 100%;
	height: 25px;
	margin-right: 2px;
	color: #FFFFFF;
	background-color: #1E4C1E;
}

