@charset "utf-8";
/* CSS Document */

.clear{
	clear:both;
}

body{
	margin:0;
	padding:0;
	background:#bb007b url(../images/bg.jpg) no-repeat center top;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1e1e1e;
}

/* - - - Misc Styles - - - */

h1{
	font-size:24px;
	font-weight:normal;
	color:#b436a3;
	margin:0;
	padding:0;
}

/* - - - End of Misc Styles - - - */

#surround{
	width:886px;
	margin-left:auto; 
	margin-right:auto; 
}

#container{
	display:inline-block;
	margin-top:84px;
	background:url(../images/bodyBg.gif) no-repeat;
	min-height:620px;
}

#logo{
	position:relative;
	top:-98px;
	left:-190px;
	z-index:10;
	background:url(../images/logo4.png) no-repeat;
	width:242px;
	height:178px;
	float:left;
}

#availability{
	position:absolute;
	margin-left:530px;
	z-index:10;
	background:url(../images/availability.png) no-repeat;
	width:113px;
	height:107px;
	display:inline-block;
}


#nav{
	background:url(../images/navBG.gif) no-repeat;
	width:728px;
	height:25px;
	float:right;
	margin:5px 7px 0 0;
	padding:9px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-align:right;
	font-weight:bold;
}

#leftBox{
	width:217px;
	float:left;
	background:url(../images/leftBoxTop.jpg) no-repeat #c84ab7;
	padding:108px 0 4px 0;
	margin:2px 0 0 4px;
	text-align:center;
}

#weather{
	margin:23px 0 23px 0;
}

.leftBoxImg{
	margin-bottom:1px;
}

#contentRight{
	width:643px;
	float:left;	
	margin:4px;
	display:inline-block;
}

.textSpace{
	padding:8px;
	color: #C84AB7;
}

.leftSection{
	float:left;
	width:305px;
	padding:0 5px;
	display:inline-block;
}

.rightSection{
	float:left;
	width:325px;
	display:inline-block;
}

#topFlash{
	width:643px;
}

.tourBorder{
	border: 2px solid #b436a3;
}

#footer{
	width:876px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/footer.gif) no-repeat;
	text-align:right;
	color:#bb007b;
	padding:0 10px 0 0;
}

.tableHead{
	color:#FFFFFF;
}


/* - - - Links - - - */

a{color:#1e1e1e; text-decoration:none;}
a:hover{color:#1e1e1e; text-decoration:underline;}

#nav a{margin:0 10px; color:#FFFFFF; text-decoration:none;}
#nav a:hover{margin:0 10px; color:#FFFFFF; text-decoration:underline;}

#footer a{color:#bb007b; text-decoration:none;}
#footer a:hover{color:#bb007b; text-decoration:underline;}


/*-----------High Slide------------*/
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border:1px solid #0B3F66;
	margin-bottom:2px;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide:hover img {
}

.highslide-wrapper {
	background: black;
}
.highslide-image {
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    border: 3px solid #cdcdcd;
    border-top: none;
    padding: 5px;
    background-color: black;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
