/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #3C3C3C;
}

a {
	color: #005179;
}

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

strong.cal_day
{
	color: #005179;
}

/* Boxed */

.title {
	background: url(images/img04.jpg) no-repeat right center;
	border-bottom: 3px solid #017978;
}

.boxed1 .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed1 .content {
	background: url(images/img05.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed2 .title {
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed2 .content {
	background: url(images/img06.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed2 .content2 {
	background: url(images/img06.gif) no-repeat center bottom;
	padding: 20px;
}

.boxed3 .title {
	font: normal 129% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed3 .content {
	background: url(images/img06.gif) no-repeat bottom;
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


/* Header */

#header {
	width: 760px;
	height: 161px;
	margin: 0 auto;
	background: url(images/menu_boat.jpg) no-repeat 100%;
	border-bottom: 5px solid #790001;
	border-top: 5px solid #017978;
}

/* Logo */

#logo {
	float: left;
	width: 240px;
	height: 160px;
	text-align: center;
}

#logo h1 {
	padding-top: 80px;
	font: bold 36px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 520px;
	height: 50px;
	text-align: center;
}

#menu ul {
	height: 5px;
	list-style: none;
	margin: 0 auto;
	display: table;
}

#menu li {
	display: inline;
}

#menu a {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	height: 30px;
	padding-left: 7px;
	padding-right: 7px;
	float: center;
}

#menu a:hover {
	color: #790001;
}

#menu a b {
	text-decoration: underline;
}

#menu div.back  {
	float: left;
	position: absolute;
	width: 520px;
	z-index: 0;
}

#menu div.links  {
	padding-top: 2px;
	position: relative;
	color: #FFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#page2  {
	width: 760px;
	margin: 0 auto;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 480px;
	padding: 20px;
	border-bottom: 1px solid #FFFFFF;
}

#content p, #content ol, #content ul {
	line-height: 152%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
}

/* News */

#news {
	padding-top: 10px;
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	font-size: 92%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 85%;
}

/* Welcome */

#welcome {
	margin-bottom: 20px;
}

/* Samples */

#sample1, #sample2 {
	float: left;
	width: 230px;
}

#sample1 {
}

#sample2 {
	margin-left: 20px;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #790001;
}

#footer p {
	text-align: center;
	font-size: 77%;
}

img  {
	border: 0px;
}

#content2 ul {
	list-style-type: square;
}

#content2 li {
	margin-bottom: 15px;
}

#content2 h3 {
	margin-bottom: 2px;
}

#content2 h3 a {
	display: block;
}

div.ulpad  {
	padding-left: 40px;
}

span.highlight  {
	color: #790001;
	font-weight: bold;
}

div.rcal  {
	padding-top: 5px;
	font-size: small;
}

div.rcal em  {
	font-size: medium;
}

option  {
	padding-right: 20px;
}

table.cal  {
    border-collapse: collapse;
}

table.cal td  {
    border: 1px solid #CCC;
    padding: 1px;
    height: 30px;
    width: 30px;
    vertical-align: top;
}

.reserved  {
	background-color: #E0B7B7;
}

table.cal thead tr td  {
    font-weight: bold;
    height: 15px;
	width: 30px;
    vertical-align: middle;
    text-align: center;
}

div.seldate  {
    font-weight: bold;
	padding-top: 5px;
}

div.red  {
	color: #FF0000;
}

div.message {
	color: #FF0000;
	font-size: large;
	font-weight: bold;
	text-align: center;
}

