/*
Design by Jeff Weiss, Anchor Bay Enterprises LLC
*/
@import url('reset.css');

html {
    padding: 0;
    margin: 0;
}
body {
	margin: 0;
	padding: 0;
	/* background: #FFFFFF url('/images/background.jpg') repeat-x top left; */
    /* cbd1f7 */
    /* background: #ebe8f8 url('/images/clouds.png') repeat-x; */
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #333333;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000058;
}

h1 {
    background: url(/images/h1-underline.png) no-repeat left 45px;
	font-size: 26px;
    height: 45px;
    margin-bottom: 10px;
    padding: 12px 0 0 0px;
    letter-spacing: -.5px;    
}

h2 {
    background: url(/images/h2-underline.png) no-repeat left 45px;
	font-size: 22px;
    height: 40px;
    margin-bottom: 10px;
    padding: 12px 0 0 0px;
    letter-spacing: 1.0px;    
}
h3 {
    background: url(/images/h1-underline.png) no-repeat left 45px;
    font-size: 26px;
    height: 45px;
    margin-bottom: 10px;
    padding: 12px 0 0 0px;
    letter-spacing: 1.0px; 
    color: #FF8000;  
}
h4 {
    font-size: 16px;
}
p, ul, ol {
	margin: 0;
}

ul, ol {
}

a {
	text-decoration: none;
	/* color: #4486C7; */
    color: #0000DD;
}

a:hover {
}

address{font-style: normal;}

#top{
	border-top: 15px solid #000058;
}

#wrapper {
	width: 980px;
	margin: 0px auto;
	background-color: #ffffff;
}

/* Header - */

#header {
    height: 90px;
    width: 100%;
    padding-top: 50px;
    background-color: #ffffff;
}
#logo {
    float: left;
	background-color: transparent;
    width: 500px;
    height: 92px;
    background-image: url('/images/new_logo.jpg');
	/*width: 490px;
    height: 40px;
    background-image: url('/images/logo.png');*/
    background-repeat: no-repeat;
}
#header-address  {
    float: left;
    width: 440px;
    height: 20px;
    margin-top: 20px;
    background-color: #ffffff;
    font-size: 14px;
    letter-spacing: .25px;
    color: #000058;
	position: relative;
	top: 50px;
}
/* Menu , drop down components */
#Menu {
    width: 100%;
    margin: 0;
}

#dd-left, #SiteLinks, #dd-right {
    display:block;
    float:left;
    height:40px;
}

#dd-left {
    background:transparent url('/images/menu-left-bg.png') no-repeat top left;
    width: 20px;
}
#SiteLinks {
    float: left;
    /* this image seems to screw up IE */
    background:transparent url('/images/menu-bg.png') repeat-x top left;
    width:940px;
    overflow:hidden;
}
#dd-right {
    background:transparent url('/images/menu-right-bg.png') no-repeat top right;
    width: 20px;
}

#SiteLinks  ul{list-style:none; margin: 0px; padding:0;}
#SiteLinks  li{ position: relative; float:left; display: inline; }
#SiteLinks  li a{  
    display:block; 
    margin: 0;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: -.5px; 
    padding-left: 20px; 
    padding-right: 20px; 
    /* background:transparent url('/images/menu-separator-bg.png') no-repeat 100% 1px;  */
    text-align: center; 
    text-decoration:none;  
    color: #AAAFF2;
}
#SiteLinks  li a:hover{ 
    height: 38px;
    border-top: 1px solid #0B011F;
    border-bottom: 1px solid #0B011F;
    color: #0B011F;
    background-color: #AAAFF2;
}
/* main page image */
#page-image {
    width: 980px;
    height: 280px;
    margin: 0px;
    padding: 0px;
    /* background: url(/images/boats.jpg) no-repeat left top; */
}

#page-image img {
    border: none;
    width: 980px;
}
#page-carousel {
    width: 980px;
    height: 280px;
    margin: 0px;
    padding: 0px;
}
#page-carousel ul {
    list-style-type: none;
    display: inline;
    padding: 0;
    position: relative;
}
.jCarouselLite {
    overflow: hidden;
}
/* Page Image Bar */
#Bar {
    width: 100%;
    margin: 0;
    border-bottom: 5px solid #D0D0D0;    
}

/* Page */

#content {
	background-color: #ffffff;
	width: 980px;
	margin: 0 auto;
	padding: 0px 0px 0px 20px;
    background-image: url(/images/img03.gif) repeat-y left top;
	/* background: url(/images/img03.gif) repeat-y left top; */
}

/* Content */

#main {
    float: left;
    width: 580px;
    padding: 30px 0px 0px 0px;
    /* border-right: 1px dashed #E0E0E0; */
}
#main-full {
    float: left;
    width: 950px;
    padding: 30px 0px 0px 0px;
}
.section  {
	/* background: url(/images/img08.gif) no-repeat left top; */
	padding-bottom: 20px;
	text-align: left;
    background: url(/images/img08.gif) no-repeat left top;
    /* background: url(images/img07.gif) no-repeat left 50px; */
    margin-bottom: 15px;    
}

.section p {
    margin: 10px 10px 20px 10px;
    background: transparent;
}

.section ul {
    margin: 0;
    margin-left: 10px;
    padding: 0;
    line-height: 26px;
    font-size: 18px;
    list-style: disc;
}
.section li {
    margin-top: 5px;
    margin-left: 20px;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 0.5px;     
}

/* Sidebar */

#Sidebar {
	float: right;
    background-color: transparent;
	width: 280px;
	margin: 50px 20px 0px 0px;
	padding: 0px 20px 0px 0px;
	color: #787878;
}



#Sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#Sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	margin: 0px 30px;
	border-left: none;
}

#Sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#Sidebar h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
}

#Sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#Sidebar a {
	border: none;
}

#Sidebar a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}

/* Footer */

#Footer {
	margin: 4px auto;
    border: 1px solid #E0E0E0;
	background-color: #fcfcfc;
}
#Footer-address {
    margin: 10px auto;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
}
#Credits {
    margin: 10px;
    height: 20px;
    line-height: 20px;
}
#Copyright {
    float: left;
	font-size: 10px;
	color: #A0A0A0;
}
.copyright {
    float: left;
	font-size: 10px;
	color: #A0A0A0;
}
#Blue-Moon {
    float: right;
    font-size: 9px;
    color: #A0A0A0;
    visibility: hidden;
}
#Blue-Moon a {
    color: #A0A0A0;
    text-decoration: underline;
}
#Blue-Moon a:hover {
    color: #0000DD;
}
.widget {
}
.widget-top {
    width: 280px;
    height: 6px;
    background: transparent  url('/images/widget-top.png') top left no-repeat;
}
.widget-middle {
    padding: 10px;
    width: 280;
    background: transparent url('/images/widget-middle.png') top left repeat-y;
}
.widget-middle-facebook {
    padding: 20px 0px;
    width: 280;
    background: transparent url('/images/widget-middle.png') top left repeat-y;
}
.widget-middle-share {
    padding: 20px 0px;
    width: 280;
    background: transparent url('/images/widget-middle.png') top left repeat-y;
}
.widget-bottom {
    width: 280;
    height: 6px;
    background: transparent url('/images/widget-bottom.png') top left no-repeat; 
}
.widget ul {
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-size: 18px;
    list-style: none;
    color: #023848;
    
}
.widget li {
    margin-top: 5px;
    margin-left: 10px;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 0.5px;      
}
.widget a {
    font-size: 12px;
}
.clearboth {
    clear: both;
}
.subimage {
    margin-left: 10px;
    margin-bottom: 10px;
    float: right;
}
#party {
    width: 100%;
    margin: 5px auto;
}
#partypics {
}
#partypics img { 
    /* border: 4px solid #FFFFFF;  */
    margin: 4px;
    float: left;
}

.floatright {
    float: right;
}
.floatleft {
    float: left;
}
.line_boats {margin-top: 20px;}
.hoist {
    width: 100%;
    border: 2px solid #000099 !important;
}
.hoist-lift {
    width: 96%;
    margin-top: 25px !important;
}
.hoist-specs {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

