/*
Title:      Turtle Cove master styles
Author:     Justin Britt, justin@wasabihawaii.com
Updated:    01/24/2006
Notes:		lovingly prepared by Wasabi Marketing in Hanalei, Kauai.
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #002761;
	background: #002761;
	}

/* ---[ links ]------------------------------- */

a:link {
	color: #6A5435;
	text-decoration: none;
	border-bottom: 1px dotted #6A5435;
	}
a:visited {
	color: #8EA4C2;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	}
a:hover {
	color: #036;
	border-bottom-style: solid;
	}
a:link.plain {
	border-style: none;
	}
a:visited.plain {
	border-style: none;
	}
a:hover.plain {
	border-style: none;
	}
#footer a:link.red {
   color: #FF0000;
	}
#footer a:visited.red {
   color: #FF0000;
	}
#footer a:hover.red {
    color: #990033;
	}

/* ---[ common elements ]--------------------- */

p {
	margin: 1em 0 1em;
	padding: 0;
	}
h1 {
	font-size: 150%;
	padding: 0;
	margin: 0;
	}
h3 {
	font-size: 120%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}
h4 {
	margin: 2.5em 0 0 0;
	padding: 0;
	font-size: 100%;
	color: #7F93B3;
	border-bottom: 1px solid #E7EAEF;
	}
em {
	font-size: 14px;
	font-style: italic;
}
p.red {
    color:#FF0000;
	}
.btn {
	font-size: 120%;
	font-weight: bold;
	}
.submitLink {
   color: #6A5435;
   padding: 5px 5px 5px 5px;
   background-color: transparent;
   border: 1px dotted #6A5435;
   cursor: pointer;
   cursor: hand;
  }
.clear {
	clear: both;
	}
.hide {
	display: none;
	}
.fontsmall {
	font-size: 90%;
	}
label {
	font-weight: bold;
	}
a.bold {
    font-size: 110%;
	font-weight: bold;
	color:#492DC6;
	}
.policies {
    text-align: left;
	font-size: 130%;
	padding: 10px 0 0 5px;
	margin: 0;
	}
.sp {
    text-align: left;
	font-size: 120%;
	padding: 5px 0 0 12px;
	margin: 0;
	}
/* ---[ top ]------------------------------- */

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: center;
  	width: 750px;
  	background: #fff url(/img/bg.gif) no-repeat 54px 190px;
	}
#head {
	position: relative;
	background: #7F93B3 url(/img/head_bg.gif) no-repeat 0 50px;
	height: 70px;
	text-align: left;
	}
#head a {
	border-style: none;
	}
#logo {
	position: absolute;
	height: 34px;
	top: 8px;
	left: 70px;
	}
#logo a  {
	display: block;
	width: 224px;
	}
#turtles {
	position: absolute;
	height: 71px;
	top: 9px;
	left: 10px;
	}
#turtles a  {
	display: block;
	width: 40px;
	}
#toll {
	position: absolute;
	top: 9px;
	right: 10px;
	color: #fff;
	}

/* navigation */

#nav {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	top: 50px;
	left: 58px;
	width: 692px;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0 0 0 2px;
	list-style: none;
	}

/* ---[ title ]-------------------------------- */

#title {
	clear: left;
	text-align: left;
	margin: 30px 0 20px 20px;
	}
#title h1 {
	font-size: 120%;
	padding-top: 5px;
	color: #BFC9D7;
	}

/* ---[ main column ]----------------------------- */

#main-body {
	float: left;
	text-align: left;
	width: 480px;
	}
#content {
	margin: 0 0 50px 20px;
	padding: 0;
	}
#content ul li, ol li {
	padding: 0 0 6px 0;
	line-height: 1.4em;
	}
#calendar {
	margin: 0;
	padding: 10px 20px 0 20px;
	}
.left {
    text-align: left;
	}

/* ---[ right column ]----------------------------- */

#main-right {
	width: 250px;
	float: right;
	text-align: left;
	}
#sidebar {
	padding: 0 0 0 20px;
	/* border-left: 1px solid #E7EAEF; */
	}
#sidebar img {
	margin-bottom: 20px;
	}
#sidebar ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding-left: 0;
	font-size: 120%;
	font-weight: bold;
	}
#sidebar ul li {
	padding: 0 0 4px 0;
	line-height: 1.4em;
	}

/* ---[ footer ]----------------------------------- */

#footer {
	clear: both;
	margin: 0;
	padding: 20px 0 20px 0;
	width: 750px;
	font-size: 90%;
	text-align: center;
	border-top: 1px solid #002761;
	}
#bgwhi {
	bgcolor: #FFFFFF;
	background: #FFFFFF;
	}