body {
	background: url("/_ima/tile.jpg") repeat-x;
	background-color: white;
	margin: 0px; 
	padding: 0px;
	color: black;	
	font: 12px/14px Verdana, sans-serif;
	}

/*____________________________________________________________________________________________Links_*/

a:link {
	color: #6a6a6a;
	text-decoration: none;
	}
	
a:visited {
	color: #4c4c4c;
	text-decoration: none;
	}
	
a:hover {
	color: #949494;
	text-decoration: underline;
	}

a:active {
	color: white;
	text-decoration: none;
	}

/*____________________________________________________________________________________________Image Links_*/

a:link img {
	color: #6a6a6a;
	text-decoration: none;
	border: 5px solid white;
	}

a:visited img {
	color: #4c4c4c;
	text-decoration: none;
	border: 5px solid white;
	}

a:hover img {
	color: #949494;
	text-decoration: underline;
	border: 5px solid #e3e8ea;
	}

a:active img {
	color: white;
	text-decoration: none;
	border: 5px solid #006699;
	}
	
/*____________________________________________________________________________________________Nav Links_*/

#nav a {
	height: 13px;
	overflow: hidden;
	border: 0px solid red;
	}

/*_______________________________________________________Home Links_*/
a.home { 
	background: margin: 0px auto; 
	display: block; 
	background: url("/_ima/nav/home.gif") no-repeat; 
	text-decoration: none; 
	width: 44px; 
	height: 13px;
	float: left;
	margin: 0px 20px 0px 0px;
	}
a.home:hover {
	background-position: 0px -13px; 
	text-decoration: none;
	}
/*_______________________________________________________Charter Links_*/
a.charter { 
	background: margin: 0px auto; 
	display: block; 
	background: url("/_ima/nav/charter.gif") no-repeat; 
	text-decoration: none; 
	width: 55px; 
	height: 13px;
	float: left;
	margin: 0px 20px 0px 0px;
	}
a.charter:hover {
	background-position: 0px -14px; 
	text-decoration: none;
	}
/*_______________________________________________________About Links_*/
a.about { 
	background: margin: 0px auto; 
	display: block; 
	background: url("/_ima/nav/about.gif") no-repeat; 
	text-decoration: none; 
	width: 113px; 
	height: 13px;
	float: left;
	margin: 0px 20px 0px 0px;
	}
a.about:hover {
	background-position: 0px -14px; 
	text-decoration: none;
	}
/*_______________________________________________________News Links_*/
a.news { 
	background: margin: 0px auto; 
	display: block; 
	background: url("/_ima/nav/news.gif") no-repeat; 
	text-decoration: none; 
	width: 43px; 
	height: 13px;
	float: left;
	margin: 0px 20px 0px 0px;
	}
a.news:hover {
	background-position: 0px -14px; 
	text-decoration: none;
	}
/*_______________________________________________________Contact Links_*/
a.contact { 
	background: margin: 0px auto; 
	display: block; 
	background: url("/_ima/nav/contact.gif") no-repeat; 
	text-decoration: none; 
	width: 60px; 
	height: 13px;
	float: left;
	margin: 0px 20px 0px 0px;
	}
a.contact:hover {
	background-position: 0px -14px; 
	text-decoration: none;
	}
/*____________________________________________________________________________________________Tags_*/

p { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }

h3 { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }
h4 { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }
h5 { margin: 0px 0px 0px 0px; padding: 3px 0px 3px 0px; }
span { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
input { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
strong { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }


h1 { 
	margin: 0px 0px 0px 0px; 
	padding: 3px 0px 3px 0px;
	font-weight: bold;
	font-size: 17px;
	line-height: 17px;
	height: 17px;
	}
	
h2 { 
	margin: 0px 0px 0px 0px; 
	padding: 3px 0px 3px 0px;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	height: 17px;
	}
	
ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	}
	
ul li {
	background: url("/_ima/li.gif") no-repeat;
	background-position: center left;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
	}

/*____________________________________________________________________________________________Main Layout_*/

#container {
	margin: 0 auto;	
	padding: 0px;
	width: 760px;
	height: 100%;
	}	
		
#everything {
	background-color: #e3e8ea;
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 100%;
	overflow: hidden;
	}
	
#nav {
	margin: 0px;
	padding: 5px 0px 5px 5px;
	width: 100%;
	height: 13px;
	}
	
#banner {
	background: url("/_ima/banner.jpg") no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 760px;
	height: 333px;
	}
	
#content {
	background-color: white;
	border: 1px solid black;
	margin: 0 auto;
	padding: 30px;
	width: 690px;
	height: 100%;
	}
	
.clearer {
	clear: both;
	}
	
#foot {
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
	}

.foot_dotcom {
	font-size: 10px;
	font-weight: bold;
	float: left;
	clear: none;
	}
	
.capt_info {
	font-size: 10px;
	float: right;
	clear: none;
	}

.img_in_text_left {
	float: left;
	padding: 0px 20px 12px 0px;
	}
	
/*____________________________________________________________________________________________Index_*/

#index_left {
	margin: 0px;
	padding: 0px;
	width: 445px;
	float: left;
	clear: none;
	font-size: 14px;
	line-height: 16px;
	color: #647e88;
	}
	
#index_left h3 {
	height: 27px;
	font-size: 27px;
	line-height: 27px;
	width: 100%;
	border-bottom: 3px solid #647e88;
	margin: 0px 0px 25px 0px;
	}

#index_right {
	margin: 0px;
	padding: 0px;
	width: 210px;
	float: right;
	clear: none;
	font-size: 13px;
	line-height: 16px;
	color: #647e88;
	}
	
#index_right p {
	padding-bottom: 6px;
	}
	
.marlin {
	margin: -85px 0px 0px 0px;
	position: absolute;
	}
.new_marlin {
	margin: 300px 0px 0px 520px;
	position: absolute;
	z-index: 1;
	}

#mem_make_char {
	background-color: #e3e8ea;
	padding: 5px;
	margin: 68px 0px 0px 0px;
	}	

.mem_make_char_title {
	font-size: 13px;
	font-weight: bold;
	color: #647e88;
	}

.number {
	font-size: 19px;
	color: #647e88;
	}

#view_photo_gallery {
	margin: 15px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 2px solid #e3e8ea;
	clear: both;
	}
	
#view_photo_gallery img {
	border: 0px solid white;
	}
	
/*____________________________________________________________________________________________Charters_*/

.three_locations {
	font-size: 17px;
	padding: 0px 0px 18px 10px;
	color: #647e88;
	}

.locations {
	background: url("/_ima/location_tile.jpg") repeat-x;
	background-position: bottom;
	margin: 0px 0px 20px 0px;
	width: 100%;
	border: 2px solid #578499;
	}
	
.location {
	background-color: #578499;
	color: white;
	width: 435px;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 3px 10px;
	}

.location span {
	}
	
.details {
	padding: 10px 10px 0px 10px;
	color: black;
	}
	
.price {
	font-size: 15px;
	text-align: right;
	width: 435px;
	color: #004f77;
	padding: 0px 10px 0px 0px;
	border-bottom: 1px solid #578499;
	}
	
.rates_effective {
	font-weight: bold;
	font-size: 17px;
	margin: 0px 0px 0px 0px;
	}

#rates_info {
	background-color: #e3e8ea;
	border: 1px solid #578499;
	padding: 20px;
	maring: 15px 0px 0px 0px;
	}

/*____________________________________________________________________________________________Gallery_*/

.gallery_pics {
	margin: 7px;
	}
	
.retnec {
	text-align: center;
	}
	
/*____________________________________________________________________________________________Gallery_*/

.contact_info {
	font-size: 17px;
	line-height: 17px;
	height: 17px;
	}

/*____________________________________________________________________________________________CSS Form_*/

label,input {
	display: block;
	width: 100px;
	float: left;
	padding: 0px 0px 0px 5px;
	margin-bottom: 10px;
	font-size: 20px;
	}

input {
	background: url("/_ima/location_tile.jpg") repeat-x;
	border: 1px solid #578499;
	display: block;
	width: 300px;
	float: left;
	padding: 0px 0px 0px 5px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #647e88;
	}

label {
	text-align: left;
	width: 100px;
	height: 26px;
	padding: 0px 20px 0px px;
	margin: 4px 5px 0px 0px;
	}
	
.submit_reset {
	background: white;
	width: 412px;
	height: 36px;
	border: 1px solid #e3e8ea;
	padding: 0px;
	clear: both;
	margin: 0px 0px 6px 5px;
	}
	
.submit_reset input {
	background: white;
	width: 100px;
	height: 27px;
	margin: 3px;
	padding: 0px;
	float: right;
	}

br {
	clear: left;
	font-size: 20px;
	}

textarea {
	background-color: white;
	float: right;
	border: 1px solid #578499;
	width: 410px;
	margin: 0px 27px 20px 0px;
	font-size: 20px;
	}
	
.qorqtext {
	margin: 0px 0px 6px 5px;
	font-size: 20px;
	}
	
.textarea {
	clear: both;
	}
	
.gallery_top {
	height: 30px;
	width: 350px;
	}

.gallery_top select {
	float: left;
	}
	
#gallery_btn input {
	background: white;
	font-size: 12px;
	width: 120px;
	height: 22px;
	margin: 3px;
	padding: 0px;
	margin: 0px 0px 0px 3px;
	float: left;	
	}