/* ----------- MEYER CSS RESET ------------ */
/* v1.0 | 20080212 */  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, h7, h8, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;

background: transparent;
} body { 	line-height: 1; } ol, ul { 	list-style: none; } blockquote, q { 	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; }  /* remember to define focus styles! */ :focus { 	outline: 0; }  /* remember to highlight inserts somehow! */ ins { 	text-decoration: none; } del { 	text-decoration: line-through; }  /* tables still need 'cellspacing="0"' in the markup */ table { 	border-collapse: collapse; 	border-spacing: 0; }


/* ----------- LAYOUT/DIMENSIONAL ------------ */
.clr {clear: left;}
/* ------------- IMAGES -------------- */
body {
	background: #ebebeb url(img/bg_x.jpg) repeat-x left top;
}
#Page {
	background: url(img/bg3.jpg) repeat-y center top;
}
#HeaderWrapper {
	background: transparent url(img/bg1.jpg) no-repeat center top;
}
#MainWrapper {
	background: transparent url(img/bg2.jpg) no-repeat center top;
}
#Menu, #Menu li a {
	background: url(img/nav.gif) no-repeat;
}
#Main {
	background: url(img/foot.jpg) no-repeat left bottom;
}
#FooterWrapper {
	background: #0b184c url(img/foot_bg.jpg) repeat-x left top;
}

/* ----------- STRUCTURE ------------- */
body {
	text-align: center;
	min-width: 960px;
}
.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#HeaderWrapper {
	height: 340px;
}
#MainWrapper {
	min-height: 360px;
}
#Main {
	padding-bottom: 100px;
}
#FooterWrapper {
	padding: 2em 0 4em 0;
}
#Footer {
}

/* ----------- COLUMNS ------------ */
#Main {
	text-align: left;
	width: 960px;
}
#Sidebar {
	width: 230px;
	float: left;
}
#Sidebar .sidebar {
	margin: 10px 20px;
}
#Content {
	width: 730px;
	float: left;
}
#Content .content {
	margin: 15px 25px;
}

/* --------- HEADER ------------ */
#Header {
	width: 960px; height: 340px;
	position: relative;
}
h1.logo {
	position: absolute;
	top: 16px; left: 24px;
}
#Menu {
	width: 730px; height: 14px;
	position: absolute;
	top: 16px; left: 230px;
}
#Slideshow {
	width: 731px; height: 253px;
	position: absolute;
	top: 48px; left: 230px;
	overflow: hidden;
}
/* ----------- NAVIGATION MATRIX ---------- */
#Menu {
	text-indent: -9999px; font-size: 1%; overflow: hidden;
}
#Menu li {
	height: 14px;
	float: left;
	margin: 0; padding: 0;
}
#Menu li a {
	height: 14px;
	position: absolute;
	top: 0;
}
li#Menu_Home a {width:  66px; left: 0    ; background-position:   0    0;}
li#Menu_Blog a {width: 114px; left: 66px ; background-position: -66px  0;}
li#Menu_Tour a {width:  91px; left: 180px; background-position: -180px 0;}
li#Menu_Boat a {width:  66px; left: 271px; background-position: -271px 0;}
li#Menu_Rate a {width: 134px; left: 337px; background-position: -337px 0;}
li#Menu_Abou a {width:  89px; left: 471px; background-position: -471px 0;}
li#Menu_Cont a {width: 170px; left: 560px; background-position: -560px 0;}
li#Menu_Home a:hover {background-position:   0    -14px;}
li#Menu_Blog a:hover {background-position: -66px  -14px;}
li#Menu_Tour a:hover {background-position: -180px -14px;}
li#Menu_Boat a:hover {background-position: -271px -14px;}
li#Menu_Rate a:hover {background-position: -337px -14px;}
li#Menu_Abou a:hover {background-position: -471px -14px;}
li#Menu_Cont a:hover {background-position: -560px -14px;}

/* ---------- SLIDESHOW ------------- */
#Slideshow {
	width: 730px; height: 253px;
	overflow: hidden;
}

/* ---------- GREEN BUTTON --------- */
.GreenButton a {
	width: 142px; height: 150px;
	display: block;
	position: absolute;
	top: -100px; right: -10px;
	z-index: 9999;
	text-indent: -9999px; overflow: hidden; font-size: 1%;
}

/* --------- FOOTER ---------------- */
#Footer ul, #footer p {
	margin: 1em 0;
}
#Footer ul li {
	display: inline;
	margin: 0 0.5em;
}

/* ----------- BASE FONTS & SIZES ------------ */
body {
	font: normal normal 78% Arial, sans-serif;
}

/* ---------- CONTENT ELEMENTS ----------- */
.content h2, .content h3, .content h4, .content h5, .content h6, .content h7, .content h8 {
	margin: 0 0 1em 0;
}
.content h2 {font-size: 2.00em;}
.content h3 {font-size: 1.50em; clear: both;}
.content h4 {font-size: 1.25em;}
.content h5 {font-size: 1.15em;}
.content h6 {font-size: 1.15em;}
.content h7 {font-size: 1.00em;}
.content h8 {font-size: 1.50em;}
.content p, .content ul, .content ol {
	margin: 0 0 1em 0;
	line-height: 1.5;
	text-align: left;
}
.content ul, .content ol {
	margin-left: 1.5em;
}
.content ul {
	list-style-type: disc;
}
.content ol {
	list-style-type: decimal;
}
.content blockquote {
	padding: 0.75em;
	background: #e0e0e0;
}
.content table {
	margin: 1em 0;
	clear: both;
}
.content h2 {
	font-size: 1.8em;
	font-style: italic;
	color: #0D1856;
	font-weight: normal;
	margin: 0 0 0.75em 0;
	text-align: left;
}
.content h2.title {
	font-family: Georgia;
	font-size: 2.4em;
	font-style: italic;
	color: #0D1856;
	text-align: left;
}
.content h3 {
	font-weight: normal;	
	color: #0D1856;
}
.content h4 {
	font-weight: normal;	
	color: #;
}
.content h5 {
	font-weight: bold;	
	color: #0D1856;
}
.content h6 {
	font-weight: normal;
	color: #;
}
.content h7 {
	font-weight: normal;
	font-style: italic;
	color: #;
}
.content h8 {
	font-weight: normal;	
	color: #0D1856;
}
.breadcrumb {
	margin: 1.5em 0 1.5em 0;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
}

/* ------------ DATA TABLE ---------- */
.datatable {
	border: solid 1px #999;
}
.datatable tbody tr {
	border-top: solid 1px #999;
}
.datatable td, .datatable th {
	padding: 0.5em;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	background-color: #f5f5f5;
	text-align: center
}
.datatable caption {
	font-style: italic;
	font-size: medium;
	font-weight: bold;
	padding: 0.5em 0;
}
th.blue {
	padding: 0.5em;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	background-color: #C2CAF5;
	text-align: center
}
td.blue {
	padding: 0.5em;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	background-color: #C2CAF5;
	text-align: center
}

/* ------------ DATA TABLE 2---------- */
.datatable2 {
	border: solid 1px #999;
	margin-left:auto; 
	margin-right:auto;

}
.datatable2 tbody tr {
	border-top: solid 1px #999;

}
.datatable2 td, .datatable2 th {
	padding: 0.5em;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	background-color: #f5f5f5;
	text-align: left;
	font-size: 1.15em;
}
.datatable2 caption {
	font-style: italic;
	font-size: medium;
	font-weight: bold;
	padding: 0.5em 0;
}
th.blue2 {
	padding: 0.5em;
	border-top: solid 1px #999;
	border-bottom: solid 2px #999;
	border-left: solid 1px #999;
	background-color: #C2CAF5;
	text-align: left;
}
th.blue3 {
	padding: 0.5em;
	border-top: solid 1px #999;
	border-bottom: solid 2px #999;
	border-left: solid 1px #999;
	border-right: solid 2px #999;
	background-color: #C2CAF5;
	text-align: left;
}
td.blue2 {
	padding: 0.5em;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	background-color: #C2CAF5;
	text-align: left;
}
td.blue3 {
	padding: 0.5em;
	border-top: solid 1px #999;
	border-right: solid 2px #999;
	background-color: #C2CAF5;
	text-align: left;
}
td.default3 {
	padding: 0.5em;
	border-top: solid 1px #999;
	border-right: solid 2px #999;
	text-align: left;
}



/* ------------- COLORS ------------ */
a img {
	border: none 0;
	color: #EBEBEB;
}
a, a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
#Content a, #Content a:link, #Content a:visited {
	color: #6f1413;
	text-decoration: underline;
}
#Content a:hover, #Content a:active, #Content a:focus {
	text-decoration: none;
	color: #C02121;
	text-decoration: underline;
}
#Header a, #Header a:link, #Header a:visited {
	color: #fff;
}
#Header a:hover, #Header a:active, #Header a:focus {
}
#Sidebar a, #Sidebar a:link, #Sidebar a:visited {
	color: #efcfcf;
}
#Sidebar a:hover, #Sidebar a:active, #Sidebar a:focus {
	color: #fff;
	text-decoration: none;
}
#Footer a, #Footer a:link, #Footer a:visited {
	color: #fff;
	text-decoration: underline;
}
#Footer a:hover, #Footer a:active, #Footer a:focus {
	text-decoration: none;
}
#Sidebar, #Footer {
	color: #fff;
}

/* ------------- SIDEBAR --------- */
.sidebar ul li {
	margin: 0.5em 0;
	padding: 0;
}
.sidebar ul li a {
	display: block;
	padding: 0.5em 0;
	border-bottom: solid 1px #933;
}
.sidebar ul li a:hover {
	border-color: #a66;
}
.sidebar h2 {
	margin: 1em 0 0.8em 0;
	font-size: 1.2em;
	font-weight: normal;
}

/* ---------------- IMAGES ---------- */
.alignright {
	text-align: center;
	float: right;
	margin: 0 0 1em 1em;
}
.alignleft {
	text-align: center;
	float: left;
	margin: 0 1em 1em 0;
}
.aligncenter {
	float: center;
	margin: 0 0 1em 1em;
}
.caption {
	padding: 1em;
	text-align: center;
	border: ;
	font-style: italic;
	background: #ebebeb;
}

/* ------------- HILITE --------- */
.hilite {
	width: 220px;
	padding: 0.5em 1em;
	border: solid 1px #ccc;
	background: #f5f5f5;
}
.hilite.alignright {
	margin-left: 2em;
}
.hilite.alignleft {
	margin-right: 2em;
}
.justify {
	text-align: justify;
}
.hilite h3, .hilite h4, .hilite h5, .hilite h6 {
	text-align: center;
}

/* ------------- HILITE 2 --------- */
.hilite2 {
	width: 240px;
	height: 460px;
	padding: 0.5em 1em;
	border: solid 1px #ccc;
	background: #f5f5f5;
}
.hilite2.alignright {
	margin-left: 2em;
}
.hilite2.alignleft {
	margin-right: 2em;
}
.hilite2.justify {
	text-align: justify;
}
.hilite2 h3, .hilite2 h4, .hilite2 h5, .hilite2 h6 {
	text-align: center;
}