@charset "utf-8";
/* CSS Document */



/*************** General Styles   ***************/
/*-- Chris Coyer Clear Fix --*/
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

body{
	background: url('images/gridPatternBG.png') 0 0 repeat !important;
	font-family:Arial,'Lucida Grande','Trebuchet MS',Sans-Serif !important;
	font-size: 14px;
	}

.fl{
	float:left;

	}

.fr{
	float:right;
	}

.clear{
	clear:both;
	}

a{
	text-decoration:none;

	}

.noBG{
	background:none !important;
	}

.noBorder{
	border:none !important;
	}

.shadow{
-webkit-box-shadow: 0px 0px 4px #999; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 0px 4px #999; FF3.5 - 3.6
	box-shadow: 0px 0px 4px #999; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	*border: 1px solid #CCC;
}

.shadow2{
-webkit-box-shadow: 0px 0px 4px #000; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 0px 4px #000; FF3.5 - 3.6
	box-shadow: 0px 0px 4px #000; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

strong{
	font-weight: bold !important;
}

em{
	font-style: italic !important;
}

ol{
	list-style:decimal !important;
	margin-left: 20px !important;
}



#mainWrapper{
	margin: 0 auto;
	width: 960px;
	background-color: #fff;
	overflow:hidden;
	}
/*************** Header   ***************/
#header{
	background: url('images/headerBG.png');
	height:200px;
	width:960px;

	}

#header #govNo{
	font-weight:bold !important;
	font-size:12px;
	font-family:"Lucida Sans Typewriter",sans-serif;
	color:white;
	margin-left:10px;
	}

	#logoImg{
		width:165px;
		height:110px;
		margin-top: 70px;
		margin-left: 10px;
	}

	#siteName{
		width: 780px;
		height:90px;
		background: url('images/sitename.png') 0 0 no-repeat;
		margin-top: 85px;
		}


/*************** navigation Section  ***************/
#navArea{
	background: url('images/navBG.png') 0 0 repeat-x;
	height:50px;
	width:960px;
	}

	#navArea ul li{
		display:block;
		background: url('images/nav_menu_sep.png') right center no-repeat;
		line-height:50px;
		font-family:Montserrat,sans-serif;
		text-transform:uppercase;
		float:left;
	}

	#navArea ul li a{
		color:white;
		padding: 15px 25px 15px 26px;
		}

		#navArea ul li a:hover{
			background: url('images/navBGHover.png') 0 0 repeat-x;
			}

/*************** sideLinks Bar  ***************/
#sideLinkBar{
	width: 160px;
	font-family:'Lucida Grande','Trebuchet MS',Arial,Sans-Serif;
	background: #f1f6f9;
	padding: 10px 10px 0px 10px;

}
	#sideLinkBar h2{
		text-transform:uppercase !important;
		color:white !important;
		background:#114c78;
		-moz-border-radius: 3px ;
		-webkit-border-radius: 3px;
		khtml-border-radius: 3px;
		border-radius: 3px;
		padding:5px;
		margin-bottom: 5px;
		}

	.featuredList a, .featuredList a:visited{
		color:#114c78;
		width: 160px;
		display:block;
		padding:3px;
		}

	.featuredList li{
		padding-left: 10px;
		line-height:20px;
		background: url('images/featuredArrow.png') left 13px no-repeat;
		font-size:15px;
		display:block;
		}

	.featuredList li a:hover{
		background:#0193ff;
		color:white;
	}

	.featuredList li ul li{

		font-size:13px;
		list-style:disc;
		display:block;
		list-style:none;

		}

		.featuredList li ul li a{

			color:#8c0101 !important;
			width:130px;
			}

			.featuredList li ul li a:hover{
			xbackground:#8c0101 !important;
			background:none !important;
			text-decoration:underline;
			xcolor:#fff !important;

			}

	.featuredSide{
		margin-bottom: 10px;
		}

/*************** mainContent  ***************/
#mainContent{
	width: 960px;
	}

	#rightcontent{
		width:780px;
		padding-bottom:10px;

		}


/*************** aboutUs  ***************/
#aboutUs{
	background:#f1f6f9;
	width:750px;
	margin: 10px;
	line-height: 23px;
	text-align:left;
	color:#111111;
	padding:10px;
}

	#aboutUs h1{
		font-weight:bold;
		letter-spacing:1px;
		color:#126AE8;
		padding: 5px 0px;
		font-size: 20px;			
		margin-bottom: 10px;
		
		}

		#aboutUs img{
			margin-right: 10px;
			}

		#aboutUs p{
			text-align:justify;

			}

		#aboutUs a{
			font-size: 13px;
			color:white;
			background:#114c78;
			font-style:italic;
			padding:2px 5px;
			-moz-border-radius: 3px ;
			-webkit-border-radius: 3px;
			khtml-border-radius: 3px;
			border-radius: 3px;
			}

		#aboutUs a:hover{
			background:#0193ff;
			}

/*===================*/
/*=== Director Message ===*/
/*===================*/
#dirMessage{
	width:380px;
	background:#f1f6f9;
	margin: 10px;
	line-height: 23px;
	text-align:left;
	color:#111111;
	padding:10px;
	margin-left:0px !important;
	xheight:260px;
	}

	#dirMessage h2{
		font-weight:normal;
		letter-spacing:1px;
		text-transform:uppercase;
		color:white;
		padding: 5px 10px;
		background:#114c78;
		-moz-border-radius: 3px ;
		-webkit-border-radius: 3px;
		khtml-border-radius: 3px;
		border-radius: 3px;
		margin-bottom: 10px;
		xwidth:295px;
		}

		#dirMessage p{

			}

		#dirMessage img{
			margin-right: 10px;
			border: 1px solid #ccc;
			width: 121px;
			height: 147px;
			}

		#dirMessage a{
			font-size: 13px;
			color:white;
			background:#114c78;
			font-style:italic;
			padding:2px 5px;
			-moz-border-radius: 3px ;
			-webkit-border-radius: 3px;
			khtml-border-radius: 3px;
			border-radius: 3px;
			}

		#dirMessage a:hover{
			background:#0193ff;
			}


/*===================*/
/*=== tour Package ===*/
/*===================*/

#tourPkg2012{
	text-align:left;
	background:#f1f6f9;
	margin:10px;
	padding:10px;
	margin-top:0px;
	width:750px;
	padding-left:0px;

	}

	#tourPkg2012 h2{
		font-weight:normal;
		letter-spacing:1px;
		text-transform:uppercase;
		color:white;
		padding: 5px 10px;
		background:#114c78;
		-moz-border-radius: 3px ;
		-webkit-border-radius: 3px;
		khtml-border-radius: 3px;
		border-radius: 3px;
		margin-bottom: 0px;
		xwidth:345px;
		margin-left:10px;
		}
	.pkgTour{
		width:220px;
		background: #f1f6f9;
		padding:10px 14px;
		margin-top:0px;
		margin-right:0px;
		margin-bottom:0px;
		text-align:normal;

		}

		.pkgTour img{
			margin-top:5px;
			margin-bottom:5px;
			border:1px solid #ccc;
			}
		.pkgTour h3{
			color:#555;
			text-transform:uppercase;
			font-weight:bold;
			letter-spacing:-1px;
			}
		.pkgTour p span{
			text-transform:uppercase;
			color:#000;
			}

		.pkgTour p{
			color:#000;
			text-align:left;
			}

		.pkgTour a{
			font-size: 13px;
			color:white !important;
			background:#114c78;
			font-style:italic;
			padding:2px 5px;
			-moz-border-radius: 3px ;
			-webkit-border-radius: 3px;
			khtml-border-radius: 3px;
			border-radius: 3px;
			}

		.pkgTour a:hover{
			background:#0193ff;
			}

/*===================*/
/*=== Trekking Package ===*/
/*===================*/

#trekPkg2012{
	text-align:left;
	background:#f1f6f9;
	margin:10px;
	padding:10px;
	margin-top:0px;
	width:500px;

	padding-left:0px;
	}

	#trekPkg2012 h2{
		font-weight:normal;
		letter-spacing:1px;
		text-transform:uppercase;
		color:white;
		padding: 5px 10px;
		background:#114c78;
		-moz-border-radius: 3px ;
		-webkit-border-radius: 3px;
		khtml-border-radius: 3px;
		border-radius: 3px;
		margin-bottom: 0px;
		xwidth:385px;
		margin-left:10px;

		}

	.pkgTrek{
		border-bottom: 1px solid #CCC;
		padding:12px 0;
		}

	.pkgTrek h3{
		font-weight:bold;
		}

	.pkgTrek img{
		margin-left:10px;
		margin-right:10px;
		margin-bottom:0px;
		border:1px solid #ccc;
		}
	.pkgTrek p{
		line-height:23px;
		text-align:left;
		}


		.pkgTrek a{
			font-size: 13px;
			color:white !important;
			background:#114c78;
			font-style:italic;
			padding:2px 5px;
			-moz-border-radius: 3px ;
			-webkit-border-radius: 3px;
			khtml-border-radius: 3px;
			border-radius: 3px;
			}

		.pkgTrek a:hover{
			background:#0193ff;
			}

/*===================*/
/*=== outbound destination ===*/
/*===================*/

#outBoundDestination{
	background:#f1f6f9;
	margin:10px;
	padding:10px;
	margin-top:0px;
	width:750px;
	text-align:left;
	padding-left:0px;

	}

	#outBoundDestination h2{
		font-weight:normal;
		letter-spacing:1px;
		text-transform:uppercase;
		color:white;
		padding: 5px 10px;
		background:#114c78;
		-moz-border-radius: 3px ;
		-webkit-border-radius: 3px;
		khtml-border-radius: 3px;
		border-radius: 3px;
		margin-bottom: 0px;
		xwidth:185px;
		margin-left:10px;

		}

	.destination{
		background: #f1f6f9;
		width:220px;
		background: #f1f6f9;
		padding:10px;
		margin:0 0 0 10px;
		text-align:normal;
		}

		.destination h3{
			background:#124d79;
			color: white;
			text-transform:uppercase;
			text-align:center;
			font-size:14px;
			padding:3px 0;
			}

			.destination h3:hover{
			background:#0193ff;

			}

		.destination img{
			height: 128px;
			width:218px;
			margin-bottom:10px;
			border:1px solid #ccc;
			}

		.destination a, .destination a:visited{
			color:#124d79;
			padding: 2px 5px;

			}

			.destination a:hover{
			background:#0193ff;
			color:white;
			}

		.destination ul{
			float:left;
			}

		.destination li{
			background: url('images/listArrow.png') left center no-repeat;
			padding-left:15px;
			line-height:25px;
			}

		a.outBoundLink , a.outBoundLink:visited{
    padding: 0 !important;
    width: 220px;
}
	a.outBoundLink:hover {
    text-decoration:underline;
	}

	a.moreDestination{
			font-size: 13px;
			color:white !important;
			background:#114c78;
			font-style:italic;
			padding:2px 5px;
			-moz-border-radius: 3px ;
			-webkit-border-radius: 3px;
			khtml-border-radius: 3px;
			border-radius: 3px;

			float:right;
			margin-top:120px;
		}

		a.moreDestination:hover{
			background:#0193ff;
			}

/*===================*/
/*=== Footer Section ===*/
/*===================*/
#footer{
	background:#0a3451;
	width:940px;
	padding:10px;
	position:relative;
}
#footerNav{
	margin-top:10px;
	}

#footerNav li{
	display:inline;

}

#footerNav li a{
	border-right: 1px solid #dbf0ff;
	color:#dbf0ff;
	padding: 0 34px;
	font-size:13px;
	}

#footerNav li a:hover{
	text-decoration:underline;
	}

/*************** Payment Mode  ***************/
#we-accept p{
	color: #DBF0FF;
}

#we-accept{
margin-left: 20px;
margin-top: 20px;
}

/*************** assocLogo  ***************/

#assocLogos{
	margin-top:20px;
	margin-left:20px;
	width:275px;
	height: 50px;
	}

#assocLogos img{
	height:50px;
	width:50px;
	float:left;
	padding-right:5px;

	}

/*===================*/
/*=== copyright ===*/
/*===================*/
#copyrightInfo{
	margin: 0px 0px 0px 65px;
	}


#copyrightInfo p{
	color:#dbf0ff;
	font-size:12px;
	text-align:center;
	}

	#copyrightInfo p span{
		font-weight:bold;
		}

	#copyrightInfo p a{

		color:#ddd;
		}
	#copyrightInfo p a:hover{
		text-decoration:underline;
		color:#fff;
		}

/*************** lovely planet  ***************/
#lovelyPlanet{
	margin-left: 120px;
    margin-top: 0px;
	}

/*************** form table  ***************/
#tblForm tr td{
	padding:5px;
	vertical-align:middle;

	}

	#tblForm tr td input{
	padding:2px;
	}

/*************** error  ***************/
.error{

	font-size:12px;
	margin-left:15px;
	xbackground:red !important;
	font-style:italic !important;
	color:red !important;
	font-weight:bold !important;
	}

