 

table{
	border: 1px;
}

body {
	margin: auto auto;
	padding: 0px;
}

body, td {
	font-family: arial, verdana;
	font-size: 12px;
	color: white;
	/*word-wrap: break-word;*/
}

/* wysiwyg background override */
body.bodyText{
	background-color:white;
	background-image:none;
	color:black;
	text-align:left;
}

body.bodyText table, body.bodyText td{
	background-color:white;
	background-image:none;
	color:black;
	text-align:left;
}

body.bodyText a, body.bodyText td a {
	color: blue;
	text-decoration: underline;
}

.expandable_box_live {
	margin-bottom: 10px;
}

.expandable_box .bodytext {
	line-height: 150%;
	font-size: 12px;
	color: white;
	font-family: arial, verdana;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}

h2, h3 {
	margin-top: 0px;
	padding-top: 0px;
}

a, a:hover { 
	color: white;  
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.internal-content-inner h1, .right-column-content h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.show {
	visibility: visible;
}

.hide {
	visibility: hidden;
}

.page-container {
	position: relative;
	width: 998px;
	height: 606px;
	display: block;
	/*overflow: hidden;*/
}

.content-container {
	position: relative;
	width: 980px;
	height: 588px;
	background-color: #f08d35;
}

.left-shadow, .right-shadow {
	width: 9px;
}

.hide {
	display: none;
}

.show {
	display:block;
}

/*----------------------------------- INTERNAL PAGES -----------------------------------*/

ul {
	margin: 0px;
	padding: 0px;
}

.feature-text li {
	background: url(images/icon-anchor.gif) no-repeat top left;
	padding-left: 40px;
	font-size: 16px;
	font-weight: bold;
}

.home-container {
	position: relative;
	height: 588px;
	width: 980px;
	display: block;
	background-color: #f08d35;
}

.right-content-swirl {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/*.bg-top-swirl {
	margin-left: 105px;
}*/

.bg-top-swirl {
	margin-left: 125px;
	width: 334px;
	height: 55px;
	overflow: hidden;
}




/*----------------------------------- HOME TEMPLATE -----------------------------------*/

.sub-logo {
	position: absolute;
	top: 100px;
	left: 30px;
	height: 8px !important;
	font-size: 1px;
}
.receivers { 
	position: absolute;
	top: 122px;
	left: 17px;  
	width: 110px;
	font-size: 11px;
	font-weight: normal;
}

/*----------------------------------- SUCKER FISH NAVIGATION -----------------------------------*/

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: right;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(images/x.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	color: #eee;
	font-size: 13px;
	font-weight: bold;
}

/*.menu ul li ul li {
	color: #eee;
	background-color: white;
	font-weight: normal;
}*/

.menu .menuContent_menuActive {
	background-color: white;
	color: #0e83d0;
}

.menu ul {
	width: 11em;
}

.menu a {
	text-decoration: none;
	color: #eee;
	padding: .4em 1em;
	display: block;
	position: relative;
}

.menu a:hover, .menu li:hover>a {
	color: white;
	background-color: #00abeb;
	text-decoration: none;
}


.menu li li, .menu li li li {	/* create borders around each item */
	background-color: #f29c4f;
	font-weight: normal;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 0px;
	left: 100%;
}

.menu li li a, .menu li li a:hover {
	font-weight: normal;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	/*color: #567;*/
}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/*]]>*/

/*----------------------------------- NAVIGATION -----------------------------------*/

.nav-container {
	position: absolute;
	z-index: 9999999;
	width: 980;
	height: 24px;
}

.nav-container-position {
	position: absolute;
	right: 0px;
	top: 0px;
}

.nav-link-container-off, .nav-link-container-on {
	padding-top: 10px; 
}

.nav-link-container-on {
	/*background-color: #8cc74b;*/
}

.nav-link {
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	font-weight: bold;
	color: white;
	width: auto;
	height: 26px;
}

.nav-link a {
	text-decoration: none;
	color: white;
}

.udm {
	text-align: right;
}

.udm ul {
	text-align: right;
	padding: 0px;
}

ul#udm {
	text-align: right;
	color: black;
}

.nav-container ul._level_0 li {
	border-top : 1px solid #f08d35;
}

.nav-container ul._level_0 li.first {
	border-top : none;
}

.udm li a.menuContent_menuActive {
	color: #1187ce !important;
	background-color: white;
}

.udm li a.menuContent_menuActive:hover {
	color: white !important;
}

/*.udm li a.menuContent_menuItem {
	color: black !important;
	background-color: white;
	width: 100px;
}*/


/*ul#udm li a.menuContent_menuItem, ul#udm li a.menuContent_menuActive, ul#udm li {width:95px;white-space:normal;text-align:left;}*/


/*.udm {
	position: absolute;
	text-align: right;
	float: right;
	right: 0pt;  
	left:inherit;
	width: auto; 
}
*/ 
/*----------------------------------- WEATHER BOX -----------------------------------*/

.weather-box {
	width: 404px;
	height: 90px !important;
	background: url(images/bg-weather-box.png) no-repeat 215px 15px;
	
}  

.weather-box-table {
	border-right: 1px solid white;
	border-top: 1px solid white;
	width: 394px; 
	height: 75px; 
	padding-left: 9px; 
	margin-left: 9px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px !important;
	
}

.weather-item-padding {
	position: absolute;
	top: 20px;
}

.weather-box #weather-text {
	margin-left: 27px;
	margin-top: 0px;
	font-size: 10px;
}

.weather-tabs {
	/*border-bottom: 1px solid white;*/
}

.weather-box #todays-weather {
	width: 175px !important;
	height: 57px;
}

.weather-box-table #update-text {
	font-size: 9px;
}

.weather-box #weather-forecast {
	width: 69px;
	padding-left: 16px;
	padding-top: 0px;
	margin-top: 0px;
}

.weather-box #temperature {
	width: 55px;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

#temperature #number {
	font-size: 18px;
}

.weather-box #wind {
	width: 67px;
}

#wind span {
	font-size: 17px;
	font-weight: bold;
}

#wind #degrees {
	font-size: 9px;
}

#date-first {
	font-size: 14px;
	font-weight: bold;
}

#date-second {
	font-size: 18px;
	font-weight: bolder;
}



.bottom-bar-right #web-cam {
	margin-left: 276px;
}

/*------------------------------------- FLOATING TEXT --------------------------------------------*/

.flash-surround {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 0;
}

.main-text, .feature-text {
	position: absolute;
	color: white;
	top: 100px;
	left: 350px;
	width: 313px;
	height: 242px;
	display: block;
	font-family: arial;
	font-size: 12px;
	display: block;
	overflow: auto;
}

.feature-text {
	top: 100px;
	left: 700px;
	width: 255px;
	height: 175px;
}

.feature-text h1 {
	margin-top: 0px;
	padding-top: 0px;
	color: #fcd334;
	font-size: 30px;
	font-weight: bold;
}



.feature-text li {
	background: url(images/icon-anchor.png) no-repeat left;
	padding-left: 30px;
	height: 21px;
}

.flash-text {
	position: absolute;
	font-size: 30px;
	font-weight: bolder;
}

/*-----------------------------------------------------------------------------------------------*/
/*-------------------- STYLES FOR THE WEATHER FEED ----------------------------------------------*/

.bottom-bar {
	position: absolute;
	bottom: 15px;
	left: 20px;
	background: url(images/bg-weather-horizon-shores.gif) no-repeat top left;
	width: 958px;
	height: 64px;
}

#todays-weather-update {
	position: absolute;
	top: 15px;
	left: 563px;
	/*border: 1px solid red;*/
	width: 157px;
	height: 40px;
}

#update-weather-text {
	margin-top: 3px;
	font-size: 9px;
	font-family: arial;
	/*color: #f8c79c;*/
	color: white;
}

#forecast-icon {
	position: absolute; 
	top: 3px; 
	left: 0px;
	/*border: 1px solid red;*/
	width: 75px;
	height: 55px;
}

#forecast-content {
	position: absolute; 
	top: 6px; 
	left: 83px; 
	/*border: 1px solid red;*/
	width: 140px;
	font-size: 11px;
}

#forecast-description {
	position: absolute; 
	top: 45px; 
	left: 85px; 
	/*border: 1px solid red;*/
	width: 127px;
	font-size: 11px;
	font-weight: bold;
}

#outlook-container1, #outlook-container2, #outlook-container3 {
	position: absolute; 
	top: 3px; 
	left: 735px; 
	height: 59px; 
	width: 230px;
}


#wind-speed, #temp {
	font-weight: bold;
	font-size: 18px !important;
}

#section-tides {
	position: absolute; 
	top: 4px; 
	left: 415px;
}

#section-procedures {
	position: absolute; 
	top: 6px; 
	left: 470px;
	z-index: 10;
}

#section-newsletter {
	position: absolute; 
	top: 8px; 
	left: 350px;
}

#section-webcam {
	position: absolute; 
	top: 13px; 
	left: 475px;
}

#section-events {
	position: absolute; 
	top: 8px; 
	left: 295px;
}

#retail-commercial {
	position: absolute; 
	top: 5px; 
	left: 180px;
}

#industrial {
	display: none;
	position: absolute; 
	top: 5px; 
	left: 220px;
}

#berths-for-sale {
	position: absolute; 
	top: 8px; 
	left: 15px;
}

#berths-for-rent {
	position: absolute; 
	top: 8px; 
	left: 74px;
}

#bottom-bar-titles {
	position: absolute; 
	bottom: 85px; 
	left: 25px; 
	z-index: 1000;
}

#title-tides {
	position: absolute;
	left: 310px;
	top: 0px;
}

#title-leasing {
	position: absolute;
	left: 140px;
	top: 8px;
}

#title-procedures {
	position: absolute;
	top: 0px;
	left: 280px;
}

#title-newsletter {
	position: absolute;
	top: 0px;
	left: 275px;
}

#title-webcam {
	position: absolute;
	top: 0px;
	left: 455px;
}

#title-events {
	position: absolute;
	top: 0px;
	left: 368px;
}

.visible {
	visibility:visible;
}
 
.hidden {
	visibility:hidden;
}


/*-----------------------------------------------------------------------------------------------*/


.internal-middle-lines {
	position: absolute;
	border-top: 1px solid white;
	border-right: 1px solid white;
	top: 119px;
	right: 0px;
	width: 339px;
	height: 359px;
}

.internal-content-inner, .internal2-content-inner, .home-content-inner, .internal-content-inner-info {
	position: absolute;
	top: 159px;
	left: 0px;
	width: 610px;
	height: 330px;
	padding-top: 0px;
	overflow: visible;
}


/*.right-content-column {
	position: absolute; 
	right: 0px; 
	top: 24px; 
	height: 452px; 
	width: 299px;
}
*/

.right-content-column {
	position: absolute; 
	right: 0px; 
	top: 24px; 
	height: 452px; 
	width: 340px;
}



.internal-container {
	position: relative;
	height: 588px;
	width: 980px;
	display: block;
	background-color: #f08d35;
}

.right-content-column-anchor {
	position: relative;
	height: 480px; 
	width: 299px;
}

.internal2-content-inner {
	top: 165px;
	left: -40px;
	width: 675px;
	height: 313px !important;
	padding-top: 0px;
	overflow: hidden;
}

.home-content-inner {
	top: 165px;
	left: -40px;
	width: 665px;
	height: 313px;
	padding-top: 0px;
}

/*-----------------------------------------------------*/

.internal-container ul, .home-container ul {
	background-image: none;
	margin-left: 20px;
	list-style-type: none !important;
}

.internal-container ul li, .home-container ul li {
	
	background-image: url(images/point1.gif);
	background-repeat:no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;	
	/*border: 1px solid red;*/
}

/*-----------------------------------------------------*/

/*.internal-content-container {
	position: relative;
	height: 480px;
	width: 642px;
	display: block;
	margin-left: 40px;
	padding-top: 24px;
}*/

.internal-content-container {
	position: relative;
	height: 480px;
	width: 600px;
	display: block;
	margin-left: 40px;
	padding-top: 24px;
	overflow: hidden;
}


.home-content-inner {
	top: 165px;
	left: -40px;
	width: 665px;
	height: 313px;
	padding-top: 0px;
}

.home-middle-lines {
	position: absolute;
	border-top: 1px solid white;
	border-right: 1px solid white;
	top: 119px;
	right: 0px;
	width: 400px;
	height: 358px;
}

.right-home-column {
	position: absolute; 
	right: 0px; 
	top: 24px; 
	height: 479px; 
	width: 299px;
}

.right-home-column-anchor {
	position: relative;
	height: 479px; 
	width: 299px;
}

/*.right-column-content {
	position: absolute;
	top: 135px;
	left: 17px;
	width: 262px;
	height: 271px;
	overflow: hidden;
}*/

.right-column-content {
	position: absolute;
	top: 175px;
	left: 17px;
	width: 302px;
	height: 241px;
	overflow: hidden;
}

/*---------------------- NEW HOME STYLES -------------------------------*/

.new-internal-content-container {
	position: relative;
	height: 480px;
	width: 460px;
	display: block;
	margin-left: 40px;
	padding-top: 24px;
}

.new-home-content-inner {
	position: absolute;
	top: 159px;
	left: 0px;
	width: 610px;
	height: 330px;
	padding-top: 0px;
	overflow: hidden;
}

.new-home-content-inner {
	top: 165px;
	left: -40px;
	width: 478px !important;
	height: 313px;
	padding-top: 0px;
}

.new-home-middle-lines {
	position: absolute;
	border-top: 0px;
	border-right: 1px solid white;
	top: 119px;
	right: 0px;
	width: 400px;
	height: 358px;
}

.new-right-home-column {
	position: absolute; 
	right: 0px; 
	top: 24px; 
	height: 479px; 
	width: 481px;
}

.new-right-home-column-anchor {
	position: relative;
	height: 479px; 
	width: 481px;
}

.new-right-column-content {
	position: absolute;
	top: 180px;
	left: 17px;
	width: 450px;
	height: 231px;
	overflow: hidden;
	z-index: 1;
}

/*-------------------------- ADVERTISMENT BANNER -------------------------*/

/*#top-banner {
	position: absolute; 
	top: 50px; 
	right: 15px; 
	width: 277px; 
	height: 68px; 
	z-index: 100;
}*/

#top-banner {
	position: absolute; 
	top: 50px; 
	right: 17px; 
	width: 292px; 
	height: 139px; 
	z-index: 1;
}
