/* CSS Document */

/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe{
    margin: 0;
    padding: 0;
}

/*Normalizes font-size for headers*/ 
h1, h2, h3, h4, h5, h6{
    font-size: 100%;
    
}
/*Removes list-style from lists*/
ol, ul{
    list-style: none;
}
/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, strong, th, var{ 
    font-style: normal;
    font-weight: normal;
}
/*Removes border from fieldset and img*/
fieldset, img{
    border: 0;
}
html {height: 100%; margin-bottom: 1px;} 

/*breakwatercss*/
body{
	background-color: #ccc;
}
#allcontent{
	position:relative;
	width: 744px;
	margin: 0px auto 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
}
a:link, a:visited {
	color: #5a5756;
	text-decoration: none;
}
a:hover, a.selected {color:#003399;}

#header img{border-bottom: 8px solid #666666;}

#header h1{
	position: absolute;
	left: 30px;
	top: 40px;
	font-size: 140%;
	color: #5a5757;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#header p{
	color: #5a5756;
	font-size: 60%;
	position: absolute;
	top: 90px;
	right: 50px;
	font-weight: 400;
}
#mainnav{
	padding: 5px 32px 15px 32px;
	background-color: #FFFFFF;
}
#mainnav li {
	float: left;
	padding-right: 28px;
	font-size: 75%;
	font-weight: 400;
	letter-spacing: 0.1em;
}

#maincontent, #contactmain{
	clear: left;
	padding: 3px 32px 20px 32px;
	font-size: 80%;
	color: #333333;
	background-color: #e1e2e6;
	line-height: 1.25em;
	background-image: url(images/maskedfish2.jpg);
	
}

#maincontent img {
	padding-right: 2px;
}
#maincontent h2, #contactmain h2{
	padding: 30px 0px 10px 0px;
	color: #5a5756;
	font-size: 105%;
	font-weight: 600;
}

#thecaptain img{
	float: right;
	padding-left: 32px;

}
.hometext{
	height: 18em;
}
#sidebar{
	width: 195px;
	float: right;
	margin-right: 3px;
	border: 4px double #e1dcd9;
	margin-top: 6px;
	text-align: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#sidebar ul{
	list-style-type: none;
	padding-top: 15px;
	text-align: right;
	margin-right: 10px;
}
#sidebar li{
	margin-left: 20px;
	padding-bottom: 10px;
	color: #0066CC;
	font-size: 10px;
}
#sidebar h3{
	color: #666666;
	margin-top: 20px;
	padding-left: 10px;
	margin-right: 8px;
}
#maincontent a {
	text-decoration:underline;
	color: #0066CC;
}
#maincontent a:hover {
	
	color: #000066;
}
#book{
	border: thin dotted #666666;
	padding-left: 20px;
	margin-top: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
}
#roll{
	float: right;
}
#roll a:link, #roll a:visited {
	background-image: url(images/calendarbutton.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	font-size: 115%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-top: 4px;
	padding-bottom: 5px;
	color:#684a4a;
	padding-left: 15px;
	height: 25px;
	width: 105px;
}
#roll a:hover{
	background-image: url(images/calendarbuttonroll.gif);
	color:#e4d6d6;
	
}
#book h2 {
	margin-bottom: 0px;
	padding-bottom: 15px;
	padding-top: 0px;
}
#book p {
	padding-top: 0px;
	margin-top: 0px;
}
#theboat img {
	float: left;
	padding: 5px 30px 10px 0px;

}
#footer{
	background-color: #FFFFFF;
}
#footer p{
	font-size: 60%;
	text-align: center;
	height: 20px;
	color: #666666;
	padding-top: 5px;
}
#contactmain{
	height: 250px;
	}
#contactmain ul{
	padding-top: 20px;
}
#contactmain li{
	padding-bottom: 10px;
}
#contact {
	float: right;
	padding-top: 47px;
	margin-bottom: 20px;
}
#contactmain span{
	font-weight: bold;
}
#contactmain a {
	color: #0066CC;
	text-decoration: underline;
}
#contactmain a:hover {
	color: #000066;
	text-decoration: underline;
}
#book span {
	display: none;
}
