/* @override http://mermaidvoyages.com/support/css/main.css */

/* @group Clear HTML */
	
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
a{text-decoration:none;}

/* @end */

/* @group Structure */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	height: 100%;
	background-image: url(../images/bg3.gif);
}

#background {
	background: url(../backgrounds/shadowbow.gif) no-repeat;
	height: 644px;
	width: 861px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#wrap {
	width: 840px;
	margin-left: 12px;
}

/* @end */

#header {
	background: url(../images/header_span.png) repeat-x;
	position: relative;

}

#header h1 a {
	background: url(../images/header.png) no-repeat;
	height: 71px;
	display: block;
}

#header h1 a span, #header h2 span {
	text-indent: -30000px;
	display: block;
}

#header h2 {
	background: no-repeat url(../images/tagline.png);
	position: absolute;
	top: 0;
	right: 0;
	height: 48px;
	width: 220px;
	display: block;
}

#content {
	height: 500px;
}

#nav {
	position: absolute;
	bottom: 12px;
	width: 840px;
}

#links {
	background: url(../images/footer.png) repeat-x;
	position: relative;
}

#links .title {
	background: url(../images/blue_moon.png) no-repeat right;
	position: absolute;
	right: 0;
	width: 173px;
	top: -26px;
	display: block;
	text-indent: -30000px;
	height: 26px;
}

#links ul.tabs {
	list-style: none;
	height: 30px;
	display: block;
	width: 840px;
	margin-left: -10px;
}

#links ul.tabs li {
	float: right;
	font-variant: small-caps;
	font-size: 18px;
	margin-left: 3px;
	margin-top: 2px;
	margin-right: 4px;
}

#links ul.tabs li:after {
	color: #6a9ccb;
	content: " |";
	font-size: 18px;
}

#links ul.tabs li a:link, #links ul.tabs li a:visited {
	color: #6a9ccb;
}

#links ul.tabs li a.active {
	color: #fff;
}

#secondary {
	background: #d7ecfe;
	border-top: 1px solid #699ccb;
}

.hold {
	margin-bottom: 20px;
}

.stretcher {
	margin-left: 20px;
	margin-right: 20px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 0;
	overflow: hidden;
}

.stretcher .photos {
	width: 300px;
	margin: 150px auto;
}

.stretcher .photos a:link, .stretcher .photos a:visited {
	width: 300px;
	background-color: #599cd3;
	text-align: center;
	height: 85px;
	display: block;
	line-height: 79px;
	font-size: 21px;
	color: #f0f8fb;
	border-color: #317bad;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.stretcher .photos a:hover {
	background-color: #85bcf2;
	border-color: #3b9edd;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.stretcher .photos a:active {
	background-color: #317bad;
	border-top-style: solid;
	border-top-width: 2px;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-style: none;
	border-bottom-style: none;
}

.stretcher h4 {
	font-size: 20px;
	color: #221e20;
	margin-bottom: 9px;
	margin-top: 20px;
}

.stretcher h5 {
	font-size: 18px;
	color: #4a8cbd;
	margin-bottom: 9px;
	margin-top: 20px;
}

.stretcher h6 {
	font-size: 16px;
	color: #55484a;
	margin-bottom: 9px;
	margin-top: 20px;
}

.stretcher p {
	margin-left: 10px;
	margin-bottom: 8px;
	margin-top: 6px;
}

.stretcher ul {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 36px;
}

.stretcher ul li {
	list-style-position: outside;
	list-style-type: circle;
	padding-top: 5px;
}

#footer {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
	color: #6a5e3d;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}