/* -----------------------------------------------------------------------------
		MAIN
----------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

p {
	margin-bottom: 1em;
}

ul {
	list-style-type: none;	
}



body {
	margin: 5px;
	background-color: #ffffff;
	text-align: center;
	font: 11px Verdana, Helvetica, Arial, san-serif;
}


a {
	color: #00215b;
	outline: none;
}

a:hover { color: #cc0000;}

#container {
	text-align: center;
}

#wrapper {
	width: 617px;
	text-align: left;
	padding: 0;
	margin: 0 auto;

}


#content_shell {
	font-size: 12px;
	overflow: hidden;
}

#content {
	padding-left: 10px;
	padding-bottom: 1em;
	float: center;
}

h1, h2, h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

h1 {
	font-size: 24px;
	margin: .5em 0 .5em 0;
}

h2 {
	font-size: 18px;
	margin: 1em 0 .5em 0;
}

h3 {
	font-size: 14px;
	margin-top: 2.5em;
	margin: .5em 0 .5em 0;
}

/* -------------------------------------------------------------
	TRIP DETAILS
------------------------------------------------------------- */

div.prevpic {
	font-size: 10px;
	background: #666666;
	color: #ffffff;
	width: 175px;
	border: 1px solid #000000;
	border-top: none;
}

#title {
	padding: 10px;
	border: 1px solid #ccc;
	border-bottom: none;
	line-height: 1.5em;
}

#text {
	padding: 10px;
	border: 1px solid #ccc;
	border-top: none;
	line-height: 1.5em;
}

#text img {
	border: 1px solid #000000;
}

#text ul {
	list-style-type: disc;
}

#text li {
	list-style: square;
}

#text p {
	text-align: justify;
	text-indent: 15px;
	font-size: 12px;
	line-height: 1.5em;
}

#photo_viewer {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #e8e8e8;
}

#hero_image {
	margin-top: -10px;
/*	border: 1px solid #ccc; */
	background-color: #e8e8e8;
	border-bottom: 0;
	position: relative;
	float:  left;
}
#hero_image img {
	width: 500px;
	margin: 0px;
}

#overlay {
	position: relative;
	bottom: -250px;
	left: 0px;
	width: 500px;
	z-index: 1;
	color: #ccc;
}

#overlay {
	background-image: url(/promo/78A14ACDAA838D5BC325756A0041FDE1/$FILE/transparent.png) !important;  /* Mozilla only */
	background-color: transparent !important;	/* Mozilla only */
	background-image: none;	/* IE only */
	background-color: #000;	/* IE only */
/*	filter:alpha(opacity=80);  IE only */
}

#overlay p {
	font-size: 10px;
	text-align: left;
	font-weight: normal;
	padding: 0;
	margin: 0;
	padding: 10px;
}

#overlay a {
	color: #ccc;
}





/* -------------------------------------------------------------
	HERO NAVIGATION
------------------------------------------------------------- */

#hero_tabs {
	border-top: 0;
	background: url(/promo/78A14ACDAA838D5BC325756A0041FDE1/$FILE/tab_bottom.gif) repeat-x top;
	overflow: hidden;
}


#hero_tabs ul {
	float: right;
	display: inline;
}

#hero_tabs li {
	float: right;
	background-color: #fff;
	margin-left: 6px;
}

#hero_tabs li a {
	font-size: 85%;
	display: block;
	padding: 6px 12px;
	font-weight:  bold;
	color: #666;
	background-color: #e2e2e2;
	border: 1px solid #ccc;
}

#hero_tabs li a:hover {
	background-color: #ccc;
	color: #fff;
}

#hero_tabs li.youarehere a {
	background-color: #e8e8e8;
	border-top: 1px solid #e8e8e8;
}

#hero_tabs li.youarehere a:hover {
	color: #666;
}


/* -------------------------------------------------------------
	VERTICAL CAROUSEL
------------------------------------------------------------- */

#vertical_carousel {
	margin-top: -10px;
	float: left;
	width:  75px;
	height: 280px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-left: 10px;
}

#vertical_carousel .container {
  width: 75px;
  height: 234px;
  position: relative;    
  overflow: hidden;
  margin:  0 auto;
}

#vertical_carousel ul {
	height: 100000px;
	position: relative;
	top: 0;
	left: 0;
/*	height: 75px; */
}                      

#vertical_carousel ul li {
	width: 75px;
	height: 81px;
/*	float:left; */
}


#vertical_carousel .previous_button {
/*	float:left; */
	width: 75px;
	height: 21px;
	background: #d3d3d3 url(/promo/78A14ACDAA838D5BC325756A0041FDE1/$FILE/up.gif) no-repeat 50% 4px;
	z-index: 100;
 	cursor: pointer;
 	margin-bottom: 3px;
}

#vertical_carousel .previous_button_over {
	background: #fff url(/promo/78A14ACDAA838D5BC325756A0041FDE1/$FILE/up_hover.gif) no-repeat 50% 4px;
}

#vertical_carousel .previous_button_disabled {
	background: #d3d3d3 url(/promo/78A14ACDAA838D5BC325756A0041FDE1/$FILE/up_off.gif) no-repeat 50% 4px;
	cursor: default;
}

#vertical_carousel .next_button {
/*	float:right;  */
 	margin-top: 3px;
	width: 75px;
	height: 22px;
	background: #d3d3d3 url(/promo/78A14ACDAA838D5BC325756A0041FDE1/$FILE/down.gif) no-repeat 50% 3px;
	z-index: 100;
	cursor: pointer;
}

#vertical_carousel .next_button_over {
  background: #fff url(/promo/78A14ACDAA838D5BC325756A0041FDE1/$FILE/down_hover.gif) no-repeat 50% 3px;
}

#vertical_carousel .next_button_disabled {
  background: #d3d3d3 url(/promo/78A14ACDAA838D5BC325756A0041FDE1/$FILE/down_off.gif) no-repeat 50% 3px;
  cursor: default;
}
