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


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

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

#mainNav * {
	z-index:999999;
}

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

	ul#menu li {
	display: inline;
	float:left;
	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;
		float:left;
		position: relative;
	}

	
		form#trip_finder {
			/*background-color: #8bad47;*/
			background: url(/_images/bg/trip-finder-updated.png) 0px 0px no-repeat;
			border-top:none;
			border:none !important;
			color: #f0f0f0;
			display:none;
			font-size:8pt;
			float:left;
			height:348px;
			margin-left:-10px;
			margin-top: -5px;
			position:absolute;
			padding: 0px 6px 5px 20px;
			width: 365px;
		}
		
		
		/*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;
		}*/
		
		
		/*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 input,
		form#trip_finder select {
			background-color: #ffffff;
			border:1px solid #d0d0d0;
			color: #2c3f01;
			font-size:10pt;
			padding:0px;
			width:195px;
		}

		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:80px;
			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;
}


