
/* CSS Document */


html, body
{
	height: 100%;
	overflow:hidden;
}
body
{
	padding: 0;
	margin: 0;
	background-color: #021E2F;
	font-family: 'Trebuchet MS';
	font-size: small;
	background-image: url(../images/back2.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#silverlightControlHost
{
	position: relative;
	left: 50%;
	width: 998px;
	margin-left: -500px; /* half of width */
	top: 55px;
	height: 500px;
	margin-top: -50px;
}
#logo
{
	padding: 8px 0 0 10px;
	width: 216px;
	height: 87px;
	margin-bottom: 10px;
	float: left;
}
#nav
{
	background-position: left bottom;
	float: right;
	margin: 20px 20px 0 0;
	font-size: 130%;
	background-image: url(../images/nav_back.png);
	background-repeat: no-repeat;
	padding: 10px 20px 10px 20px;
}
#nav ul
{
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}

#nav ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#nav a:link, #nav a:visited
{
	color: #fff;
	text-decoration: none;
}

#nav a:hover
{
	color: #fff;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #021E2F;
}

#nav a.retail:hover
{
	border-bottom-color: #D40072;
}

#nav a.maritime2:hover
{
	border-bottom-color: #0086C5;
}

#nav a.hotels:hover
{
	border-bottom-color: #77B800;
}

#nav a:active
{
	color: #fff;
	text-decoration: none;
}

#nav .current
{
	color: #fff;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #77B800;
}

.style1
{
	color: #77B800;
}

a:link, a:visited
{
	text-decoration: none;
}

img
{
	border: 0;
}

#contentHolder
{
	clear: both;
	background-image: url(images/brochure_page_back.png);
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	min-height: 100%;
	background-repeat: no-repeat;
}

#contentNav
{
	width: 950px;
	margin-left: 20px;
	padding: 10px 0px 4px 0px;
	font-size: 125%;
	border-bottom: solid 1px #77B800;
	/*font-variant: small-caps;*/
}

#contentNav a:link
{
	color: #fff;
	text-decoration: none;
}

#contentNav a:visited
{
	color: #fff;
	text-decoration: none;
}

#contentNav a:hover
{
	color: #fff;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #77B800;
}

#contentNav a:active
{
	color: #fff;
	text-decoration: none;
}

#contentNav ul
{
	list-style-type: none;
	display: block;
	margin: 0 0 0 0;
	padding: 0;
}

#contentNav ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}


#contentNav a:link
{
	color: #fff;
	text-decoration: none;
}

#contentNav a:hover
{
	color: #fff;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #FFFFFF;
}


#contentNav a.hotelsLink:hover
{
	border-bottom-color: #77B800;
}

#contentNav a:active
{
	color: #fff;
	text-decoration: none;
}

#contentNav .current 
{
	color: #fff;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #77B800;
}
#footer
{
	position: fixed;
	bottom: 0px;
	/*text-align: center;*/
	width: 100%;
	height: auto;
	padding: 5px 0 5px 0;
	background-image: url(../images/footer_top_background.png);
	background-repeat: repeat-x;
	background-position: top left;
}

#footer p
{
 	margin-top: 10px;
}

.footerLeft
{
	padding:15px 0 0 15px;
	float: left;
	width: 200px;
	height: auto;
}

.footerRight
{
	padding-top:15px;
	float: right;
	width: auto;
	font-weight: bold;
	padding-right: 15px;
}





