/****************************************************************************************/
/* SCREEN STYLES - TOC --------------------------------------------------------------- */
/* YAHOO RESET STYLES ---------------------------------------------------------------- */
/* Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 0.12.1 */ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

/*= Base Styles
---------------------------------------*/

	html, table{font-size:100%; height:100%;}
	body {font-size:0.625em; font-family:Georgia, "Times New Roman", Times, serif;background:#fafdfe; color:#666;height:100%;}
	td{font-size:1.3em;line-height:1.5em;margin: 1.5em 0 1.5em 0;vertical-align:top;}
	td td,p,ul,ol,h2{font-size:1.0em;line-height:1.5em;margin: 1.0em 0 1.0em 0;}
	h1{
		font-family: Georgia, serif;
		font-size: 1.7em;
		margin:0 0 -10px 28px;
		line-height:200%;
		color:#0096d7;
	}
	h2{font-size:1.2em; font-weight:bold;color:#1377ae;margin:0 0 -.5em 0;padding-top:.5em;}
	ul{ margin:.75em 1.5em .25em .5em; padding-left:1em; list-style:disc;}
	ul li h2{margin-top:.5em;margin-bottom:-1.5em;}
	h3{color:#7c939f; font-weight:bold;margin:.6em 0 -.5em 0; padding-top:.5em; font-size:1.1em;}
	h4{color:#888; font-size:1em; font-weight:bold;margin:.6em 0 -.5em 0;}
	ul li p{}
	ol{list-style:decimal; margin:1.5em 1.5em 0 2.5em;}
	ol li{margin-bottom:1.0em;}
	ol li ol{list-style:upper-alpha; margin:0 0 1.0em 2.5em;}
	ol li ol li{margin-bottom:0;}
	sup {line-height: 0;}
	dl, dt, dd {padding:0;margin:0;}
	dl{font-size:1.0em;line-height:1.5em;margin: 0 0 0 0;}
	dt{font-weight:bold;color:#00529b;}
	p{padding:.75em 0; font-size:1em;line-height:160%; margin:0;}
	p.smaller{font-size: .8em;}
	a 			{color: #1663a9; outline:none;}
	a:visited	{color: #89a0b0;} /* visited link */
	a:hover		{color: #4e99ce;text-decoration:none;}  /* hover link */
	a:active	{color: #4e99ce;} /* selected link */ 
	strong{font-weight:bold;}
	em, cite{font-style:italic;}
	label,input{font-size:1.1em;}
	input{padding:1px 0;}
	hr {height: 1px; border: 0; background-color: #ccc;}

/**/


/*= Float Clearing
---------------------------------------*/

	/*--See IE6 & 7 css files for browser-specific fixes--*/
	.wrap:after,
	.contentSection:after {
		content: ".";
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
	} 
	
	/*---Remove if not using 100% height for Parent Wrap */
	
		.parent.wrap:after{
			display: inline;
		}
		
	/**/

/**/


/*= popup
---------------------------------------*/

	.hdrPic{
		display:block;
		margin:0 0 0 24px;
	}

/**/

/*= lightwindow
---------------------------------------*/

	#lightwindow_overlay {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100px;
		z-index: 500;
		/* REQUIRED */
	}
	
	#lightwindow {
		/* REQUIRED */
		/* Of Note - The height and width of this element are set to 0px */
		display: none;
		visibility: hidden;
		position: absolute;
		z-index: 999;
		line-height: 0px;
		/* REQUIRED */
	}
	
		#lightwindow_container {
			/* REQUIRED */
			display: none;
			visibility: hidden;
			position: absolute;
			/* REQUIRED */
			padding: 0 0 0 0;
			margin: 0 0 0 0;
		}
	
		/* IE6 needs this or it messes with our positioning */
		* html #lightwindow_container {
			overflow: hidden;
		}
	
		#lightwindow_contents {
			overflow: hidden;
			z-index: 0;
			position: relative;
			border: 10px solid #ffffff;
			background-color: #ffffff;
		}		
	
	#lightwindow_loading {
		/* REQUIRED */
		height: 100%;
		width: 100%;
		top: 0px;
		left: 0px;
		z-index: 9999;
		position: absolute;
		/* REQUIRED */
		background-color: #f0f0f0;
		padding: 10px;
	}
	
		#lightwindow_loading_shim { 
			display: none;
			left: 0px; 
			position: absolute; 
			top: 0px;
			width: 100%; 
			height: 100%;
		}
	
		#lightwindow_loading span {
			font-size: 12px;
			line-height: 32px;
			color: #444444;
			float: left;
			padding: 0 10px 0 0;
		}
	
		#lightwindow_loading span a,
		#lightwindow_loading span a:link, 
		#lightwindow_loading span a:visited {
			color: #09F;
			text-decoration: none;
			cursor: pointer;
		}
	
		#lightwindow_loading span a:hover,
		#lightwindow_loading span a:active {
			text-decoration: underline;
		}
	
	
		#lightwindow_loading img {
			float: left;
			margin: 0 10px 0 0;
		}
	
	
	/*-----------------------------------------------------------------------------------------------
		I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
		I mean let's face it, it works really well and is very easy to figure out.
	-----------------------------------------------------------------------------------------------*/
	
	#lightwindow_navigation {
		/* REQUIRED */
		position: absolute;
		top: 0px;
		left: 0px;
		display: none;
		/* REQUIRED */
	}
		/* We need to shim the navigation for IE, though its more of a sub-floor */
		#lightwindow_navigation_shim { 
			/* REQUIRED */
			display: none;
			left: 0px; 
			position: absolute; 
			top: 0px;
			width: 100%; 
			height: 100%;
			/* REQUIRED */
		}
	
		#lightwindow_navigation a,
		#lightwindow_navigation a:link,
		#lightwindow_navigation a:visited,
		#lightwindow_navigation a:hover,
		#lightwindow_navigation a:active { 
			/* REQUIRED */
			outline: none;
			/* REQUIRED */
		}
	
		#lightwindow_previous, 
		#lightwindow_next {
			width: 49%;
			height: 100%;
			background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
			display: block;
		}
		
		#lightwindow_previous { 
			float: left;
			left: 0px;
		}
	
		#lightwindow_next { 
			float: right;
			right: 0px;
		}
	
		#lightwindow_previous:hover, 
		#lightwindow_previous:active { 
			background: url(../images/prevlabel.gif) left 15% no-repeat; 
		}
	
		#lightwindow_next:hover, 
		#lightwindow_next:active { 
			background: url(../images/nextlabel.gif) right 15% no-repeat; 
		}
		
		#lightwindow_previous_title,
		#lightwindow_next_title {
			display: none;
		}
			
	#lightwindow_galleries {
		width: 100%;
		position: absolute;
		z-index: 50; 
		display: none;
		overflow: hidden;
		margin: 0 0 0 10px;
		bottom: 0px;
		left: 0px;
	}
	
		#lightwindow_galleries_tab_container {
			width: 100%;
			height: 0px;
			overflow: hidden;
		}
	
		a#lightwindow_galleries_tab,		
		a:link#lightwindow_galleries_tab,
		a:visited#lightwindow_galleries_tab {
			display: block;
			height: 20px;
			width: 77px;
			float: right;
			line-height: 22px;
			color: #ffffff;
			text-decoration: none;
			font-weight: bold;
			cursor: pointer;
			font-size: 11px;
			color: #ffffbe;
			background: url(../images/black-70.png) repeat 0 0 transparent;
		}
		
		* html a#lightwindow_galleries_tab,		
		* html a:link#lightwindow_galleries_tab,
		* html a:visited#lightwindow_galleries_tab {	
			background: none;
			background-color: #000000;
			opacity: .70;
			filter: alpha(opacity=70);
		}
	
		a:hover#lightwindow_galleries_tab,
		a:active#lightwindow_galleries_tab {
			color: #ffffbe;
	
		}
	
		#lightwindow_galleries_tab_span {
			display: block;
			height: 20px;
			width: 63px;
			padding: 0 7px 0 7px;
		}
		
		#lightwindow_galleries_tab .up	{
			background: url(../images/arrow-up.gif) no-repeat 60px 5px transparent;
		}
	
		#lightwindow_galleries_tab .down {
			background: url(../images/arrow-down.gif) no-repeat 60px 6px transparent;
		}
	
		#lightwindow_galleries_list {
			background: url(../images/black-70.png) repeat 0 0 transparent;
			overflow: hidden;
			height: 0px;
		}
	
		* html #lightwindow_galleries_list {
			background: none;
			background-color: #000000;
			opacity: .70;
			filter: alpha(opacity=70);
		}	
	
		.lightwindow_galleries_list {
			width: 200px;
			float: left;
			margin: 0 0 10px 0;
			padding: 10px;
		}
	
		.lightwindow_galleries_list h1 {	
			color: #09F;
			text-decoration: none;
			font-weight: bold;
			cursor: pointer;
			padding: 10px 0 5px 0;
			font-size: 16px;
		}
	
		.lightwindow_galleries_list li {
			margin: 5px 0 5px 0;
			list-style-type: none;
		}
	
		.lightwindow_galleries_list a, 
		.lightwindow_galleries_list a:link, 
		.lightwindow_galleries_list a:visited {
			display: block;
			line-height: 22px;
			color: #ffffff;
			text-decoration: none;
			font-weight: bold;
			cursor: pointer;
			padding: 0 0 0 10px;
			font-size: 11px;
		}
	
		.lightwindow_galleries_list a:hover, 
		.lightwindow_galleries_list a:active {
			background: #000000;
			color: #ffffbe;
			border-left: 3px solid #ffffbe;
			padding: 0 0 0 7px;
		}
			
	#lightwindow_data {
		/* REQUIRED */
		position: absolute;
		/* REQUIRED */
	}
	
		#lightwindow_data_slide {
			/* REQUIRED */
			position: relative;
			/* REQUIRED */
		}
	
		#lightwindow_data_slide_inner {
			background-color: #ffffff;
			padding: 0 10px 10px 10px;
		}
	
		#lightwindow_data_caption {
			padding: 10px 0 0 0;
			color: #666666;
			line-height: 25px;
			background-color: #ffffff;
			clear: both;
		}
	
		#lightwindow_data_details {
			background-color: #f0f0f0;
			padding: 0 10px 0 10px;
			height: 20px;
		}
		
		#lightwindow_data_author_container {
			width: 40%;
			text-align: right;
			color: #666666;
			font-style: italic;
			font-size: 10px;
			line-height: 20px;
			float: right;
			overflow: hidden;
		}
		
		#lightwindow_data_gallery_container {
			font-size: 10px;
			width: 40%;
			text-align: left;
			color: #666666;
			line-height: 20px;
			float: left;
			overflow: hidden;
		}
		
	#lightwindow_title_bar {
		height: 25px;
		overflow: hidden;
		background:#fff;	
	}
	
		#lightwindow_title_bar_title {
			color: #ffffbe;
			font-size: 14px;
			line-height: 25px;
			text-align: left;
			float: left;
		}
	
		a#lightwindow_title_bar_close_link,	
		a:link#lightwindow_title_bar_close_link,
		a:visited#lightwindow_title_bar_close_link {
			float: right;		
			cursor: pointer;
			text-indent:-5000px;
			padding: 0;
			margin: 8px 9px 0 0;
			width:74px;
			height:18px;
			background:url(../images/bgClose.gif) no-repeat 0 0;
		}
		
		a:hover#lightwindow_title_bar_close_link,
		a:active#lightwindow_title_bar_close_link {
			color: #ffffff;
		}
	
	/*-----------------------------------------------------------------------------------------------
		Theme styling stuff
	-----------------------------------------------------------------------------------------------*/	
	
	#lightwindow p {
		color: #000000;
		padding-right: 10px;
	}

/**/


/*= sIFR
---------------------------------------*/
	 
	.sIFR-active h1,
	.sIFR-active .contentPanel h2 {
	  visibility: hidden;
	  font-family: Verdana;
	  line-height: 1em;
	  font-size: 37px;
	  margin:0 0 -10px 18px;
	  padding:0;
	}
	
	.sIFR-active h1{
		margin:0 0 -15px 25px;
		height:55px;
		overflow:hidden;
	}
	
	.sIFR-active .yachtInfo h1{
		float:left;
		padding-right:10px;
	}
	
	.sIFR-active h1.longLine{
		font-size:30px;
	}
	
	.sIFR-active h1.longLine2{
		font-size:28px;
	}
 
 /**/

/*= Page Structure
---------------------------------------*/

	.parent{
		width:100%;
		margin:0 auto 0 auto;
		position:relative;
		background:url(../images/bgBody.jpg) no-repeat 50% 100% ;
		min-height:100%;/*--100% height: See 'style_ie.css' for IE6-specific height setting --*/
	}
	
	.parent.popup{
		background:#fff;
		font-size:1.3em;
	}
	
	.parentShim{
		width:985px;
		margin:0 auto;
	}
	
	
	.primaryContent{
		width:985px;
		margin:0;
		clear: left;
		font-size:1.3em;
		background:url(../images/bgBodyPanel.png) repeat-y 0 0;
		padding:0 0 10px 0;
		position:relative;
	}
	
	.content{
		width:700px;
		margin:0;
		float:left;
		min-height:570px;
		position:relative;
		padding-bottom:20px;
	}

	.bannerHeader{
		width:985px;
		background:#fff url(../images/bgBannerHeader.jpg) no-repeat 0 0;
		height:101px;
	}
	
	.bannerText{
		position:relative;
		float:left;
		display:inline;
		width:700px;
		top:40px;
		padding:0 0 0 0;
		margin:0 0 0 55px;
		font-size:2.5em;
		color:#fff;
	}
	
	.bannerText.longLine{
		top:45px;
	}
	
	.supplementalInfo{
		width:194px;
		float:left;
		display:inline;
		margin:0 20px 0 30px;
		position:relative;
	}
	
	.contentSection{
		clear:both;
		border-top:1px solid #ccc;
		padding:10px 0 0 0;
		margin:10px 30px 0 30px;
	}
	
	.firstSection{
		border-top:0;
		padding-top:0;
		margin-top:0;
	}
	
	.bulletSection{
		border-top:0;
		padding-top:0;
		position:relative;
		top:-25px;
	}
	
	.tripple.bulletSection h3{
		padding-top:15px;
	}
	
	.tripple.bulletSection ul{
		font-size:.9em;
		margin-bottom:-10px;
	}
	
	.brandPanel{
		margin:13px 0 10px 0;
		padding:0;
		border-top:0;
		background:url(../images/brandPanel_home.jpg) no-repeat 0 0;
		height:338px;
		position:relative;
	}
	
	.brandPanel #gallery{
		position:absolute;
		left:17px;
		top:17px;
		z-index:0;
	}
	
	.contentSection h2{
		margin-top:2px;
	}
	
	.contentSection h3{
		margin-top:4px;
	}
	
	.contentSection.double{
		/*background:url(../images/bgColumnDivider_2col.gif) no-repeat 50% 10px;*/
	}
	
	.subSection .contentSection{
		border-top:0;
	}
	
	.subSection{
		float:left;
		display:inline;
		width:48.5%;
		margin-left:3%;
	}
	
	.narrowSec{
		width:35%;
	}
	
	.subSection.firstSec{
		margin-left:0;
	}
	
	.tripple .subSection{
		float:left;
		display:inline;
		width:31.3%;
		margin-left:3%;
	}
	
	.tripple .subSection.firstSec{
		margin-left:0;
	}
	
	/* New Sub Links */
	
	.subLinks{
		list-style: none;
		margin: 0;
		padding: 0;
		height: 20px;
		text-align:center;
		position:absolute;
		bottom:0;
	}
	
	.weddingLinks {
		background: url("../images/bgBottomNavWedding.gif") no-repeat;
		left: 30px;
	}
	
	.floralLinks {
		background: url("../images/bgBottomNavFloral.gif");
		left: 30px;
	}
	
	.specialLinks {
		background: url("../images/bgBottomNavSpecial.gif");
		left: 30px;
	}
	
	.menuLinks {
		background: url("../images/bgBottomNavMenu.gif");
		left: 30px;
	}
	
	.webLinks {
		background: url("../images/bgBottomNav.gif") no-repeat;
	}
	
	.subLinks li{
		display:inline;
		height: 10px;
		margin: 0;
		padding: 0 0 1px 0;
		border-left:1px solid #0695cf;
	}
	
	.subLinks li.first{
		border-left:0;
	}
	
	.subLinks li.last{
		background: url("../images/bgBottomNav-Last.gif") right no-repeat;
		padding-right: 1px; /* added padding on right to fix background display issue in IE */
	}
	
	.subLinks li a{
		margin: 0 4px 0 6px;
		font-size: 10px;
		color:#0695cf;
		text-transform:uppercase;
		text-decoration: none;
	}
	
	.subLinks li a:hover {
		color: #777;
		text-decoration: none;
	}
	
	.subLinks li.activeSub a,
	.subLinks li.activeSub a:visited{
		color:#aaa;
		text-decoration:none;
	}
	
	/* New Slide Sub Links */
	
	.slideLinks{
		list-style:none;
		margin:0 0 0 -10px;
		padding:0;
		width:100%;
		text-align:center;
		position:absolute;
		bottom:0;
	}
	
	.slideLinks li{
		display:inline;
		margin:0;
		padding:0 5px;
		border-left:1px solid #0695cf;
	}
	
	.slideLinks li.first{
		border-left:0;
	}
	
	.slideLinks li a{
		font-size:.8em;
		color:#0695cf;
		text-transform:uppercase;
	}
	
	.slideLinks li.activeSub a,
	.slideLinks li.activeSub a:visited{
		color:#aaa;
		text-decoration:none;
	}
	
/**/

/*= Sub Panels
---------------------------------------*/

	.subContentWrap{
		position:absolute;
		z-index:5;
		width:725px;
		height:550px;
		left:-5000px;
		overflow:hidden;
	}
	
	.overlay{
		/* background:red;
		-moz-opacity: 0.95;
		filter:alpha(opacity=95);
		opacity:0.95; */
		left:230px;
	}
	
	.contentPanel{
		position:absolute;
		background:url("../images/bgSubPanel.png") 100% 100%;
		width:746px;
		height:560px;
		left:0;
		left:-1000px;
	}
	
	.contentPanel h2{
		margin:0;
		line-height:100%;
		padding:0;
		left:-1000px;
	}
	
	.contentPanel img{
		margin: 5px 0 0 15px;
	}
	
	.content img{
		margin: 5px 0 0 10px;
	}
	
	.panelBanner{
		width:708px;
		height:163px;
		background:url(../images/bgPanelBanner_uniquely.jpg) 0 0;
		margin:10px 0 0 8px;
	}
	
	.panelBannerCocktail{
		width:708px;
		height:163px;
		background:url(../images/bgPanelBanner_cocktail.jpg) 0 0;
		margin:10px 0 0 8px;
	}
	
	.panelBannerPicnic{
		width:708px;
		height:163px;
		background:url(../images/bgPanelBanner_picnic.jpg) 0 0;
		margin:10px 0 0 8px;
	}
	
	.panelBannerCali{
		width:708px;
		height:163px;
		background:url(../images/bgPanelBanner_cali.jpg) 0 0;
		margin:10px 0 0 8px;
	}
	
	.panelBannerLua{
		width:708px;
		height:163px;
		background:url(../images/bgPanelBanner_lua.jpg) 0 0;
		margin:10px 0 0 8px;
	}
	
	.panelBannerSweet{
		width:708px;
		height:163px;
		background:url(../images/bgPanelBanner_sweetheart.jpg) 0 0;
		margin:10px 0 0 8px;
	}
	
	.panelBannerBorder{
		width:708px;
		height:163px;
		background:url(../images/bgPanelBanner_south.jpg) 0 0;
		margin:10px 0 0 8px;
	}
	
	.panelBannerMemorial{
		width:708px;
		height:163px;
		background:url(../images/bgPanelBanner_memorial.jpg) 0 0;
		margin:10px 0 0 8px;
	}
	
	.panelBannerBar{
		width:708px;
		height:163px;
		background:url(../images/bgPanelBanner_barbat.jpg) 0 0;
		margin:10px 0 0 8px;
	}
	
	.panelBannerBirthday{
		width:708px;
		height:163px;
		background:url(../images/bgPanelBanner_birthday.jpg) 0 0;
		margin:10px 0 0 8px;
	}

	.panelContent{
		width:680px;
		height:310px;
		overflow:auto;
		margin:0 0 0 18px;
		padding:0 10px 0 0;
		overflow:hidden;
	}
	
	.panelContent p{
		clear:both;
	}
	
	.panelContent p.elite {
		font-style: italic;
		margin: 0;
		padding: 0;
	}
	
	.panelContent.activePanel{
		overflow:auto;
	}
	
	.panelContent.subPanel{
		height:250px;
	}
	
	.panelContent h3{
		color:#666;
		font-weight:normal;
	}
	
	.panelContent .bulletSection{
		margin:20px 0 -10px 0;
	}
	
	.panelContent .subLinks{
		margin-top:5px;
	}
	
	.panelContent dl dt{
		color:#888;
		margin:10px 0 0 0;
	}
	
	.ddQuantity,
	.ddStewardPassed{
		margin-top:5px;
	}
	
	.entreeLinks{
		margin:5px 0 0 -10px;
		position:static;
	}
	
	#elite{}
	
	#brunch{}
	
	#entrees{}
	
	#hors{}
	
	#salads{}
	
	#sides{}
	
	#bridalBloom{}
	
	#bar{}
	
	#summerCocktail{left:0;}
	
	#brunch .panelBanner{
	}
	
	#bridalBloom .panelBanner,
	#oceanBreeze .panelBanner,
	#seaSanctuary .panelBanner{
		background-image:url(../images/bgPanelBanner_floral.jpg);
	}
	
	#summerCocktail .panelBanner{
		background-image:url(../images/bgPanelBanner_summertime.jpg);
	}
	
	#entrees .panelBanner{
		background-image:url(../images/bgPanelBanner_hors.jpg);
	}
	
	.backLink,
	.backLink:visited{
		display:block;
		background:url(../images/bigLeftArrow.gif) no-repeat 0 2px;
		padding:3px 0 3px 30px;
		margin:10px 0 0 30px;
		text-transform:uppercase;
		text-decoration:none;
		font-size:.85em;
		font-weight:bold;
		color:#0096d7;
	}
	
	.backLink:hover{
		color:#20bbff;
	}


/**/

/*= Brand Banners
---------------------------------------*/

	.brandButton,
	.brandPanel .lightwindow{
		position:absolute;
		bottom:14px;
		left:138px;
		width:190px;
		height:27px;
		text-indent:-5000px;
		background:url(../images/btnWatchWeddingMontage.png) no-repeat 0 0;
		z-index:2;
	}
	
	.mediaGalleryBrand .btnViewWeddingGallery,
	.weddingBrand .btnViewWeddingGallery,
	.weddingPackagesBrand .btnViewWeddingGallery{
		background-image:url(../images/btnViewWeddingGallery3.png);
	}
	
	.btnViewNewsletter{
		background-image:url("../images/btnViewNewsletter.png");
	}
	
	.floralBrand{
		background:url(../images/brandPanel_floral.jpg) no-repeat 0 0;
	}
	
	.idcBrand{
		background:url(../images/brandPanel_idc.jpg) no-repeat 0 0;
	}
	
	.weddingBrand{
		background:url(../images/brandPanel_weddings2.jpg) no-repeat 0 0;
	}
	
	.weddingPackagesBrand{
		background:url(../images/brandPanel_weddingPackages.jpg) no-repeat 0 0;
	}
	
	.yachtsBrand{
		background:url(../images/brandPanel_yachts.jpg) no-repeat 0 0;
	}
	
	.yachtSub{
		background:url(../images/brandPanel_yachtsSub.jpg) no-repeat 0 0;
		height:277px;
	}

	.yachtSubEntertainer{
		background:url(../images/brandPanel_yachtsSubEntertainer.jpg) no-repeat 0 0;
		height:277px;
	}

	.yachtSubEndlessDreams{
		background:url(../images/brandPanel_yachtsSubEndlessDreams.jpg) no-repeat 0 0;
		height:277px;
	}
	
	.yachtSubWildGoose{
		background:url(../images/brandPanel_yachtsSubWildGoose.jpg) no-repeat 0 0;
		height:277px;
	}

	.yachtSubJustDreamin{
		background:url(../images/brandPanel_yachtsSubJustDreamin.jpg) no-repeat 0 0;
		height:277px;
	}

	.yachtSubDreamOn{
		background:url(../images/brandPanel_yachtsSubDreamOn.jpg) no-repeat 0 0;
		height:277px;
	}

	.yachtSubMojo{
		background:url(../images/brandPanel_yachtsSubMojo.jpg) no-repeat 0 0;
		height:277px;
	}

	.yachtSubDreamMaker{
		background:url(../images/brandPanel_yachtsSubDreamMaker.jpg) no-repeat 0 0;
		height:277px;
	}

	.yachtSubMarina{
		background:url(../images/brandPanel_yachtsSubMarina.jpg) no-repeat 0 0;
		height:277px;
	}

	.yachtSubCabaret{
		background:url(../images/brandPanel_yachtsSubCabaret.jpg) no-repeat 0 0;
		height:277px;
	}

	.yachtSubZumbrota{
		background:url(../images/brandPanel_yachtsSubZumbrota.jpg) no-repeat 0 0;
		height:277px;
	}

	.yachtSubHornblower{
		background:url(../images/brandPanel_yachtsSubHornblower.jpg) no-repeat 0 0;
		height:277px;
	}

	.yachtSubLady{
		background:url(../images/brandPanel_yachtsSubLady.jpg) no-repeat 0 0;
		height:277px;
	}

	.yachtSub .brandButton{
		bottom:12px;
		left:93px;
		background-image:url(../images/btnViewYachts.png);
	}

	.yachtSubDreamOn .brandButton{
		bottom:12px;
		left:94px;
		background-image:url(../images/btnViewYachts.png);
	}
	
	.contactBrand{
		background:url(../images/brandPanel_contact.jpg) no-repeat 0 0;
	}
	
	.specialCelebrationsBrand{
		background:url(../images/brandPanel_specialCelebrations2.jpg) no-repeat 0 0;
	}
	
	.specialPackagesBrand{
		background:url(../images/brandPanel_specialPackages.jpg) no-repeat 0 0;
	}
	
	.schoolPartiesBrand{
		background:url(../images/brandPanel_schoolParties.jpg) no-repeat 0 0;
	}
	
	.corporateEventsBrand{
		background:url(../images/brandPanel_corporateEvents.jpg) no-repeat 0 0;
	}
	
	.pontoonBrand{
		background:url(../images/brandPanel_pontoon.jpg) no-repeat 0 0;
	}
	
	.specialtyBrand{
		background:url(../images/bgPanelBanner_specialtyServices.jpg) no-repeat 0 0;
	}
	
	.entertainmentBrand{
		background:url(../images/brandPanel_entertainment.jpg) no-repeat 0 0;
	}
	
	.mediaGalleryBrand{
		background:url(../images/brandPanel_mediaGallery.jpg) no-repeat 0 0;
	}

/*= Weddings Pages
---------------------------------------*/

.knotTout{
  position:relative; 
  top:2px;
  width: 200px; 
}

/**/
	

/*= Yacht Pages
---------------------------------------*/

	.yachtInfo{padding-top: 10px;}

	.yachtInfo h2{
		text-transform:uppercase;
		color:#333;
		padding:22px 0 0 0;
		font-size:1em;
	}
	
	.altInset.hornblowerLogo{
		margin-top:-15px;
	}
	
/**/

/*= Media Gallery
---------------------------------------*/
	blockquote{
		margin:10px 10px 15px 10px;
		border-bottom:1px dotted #ccc;
	}
	
	.credit{
		padding:0 0 15px 10px;
		color:#0695cf; /*aaa*/
	}
	
	.credit:before{
		content:"- ";
	}


/**/

/*= Utility Navigation
---------------------------------------*/

	.utilityNav{
		float:right;
		display:inline;
		list-style:none;
		margin:10px;
	}
	
	.utilityNav li{
		float:left;
	}
	
	.utilityNav li a{
		padding:0 5px;
	}

/**/


/*= Main Nav Column
---------------------------------------*/
	
	.mainNav{
		margin:0;
		padding:0;
		float:left;
		display:inline;
		clear:both;
		width:100%;
	}
	
	.mainNav ul{
		margin:7px 0 0 0;
		padding:0;
		list-style:none;
	}
	
	.mainNav ul li{
		margin:0;
		padding:0;
		height:1%;
	}
	
	.mainNav ul li a,
	.mainNav ul li a:visited{
		font-size:.9em;
		line-height:1.2em;
		color:#0096d7;
		padding:5px 10px 18px 10px;
		display:block;
		height:1%;
		text-decoration:none;
		text-transform:uppercase;
		font-weight:bold;
		background:url(../images/bgMainNav.gif) no-repeat 15px 100%;
		text-align:center;
	}
	
	.mainNav ul li.active a,
	.mainNav ul li.active a:visited{
		color:#ccc;
	}
	
	.mainNav ul li.active.withSub a,
	.mainNav ul li.active.withSub a:visited{
		background:#f6fbfe url(../images/bgMainNavSubTop.gif) no-repeat 28px -4px;
		margin:-7px 0 0 0;
		padding:15px 0 10px 0;
	}
	
	.mainNav ul li.active.withSub ul{
		background:#f6fbfe url(../images/bgMainNavSubBot.gif) no-repeat 0 100%;
		margin:0;
		padding-bottom:14px;
	}
	
	.mainNav ul li a:hover{
		text-decoration:none;
		color:#777;
	}

	.mainNav ul li li a,
	.mainNav ul li li a:visited,
	.mainNav ul li.active.withSub li a,
	.mainNav ul li.active.withSub li a:visited{
		padding:5px 10px 5px 20px;
		background:none;
		font-size:.8em;
		color:#0096d7;
	}
	
	.mainNav ul li li a:hover,
	.mainNav ul li.active.withSub li a:hover{
		color:#777;
	}
	
	.mainNav ul li li.activeSub a,
	.mainNav ul li li.activeSub a:visited,
	.mainNav ul li.active.withSub li.activeSub a,
	.mainNav ul li.active.withSub li.activeSub a:visited{
		color:#ccc;
	}
	
	.contactOptions{
		width:194px;
		position:absolute;
		bottom:0;
		left:30px;
	}
	
	.phoneContact{
		text-align:center;
		color:#0096d7;
		font-weight:bold;
		margin:30px 0 5px 0;
	}
	
	.requestQuote{
		width:180px;
		height:43px;
		margin:0 0 0 8px;
	}
	
	.requestQuote a{
		display:block;
		height:43px;
		text-indent:-5000px;
		background:url(../images/bgRequestQuote.gif) no-repeat 0 0;
	}
	
	.requestQuote a:hover{
		background-position:-180px 0;
	}

/**/

/*= Global Classes
---------------------------------------*/

	#logo{
		float:left;
		display:inline;
		margin:0 0 30px 54px;
		position:relative;
		top:30px;
	}
	
	.photoInset,
	.graphicInset{
		float:left;
		margin:6px 15px 13px 0;
		padding:2px;
		border:1px solid #aac2d6;
	}
	
	.graphicInset{
		border:0;
	}
	
	.altInset{
		margin:10px 0 15px 15px;
		float:right;
	}
	
	.citationList{
		list-style:none;
		margin-left:0;
		padding-left:0;
	}
	
	.citationList li{
		margin-bottom:1.6em;
	}
	
	.note{
		margin:0 0 0 0;
		padding:0;
		color:#888;
		font-size:.85em;
		clear:both;
	}

/**/

/*= Data Grid
---------------------------------------*/

	.datagrid{
		border:1px solid #37abdd;
		margin:10px 0 10px 10px;
		font-family:Arial, Helvetica, sans-serif;
		width:97%;
	}
	
	.datagrid thead th{
		background:#0096d7;
		text-transform:uppercase;
		font-weight:bold;
		font-size:.85em;
		color:#fff;
		padding:5px;
		border-right:1px solid #80bbe5;
	}
	
	.datagrid thead th.lastCell{
		border-right:1px solid #37abdd;
	}
	
	.datagrid tbody th,
	.datagrid tbody td{
		font-size:.85em;
		font-weight:normal;
		border-right:1px solid #37abdd;
		border-bottom:1px solid #37abdd;
		padding:5px;
	}
	
	.datagrid tbody th.implied,
	.datagrid tbody td.implied{
		text-indent:-5000px;
	}
	
	.datagrid tbody tr.headerRow th{
		background:#e3f1fa;
		color:#0083b5;
		font-weight:bold;
	}
	
	th.colType{
		width:250px;
	}

/**/

/*= Forms
---------------------------------------*/

	fieldset{
		border:1px solid #bcb08b;
		padding:10px 20px 20px 20px;
		margin:0 0 20px 0;
	}
	
	legend{
		font-weight:bold;
		color:#8d8469;
	}
	
	fieldset div{
		float:left;
		width:100%;
		clear:both;
		margin:3px 0;
	}
	
	fieldset label{
		float:left;
		width:150px;
		text-align:right;
		padding:2px 5px 0 0;
		font-size:.9em;
	}
	
	fieldset label.implied{
		width:1px;
		height:1px;
		padding:0;
		margin:0 -1px 0 0;
		text-align:left;
		text-indent:-5000px;
	}
	
	.formInstruction{
		margin:0;
		text-align:right;
		font-size:.85em;
		color:#5b5542;
	}
	
	.required{
		color:#FF3300;
		padding:0 2px 0 0;
	}
	
	fieldset .longLabel label{
		width:100%;
		text-align:left;
		padding-bottom:4px;
	}
	
	fieldset .checkSelector{
		margin:12px 0;
	}
	
	fieldset .checkSelector label{
		float:none;
		width:auto;
	}
	
	.phoneField{
		width:2em;
	}
	
	.phoneField2{
		width:3em;
	}

/**/


/*= Footer
---------------------------------------*/

	.footer{
		clear:both;
		padding:0 0 10px 0;
		background:url(../images/bgFooter.png) no-repeat 8px 100%;
		font-weight:bold;
	}
	
	.footer a:hover{
		text-decoration:underline;
	}
	
	.footer ul{
		float:left;
		display:inline;
		list-style:none;
		margin:10px 10px 10px 25px;
	}
	
	.footer li{
		float:left;
		border-left:1px solid #fff;
		color:#fff;
		padding:0 7px;
	}
	
	.footer li.first{
		border-left:0;
	}
	
	.footer li a,
	.footer li a:visited{
		padding:0 9px;
		color:#fff;
		text-decoration:none;
		font-style:italic;
	}
	
	.footer p{
		text-align:center;
		color:#fff;
		font-size:1.0em;
		padding:.9em 0 20px 90px;
		float:left;
		display:inline;
	}
	
	.privacyLink{
		float:right;
		margin:10px 45px 0 0;
	}
	
	.privacyLink a,
	.privacyLink a:visited{
		color:#fff;
		text-decoration:none;
	}

/**/

/*= Domcollapse
---------------------------------------*/

	.triggerInstruction{
		color:#928b8d;
		margin:0;
		padding:0;
		font-style:italic;
		font-size:.9em;
	}

	.panelContent .trigger{
		cursor:pointer;
		color:#0096d7;
		text-transform:uppercase;
		margin:2px 0;
		font-weight:bold;
	}
	
	/*.testimonialsTrigger,
	.contentSection .testimonialsTrigger{
		font-weight:normal;
		margin:0;
		padding:0;
		text-decoration:underline;
	}*/
	
	.testimonialsTrigger:hover{
		color: #4e99ce;
		text-decoration:none;
	}
	
	.panelContent .trigger span,
	.panelContent .expanded span{
		text-transform:none;
	}
		
	.trigger:hover{
		cursor:pointer;
	}		
	.panelContent .expanded{
		cursor:pointer;
		color:#0096d7;
		text-transform:uppercase;
		font-weight:bold;
		margin:2px 0;
	}
	
	.trigger img,
	.expanded img{
		display:none;
	}
	
	.expanded:hover{
		cursor:pointer;
	}
	.show{
		position:static;
		display: table;
	}
	.hide{
		position:absolute;
		left:-999em;
		height:1px;
		width:100px;
		overflow:hidden;
	}
		
/**/

/*= Sliding Menu & Panel Classes
---------------------------------------*/

	.slideoutMenu{
	  top: 0px; 
	  overflow-y: hidden;
	}

/**/

/*= Wedding Video
---------------------------------------*/

	.videoCaption{
		font-size:1.1em;
		padding:5px 0 0 5px;
		font-family:Arial, Helvetica, sans-serif;
		color:#999;
	}

/**/