@charset "UTF-8";

body {
	font-size:0.8em; }
	
	/* header, footer, and small menu styles located in /css/common.css */
	
	#content-container {
		position:relative; margin-top:25px;
		background-color:#F7BB00; }
		
		#content-container h1 {
			position:absolute; top:0; left:0;
			width:110px; height:400px; border-bottom:5px solid #FFF;
			background:url(../../images/large-menu-sprites-2.jpg) -352px -7px; line-height:1; }
			
			#content-container h1 span {
				display:none; }
		
		#content {
			position:relative; left:110px;
			width:685px; border-left:5px solid #FFF;
			background-color:#f6a829; }
			
			#content-left {
				margin-right:200px; }
				
				#content-left img.float {
					float:right; }
				
				#content-left div {
					padding:20px; }
				
				#content-left #top {
					padding:20px; }
				
				#content-left #top ol {
					margin:0; margin-top:0.5em;
					padding:0;
					list-style:none; }
				
					#content-left #top ol li {
						margin:0; margin-right:30px; display:inline;
						padding:0;
						font:Futura, "Microsoft Sans Serif", sans-serif; color:#FFF; font-weight:100;text-transform:uppercase; color:#FFF; }
						
						#content-left #top ol li a {
							color:#FFF; text-decoration:none; }
						
						#content-left #top ol li a:hover {
							text-decoration:underline; }
					
					#content-left #itinerary {
						background:#FBD494 url(../images/background.jpg) no-repeat top right; }
			
			#content-right {
				position:absolute; top:0; right:0; bottom:0;
				width:200px; border-left:5px solid #FFF; background-color:#BF282C; }
				
				#content-right img {
					border-bottom:5px solid #FFF; }
				
				/* eliminate the freaking top-margin that occurs when you stack images on top of each other. does not work in ie6 but whatever. */
				#content-right img.last {
					margin-top:-5px;
					border:none; }
			
			#content h2 {
				margin-bottom:-1em;
				font:Futura, "Microsoft Sans Serif", sans-serif; color:#FFF; font-weight:100; text-transform:uppercase; }
			
			#content h3 {
				font:Futura, "Microsoft Sans Serif", sans-serif; color:#E86C1F; font-weight:100; text-transform:uppercase; }
			
			#content p img {
				float:left; margin:0 25px 10px 0; }
			
			#content #map {
				float:right; margin:-20px -35px 5px 5px;
				width:115px; height:376px;
				background:url(../images/map.png) no-repeat; }
			
			.ie6 #content #map {
				margin-right:-20px; }
		
#logo {
    behavior:url(/css/iepngfix/iepngfix.htc);
}
#common-footer img {
    behavior:url(/css/iepngfix/iepngfix.htc);
    }
@media print {}