/* hide these rules from CSS-challenged browsers */
@media screen, projection {
/* below exploits a parsing error so @media rules will be visible to MacIE5 */
.BeNiceToMacIE5 {
  font-family: "\"}\"";
  font-family: inherit;
}

html, body {
  margin: 0 auto;
  padding: 0;
  background-color: #56abff; 
  color: #000;
  font-family: Arial;
  font-size: 12px;
}
/* left column */
.nav {
  width: 22%;              /* % of inner-container width is ~same width as right column */
  float: left;             /* left side of inner-container */
  margin: 0;               /* keep flush with adjacent containers */
  padding:0;     /*space from window edge (IE messes up with margin, so use padding) */
  background:url('/images/menu_bg.gif') repeat-x;
}
/* center column */
.content {
  width:75%;              /* % of inner-container width */
  float: right;            /* right side of inner-container */
  padding: 0 1.4%;     /* some padding for readability */
  margin: 0;               /* keep flush with adjacent containers */
  background-color: #fff;  /* light blue color will show behind the center column */
  color: #086fbc;
  font: normal 11px arial;   
}
#innerContent{
  color: #086fbc;
  font: normal 11px arial;   

}


} /* end screen only rules */

/* container for the 3 columns */
.outer-container {
  width: 893px;             /* full window width */
  margin: 0px auto;            /* keep flush with adjacent containers */
  background-color: #ddebf6;  /* violet color will show behind the right column */
  color: #000;
}
/* container for just the left and center columns */
.inner-container {
  width:84%;              /* leaves 24% of window width for right column */
  float: left;             /* left side of window */
  background-color: #207fc8;  /* yellow color will show behind the left column */
  color: #000;             /*   delete these colors to get same color as right column */
  margin: 0;               /* keep flush with adjacent containers */
}
/* right column */
.sidebar {
  width:16%;              /* a little less than available 24% */
  float: right;            /* right side of window */
  margin: 0;               /* keep flush with adjacent containers */
  padding:0;    /*   some space from right window edge */
}

@media screen, projection, print {
/* below exploits a parsing error so @media rules will be visible to MacIE5 */
.BeNiceToMacIE5 {
  font-family: "\"}\"";
  font-family: inherit;
}

td{
  color: #000;
  font-family: Arial;
  font-size: 12px;

}
p {
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 15px; 
	}
a {
	font-weight: normal;
	font-family: Arial;
	font-size: 11px;
	color:  #207fc8;
	text-decoration: underline;
	}
	
a:visited {
	color:  #0e6eb0;
	}
a:active {
	color:  #0e6eb0;
	}
a:hover {
	color: #0e6eb0;
	text-decoration: none;
	}
.cruisehdr{
	font-weight: bold;
	font-family: Arial;
	font-size: 24px;
	}

/* page header, uses body colors */
.header {
  width: 893px;             /* full window width */
  margin: 0 auto;
  padding-top:0px;
}
.header1 {
  width: 893px;             /* full window width */
  margin: 0 auto;
  padding-top:0px;
  background:url('/images/top_bg.gif') repeat-x top left;
  height:118px;
}

/* page footer, uses body colors */
.footer {
  clear: both;             /* below all columns */
  width: 893px;             /* full window width */
  margin: 0px auto;   

  padding-bottom: .5em;
  font-size: 88%;
  text-align: center;
}
.header p,
.footer p {
  margin-bottom: 0;        /* prevent gaps between divs in some browsers */
}


.clear {
  clear: both;
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;
  height: 0;
  overflow: hidden;
}
} /* end screen/print rules */

/* rules for WinIE only */
@media screen, projection {
* html .clear {
  display: none;           /* prevent excessive gap at div bottom in WinIE5 */
}
} /* end WinIE only rules */



/* print only rules (per request) */
@media print {
.nav {
	display: none;	
}
.content {
	float: left;
}
} 
/* end print only rules */
/* BEGINING OF MY CLASSES */
	#topBar{
	width:893px;
	height:43px;
	background-color:#207fc8;
	text-align: left;
	padding-bottom:10px;
	}
	#topLinks{
	}
	#topLinks a{
	font-family:arial;
	font-size: 11px;
	font-weight: normal;
	color:#fff;
	text-decoration: underline;
	padding:0px 5px 0px 0px;
	}		
	#topLinks a:hover{
	text-decoration: none;
	color:#fff;
	}
	#topLinks a:active{
	text-decoration:none;
	color:#fff;
	}
	#topLinks a:visited{
	text-decoration:underline;
	color:#fff;
	}

	#topLogo{
	float:left; 
	margin:20px 0px 5px 24px;
	width:219px;
	}
	#indexLogo{
	float:left; 
	width:180px;
	height:118px;
	}
	#topbtns{
	float:left;
	margin-left:50px;
	}
	#topText{
	float:left;
	width:713px;
	text-align:center;
	}
	img {
	border: 0;
	}
	h1 {
	font-size: 24px;
	color:#17498a;
	font-weight: normal;
	margin: 15px 0px 15px 0px;
	}
	h2 {
	font-size: 16px;
	color:#17498a;
	font-weight: normal;
	margin: 15px 0px 15px 0px;
	}
	#destImages{
	width:1010px;
	}
	.destinationTop
	{
	float:left;
	text-align: center;
	width: 165px;
	margin: 0px 1px 7px 0;
	padding: 1px;
	
	}
	.destinationTop a{
	 font-weight: normal; 
	 font-family: arial; 
	 font-size: 13px; 
	 color:  #0d4c7c;
	 text-decoration: underline;
	 
	}

	.destinationTop a:hover{
	 text-decoration: none;
	 color:  #0d4c7c;
	}

	.destinationTop a:active{
	 text-decoration: underline;
	 color:  #0d4c7c;
	}

	.destinationTop a:visited{
	 text-decoration: underline;
	 color:  #0d4c7c;
	}

	.destinationTopOn{
	 font-family: arial; 
	 font-size: 13px; 
	 color:#0d4c7c;
	 font-weight: bold; 
	}
	.tcellover {
	background-color:#207fc8;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

	.tcellover A { 
	display: block; 
	background-color:#207fc8; 
	font: bold 11px arial; 
	color: #d0ebff; 
	text-decoration:none; 
	vertical-align: middle;
	border-bottom-color: #3891d6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 2px 0px 0px 10px; 
	height: 20px;
 	}

	.tcellover A:hover {
	display: block;
	background-color:#3dabff; 
	color: #d0ebff;
	height: 20px;
	text-decoration:none;
	border-bottom-color: #3891d6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
	.tcellover A:visited {
	display: block;
	color: #d0ebff;
	height: 20px;
	text-decoration:none;
	border-bottom-color: #3891d6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
	.tcellover A:active {
	display: block;
	color: #d0ebff;
	height: 20px;
	text-decoration:none;
	border-bottom-color: #3891d6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
	.tcellon {
	display: block;
	padding: 3px 0px 0px 10px;
	background-color:#269af3; 
	margin-top: -1px;
	font: bold 11px Arial;
	color: #ffffff;
	text-decoration:none;
	height: 19px;
	list-style-type:none;
	}


.tcellonLink {
	font: bold 11px Arial;
	color: #ffffff;
	text-decoration:none;
    height: 19px;
	}
.tcellonLink:hover {
	font: bold 11px Arial;
	color: #ffffff;
	text-decoration:underline;
    height: 19px;
	}
.tcellonLink:active {
	font: bold 11px Arial;
	color: #ffffff;
	text-decoration:underline;
    height: 19px;
	}
.tcellonLink:visited {
	font: bold 11px Arial;
	color: #ffffff;
	text-decoration:underline;
    height: 19px;
	}

	
	.submenu{
		margin:0px 0px;
		padding:2px 0px 2px 20px;
		_padding:-20px 0px 10px -10px;
		
	}	
	.subMenu1{
		background-color:#bcd8ee;
		font: normal 11px arial;
		margin:0px 0px;
		padding:2px 0px 2px 2px;
		list-style-type:none;

	}
	*html>body .subMenu1 {
		margin-left:-10px;
	}
	ul.subMenuUl {
		list-style-type:none;
		border:1px solid #bcd8ee;


	}

	ul.subMenuUl li{
		padding:2px 0px 2px 0px;
	}
	.subMenu1 a{
		background-color:#bcd8ee; 
		font: normal 11px arial; 
		color: #0b568f; 
		text-decoration:none; 
		border:1px solid #bcd8ee;
		margin-left:-5px;
	}
	.subMenu1 a:hover {
		background-color:#bcd8ee; 
		text-decoration:underline; 
		color: #0b568f; 
		font-weight: normal;
		border:1px solid #bcd8ee;
	}
	.subMenu1 a:visited {
		background-color:#bcd8ee; 
		text-decoration:none; 
		color: #0b568f; 
		font: bold 11px arial; 
		border:1px solid #bcd8ee;
		
	}
	.subMenu1 .subMenu1On{
		background-color:#bcd8ee; 
		color: #0b568f;
		font: bold 11px arial;  
		list-style-type:none;
		margin-left:-10px;
	}
	html>body .subMenu1 .subMenu1On{
		margin-left:-10px;
		list-style-type:none;

	}
	.subMenuOff{ visibility: hidden; }

	.banner{
	 width: 132px;
	 text-align: center;
	 margin-top: 10px;
	 margin-top:10px;
	 margin-left: auto;
	 margin-right: auto;
	 font: bold 13px arial; 
	 color:#fff;
	 padding:10px 0px 10px 0px; 
 	}
	
	.banner a{
	 width: 132px;
	 text-align: center;
	 margin-top: 5px 0;
	 font: bold 13px arial; 
	 color:#fff;

 	}
	
	 .linkWhite{
	 margin-top: 5px 0;
	 font: bold 15px Century Gothic; 
	 color:#cbe9ff;
	 text-decoration:none;
 	}
	.linkWhite:hover{
	 margin-top: 5px 0;
	 color:#fff;
	text-decoration:underline;
 	}
	.linkWhite:active, 	.linkWhite:visited{
	 margin-top: 5px 0;
	 color:#fff;
	text-decoration:none;

 	}
	#breadcrumb{
	background-color:#e2f2ff;
	border-right:1px solid white;
	font: normal 11px arial; 
	color: #0b568f; 
	height:20px;
	vertical-align: middle;
	margin-left:-10px;
	margin-right: -11px;
	margin-top:0px;
	padding-top:1px;
	}
	
	#breadcrumb a{
	font: normal 11px arial; 
	color: #0b568f; 
	margin:3px 0px 5px 10px;
	text-decoration:underline; 
	}

	#breadcrumb a:hover{
	text-decoration:none; 
	}
	
	#footerBar{
	width:893px;
	background-color:#e2f2ff;
	font: normal 11px arial; 
	color: #0b568f; 
	height:20px;
	margin-top:0px;
	}
	#footerBar a{
	font: normal 11px arial; 
	color: #0b568f; 
	margin:3px 0px 3px 10px;
	text-decoration:underline; 
	}

	#footerBar a:hover{
	text-decoration:none; 
	}

	#footerBottom{
	width:893px;
	background-color:#bcd8ee;
	font: normal 11px arial; 
	color: #0b568f; 
	text-align: center;
	}
	li{
	color: #086fbc; 
	list-style-type: square;
	font: normal 11px arial;
	vertical-align: middle;
	}
	.formLabel{
	float:left;
	width:200px;
	height:25px;
	text-align: right;
	font: bold 12px arial; 
	color: #207fc8; 
	}
	.formLabelHdr
	{
	text-align:left;
	font: bold 12px arial; 
	color: #ffffff; 
	}
	.formLabelTxt
	{
	font: bold 12px arial; 
	color: #207fc8; 
	}
	.formField{
	float:left;
	margin-left:20px;
	height:25px;
	width:350px;
	text-align: left;
	font: bold 12px arial; 
	color: #207fc8; 

	}
	.divider{
	width:100%;
	height:1px;
	background:url('/images/dotted_line.gif') repeat-x top left;
	padding: 10px 0px 10px 0px;
	}
	
.list {
	vertical-align: top;
	padding: 0px 0px 18px 0px;
	width: 180px;
}
.list .sheader {
	padding: 0px 0px 10px 10px;
	display: block;
	font-size: 1.4em;
	font-family: Arial;
	font-weight:bold;
	color: #207fc8;
}
.list ul {
	list-style: none;
	font-size: 1em;
	padding: 0px 0px 0px 10px;
	margin-top: 0px;
	margin-left: -8px;
	/margin-left: -6px;
	m/argin-left: -8px;
	margin-bottom: 0px;

}
.list ul li {
	background: url('/images/blue_arrow.gif') no-repeat 0px 8px;
	padding: 3px 0px 5px 9px;
	list-style-type: none;
}
.services_bg{
	background: url('/images/bg_3col.gif') repeat-y top left;	
}

/******************************  language links ***************************/
.flag {
	border:none;
	width:16px;
	height: 10px;
	float:left;
}
.flag  a:link, .flag  a:visited {
	text-decoration: none;
	border:none;
	height:10;
}
.flagOn{
	width:17px;
	height:11px;	
	background-color:#fff;
}
.flagTxt{
	font: bold 10px arial; 
	color: #fff; 
	text-align:center;
}