/* CSS Document */
body {
		background-color: #000000;
	}
	
h3 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
	background-color: black;
	}
h4 {
	color: #FFFF99; 
	font-size: 1em;
	}

leftNav {
	color: #FFFF99;
	padding-left: 10px;
	}
.tour {
	color: #FFFFFF;
	font-size: small;
	}
.tour h4{
padding:0;
margin:0;
margin-bottom:-1em;}
	

.tour td {

vertical-align:top;
width: 250px;
padding: 10px;
}

.testimony{
	color: #FFFFFF;
	text-align:center;
	vertical-align:middle;
	}
	
.testimony td{
padding:20px;
}

.testimonyQuotes {
 color:#FFFFFF;
 text-align:justify;
}

.descriptionParagraph {
text-align:justify;
color:#FFFFFF;
	}
	
.prices {
	color:#ffffff;
	text-align: left;
	vertical-align:top;
	}



.amenities {
	text-align: left;
}


.amenities th{
	color:#FFFF99;
	text-align: left;
	height: 3em;
	vertical-align: bottom;
}

.amenities td{

color:#FFFFFF;

}



.location {
	text-align: left;
}


.location p{
	color:#FFFF99;
	text-align: left;
}

.location li{

color:#FFFFFF;

}

a{
color: #FFFFCC;
}
a:hover{
	color: #03F;
	text-decoration:underline;
}




/* Bottom Navigation */

#navlist li {
	display:inline;
	padding:0 .9em;
	border-right:1px solid #FF9;
}
#navlist li.last {
	border:none;
}
#navlist {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	font-weight:bold;
	text-align:center;
}
#navlist a {
	color:#FF9;
	text-decoration:none;
}
#navlist a:hover {
	color: #03F;
	text-decoration:underline;
}

/* End Bottom Navigation */

	
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/
	
.PopBoxImageSmall {
	border: none 0px #ffffff;
	cursor: url("/images/popImages/magplus.cur"), pointer;
	}
	
.PopBoxImageLarge {
	border: solid 1px #999999;
	cursor: url("/images/popImages/magminus.cur"), pointer;
	}
	
.PopBoxImageShrink {
	cursor: url("/images/popImages/magminus.cur"), pointer;
	}
	
.PopBoxImageLink {
	cursor: pointer;
	}
	
.PopBoxImageMove
	{
	border: none 0px #ffffff;
	cursor: pointer;
	}
	
/* End PopBox.js style */

