x@charset "UTF-8";
#content {
	padding: 5px;
	width: 100%;
	height: auto;
	z-index: 1;
}
#header {
	left: 0px;
	top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 100%;
	min-width: 780px;
	z-index: 1000;
	float:left;
}
#main {
	width: 95%;
	min-width:780px;
	margin: 5px;
	z-index: 5;
	float:left;
}
.footnote {
	font-size: 8px;
	color: #993300;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
a:link {
	color: #933;
	text-decoration: none;
}
a:hover {
	color: #CFF;
	background: #600;
}
a:visited {
	color: #C66;
	text-decoration: none;
}
.copy {
	font-size: 10px;
	font-style: italic;
	text-align: center;
	clear: both;
}
ul {
	list-style-position: outside;
}
#main .splash {
	width: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px;
	background-color: #FFF;
	border: 2px solid #FFF;
	clear: right;
	float: left;
}
#main .splash_box_long {
	width: 100%;
	height: 320px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #030;
	float: left;
	clear: left;
	margin-bottom: 10px;
}
#main .splash_box_long_narrow {
	width: 100%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 10px 0px 10px 10px;
	background-color: #CFE6DC;
	border: 1px solid #030;
	float: left;
	clear: left;
	margin-bottom: 20px;
	margin-top: 10px;
	}
#main .main_image {
	float: left;
}
#main .main_text {
	padding-left: 5px;
	float: right;
	clear: right;
	width: 180px;
}
.top_destinations_head {
	font-weight: bold;
	font-size: 18px;
	display: block;
	font-variant: small-caps;
}
.strike {	text-decoration: line-through;
	color: #666666;
}
/* BOXES */

#boxes-container {
	width:100%;
	padding:0;
}
.main_bubble-left {
	float: left;
	width: 31%;
	margin-right: 3.5%;
	border: 2px solid #000000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.main_bubble-right {
	float: right;
	margin-right: -1%;
	width: 31%;
	border: 2px solid #000000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.main_bubble {
	margin-right: auto;
	float: left;
	width: 31%;
	border: 2px solid #000000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.main_bubble_top {
	background-color: #030;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: large;
	width: auto;
	top: 0px;
	margin: 0px;
	line-height: 150%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.main_bubble_top a, .main_bubble_top a:link, .main_bubble_top a:visited {
	color: #FFF;
	text-decoration: none;
}
.main_bubble_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 150%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.main_bubble_content p {
	margin:0px;
}
.main_bubble_content ul  {
	list-style-type: circle;
	margin: 0;
	padding: 0;
	font-size: large;
}
.main_bubble_content li {
	margin-left: 15px;
}
.main_bubble_content ol  {
	margin: 0;
	padding: 0;
	font-size: large;
}
.main_bubble_content ol li {
	margin-left: 0px;
}
.more, .more a, .more a:link, .more a:visited, .more a:hover, .more a:active, .more a:focus {
	display: inline;
	margin: 0px;
	border: thin dotted #930;
	color: #930;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-style: italic;
	font-weight: bold;
}
/* TOP MENU */

ul#nav {margin: 0 0 0 0px; }
ul.drop a { display:block; color: #fff; font-family: Verdana; font-size: medium; text-decoration: none; padding-right: 25px; padding-bottom: 3px; }
ul.drop, ul.drop li, ul.drop ul { list-style: none; margin: 0; padding: 0; border: 1px solid #fff; background: #600; color: #fff; }
ul.drop { position: relative; z-index: 597; float: left; }
ul.drop li { float: left; line-height: 1.3em; vertical-align: middle; zoom: 1; padding: 5px 10px; }
ul.drop ul li a { display:block; }
ul.drop li:hover { position: relative; z-index: 599; cursor: default; background: #F00; }
ul.drop a:hover { background: #F00; }
ul.drop ul { visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 195px; background: #600; border: 1px solid #fff; }
ul.drop ul li { float: none; }
ul.drop ul ul { top: -2px; left: 100%; }
ul.drop li:hover > ul { visibility: visible }

ul.drop a.MenuBarItemSubmenu
{
	background-image: url(MenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
ul.drop ul a.MenuBarItemSubmenu
{
	background-image: url(MenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
ul.drop a.MenuBarItemSubmenuHover
{
	background-image: url(MenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
ul.drop ul a.MenuBarItemSubmenuHover
{
	background-image: url(MenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}