body 
{
	margin: 0px;
    padding: 0px;
    background-color: #558ACE;
    text-align: center;
    height:100%;
    overflow: visible;
}

#pagecontent
{
    background-image: url("/images/bg.gif");
    width: 836px;
    margin-left: auto;
    margin-right: auto;
}

#content
{
    width: 606px;
    clear: right;
    position: static;
    color: #00329A;
    font-family: Arial;
    font-size: 10pt;
    min-height:300px;
}

#footer
{
    font-size: 8pt;
}

#divCurtainChild
{
	border: 8px solid #FFFFFF;
	cursor: pointer;
	cursor: hand;
}

.RedPhotoBorder
{
	border: solid 2px red;
}

.tourimage
{
    border: 1px solid #3F5185;
}

.tourimagewithlarge
{
	border: 1px solid #3F5185;
	cursor: pointer;
	cursor: hand;
}

.homepageheader
{
    color: #00329a;
    font-family: Tahoma;
    font-size: 12pt;
    margin: 0px;
}

.whatshottitle
{
    font-family:Tahoma;
    font-weight:bold;
    font-size:11pt;
}

.whatshottext
{
/*
    font-family:Tahoma;
    font-size:9pt;
 */
}

h1 {
    color: #00329a;
    font-family: Tahoma;
    font-size: 16pt;
    margin: 0px;
}

h2 {
    color: #00329a;
    font-family: Tahoma;
    font-size: 16pt;
    margin: 0px;
}

h3 {
    color: #00329a;
    font-family: Tahoma;
    font-size: 16pt;
    margin: 0px;
}

a {
    color: #039;
}

a:hover {
    color: #ff8f00;
}

.urgent
{
    font-weight: bold;
    color: #FF0000;
}

.success
{
    font-weight: bold;
    color: #008800;
}

.blockcenter { display:block; margin-left: auto; margin-right: auto; }

ul#destinationmenu
{
	font-size: 80%;
	font-family: Arial, Sans-Serif;
	list-style: none none outside;
	padding: 0px;
	margin: 10px;
	
}
ul#destinationmenu a
{
	text-decoration:none;
	color: #6C9CDA;
	font-weight: bold;
}
ul#destinationmenu a:hover
{
	color: #ff8f00;
}
ul#destinationmenu a.selected
{
	color: #00349A;
}
ul#destinationmenu a.selected:hover
{
	color: #ff8f00;
}
ul#destinationmenu li ul
{
	list-style: none none outside;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	padding-top: 3px;
}
ul#destinationmenu li ul a
{
	text-decoration: underline;
	color: #6C9CDA;
	font-weight: normal;
}
ul#destinationmenu li ul a:hover
{
	color: #ff8f00;
}
ul#destinationmenu li ul a.selected
{
	color: #00349A;
}
ul#destinationmenu li ul a.selected:hover
{
	color: #ff8f00;
}
ul#destinationmenu li
{
	padding-bottom: 5px;
}

ul#destinationmenu2
{
	font-size: 70%;
	font-family: Arial, Sans-Serif;
	list-style: none none outside;
	padding: 0px;
	margin: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	
}
ul#destinationmenu2 a
{
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
}
ul#destinationmenu2 a:hover
{
	color: #ff8f00;
}
ul#destinationmenu2 a.selected
{
	color: #ff8f00;
}
ul#destinationmenu2 a.selected:hover
{
	color: #ff8f00;
}
ul#destinationmenu2 li ul
{
	text-decoration: none;
	list-style: none none outside;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	padding-top: 3px;
	color: #FFFFFF;
}
ul#destinationmenu2 li ul a
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
ul#destinationmenu2 li ul a:hover
{
	color: #ff8f00;
}
ul#destinationmenu2 li ul a.selected
{
	color: #FFFFFF;
}
ul#destinationmenu2 li ul a.selected:hover
{
	color: #ff8f00;
}
ul#destinationmenu2 li
{
	padding-bottom: 5px;
	text-decoration: none;
	color: #FFFFFF;
}

.SlideButtonPrev, .SlideButtonNext
{
	visibility:visible;
	position:absolute;
	width: 36px;
	height: 37px;
	top:48px;
	z-index: 100;
}

.SlideButtonPrev
{
	left:-3px;
	background-image: url('/images/act_prev.png');
}

.SlideButtonPrev:hover
{
	background-image: url('/images/act_prev_f2.png');
	cursor: pointer; cursor: hand;
}

.SlideButtonNext
{
	left:258px;
	background-image: url('/images/act_next.png');
}

.SlideButtonNext:hover
{
	background-image: url('/images/act_next_f2.png');
	cursor: pointer; cursor: hand;
}