/* Style Sheet - Zac Hester */

body {
	margin: 0;
	padding: 0;
	font: 11pt/130% 'Trebuchet MS',Helvetica,sans-serif;
	color: #333333;
	background-color: #BBBBBB;
	background-image: url(graphics/background.png);
	background-repeat: repeat-x;
	background-position: left top;
}
a {
	color: #0000CC;
	background-color: transparent;
}
a:visited {
	color: #000066;
	background-color: transparent;
}
a:hover {
	color: #CC0000;
	background-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.75em 0 0.25em 0;
	padding: 0;
}
h1 { font-size: 180%; }
h2 { font-size: 150%; border-bottom: solid 1px #CCCCCC; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }
p, ul, ol, blockquote {
	margin: 0.75em 0;
	padding: 0;
}
ul li, ol li {
	margin: 0;
	margin-left: 2em;
}
blockquote { padding: 0 2em; }
img { border: none; }
form { margin: 0; }

table.data {
	width: 100%;
	margin: 0.75em 0;
	padding: 0;
	border-collapse: collapse;
}
	table.data tr.header th {
		color: #FFFFFF;
		background-color: #666666;
	}
	table.data tr.even td {
		color: inherit;
		background-color: #FFFFFF;
	}
	table.data tr.odd td {
		color: inherit;
		background-color: #FFFFEE;
	}
	table.data tr td, table.data tr th {
		margin: 0;
		padding: 2px 5px;
		border: solid 1px #CCCCCC;
	}


.page_images {
	float: right;
	margin: 0 0 0.5em 2em;
	text-align: center;
	font-size: 80%;
	color: #444444;
}
	.page_images p {
		margin: 0 0 5px 0;
	}
	.page_images a {
		text-decoration: none;
	}
.page_footer {
	margin: 3em 0 0 0;
	color: #666666;
	font-size: 80%;
	text-align: right;
}
.illustration {
	text-align: center;
	font-size: 80%;
}
.feedback {
	padding: 3px 7px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFCC;
	font-weight: bold;
}

.SimpleForm {
	margin: 0.5em 2em;
	padding: 0.5em 8em;
	border: solid 1px #CCCCCC;
	background-color: #EEEEEE;
}

.testimonials {
}
	.testimonials h3 {
		margin: 2em 0 0 0;
		font-size: 90%;
		color: #555555;
	}
	.testimonials h4 {
		margin: 1px 0;
		border-bottom: dashed 1px #CCCCCC;
	}
	.testimonials p {
		font-style: oblique;
	}



div#root {
	width: 890px;
	margin: 7px auto;
	border: solid 1px #BBBBBB;
	background-color: #FFFFFF;
}
div#header {
	position: relative;
	height: 120px;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #DDDDDD;
	background-image: url(graphics/headeropt.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
}
	div#header h1 {
		position: absolute;
		right: 0;
		top: 0;
		margin: 0;
		height: 90px;
		width: 570px;
		background-image: url(graphics/header.png);
		background-position: right top;
		background-repeat: no-repeat;
		background-color: transparent;
	}
		div#header h1 a {
			display: block;
			height: 90px;
		}
			div#header h1 a span {
				display: none;
			}
	div#header ul {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 880px;
		list-style: none;
		margin: 0;
		padding: 5px 5px 3px 5px;
		border-bottom: solid 3px #CCCCCC;
		color: inherit;
		background-color: #E5E5E5;
	}
		div#header ul li {
			display: inline;
			margin: 0;
			padding: 0 9px;
			border-left: 1px solid #888888;
		}
		div#header ul li.first {
			border-left: none;
		}
			div#header ul li a {
				font-weight: bold;
			}
div#body {
	margin: 0;
	padding: 1px 20px 20px 20px;
	background-color: #FFFFFF;
	background-image: url(graphics/body.png);
	background-position: 50% bottom;
	background-repeat: no-repeat;
}
	div#boat_anchor {
		clear: both;
		font-size: 1px;
		line-height: 1px;
	}
div#footer {
	margin-top: 2em;
	padding: 12px;
	border-top: solid 3px #CCCCCC;
	color: #666666;
	background-color: #E5E5E5;
	font-size: 75%;
	text-align: center;
}
	div#footer ul {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}
		div#footer ul li {
			display: inline;
			margin: 0;
			padding: 0;
		}
