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


#header_banner {
float:left;
height:150px;
}

#mainNav{
	width:100%;
	height:80px;
}

ul#menu {
float:left;
display:block;
width:982px;
height:55px;
margin-left:0px;
color: #fff;
padding: 0px;
font-size:0.7em;
}

	ul#menu li {
	display: inline;
	position: relative;
	}

		ul#menu li .menu_corner {
		background:#72b715 url(/_images/layout/menu_white_corner.gif) top right no-repeat;
		display:inline;
		padding:8px 9px 5px 0;
		width:7px;
		}

		ul#menu li a {
		/*background-color: #72B715;*/		/* LVB 25-07-09 */
		color: #fff;
		text-decoration: none;
		/*padding: 4px 9px;*/				/* LVB 25-07-09 */
		font-weight:bold;
		}
			/*ul#menu li.thisPage a{
			background-color:#054A63;
			padding: 4px 9px;			
			}*/
			
			ul#menu li.clear_bg a{		/* LVB 25-07-09 */
			background-color:#fff;
			padding: 4px 0;		
			}
			
			ul#menu li a.clear_bg{		/* LVB 25-07-09 */
			background-color:#fff;
			color: #649f13;
			padding: 4px 9px;		
			}
			
			ul#menu li a.clear_bg:hover{/* LVB 25-07-09 */
			background-color:#fff;
			color: #202020;
			padding: 4px 9px;			
			}
			
			/*ul#menu li a:hover {
			background-color:#054A63;
			color:#9ae536;
			padding: 4px 9px;
			}*/
			
			

/*ul#menu form {
	display: block;
}*/
	
	ul#menu li.mega {
		display: inline;
		position: relative;
		z-index: 10000;
	}

		/*ul#menu li.mega a.menu {				
			background-color: #72B715;
			color: #fff;
			padding: 4px 9px;			
		}*/
		
			/*ul#menu li.mega a.menu:hover {			
				background-color: #054A63;
				color: #9ae536;
			}*/
	
		form#trip_finder,
		form#trip_finder_r {
			position:relative;
			background-color: #ffffff;
			border:4px solid #abc772;
			border-top:none;
			color: #222222;
			display:none;
			font-size:8pt;
			float:left;
			margin-left:635px;
			margin-top: 5px;
			padding: 5px 6px 5px 6px;
			width: 200px;
		}
		
		/*ul#menu li.mega div.sub_label {
		}*/
		
		form#trip_finder p,
		form#trip_finder_r p {
			padding: 0px 5px 5px 5px;
		}	
	
		form#trip_finder a,
		form#trip_finder_r a {
			padding: 0;
			background:none;
			text-decoration: underline;
			color: #72b715;
		}
		
		form#trip_finder select,
		form#trip_finder_r select {
			border:1px solid #d0d0d0;
			width:195px;
		}
		
		form#trip_finder select.small,
		form#trip_finder_r select.small {
			width:70px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:9pt;
		}
		
			form#trip_finder select option,
			form#trip_finder_r select option {
				color: #202020;
				line-height:13pt;
				padding-left:5px;
				/*font-family:Arial, Helvetica, sans-serif;
				font-size:8pt;*/
			}

			form#trip_finder select option.territory_group,
			form#trip_finder_ select option.territory_group {
				font-family:Arial, Helvetica, sans-serif;
				font-size:8pt;
				font-weight:bold;
				text-decoration:underline;
			}

	ul#menu li.hovering form {
		display: block;
	}

	.eleShown {display:block;}
	.eleHidden {display:none;}


.menuRight{
	float:left;
	width:150px;
	margin-top:-15px;
}


/*
.menuRight{
float:left;
width:100px;
text-align:right;
color: #000;
padding: 4px 0;
padding-left:10px;
font-weight:bold;
background:#fff url(/_images/layout/menu_right_corner.gif) left top no-repeat;
}

		.menuRight a {
		color: #000 !important;
		text-decoration: none;
		padding: 4px 9px;
		padding-right:30px;
		font-weight:bold;
		background:url(/_images/layout/menu_brochureEnd.jpg) right no-repeat ;
		} LVB 24-07-09 */



#slideshow {
	clear:both;
    position:relative;
    height:204px;
	z-index:6000;
}

	#slideshow IMG {
		position:absolute;
		z-index:8;
	}
	
		#slideshow IMG.active {
			z-index:10;
		}
		
		#slideshow IMG.last-active {
			z-index:9;
		}

		#slideshow IMG.last-active {
			z-index:inherit;
		}

h4.tripfinder {
	padding-top:5px;
	font-size:1.1em;
	/*font-weight:normal;*/
	color:#222;
}

