<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*CSS Document*/

#contentWrapper &gt; .content, #contentWrapper &gt; .contentNewsmediaGallery {
	float:left;
	margin:20px 0 0 0;
	border:1px solid #CCCCCC;
	width:100%;
}

#contentWrapper &gt; .content &gt; img{
	float:left;	
	margin:0;	
	padding:10px;
	/*width:100%;*/
}
.content &gt; div{
	margin:0px 0 0 10px;
	padding:5px 0 5px 0px;	
	font-size:15px;
	float:left;
	/*width:95%;*/
}

.content &gt; h4{	
	margin:0px 0 0 10px;
	padding:5px 0 5px 25px;
	width:130px;
	font-size:15px;
}

.content &gt; p{
	text-align:justify;
	margin:0px;
	padding:10px;
	/*float:left;*/
	
}

.imgRight{
	float:right;
	
}

#contentWrapper &gt; .contentNewsmediaGallery &gt; a {
	float:left;
	padding:3px;
}

#contentWrapper &gt; .contentNewsmediaGallery &gt; a:hover {
	cursor:zoom-in;
}

#contentWrapper &gt; .contentGallery &gt; .leftGalleryPhotos{	
	float:left;
	border:1px solid red;
	width: 780px;
}

#contentWrapper &gt; .contentGallery {
	float:left;
	margin:20px 0 0 0;
	border:1px solid #CCCCCC;
	width:100%;
}

#contentWrapper &gt; .leftGalleryPhotos{	
	float:left;
	border:1px solid #CCCCCC;
	/*width:800px;*/
	max-width:800px;
	
	margin:10px 5px 0 0;
}

#contentWrapper &gt; .rightGallerylinks{
	float:left;
	margin:10px 0 0 0;
	border:1px solid #CCCCCC;
	min-width:175px;
	
}

.rightGallerylinks &gt; div{
	margin:5px;
	height:25px;
	padding:5px 5px 5px 5px;
}

.rightGallerylinks &gt; div:nth-child(odd){
	border-left:1px solid #33FF33;
	border-left-width:3px;
}

.rightGallerylinks &gt; div:nth-child(even){
	border-left:1px solid #CC0000;
	border-left-width:3px;
}

#contentWrapper &gt; .leftGalleryPhotos &gt; img{
	float:left;
	padding:5px;
}

#contentWrapper &gt; .rightGallerylinks &gt; a{
	text-decoration:none;
	color:#000;
}

#contentWrapper &gt; .rightGallerylinks &gt; div &gt; a:hover{
	text-decoration:none;
	color:#000;	
}

.galleryActive{
	background-color:#E6E6E6;
	border:1px solid #D3D3D3;
}
.content &gt; .titleHolder{
	float:left;
	width:100%;
	margin:-12px 0 0 5px;
}

.content &gt; .titleHolder &gt; .title{
	float:left;
	margin:0px 0 10px 0;
	color:#fff;
	padding:5px;
	box-shadow:0px 0px 5px #000;
	font-size:12px;
}
.titleHolder &gt; .titleCornerRight{
	float:left;
}
.titleHolder &gt; .titleCornerLeft{
	float:left;
}

.boardmembersTbl{
	width:750px;
	margin:0 20px 20px 10px;

}

.boardmembersTbl &gt; tr{
	width:250px;
	cellpadding:5px;
}

.boardmembersTbl &gt; tr &gt; td{
	padding:5px;	
}
video{
	margin:5px;
}
.videoLink{
	display:none;	
}
.spVideo{
	width:800px;
	height:auto;
}

.googleMap{
	float:left;	
}
.googleLink{
	display:none;
}
.tourDetails{
	float:left;

}
.touristPlacesTbl{
	
	float:left;


}

.leftCol, .rtCol, .centerCol{
	float:left;
	width:180px;

	font-size:12px;
}
@media screen and (max-width:849px){
	
	#headerLeft{
		width:100%;		
	}	
	#headerRight{
		margin:0px 0px 0px 20px;
	}
	#headerCenter{
		width:100%;
		text-align:center;		
	}
	.logo{
		text-align:center;
		float:none;
	}
	#contentWrapper &gt; .content, #contentWrapper &gt; .contentNewsmediaGallery {
		width:95%;
		margin:15px 0 0 5px
	}	
	.contentNewsmediaGallery img{
		width:100%;
	}	
	.content .titleHolder{
		width:97%;
		text-align:center;
	}
	.titleCornerRight, .titleCornerLeft{
		display:none;
	}
	.leftGalleryPhotos, .rightGallerylinks{
		width:95%;
	}
	#contentWrapper{
		padding:0 0 0 5px;
	}
	.leftGalleryPhotos &gt; img{
		text-align:center;		
	}
	.directionMap{
		display:none;
	}
	.googleLink{
		display:block;
		text-align:center;
	}
	.videoLink{
		
		display:block;
	}
	.video{
		display:none;
	}
	.leftGalleryPhotos &gt; img{
		width:100%;
		height:auto;
	}
	#contentWrapper &gt; .content &gt; img{
		
		width:100%;
		height:auto;
	}	
}</pre></body></html>