body
{
	margin: 1em;
	font: 12pt/14pt times,serif;
	color: #000;
	background-color: #fff;
}

a
{
	text-decoration: none;
	color: #000;
}

#sidebar, #utility, #bus, #features, p.back, p.forward { display: none; }

#alt-logo
{
	position: absolute;
	top: 1em;
	right: 1em;
	padding: 1.5em;
	background-color: #fff;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 1px 15px;
	z-index: 20;
}

#masthead
{
	border-style: solid solid double;
	border-color: #ccc;
	border-width: 1px 1px 4px;
	z-index: 10;
}

.masthead-graphic-home { position: relative; }
.masthead-graphic-home object { display: none; }

.masthead-graphic
{
	margin-bottom: .5em;
	position: relative;
}

.masthead-graphic-home h2, .masthead-graphic h2
{
	position: absolute;
	margin: 0;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}

.masthead-graphic-home h2
{
	top: 140px;
	left: 105px;
}

.masthead-graphic h2
{
	top: 130px;
	left: 105px;
}

.contentarea
{
	position: relative;
	padding-top: 1em;
}

#col1 dl
{
	margin: 0 0 1em 2em;
	padding: 0;
}

#col1 dt
{
	margin-top: 1em;
	text-transform: uppercase;
}

#col1 dd
{
	margin: 0 !important;
	padding: 0 !important;
}

dl.stats
{
	padding: .5em !important;
	border: 1px dotted #ccc;
	font-size: 10pt;
}

dl.stats dt
{
	margin: 0 !important;
	color: #666 !important;
	text-transform: uppercase;
}

/* Catch of the Week */
#catch, #catch dd
{
	position: relative;
	margin: 1em 0 0 !important;
	padding: 0 !important;
}

#catch dt { color: #000; }

#catch-pic
{
	display: block;
	position: relative;
	float: right;
	width: 139px;
	height: 104px;
	background: #fff url(/includes/css/css-images/catch_loading.gif) no-repeat;
}

#catch-pic #catch-frame { display: none; }

#footer
{
	margin: 2em 0 0;
	padding: 1em;
	font-style: normal;
	border-style: double solid solid;
	border-color: #ccc;
	border-width: 4px 1px 1px;
}

.special
{
	border-style: dotted;
	border-color: #ccc;
	border-width: 1px 0 1px;
	padding: 0 0 1em;
}

.special h3
{
	margin: 1em 0 0;
	font-size: 12pt;
	color: #000;
}

.special p { margin: 0; }

.thumbnail-col
{
	float: right;
	padding: 0 0 1em 1em;
	background-color: #fff;
}

.thumbnail-col img
{
	display: block;
	margin-bottom: .5em;
	border: 4px double #ccc;
}

.thumbnail-col p { display: none; }

.photo img
{
	margin: 1em 0 .5em;
	border: 4px double #ccc;
}

table.menu th
{
	padding-top: .5em;
	border-bottom: 1px dotted #666;
	font-weight: normal;
	text-align: left;
	color: #000;
}

table.menu th.price { text-align: right !important; }

cite.note
{
	display: block;
	margin: 1em 0;
	text-align: center;
	font-style: normal;
	font-size: 10pt;
	color: #666;
}

/* gift shop */
table.shop-items { margin-bottom: 1em !important; }

table.shop-items td
{
	margin: .5em auto;
	border: 1px solid #ccc;
}

table.shop-items td img { border: 1px solid #000; }
table.shop-items td p { margin: .5em; }

table.shop-items td .price
{
	display: block;
	padding-bottom: .5em;
}

/* rates */
table.rates-data { margin: 0 auto; }

table.rates-data th, table.rates-data td
{
	text-align: center;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #ebebec #ccc #ccc #ebebec;
}

table.rates-data caption
{
	margin: .5em auto;
	font-weight: bold;
	color: #666;
}

table.rates-data th
{
	font-weight: bold;
	color: #000;
	border-color: #ccc #666 #666 #ccc;
}

table.rates-data tr.amount td
{
	font-size: 16pt;
	font-weight: bold;
}

table.rates-data tr.divider td
{
	padding: 0 0 0 5px;
	background-color: #ebebec;
	text-align: left;
}

table.rates-data tfoot td
{
	font-style: italic;
	text-align: center;
	padding: 1px 3px;
	font-size: 10pt;
}

table.netspecial { width: 350px; }

/* maintenance table */
table.maint-data td, table.maint-data th
{
	padding: 1px !important;
	font-size: 10pt !important;
}

/* video tour */
#video-select
{
	text-align: center;
	padding-bottom: 1em;
}

#video-select img, #video-select object
{
	display: block;
	margin: 0 auto;
	border: none;
}

#video-select object { margin-top: 1.5em; }

/* transportation */
#drive-times { display: none; }
#cabelas img { border: none; }

/* form layout */
table.form td { padding: 3px; }
table.form td.prompt { text-align: right; }
table.form td.required { font-weight: bold; }

table.form input
{
	border-style: solid;
	border-color: #000;
	border-width: 0 0 1px;
}

textarea
{
	border-style: solid;
	border-color: #000;
	border-width: 1px 0 0 1px;
}

h3
{
	margin: 1em 0 .2em;
	font-size: 18pt;
	font-weight: bold;
	color: #000;
}

h4
{
	margin: 1em 0 .5em;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	border-bottom: 1px dotted #ccc;
	padding-bottom: .2em;
}

p { margin: 0 0 1em; }
dt { font-weight: bold; }

fieldset
{
	margin: 1em 0;
	padding: 0 1em .5em;
	border-style: solid;
	border-color: #000;
	border-width: 1px 0 0;
}

legend
{
	margin-bottom: .5em;
	padding: 0 .5em;
	color: #000;
	font-weight: bold;
}

object img { visibility: hidden; }

img.float-right
{
	float: right;
	margin: 1em;
	border: none;
}

.top { vertical-align: top; }

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }

/* End hide from IE-mac */
.mac-clearfix
{
	clear: both;
	height: 0;
	overflow: hidden;
}

/* This gets applied to the clearing div added to #domfix via the Javascript fix for IE/Mac */