﻿html, body {
background-color: #243C53;
background-image: url('bgglobal.jpg');
background-repeat: repeat-x;
background-attachment: fixed;
font-family: Verdana, sans-serif;
font-size: 13px;
color: #C0C0C0;
margin: 0;
padding: 0;
height: 100%;
border: none;
line-height: 130%;
}


h1 { margin-top: 0em; margin-bottom: 0em; font-size:13px; color: #fe9901}
h2 { margin-top: 0em; margin-bottom: 0em; font-size:13px; color: #fff}
h3 { margin-top: 0em; margin-bottom: 0em; font-size:11px; color: #FE8409}
h4 { margin-top: 0em; margin-bottom: 0em; font-size:11px; color: #fff; font-weight: normal}
h5 { margin-top: 0em; margin-bottom: 0em; font-size:11px; color: #C0C0C0; font-weight: normal}


A {
	COLOR: #6AB3F8; TEXT-DECORATION: none
}
A:hover {
	COLOR: #FE9901; TEXT-DECORATION: none
}


A.white_menu {
	COLOR: #ffffff; TEXT-DECORATION: none; font-size:11px;
}
A:hover {
	COLOR: #FE9901; TEXT-DECORATION: none
}



/* Travel Companion Menu */

#tcomp-main-menu {
	padding:0;
	margin:0;
}
#tcomp-main-menu li {
	padding:0;
	margin:0;
	list-style:none;
	border-top:1px solid #3F5A73;
	
}
#tcomp-main-menu a {
	display:block;
	padding:10px;
	font-size:11px;
	font-weight:bold;
	color:#e6e6e6;
	line-height:16px;
	width:auto;
	text-decoration:none;
}
#tcomp-main-menu a:hover {
	color:#fff;
	background-color:#1E374D;
}
#tcomp-main-menu a .details {
	color:#b0b0b0;
	font-size:10px;
}


.shadow{
	color: #0d0d0d;
	text-shadow: 1px 1px 0 #79797a;
}

/* End of Travel Companion Menu */




/* Top Bar */

#global_nav {
position:			relative;
float:				left; 
height: 			20px; 
width: 				auto; 
padding: 			2px 0 0 30; 
margin: 			0; 
white-space:		nowrap;
} 

#global_nav ul {
padding: 			0;
margin: 			0;
}
#global_nav ul li {
float: 				left;
list-style: 		none;
}
#global_nav ul li a, #global_nav ul li a:visited{
z-index: 			10;
display: 			block;
float: 				left;
height: 			20px;
overflow: 			hidden;
font-size:			11px;
font-weight: 		bold;
position: 			relative;
padding:			2px 24px 2px 20px;

}
#global_nav ul li a:hover{
color:				#fe9901;
}
#global_nav li.background {
background: 		url('bg_menu_right.png') no-repeat top right;
z-index: 			8;
position: 			absolute;
visibility: 		hidden;
}
* html #global_nav li.background{
background: 		url('bg_menu_right.gif') no-repeat top right;
}
#global_nav .background .left {
background: 		url('bg_menu.png') no-repeat top left;
height: 			22px;
margin-right: 		7px; /* 7px is the width of the rounded shape */
}
* html #global_nav .background .left{
background: 		url('bg_menu.gif') no-repeat top left;
}

/* End of Top Bar */
