/* -- BEGIN TEMPLATE ITEMS -- */
body, td, textarea, select, input{
	font-family: Lucida Sans, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}
body{
	background: #999 url(../images/bgtile.gif);
}
form, body{
	margin:0px;
}
fieldset{
	padding:10px;
	display:inline;
	border:1px solid #999;
}
legend{
	font-weight:bold;
	margin-bottom:8px;
}
a{
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #666;
}
a:hover{
	color:#666;
}
a:visited{
	color:#666;
}
.imglink{
	border:none;
}
h1{	
	color:#CCC;
	font-size:14px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
h2, h4{
	color:#80463E;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px dotted #666;
	padding:0.2em 0 0.2em 0;
	margin:0 0 0.8em -20px;
}
h1 a{
	text-decoration:none;
	border:none;
	color:#999;
}
h1 a:hover{
	border-bottom:1px dotted #666;
}
h1 a:visited{
	color:#999;	
}
li{
	margin-bottom:2px;
}
blockquote{
	margin:5px auto 10px 15px;
}
/* outer drop shadows for ie7 and ff */
.bg1{
	width:20px;
	background-image:url(../images/bgshadow1.png);
} 
.bg2{
	height:20px;
	background-image:url(../images/bgshadow2.png);
} 
.bg3{
	background-image:url(../images/bgshadow3.png);
} 
.bg4{
	background-image:url(../images/bgshadow4.png);
} 
.bg5{
	width:20px;
	background-image:url(../images/bgshadow5.png);
} 
/* end main content dropshadows */
#body-wrapper{
	width: 790px;
	margin: 0 auto;
}
#wrapper{
	background-color:#333;
	width:748px;
	border:1px solid #333;
	text-align:left;
}
#header{
	background-color:#1C1B1F;
}
#topform, #topform td{
	color:#666;
}
#topform .textfield{
	color:#333;
	background-color:#666;
	border:1px solid #333;
	width:50px;
	padding:2px;
}
#topnav{
	height:34px;
	background:url(../images/topnavtile.jpg);
	text-align:center;
	color:#CCC;
}
#topnav a{
	outline:none;
	border:none;
	color:#FFF;
}
#topnav a:hover{
	color:#999;
}
#mainpic{
	height: 205px;
}
.subtopnav{
	visibility:hidden;
	background-color:#555;
	padding:1px;
	font-size:10px;
	font-weight:bold;
}
.subtopnav table{
	background-color:#666;
}
.subtopnav td{
	border-bottom: 1px dotted gray;
	margin:0;
	padding:5px;
	white-space:nowrap;
}
.subtopnav td:hover{
	background-color:#818181;
}
.subtopnav a{
	color:#CCC;
	border:none;
	display:block;
}
.subtopnav a:visited{
	color:#BBB;
}
.subtopnav a:hover{
	color:#FFF;
}
.subsubtopnav{
	text-indent:15px;
	background:#4C4C4C;
	font-weight:normal;
}
.subsubtopnav a{
	color:#BBB;
}
.subsubtopnav td:hover{
	background:#5C5C5C;
}
#pagename{
	background-color:#333;
	border-top:1px solid #666;
	line-height:30px;
	padding-left:30px;
	border-bottom:4px solid #80463E;
}
#content{
	background: #DCDCDC url(../images/content_bg_star.jpg) bottom right no-repeat;
	padding:20px 30px 20px 50px;
	text-align:justify;
	height:100%;
}
#footer{
	color:#FFF;
	line-height:30px;
	border-top:4px solid #80463E;
	padding:0;
	background:gray url(../images/footerribbon.jpg) bottom;
	text-align:center;
}
#footer a{
	color:#FFF;
	text-decoration:underline;
}
#footer a:hover{
	text-decoration:none;
}
/* -- END TEMPLATE ITEMS -- */
.morelessbutton {
	background:url(../images/morelessbutton.gif) no-repeat center 0px;
	width:95px;
	height:25px;/*image height is 23px*/
	margin:0;
	padding:0;
	padding-bottom:5px;
	border:none;
	cursor:pointer;
}
.morelessbutton :focus{
	outline:none;
}
.gallery{
	margin-bottom:7px;
}
.gallery img{
	padding:3px;
	border:1px solid #999;
	background:#FFF;
	cursor:pointer;
}
/* begin 2 col page styles */
#lhscol{
	padding-right:30px;
	border-right:1px #666 dotted;
	padding-left:20px;
}
#rhscol{
	padding-left:25px;
	text-align:left;
}
#rhscol p{
	margin:5px 0 0 5px;
	padding:0.5em 0;
}
#rhscol img{
	margin:0 10px 5px 0;
	float:left;
}
#rhscol h6{
	font-style:italic;
	color:#8F718E;
	padding-left:10px;
	margin:5px 0 0 0;
	font-size:13px;
	font-weight:normal;
	background:url(../images/rhs_arrow.html) left no-repeat;
}
#rhscol hr{
	height:0px;
	border:none;
	margin:5px 0;
	padding:0;
	border-bottom:1px dotted #666;
}
/* end 2 col page styles */
.hidden{
	display:none;
}

/* destinations accordion styles*/
#accordion{
	width: 100%;
	overflow: hidden;
	text-align: left;
	margin-left: -20px;
}
#accordion h2{
	cursor: pointer;
	clear: both;
	margin-left: 0px;
	padding-left: 15px;
	background: url('../images/icon_arrow_right.gif') no-repeat left center;
}
#accordion h2.expanded{
	background-image: url('../images/icon_arrow_down.gif');
}
#accordion h2:hover{
	background-color: #ccc;
}
#accordion div div{
	width: 150px;
	height: 180px;
	margin: 5px;
	padding: 2px;
	float: left;
}
#accordion .thumb{
	border: 5px solid white;
	background: white;
}
#accordion .rating-stars img{
	margin-right: 2px;
}
#accordion h3{
	font-size: 11px;
	color: black;
	border: none;
}
#accordion p, #accordion h3{
	line-height: 1.2em;
	margin: 0.3em 0;
}

.helpbubble{
	opacity: 0.5;
}
.helpbubble:hover{
	opacity: 1;
}
/* end destinations accordion styles*/
