<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Table of Content
==================================================
	#Font-Face
	#GLOBAL STYLES
	#HEADER SECTION
	#FOOTER SECTION
	#CONTENT SECTION
	
	#FlexSlider video
	#Page Styles
	#Media Queries
	*/

/* #Fonts
================================================== */
@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('../fonts/websymbols/websymbols-regular-webfont.eot');
    src: url('../fonts/websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/websymbols/websymbols-regular-webfont.woff') format('woff'),
url('../fonts/websymbols/websymbols-regular-webfont.ttf') format('truetype'),
url('../workfolder/fonts/websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* #Lists (baseline corrections)
================================================== */
	
	ul {
	margin: 0px;
	padding: 0px;
	}
	ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

	


/* #GLOBAL STYLES
================================================== */
	* { 
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		box-sizing: border-box; 
	}
	
	img {
		/*max-width: 100%;
		max-height: 100%;*/
	}
	
	h1 {
	color: #b2a793;
	margin: 0em 0em .5em 0em;
	font-size: 2em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	h2 {
	font-size: 1.2em;
	margin: 0em 0em 1em 0em;
	text-transform: uppercase;
	}
	h3 { font-size: 1.5em; margin: 0em 0em 1em 0em; }
	
	p { margin: 0px 0px .75em 0px; }
	a { color: #14b4ff; }
	a:hover { color: #14b4ff; }
	

	body {
		background-color: #5b6a79;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	.page {
		position: relative;
		max-width: 1000px;
		margin: 0px auto;

	}
	.mousetype {
		font-size: 0.8em;
	}
	
	.hiddenForm {
		display:none;
	}


/* #HEADER SECTION GLOBAL
================================================== */
	#TopMenuHolder {
		position: absolute;
		top: 0;
		left: 0;
		height: 55px;
		/*width: 970px;*/
		width:100%;
		z-index: 1000;
		background-color: #24384c;
			border-bottom-width: 4px;
			border-bottom-style: double;
			border-bottom-color: #FFFFFF;
	}
	


/* #FOOTER SECTION GLOBAL
================================================== */
		#Footer {
			position: fixed;
			bottom:0;
			height: 50px;
			width:100%;
			z-index: 998;
			background-color: #24384c;
			border-top-width: 4px;
			border-top-style: double;
			border-top-color: #FFFFFF;
		}
		
	

/* #CONTENT SECTION GLOBAL
================================================== */
	a.homeLinks  {
		text-transform:uppercase;
		color: #fff;
		display: block;
		margin: 0px;
		padding: 15px 5px 0px 5px;
		height:50px;
		background: #24384c;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		text-decoration: none;
		text-align:center;
		
		/**/
	background: -moz-linear-gradient(top,  rgba(36,56,76,1) 0%, rgba(96,115,134,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,56,76,1)), color-stop(100%,rgba(96,115,134,1)));
	background: -webkit-linear-gradient(top,  rgba(36,56,76,1) 0%,rgba(96,115,134,1) 100%);
	
	background: -o-linear-gradient(top,  rgba(36,56,76,1) 0%,rgba(96,115,134,1) 100%);
	background: -ms-linear-gradient(top,  rgba(36,56,76,1) 0%,rgba(96,115,134,1) 100%);
	background: linear-gradient(top,  rgba(36,56,76,1) 0%,rgba(96,115,134,1) 100%);
	
	border: 1px solid rgba(0,0,0,0.4) ;
	
	font-weight: bold;
	/*font-size: 1.5em;font-family:Arial, Helvetica, sans-serif;
    
    font-weight: 900;
    display: block;
    padding: 4px;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 0px rgba(36,56,76,1), 0px 6px 15px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 2px 0px rgba(36,56,76,1), 0px 6px 15px rgba(0,0,0,.7);
    box-shadow: 0px 2px 0px rgba(36,56,76,1), 0px 6px 15px rgba(0,0,0,.7);
    /*margin: 100px auto;*/
	/*width: 160px;
	text-align: center;*/
	
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
		
	}
	a.homeLinks:hover {
		color:#14b4ff;
		cursor: pointer;
		background: rgb(96,115,134);
		
		border: 1px solid rgba(255,255,255,0.4) ;
	background: -moz-linear-gradient(top,  rgba(36,56,76,1) 0%, rgba(96,115,134,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,56,76,1)), color-stop(100%,rgba(96,115,134,1)));
	background: -webkit-linear-gradient(top,  rgba(36,56,76,1) 0%,rgba(96,115,134,1) 100%);
	
	background: -o-linear-gradient(top,  rgba(36,56,76,1) 0%,rgba(96,115,134,1) 100%);
	background: -ms-linear-gradient(top,  rgba(36,56,76,1) 0%,rgba(96,115,134,1) 100%);
	background: linear-gradient(top,  rgba(36,56,76,1) 0%,rgba(96,115,134,1) 100%);
	
    -webkit-box-shadow: 0px 2px 0px rgba(36,56,76,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 2px 0px rgba(36,56,76,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 2px 0px rgba(36,56,76,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 4px;
	}
/* OLD PageLinks styles
	
	a.PageLinks  {
		color: #a6abc5;
		display: block;
		margin: 0px;
		padding: 5px;
		background: #24384c;
		/*max-width: 220px;
	
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		text-decoration: none;
	}
*/
	a.PageLinks  {
		text-transform:uppercase;
		color: #fff;
		display: block;
		margin: 5px 5px 10px 5px;
		/*padding: 20px 5px 20px 5px;*/
		padding-top: 10px;
		background: #24384c;
		width: 45%;
		height:50px;
		float:left;
		text-align:center;
		/*max-width: 220px;*/
	
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		text-decoration: none;
		
	/**/
	background: -moz-linear-gradient(top,  rgba(36,56,76,1) 0%, rgba(96,115,134,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,56,76,1)), color-stop(100%,rgba(96,115,134,1)));
	background: -webkit-linear-gradient(top,  rgba(36,56,76,1) 0%,rgba(96,115,134,1) 100%);
	
	background: -o-linear-gradient(top,  rgba(36,56,76,1) 0%,rgba(96,115,134,1) 100%);
	background: -ms-linear-gradient(top,  rgba(36,56,76,1) 0%,rgba(96,115,134,1) 100%);
	background: linear-gradient(top,  rgba(36,56,76,1) 0%,rgba(96,115,134,1) 100%);
	
	border: 1px solid rgba(0,0,0,0.4) ;
	
	font-weight: bold;
	/*font-size: 1.5em;font-family:Arial, Helvetica, sans-serif;
    
    font-weight: 900;
    display: block;
    padding: 4px;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 0px rgba(36,56,76,1), 0px 6px 15px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 2px 0px rgba(36,56,76,1), 0px 6px 15px rgba(0,0,0,.7);
    box-shadow: 0px 2px 0px rgba(36,56,76,1), 0px 6px 15px rgba(0,0,0,.7);
    /*margin: 100px auto;*/
	/*width: 160px;
	text-align: center;*/
	
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
		
	}
	
	a.PageLinks:hover, a.PageLinks:active {
		color:#14b4ff;
		cursor: pointer;
		background: rgb(96,115,134);
		
		border: 1px solid rgba(255,255,255,0.4) ;
	background: -moz-linear-gradient(top,  rgba(36,56,76,1) 0%, rgba(96,115,134,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,56,76,1)), color-stop(100%,rgba(96,115,134,1)));
	background: -webkit-linear-gradient(top,  rgba(36,56,76,1) 0%,rgba(96,115,134,1) 100%);
	
	background: -o-linear-gradient(top,  rgba(36,56,76,1) 0%,rgba(96,115,134,1) 100%);
	background: -ms-linear-gradient(top,  rgba(36,56,76,1) 0%,rgba(96,115,134,1) 100%);
	background: linear-gradient(top,  rgba(36,56,76,1) 0%,rgba(96,115,134,1) 100%);
	
    -webkit-box-shadow: 0px 2px 0px rgba(36,56,76,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 2px 0px rgba(36,56,76,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 2px 0px rgba(36,56,76,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 4px;
	}
	
	
	
	
/* #HOME FEATUERS
================================================== */	
	.info h3 { font-size: 1.1em; margin: 0; }
	.info p { line-height: 1.2em; font-size: .9em; margin-bottom: .5em; }
	.info { background-repeat: no-repeat; }
	.info.one {
		background-image: url(../images2013/shows.jpg);
		background-position: 10px 10px;
	}
	.info.two { 
		background-image: url(../images2013/boat.jpg);
		background-position: 10px 10px;
		
	 }
	.info.three { 
		background-image: url(../images2013/store.jpg);
		background-position: 10px 10px;
	 }

/* #OVERVIEW COLUMN
================================================== */	
	.column h3,
	.column-thrids h3,
	.column-2thrids h3,
	.column-2fourth h3,
	.column-3fourth h3,
	.column-4fourth h3 { font-size: 1.1em; margin: 0; }
	.column p,
	.column-thrids p,
	.column-2thrids p,
	.column-2fourth p,
	.column-3fourth p,
	.column-4fourth p
	 { line-height: 1.2em; font-size: .9em; margin-bottom: .5em; }
	.column { background-repeat: no-repeat; }
	
/* #BOAT TOP
================================================== */	
	
	
	

.clear-fix { clear: both; line-height: 1px; }
</pre></body></html>