@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
.twoColFixLtHdr #container,
.thrColFixHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header,
.thrColFixHdr #header { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #topnav, .thrColFixHdr #topnav {
 margin-top:2px;
 margin-bottom:2px;
 padding-top: 5px;
 padding-left: 220px;
 padding-bottom: 5px;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border: 1px solid;
	height: 100%;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
	padding:0;
} 
.twoColFixLtHdr #footer,
.thrColFixHdr #footer

  { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:11px;
	color:#ffffff;
	text-align:right;
	} 
.twoColFixLtHdr #footer p,
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#middleContent {
	float:left;
	width:430px;
	padding-left:5px;
	padding-right:5px;
	padding-top: 10px;
	color: #009;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#rightPanel {
	width:150px;
	padding:5px;
	float:right;
	border: 1px solid;
	height: 100%;
	
}

#rightPanel3Col {
	width:150px;
	padding:5px;
	float:right;
	xborder: 1px solid;
	height: 100%;
	
}

.middleContentText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	xfont-size:11px;
	margin:0 0 15px 0;
	color:#006;
	text-align:left;
	padding:5px;
}

.header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #214591;
	padding:0;
	margin:0 0 5px 0;
}

.header2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	color: #214591;
	padding:0;
	font-weight:bold;
	margin:0 0 5px 0;
}

.highlightsHeader {
	width:400px;
	background-image:url(../images/headerback.gif);
	background-repeat:no-repeat;
	font-variant:small-caps;
	padding-left:25px;
	padding-bottom:5px;
	padding-top:3px;
	color: #214591;
	font-size:11px;
	font-weight:bold;
}

.floatLeft {
	float:left;
	padding-right:5px;
}

.rightColHeader {
	width:125px;
	background-image:url(../images/headerback.gif);
	background-repeat:no-repeat;
	font-variant:small-caps;
	padding-left:25px;
	padding-bottom:5px;
	padding-top:3px;
	color: #214591;
	font-size:11px;
	font-weight:bold;
}

.productOffer {
	width:155px;
	background-image:url(../images/headerback.gif);
	background-repeat:no-repeat;
	font-variant:small-caps;
	margin-top: 10px;
	padding-left:25px;
	padding-bottom:5px;
	padding-top:3px;
	color: #214591;
	font-size:11px;
	font-weight:bold;
}

p.product{
	float: right;
	margin: 2px 0 0 0;
	padding-right: 5px;
}

.highlights {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #214591;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid;
	height:80px;
}

.highlightsImg	 {
	float:left;
	border:1px solid;
	padding-right: 3px;
	width:80px;
	border:0;
	position:relative;
}

.highlightsText {
	float:right;
	width:305px;
	padding-right:3px;
	text-align:justify;
}

.twoColFixLtHdr #navcontainer ul,
.thrColFixHdr #navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-top:1px;
padding-top:1px;
padding-bottom:1px;
margin-bottom:1px;
background-color: #036;
color: White;
float: left;
width: 100%;
font-family: Verdana, arial, helvetica, sans-serif;
font-size: 11px;
xborder: 1px solid red;
}

.twoColFixLtHdr #navcontainer ul li,
.thrColFixHdr #navcontainer ul li  { display: inline; 
padding:0;
}

.twoColFixLtHdr #navcontainer ul li a,
.thrColFixHdr #navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: right;
border-right: 1px solid #fff;
}


.twoColFixLtHdr #navcontainer ul li a.end,
.thrColFixHdr #navcontainer ul li a.end
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: right;
}

.twoColFixLtHdr #navcontainer ul li a:hover,
.thrColFixHdr #navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}

#topnavcontainer { padding-left: 220px;
background-color: #036;
}

.serviceTime {
	width: 140px;
	font-size: 11px;
	color:#214591;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
}

.serviceTime h3 {
	font-size: 11px;
	font-variant:small-caps;
	margin:0;
}



.newsTicker {
	font-size:11px; 
	padding:5px; 
	border:1px solid; 
	width:400px; 
	float:left;
	margin-right: 2px;
}

.flags {
	padding-top: 3px;
}

.newsTicker a, .newsTicker a:visited{
	font-weight: bold;
	}

.newsTicker a:hover{
	font-weight: bold;
	text-decoration: underline;
}

.tickerTitle {
	font-size:11px;
	float:left;
	padding:5px 2px 5px 4px;
	font-weight:bold;
}

#tickertape{
layer-background-color:black;
width:400px;
height:20px;
}

#subtickertape{
background-color:black;
position:absolute;
border: 1px solid black;
width:400px;
height:20px;

}

#domticker{
width: 200px;
height: 100px;
border: 1px dashed black;

padding: 5px;
background-color: #FFFFCA;
}

#domticker div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FFFFCA;
}

#domticker a{
font-weight: bold;
}

#domticker2 a{
text-decoration: none;
}

.someclass{ 
	font-weight:bold;
}

.adverts {
	font-size: 11px;
	padding:5px;
	margin:0;

}
.adverts h3{
	margin: 0;
	font-size: 13px;
	font-variant: small-caps;

}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border: 1px solid;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border: 1px solid;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	margin:0;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#list-menu {
	width: 150px;
	padding:0;
}

#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
margin-top: 0;
} 

#list-menu li {
margin: 2px 0 0;
} 

#list-menu li.head {
margin: 2px 0 0;
}

#list-menu a {
display: block;
width:150px;
padding: 2px 2px 2px 10px;
border: 1px solid #b0c8e2;
background: #deeff9;
text-decoration: none; /*lets remove the link underlines*/
font-family: verdana, arial, sanf-serif;
font-size: 11px; 
color: #6481b8;
} 

#list-menu a.head {
display: block;
width:155px;
padding: 2px 2px 2px 5px;
border: 1px solid #b0c8e2;
background: #deeff9;
text-decoration: none; /*lets remove the link underlines*/
font-family: verdana, arial, sanf-serif;
font-size: 11px; 
color: #6481b8;
} 

#list-menu a.active {
display: block;
width:150px;
padding: 2px 2px 2px 10px;
border: 1px solid #b0c8e2;
background: #deeff9;
text-decoration: none; /*lets remove the link underlines*/
font-family: verdana, arial, sanf-serif;
font-size: 11px; 
color: #6481b8;
font-weight:bold;
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #6481b8;
}

#list-menu a:hover {
border: 1px solid #cee1f0;
background: #b0c8e2;
color: #ffffff;
} 


#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #deeff9;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	xborder: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

div #header {
    text-align: center;
    background-color: #0054a6;
    height: 180px;
    margin: 0px;
    xpadding: 1px;
}
div#navcol {
	padding: 10px 0 10px 5px;
	width: 160px;
	float: left;
}
div#main {
	padding-top: 10px;
	margin-left: 180px;
	margin-right: 180px;
	font-size: 9pt;
	color: #006;
}
div#sidecol {
	width: 170px;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	xpadding-left: 20px;
}
div#foot {
    background-color: #0054a6;
    padding-top: 8px;
	padding-bottom: 6px;
    padding-right: 10px;	
    text-align: right;
    clear: both;
	height:20px;
	font-size:11px;
	color:#fff;
}

div#column2 {
    margin: 0;
    padding: 0;
    background-image: url(../images/right_bg.gif);
    background-position: right;
    background-repeat: repeat-y;
    width: 100%;
    background-color: #deeff9;
    
}
div#column1 {
    margin: 0px;
    padding: 0px;
    background-image: url(../images/left_bg.gif);
    background-repeat: repeat-y;
    width: 100%;
    
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#topBanner {
	border-right:1px solid;
	border-left:1px solid;
	border-bottom:1px solid;
}

#itinerary {
	
}

#itinerary table {
	width:100%;
	border:1px solid #b0c8e2;
}

#itinerary table th{
	color: #4565a5;
	font-size:12px;
	font-weight:bold;
	padding: 5px;
	border-bottom:1px solid #b0c8e2;
}


#itinerary table td.date{
	color: #4565a5;
	font-size:11px;
	font-weight:bold;
	padding: 5px;
	border-bottom:1px solid #b0c8e2;
	border-right:1px solid #b0c8e2;
	
	
}

#itinerary table td{
	color: #4565a5;
	font-size:11px;
	padding: 5px;
	border-bottom:1px solid #b0c8e2;
}
