	html, body { 
		margin: 0;
		padding: 0;
		height: 100%;
	}
	body {
		font-family: 'Arimo', sans-serif;
		color: #FFFFFF;
		background: url("../img/line_bg3.png") repeat;	
	}	
	strong {
		font-weight: bold;	
	}
	#wrapper {
		margin-left: auto;
		margin-right: auto;
		width: 900px;
	}
	#wrapper {
		min-height: 100%;
		overflow: hidden;
		position:relative;
	}

	/* HEADER STYLES */
	#header {
		background: #143D55;
		height: 100px;	
		width: 100%;
		margin-top: 10px;
		border-bottom: 10px solid #FFFFFF;
	}
	#logo {
		float: right;	
		margin-top:5px;
	}
	#header div {
		float: left;
		margin-top: 10px;
		margin-left: 15px;	
		color: #FFFFFF;
	}
	#header a {
		color: #FFFFFF;
		text-decoration: none;
		padding-right: 20px;
	}
	#header span {
		font-weight:bold;
	}
	#header div p {
		clear:left;
		padding-left: 5px;
		padding-top: 20px;
		font-size: 15px;
	}
	
	/* TOP NAV STYLES */
	#topNav {
		display: block;
		line-height: 1.3;
		width: 100%;
		margin: 0;
		position: relative;
		color: #FFFFFF;
		background: #143D55;
		margin-bottom: 25px;
		letter-spacing: 0.1px;
		font-size: 14px;
		z-index: 30;
	}
	#topNav input {
		width: 150px;
	}
	#topNav div.ribbon-front ul ul {
		display: none;
	}
	#topNav div.ribbon-front ul li:hover > ul {
		display: block;
	}
	#topNav div.ribbon-front ul {
		background: #143D55;
		background: linear-gradient(top, #383838 0%, #262626 100%);
		list-style: none;
		position: relative;
		display: inline-table;
		width: 100%;
	}
	#topNav div.ribbon-front ul:after {
		content: ""; clear: both; display: block;
	}
	#topNav div.ribbon-front ul li {
		float: left;
		background: url("../img/top_nav_divider.png") no-repeat center right;
		padding-left: 20px;
		padding-right: 20px;
	}
	#topNav div.ribbon-front ul li.boat_lookup {
		float: right;
		padding-left: 0px;
		padding-right: 10px;
		background-image: none;	
		line-height: 40px;
	}
	#topNav div.ribbon-front ul li:hover {
		background: #67A8BD;
		background-image: none;	
	}

	#topNav div.ribbon-front ul li.boat_lookup:hover {
		background: #143D55;
	}
	#topNav div.ribbon-front ul li:hover a {
		color: #fff;
	}
	#topNav div.ribbon-front ul li a {
		display: block; 
		color: #FFFFFF; 
		text-decoration: none;
		line-height: 40px;
		text-shadow: 0 1px 1px #111;
		font-weight: bold;
	}
	#topNav div.ribbon-front ul li a img {
		padding-bottom: 13px;
		vertical-align:bottom;
	}
	#topNav div.ribbon-front ul ul {
		background: #143D55; 
		padding: 0;
		position: absolute; top: 100%;
		width: 180px;
		margin-left: -20px;
		z-index: 100;
	}
	#topNav div.ribbon-front ul ul li {
		background: url("../img/top_nav_divider_dd.png") no-repeat center top;
		font-size: 12px;
		float: none; 
	}
	#topNav div.ribbon-front ul ul li:first-child {
		background: none;
		font-size: 12px;
		float: none; 
		border-top: 1px solid #67A8BD;
	}
	#topNav div.ribbon-front ul ul li:first-child:hover {
		background: #67A8BD;
		background-image: none;	
	}
	#topNav div.ribbon-front ul ul li a {
		line-height: 38px;
	}	
	#topNav div.ribbon-front ul ul li a:hover {
		background: none;
	}
	#topNav div.ribbon-front ul ul ul {
		position: absolute; left: 100%; top:0;
	}
	
	/* CONTENT STYLES */
	#container{
		position: relative;
		width: 697px;
		float: right;
		right: 5px;
		padding-bottom: 10px;
		color: #133D53;
		font-size: 14px;
	}
	#content {
		padding: 25px;
		color: #333333;
		min-height: 450px;
	}
	#content p {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
		line-height: 24px;
	}
	#content h1 {
		font-size: 28px;
		color: #133D53;
	}
	#content h2 {
		font-size: 20px;
		/*font-size: 16px;*/
		color: #133D53;
		/*font-weight: bold;*/
	}
	#rot_img{
		height: 364px;
		overflow: hidden;
	}
	#rot_img ul li img {
		position: absolute;
	}
	#rot_img ul li {
		display: none;
	}
	#rot_img ul li:first-child {
		display: list-item;
	}	
	#rot_img_overlay{
		position: absolute;
		top: 254px;
		right: -1px;
		width: 698px;
		height: 110px;
		z-index: 10;
	}		

	/* FOOTER STYLES */
	#footer {
		height:	100px;
		color: #FFFFFF;
		font-size: 18px;
		font-weight: normal;
	}
	#footer.ribbon-wrapper {
		padding-bottom: 0px;
	}

	#footer.ribbon-wrapper div.ribbon-front{
		left: -6px;
		background-color: #143D55;
		width: 900px;
		height: 82px;
    	box-shadow: none;
		text-align: center;
		box-shadow: none;
	}
	#footer.ribbon-wrapper .ribbon-edge-bottomleft,
	#footer.ribbon-wrapper .ribbon-edge-bottomright {
		top: 82px;
	}
	#footer.ribbon-wrapper .ribbon-edge-topleft,
	#footer.ribbon-wrapper .ribbon-edge-bottomleft {
		left: 0px;
    	border-color: transparent #143D55 transparent transparent;    
	}
	#footer.ribbon-wrapper .ribbon-edge-topright,
	#footer.ribbon-wrapper .ribbon-edge-bottomright {
		left: 894px;
		border-color: transparent transparent transparent #143D55;
	}

	#footer.ribbon-wrapper {
		top: inherit;
		padding-bottom: inherit;
	}
	
	#footer div.ribbon-front ul {
		background: #143D55;
		background: linear-gradient(top, #383838 0%, #262626 100%);
		list-style: none;
		list-style-type: none;
		position: relative;
		display: inline-table;
		padding: 0px;
		margin: 0px;
		margin-left: auto;
		margin-right:auto;
	}

	#footer div.ribbon-front ul li {
		float: left;
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 13px;
		display: inline;
		text-align: left;
	}

	#footer div.ribbon-front ul li span, #footer div.ribbon-front ul li a {
		color: #C5DFE5;
		text-decoration: none;
	}
	#footerWrap {
		font-size: 12px;
		margin-top: 25px;
		position: relative;
		text-align: center;
		color: #999999;
		height: 130px;
		background: #FFFFFF;
		width: 888px;
		left: 6px;	
	}
	#footerWrap span {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 25px;
		padding-right: 25px;
	}
	#footerWrap span a {
		color: #999999;
	}

	#footer div.ribbon-front ul li span {
		padding-left: 0;
		padding-right: 0;
	}
	#footerWrap {
		position: absolute;
		bottom: 0;
	}

	#footer.ribbon-wrapper .ribbon-edge-topleft, #footer.ribbon-wrapper .ribbon-edge-bottomleft {
		left: -6px;	
	}
	#footer.ribbon-wrapper .ribbon-edge-topright, #footer.ribbon-wrapper .ribbon-edge-bottomright {
		left: 888px;	
	}

	/* RIBBON STYLES */
	.ribbon-wrapper {
		position: relative;
		color: #FFFFFF;
		top: 8px;
		margin-bottom: 25px;
	}
	#footer.ribbon-wrapper {
		margin-bottom: 0px;
	}
	#topNav.ribbon-wrapper {
		top: 0px;	
		padding-bottom: 0px;
	}
	.ribbon-front {
		background-color: #569EB6;
		width: 198px;
		height: 28px;
		position: relative;
		left:-6px;
		z-index: 20;
		line-height: 28px;
		border-radius: 2px 2px 0 0;
    	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	}
	#topNav.ribbon-wrapper div.ribbon-front{
		left: 0px;
		background-color: #143D55;
		width: 900px;
		height: 40px;
		border-radius: none;
    	box-shadow: none;
	}
	
	.ribbon-front h2 {
		display: block;
		letter-spacing: 0.1px;
		text-align: center;
		font-size: 14px;
		background: linear-gradient(top, #383838 0%, #262626 100%);
		font-weight: bold;
		line-height: 28px;
		height: 28px;
		text-shadow: 0 1px 1px #111;
	}
	.ribbon-front,
	.ribbon-back-left,
	.ribbon-back-right
	{
		-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
		-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
		-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
		-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	}
	.ribbon-edge-topleft,
	.ribbon-edge-topright,
	.ribbon-edge-bottomleft,
	.ribbon-edge-bottomright {
		position: absolute;
		z-index: 15;
		border-style:solid;
		height:0px;
		width:0px;
	}
	.ribbon-edge-topleft,
	.ribbon-edge-topright {
	}
	.ribbon-edge-bottomleft,
	.ribbon-edge-bottomright {
		top: 28px;
	}
	#topNav.ribbon-wrapper .ribbon-edge-bottomleft,
	#topNav.ribbon-wrapper .ribbon-edge-bottomright {
		top: 40px;
	}
	.ribbon-edge-topleft,
	.ribbon-edge-bottomleft {
		left: -6px;
    	border-color: transparent #44879D transparent transparent;    
	}
	#topNav.ribbon-wrapper .ribbon-edge-topleft,
	#topNav.ribbon-wrapper .ribbon-edge-bottomleft {
		left: 0px;
    	border-color: transparent #143D55 transparent transparent;    
	}
	.ribbon-edge-topleft {
		top: 0px;
		border-width: 0px 20px 0 0;
	}
	.ribbon-edge-bottomleft {
		border-width: 0 6px 5px 0;
	}
	.ribbon-edge-topright,
	.ribbon-edge-bottomright {
		left: 186px;
		border-color: transparent transparent transparent #44879D;
	}
	#topNav.ribbon-wrapper .ribbon-edge-topright,
	#topNav.ribbon-wrapper .ribbon-edge-bottomright {
		left: 894px;
		border-color: transparent transparent transparent #143D55;
	}
	.ribbon-edge-topright {
		top: 0px;
		border-width: 0px 0 0 20px;
	}
	.ribbon-edge-bottomright {
		border-width: 0 0 5px 6px;
	}
	.ribbon-back-left {
		position: absolute;
		top: 10px;
		left: 0px;
		width: 0px;
		height: 28px;
		z-index: 12;
	}
	.ribbon-back-right {
		position: absolute;
		top: 10px;
		right: 0px;
		width: 0px;
		height: 28px;
		z-index: 12;
	}

	/* LEFT NAV STYLES */
	#leftNav {
		background: #C7DFE7;
		width: 186px;
		text-align: center;
		font-family: "Arimo", Georgia, "Times New Roman", Times, serif;
		position: absolute;
		height: 100%;	
	}
	#leftNav img {
		margin-top: 20px;
	}
	#leftNav a {
		text-align:left;
		color: #133D53;
		text-decoration: none;
		display:block;
		font-size: 15px;
		font-weight: bold;
		letter-spacing: 0.1px;
		padding-left: 15px;
		padding-bottom: 15px;
	}
	#leftNav a:hover {
		color: #569EB6;
	}
	#leftNav div.cap {
		height: 100px;
		background: url("../img/left_nav_cap_bg.jpg") repeat-x;
		margin-top: 20px;
	}
	#join_email {
		border: solid 1px #20638A;
		height: 21px;
		width: 112px;
		font-size: 12px;
		color: #20638A;
		padding-left: 5px;
		vertical-align: bottom
	}
	#join_submit {
		border: solid 1px #20638A;
		height: 25px;
		width: 40px;
		color: #FFF;
		font-weight: bold;
		background: #143D55;
		cursor: pointer;
	}	
	.defaultTextActive { 
		color: #a1a1a1; 
		font-style: italic; 
	}
	
	/* SOCIAL MEDIA */
	#share { 
		margin: 0px;
		vertical-align: top;
	}
	#share ul {
			margin:0 0 25px 0; 
			padding:0 0 5px 0; 
			list-style:none;
	}
	#share li { 
		display:inline;
		float: left;
		margin-left: 6px;
	}

	#contentWrap {
		background: #FFFFFF;
		left: 6px;
		top: -25px;
		position: relative;
		width: 888px;
		padding-top: 5px;
	}
	#contentWrap {
		/*padding-bottom: 32918px;*/
		padding-bottom: 32860px;
		margin-bottom: -32768px;
		position: relative;
	}	
	/* DIALOG STYLES */
	#dialog_box {
		background: #FFFFFF;	
		color: #000000;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: .5px;
		padding: 20px;
		border-radius: 5px;
		box-shadow: 0 0 25px 5px #143D55;
		width: 300px;
		line-height: 18px;
	}
	#dialog_box.dialog_error {
		background: #FFFFFF;	
		color: #FF3366;
		box-shadow: 0 0 25px 5px #FF3366;
	}
	#dialog_box span.dialog_close {
		background: #2B91AF;
		border-radius: 0 5px 0 5px;
		box-shadow: none;
		font: bold 131% sans-serif;
		padding: 2px 6px 2px;
		position: absolute;
		right: 0px;
		top: 0px;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		display: inline-block;
		color: #FFFFFF;
	}
	#dialog_box.dialog_error span.dialog_close {
		background: #FF3366;
		border-radius: 0 5px 0 5px;
	}
	
	/* CONTENT STYLES */
	#content a {
		color: #67A8BD;
		font-weight: bold;
		text-decoration: underline;
	}
	#content a:hover {
		color: #000000;
	}
	#content table {
		/*width: 100%;*/	
	}
	#content table tr td{
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		/*width: 100px;*/
	}
	#content table.centered {
		margin-left: auto;
		margin-right: auto;	
	}
	#content table.centered td {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 15px;
		text-align:center;	
	}
	#content h3 {
		color: #67A8BD;
		font-weight: bold;
		font-size: 15px;
		margin-bottom: -5px;
		margin-top: 5px;
	}
	#content h4 {
		font-weight: bold;
		margin-top: 5px;
		
	}
	#content ul {
		list-style: square outside;	
	}
	#content ul li {
		line-height: 20px;
		margin-left: 20px;
		padding-top: 5px;
		padding-bottom: 5px;	
	}
	#content dl {
		width: 100%;
		overflow: hidden;
	}
	#content dt {
		float: left;
		width: 25%; /* adjust the width; make sure the total of both is 100% */
		padding-bottom: 10px;
	}
	#content dd {
		float: left;
		width: 75%; /* adjust the width; make sure the total of both is 100% */
		padding-bottom: 10px;
		font-weight: bold;
	}
	#content img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 5px;
		background-color: #FFFFFF;
		border: 1px solid #C7DFE7;
	}

	/* HOME PAGE */
	#content .specials {
		width: 100%;
	}
	#content .specials h2 {
		width: 100%;
		background: url("../img/special_dashed_line.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
		margin-bottom: 10px;
		margin-top: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #67A8BD;
		font-size: 24px;
		font-weight: normal;
	}
	#content .specials img {
		width: 120px;
	}
	#content .specials a {
		color: #555555;
		font-weight: normal;
		font-size: 16px;
	}
	#content .specials table tr th {
		vertical-align: top;
	}
	#content .specials table tr td {
		width: inherit;
		vertical-align: top;
		padding-top: 10px;
		padding-left: 10px;
	}
	#content table.rightbold {
		width: inherit;	
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#content table.rightbold th {
		text-align: left;	
		width: inherit;
		padding: 5px;
	}
	#content table.rightbold td {
		text-align: left;	
		font-weight: bold;
		width: inherit;
		padding: 5px;
	}

	div.imagecap {
		display: block;
		margin: 5px auto;
		padding: 10px;
		text-align: center;	
	}

	#content table.katja {
		/*width: inherit;	*/
		margin-left: auto;
		margin-right: auto;
	}
	#content table.katja tr td {
		padding: 5px;
	}
	#content table.katja tr td img, #content table.katja tr th img {
		margin:inherit;
		display: inherit;
	}

	#content table.katja tr td p, #content table.katja tr th p {
		line-height: inherit;
		padding-bottom: inherit;
		padding-top: inherit;
	}
	#content table.katja tr td a, #content table.katja tr th a {
	color: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	}
	#breadcrumbs {
		color: #143d55;
		font-size: 11px;
		padding-left: 20px;
		padding-top: 10px;
	}
	#breadcrumbs a {
		color: #143d55;
		text-decoration: none;
		display: inline-block;
		height: 10px;
	}
	#breadcrumbs a:hover {
		text-decoration: underline;
	}
	#breadcrumbs a.home {
		padding-left: 15px;
		background: url(../img/home-icon-bc.png) left no-repeat;
	}

	/* TWO IMAGES WITH TEXT BOTTOMS */
	#content div.imgbox2 {
		width: 312px;
		float: left;
		margin-right: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-radius: 5px;
		background: #143D55;
	}
	#content div.imgbox2 a {
		text-decoration: none;
	}
	#content div.imgbox2:hover {
		opacity: .9;
	}


	/* THREE IMAGES WITH TEXT BOTTOMS */
	#content div.imgbox {
		width: 200px;
		float: left;
		margin-right: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-radius: 5px;
		background: #143D55;
	}
	#content div.fiveimg {
		width: 118px;
		float: left;
		margin-right: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-radius: 5px;
		background: #143D55;
	}
	#content div.imgbox:hover {
		opacity: .9;
	}
	#content img.imgboximg {    
		display: inherit;
		padding: 0;
		border: none;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		margin: 0;
		width: 100%;
	}
	#content p.imgboxtxt {
		color: white;
		font-size: 18px;
		font-weight:bold;
		text-shadow: 0 1px 1px #111;
		text-align: center;
	}
	#content div.fiveimg p.imgboxtxt {
		font-size: 16px;
	}
	
	#content div.imgbox a {
		text-decoration: none;
	}

	#content a.basic {
		color: #333;	
		font-weight: normal;
	}
	
/* LEFT NAV HEADERS */
.ribbon-front strong {
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 28px;
  letter-spacing: 0.1px;
  line-height: 28px;
  text-align: center;
  text-shadow: 0 1px 1px #111;
}		

	/* CHANGES TO HOMEPAGE */
	#content .home_left {
		width: 425px;	
		float: left;
	}
	#content .home_right {
		width: 200px;	
		float: right;
	}
	#content .home_right img, #content .home_img {
		max-width: 400px;	
		margin: 0;
		margin-left: 15px;
	}
	#content .home_img_left {
		max-width: 400px;	
		margin: 0;
		margin-right: 15px;
	}
	#content .home_img_right {
		max-width: 400px;	
		margin: 0;
		margin-left: 15px;
		float: right;
	}

	#content .home_right a {
		color: #FFF;
		font-weight: bold;
		max-width: 195px;	
		border: 1px solid #42859B;
		background: #67A8BD;
		padding: 8px;
		text-decoration: none;
		text-shadow: 0 1px 1px #111;
		display: block;
		border-radius: 7px;
		width: 100%;
		font-size: 17px;
	}
	#content .home_right a:hover {
		color: #FFF;
	}
	#content .home_right div {
		padding-bottom: 20px;
		text-align: center;
	}

	/* TESTIMONIALS */
.testimonial {
	margin: 0;
	background: #EDEDED;
	padding: 10px 50px;
	position: relative;
	font-family: Georgia, serif;
	color: #666;
	border-radius: 5px;
	font-style: italic;
	text-shadow: 0 1px 0 #ECFBFF;
	/*background-image: linear-gradient(#CEF3FF, #EDEDED);*/
	background: #EDEDED;
} 
.testimonial:before, .testimonial:after {
	 content: "\201C";
	 position: absolute;
	font-size: 80px;
	line-height: 1;
	color: #999;
	font-style: normal;
} 
.testimonial:before {
	top: 0;
	left: 10px;
} 
.testimonial:after {
	content: "\201D";
	right: 10px;
	bottom: -0.5em;
} 
.arrow-down {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #EDEDED;
	margin: 0 0 0 25px;
} 
#content p.testimonial-author {
	color: #999;
	font-family: Arial,Helvetica,sans-serif;
	margin: 0 0 0 25px;
	padding-top: 1px;
	text-align: left;
	padding-bottom: 15px;
}
.testimonial-author span {
	font-size: 12px;
	color: #666;
} 
		
#boatcats {
	margin-bottom: 20px;	
}
#boatcats p {
	font-size: 13px;	
}
#content div.boatcats {
  clear: both;
  border-bottom: 1px solid #dde;
  padding-bottom: 5px;
}
#content div.boatcats.last {
  border: none;
}
#content p.head {
	margin-bottom: 20px;	
  background: rgba(0, 0, 0, 0) url("../img/special_dashed_line.png") repeat-x scroll left bottom;
  color: #67a8bd;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}
#content div.boatcats img {
  float: left;
  margin-right: 15px;
  height: 40px;
}

	/* TABLE WITH NO BACKGROUND */
	#content table.nobg img {
		margin: inherit;
		margin-bottom: 10px;	
	}
	#content table.nobg tr td {
		vertical-align: top;
		background: none;
		width: inherit;
	}	
	#content table.nobg tr th {
		background: none;
		width: inherit;
	}	

#content .xsub img {
	border: none;
	margin: 0;
	padding: 0;	
}
