/* Main Content Formatting */

div#main h1 { 
	font-size: 24px;
	line-height: 30px;
	padding: 5px 10px 0 10px; margin: 0;
	background: url(../images/main-background-top.png) no-repeat;

}

div#main h2 { 
	font-size: 18px;
	line-height: 24px;
	padding: 10px 10px 0 10px; margin: 0;
	color: #33669c;
}

div#main p {
	padding: 0; margin: 10px 10px 0 10px;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

div#main p.subhead { 
	font-size: 17px;
	line-height: 20px;
	padding: 0; margin: 0 10px 0 10px;
	color: #9D4015;
}

div#main img.right {
	float: right; clear: right; margin: 10px 10px 0 10px;
}
div#main img.inline {
	margin: 0 3px 0 0; border-width: 0;
}

div#main ul, div#main ol { 
padding: 0 0 0 20px; margin: 10px 0 0 20px;
}
div#main ul li, div#main ol li { padding: 0 0 0 0; margin: 0 0 10px 0; }

div#main table.prices { margin: 20px 15px; }
div#main table.prices td { 
	padding: 5px;
}
div#main table.prices td.h { background-color: #036; color: #fff; font-weight: bold; border-bottom: 1px solid #fff; }
div#main table.prices td.a { background-color: #147; color: #fff; font-weight: bold; }
div#main table.prices td.b { background-color: #258; color: #fff; font-weight: bold; }
div#main table.prices td.c { background-color: #369; color: #fff; font-weight: bold; }
div#main table.prices td.d { background-color: #37a; color: #fff; font-weight: bold; }

/* To Do Menu */
div#todo h1 { padding: 0; margin: 0; line-height: 40px; height: 40px; background: url(../images/todo-h1.gif) no-repeat; }
div#todo ul { padding: 0; margin: 0; list-style-type: none;}
div#todo ul li { padding: 0 0 10px 0; margin: 0 10px 0 10px; height: 40px; display: inline-block; }
div#todo ul li { display: block; }
div#todo ul li#diving { background: url(../images/todo-diving.gif) no-repeat; }
div#todo ul li#tours { background: url(../images/todo-tours.gif) no-repeat; }
div#todo ul li#village { background: url(../images/todo-village.gif) no-repeat; }
div#todo ul li a { display: block; color: #fff; text-decoration: none; font-size: 14px; line-height: 14px; font-weight: bold; padding: 12px 10px 14px 70px; margin: 0; height: 14px; }

/* Sidebar Text Formatting */

div#right_bar .quote { 
	font-style: italic;
	font-size: 12px;
}

div#right_bar .byline { 
	font-style: normal;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
}

div#right_bar h1 {
	font-style: normal;
	font-size: 18px;
	margin: 10px;
	border-bottom: 1px solid #33669c;
}

div#right_bar h2 {
	font-style: normal;
	font-size: 12px;
	margin: 10px;
	color: #33669c;
}

div#right_bar p {
	font-style: normal;
	font-size: 12px;
}

a.link-button { padding: 2px 10px; border: 1px solid #33669c; background-color: #cde; text-decoration:none; color: #33669c; }
a.link-button:hover { color: white; background-color: #33669c; border-color: #cde; }