@charset "UTF-8";
/* CSS Document - info.html*/
#TravelBGwrapper{
	width: 1100px;
	min-height: 1500px;
	background-image:url(images/bgPages.jpg);
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:center top;
	margin: 0px auto;
}


/*////////////INTRO INFO TEXT////////////*/
#travelIntro{
	margin: 65px 50px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17.3px;
	line-height:1.8em;
}
a:link, a:hover, a:visited, a:active{
	text-decoration:none;
}

.textTravel{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:2.5em;
	color:#999;
}

/*///////////////CONTENT - DIV CLASS=infoContent TAGS STYLING////////////*/
.mapOptions ul {
  list-style: none;
  background-color: rgba(69,69,69,0.49);
  padding: 0;
  margin: 0px 0px 0px 50px;
  height: 50px;
}

.mapOptions li {
  float: left;
  font-family:Arial, Helvetica, sans-serif;
  list-style-type:none;
  font-size: 17.3px;
  line-height: 40px;
  text-align: center;
  
  width: 250px;
  height: 50px;
  margin-right: 8px;
  
  background-color: rgba(0,0,0,0.09);
}

.mapOptions a {
  text-decoration: none;
  color: #939090;
  display: block;
}

.mapOptions a:hover {
  background-color:#d4d3d3;
}

div.travelContentStyle h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:0.5em;
	font-weight: bold;
	color:#666;
}


.travelContentStyle{
	margin-top:68px;
	padding: 0px 90px;
	width:920px;
	height: 480px;
	float:left;
	clear:right;
}

/*///////////////MAP////////////*/
.mapOpnBtn {
	list-style: none;
	padding: 68px 0px 0px 0px;
	margin: 0;
	border: 0;
	float: left;
	display: inline-block;
}

.mapOpnBtn li{
	list-style: none;
	padding: 0px;
	margin: 0px 0px 8px 0px;
}
.mapOpnBtn li img{
	opacity: 0;
}

.textTravel{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:1.5em;
	color:#999;
	clear: right;
}

.mapHeading1 {
	width: 80px;
	height: 80px;
	background-image: url(images/map/2D1N_heading.jpg)

}

.mapHeading2 {
	width: 80px;
	height: 80px;
	background-image: url(images/map/3D2N_heading.jpg)

}


.opnAll {
	width: 80px;
	height: 20px;
	background-image: url(images/map/downloadBtn.jpg);
	border:0;
}

.opn1 {
	width: 80px;
	height: 20px;
	background-image: url(images/map/2d1n_1opn.jpg)
}

.opn2 {
	width: 80px;
	height: 20px;
	background-image: url(images/map/2d1n_2opn.jpg)
}

.opn3 {
	width: 80px;
	height: 20px;
	background-image: url(images/map/2d1n_3opn.jpg)
}

.opn4 {
	width: 80px;
	height: 20px;
	background-image: url(images/map/2d1n_4opn.jpg)
}

.mapOpnBtn img {
	width: 100px;
	height: 28px;
	padding: 0;
	text-decoration:none;
}

.mapOpnBtn img:hover {
	border: 2px solid #FFF;
	cursor:pointer;
	text-decoration:none;
}

.mapOpnBtn a:hover {
	text-decoration:none !important;
}

.mapPreview img {
	padding: 0;
	width: 840px;
	float: left;
	display: inline-block;
}

.mapPreview2 img {
	padding: 0;
	width: 840px;
	float: left;
	display: inline-block;
}

/*///////////////FOOTER////////////*/
footer{
	margin:68px auto 0 auto;
	color:#999;
	padding:8px 0px;
	font-size:11px;
	text-align:center;
	width:100%;
	height: 19px;
	background-color:#000;
	
}