@charset "utf-8";
@import "global.css";

/*******************************************************************************
*  print.css : 21.06.2005
* -----------------------------------------------------------------------------
*  Print media stylesheet that removes the left and right columns as well as
*  the horizontal navigational element from a printed copy of the webpage.
*******************************************************************************/

#leftColumn, #rightColumn, #middleColumn, #SOWrap
{
	float: none;	/* since left and right columns are being hidden,
			   there's no need to float any columns. */
}
html>body #SOWrap
{
	width: auto;	/* help Opera out */
}
#rightColumn, #leftColumn, .hnav, .hnav2, .printHide, #footer, #header, #adminPanel
{
	display: none;	/* hide the left and right columns as well as the
			   horizontal navigation element(s). also hide any
			   designated elements that should not be pritned */
}
#outerColumnContainer, #innerColumnContainer, #pageWrapper
{
	border-width: 0;	/* hide various borders, including those used
				   to create the backgrounds for the left and
				   right columns */
}
#header, #footer
{
	border: solid 1px #000;
	border-width: 1px 0;
	padding: 0.5em;		/* add some borders to the header and footer
				   for presentation */
}
* html #footer
{
	/* \*/
		margin-top:	1em;
	/* help IE print space between the content and footer */
}
a, a:link, a:visited
{
	text-decoration: none;
	background-color: inherit;
	color: inherit;		/* we're printing, so there's no need to
				   differentiate links from regular text. so
				   remove any formatting the links get. */
}
body *
{
	color: #000;		/* simple catch-all to make sure we have no
				   colored items in the print out. delete this
				   if you want. */
}
.screenHide
{
	display:block;
}
h1, h2, h3, h4, h5, h6
{
	padding: 0;
	margin: 0;
}
#map
{
	float:right;	
}
h2
{
	color:#000;
	font-size:140%;
	font-weight:normal;
	margin-left:3px;
	margin-top:-7px;
}

/* Resort Display */

#bodytext
{
	text-align:justify;
}
#bodytext img
{
	float:left;
	padding:0 5px 5px 0;
}
#InfoPanels
{
	float:right;
	margin-left:5px;
}
#InfoPanels .panel
{
	border:solid 1px #000;
	padding:5px;
	font-size:85%;
	clear:right;
	width:200px;
	margin-bottom:5px;
}
#InfoPanels .panel h5
{
	padding-bottom:5px;
}
#InfoPanels .panel div
{
	padding-bottom:2px;
}
#Hotels .hotel
{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:solid 1px #B5C1DF;
}
#Hotels .hotel img
{
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}
#Resort h4
{
	padding-bottom:5px;
}

/* End ResortDisplay */


/* End Hotel Display */

#HotelDisplay img
{
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}
#HotelDisplay h4
{
	padding-bottom:5px;
}

/* End HotelDisplay */

/******************************************************************************/