@charset "utf-8";
/* Family Adventure Treks and Expedition 2010 */
body{
	background: url(../images/sitebg.jpg) repeat-x 0 0 #FFF; 
	color: #464646;
	font: normal 12px Arial, Tahoma, Verdana; 
	margin: 0; 
	padding:0;
	}
	
div, h1, h2, h3, h4, h5, h6, form, label, input, span, ul, li, ol, p, a {
	margin: 0; 
	padding: 0;
	}
	
ul {
	margin:0; 
	padding:0; 
	list-style-type:none;
	}
	
a {
	color: #186cb2;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	}
	
.spacer {
	border-bottom:  #CCC dotted 1px;
	margin: 15px 0 0 0;
	font-size: 0; 
	line-height: 0; 
	clear: both;
	}

#siteWtrap {
	width: 1003px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	}
	
#headerWtrap {
	width: 1003px;
	height: 125px;
	margin: 0;
	padding: 0;
	}
	
.logoHold {
	float: left;
	width: 225px;
	height: 125px;
	margin: 0 5px 0 0;
	padding: 0;
	}
	
.headerRight {
	float: right;
	width: 768px;
	height: 125px;
	margin: 0 0  0 5px;
	padding: 0;
	}		

.headerRighttop {
	width: 768px;
	height: 32px;
	margin: 0 0 25px 0;
	padding: 0;
	}

.companyReg {
	float: left;
	width: 522px;
	height: 32px;
	margin: 0 5px 0 0;
	padding: 0;
	}

.companyReg p {
	margin: 0;
	padding: 6px 0 0 0;
	text-align: right;
	color: #99b8d5;
	font-size: 11px
	}

.topNav {
	float: right;
	width: 225px;
	height: 32px;
	margin: 0 0 0 5px;
	padding: 0;
	background: url(../images/topNavbg.jpg) no-repeat top;
	}
	
.topNav p {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	color: #5084e4;
	font-size: 11px;
	}
	
.topNav p a {
	color: #5084e4;
	text-decoration: none;
	}
	
.topNav p a:hover {
	color: #76a0ee;
	text-decoration: none;
	}	

.topNav p a:visited {
	color: #5084e4;
	text-decoration: none;
	}	


.destLinks {
	width: 460px;
	height: 36px;
	margin: 0 0 0 88px;
	padding: 0 0 0 220px;
	background: url(../images/destLink.jpg) no-repeat left center;
	}
	
.destLinks p {
	margin: 0;
	padding: 0;
	}
	
.destLinks p a {
	margin: 0;
	padding: 0 5px 0 5px;
	}		
	

.pageNav {
	width: 768px;
	height: 18px;
	margin: 0;
	padding: 12px 0 0 0;
	}
	
.pageNav p {
	font-weight: bold;
	color: #bde2fe;
	}
	
.pageNav p a {
	font-weight: bold;
	color: #bde2fe;
	text-decoration: none;
	margin: 0;
	padding: 0 5px 0 5px;
	}		
	
#mainMenu {
	width: 983px;
	height: 42px;
	background: url(../images/mainMenubg.jpg) no-repeat top;
	margin: 10px 0 0 0;
	padding: 0 10px 0 10px;
	}

.menu {
	margin: 0;
	padding: 8px 0 0 0;
	list-style-type: none;
	width: 983px;
	position: relative;
	display: block;
	height: 34px;
	font-size: 12px;
	font-weight: bold;
	color: #fefdf0;
	overflow: hidden;
	}

.menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	}

.menu li a {
	display: block;
	float: left;
	color: #fefdf0;
	text-decoration: none;
	padding: 12px 10px 0 10px;
	height: 22px;
	font: bold 14px Arial, Helvetica, sans-serif;
	background: url(../images/divider.jpg) no-repeat center right;
	}

.menu li a:hover {
	color: #fefdf0;
	text-decoration: underline;
	}

.menu li a.current,.menu li a.current:hover {
	color: #fefdf0;
	text-decoration: none;
	}

.menu li a:visited {
	color: #fefdf0;
	}

/*-- Style for Drop Down Menu --*/

.dropmenudiv_a{
	position: absolute;
	top: 0;
	margin: 0 0 0 10px;
	padding: 10px;
	border: 1px solid #5e90b6; 
	border-top-width: 0;
	font: normal 12px Arial;
	line-height: 18px;
	z-index: 100;
	background: #5e90b6 url(../images/dropmenuBg.jpg) repeat-x bottom;
	width: 200px;
	visibility: hidden;
	}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #678b3f;
	border-bottom: 1px solid #6c9abc; /*THEME CHANGE HERE*/
	padding: 3px 0;
	text-decoration: none;
	color: #deebf6;
	}

* html .dropmenudiv_a a{ /*IE only hack*/
	width: 100%;
	}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background-color: #6c9abc;
	color: #FFF;
	}

.contentDiv {
	clear: both;
	width: 1003px;
	height: 16px;
	background: #6293b8 url(../images/div.jpg) center no-repeat;
	margin: 0;
	padding: 0;
	}
	
#contentWrap {
	width: 1003px;
	height: auto;
	margin: 8px 0 0 0;
	padding: 0;
	overflow: hidden;
	}
	
#contentLeft {
	float: left;
	width: 253px;
	height: auto;
	margin: 0;
	padding: 0;
	}

.leftMenu {
	width: 253px;
	height: auto;
	margin: 0;
	padding: 0;
	}

.leftMenu .headerbar {
	width: 253px;
	height: 27px;
	font-weight: bold;
	font-size: 14px;
	color: #e6f4fd;
	background: url(../images/headerBg.jpg) no-repeat;
	margin: 0;
	padding: 12px 0 5px 10px;
	text-transform: uppercase;
	}

.leftMenu ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 10px;
	border: #dddddd solid 1px;
	border-top: none;
	background: #FFF url(../images/menuBg.jpg) repeat-x bottom;
	}

.leftMenu ul li {
	padding-bottom: 3px; 
	}

.leftMenu ul li a {
	color: #464646;
	background: url(img/arrowbullet.png) no-repeat center left; 
	display: block;
	padding: 3px 0 5px 0;
	text-decoration: none;
	border-bottom: 1px dotted #dadada;
	font-size: 12px;
	}

.leftMenu ul li a:visited {
	color: #464646;
	}

.leftMenu ul li a:hover {
	color: #000;
	background-color: #F3F3F3;
	}

.leftBox {
	width: 253px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;	
	}
	
.testimonials {
	width: 231px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #e3f3f9;
	border: solid 1px #c8e8f3;
	}
	
.testimonials h2 {
	width: auto;
	height: 24px;
	margin: 0 0 5px 0;
	padding: 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	border-bottom: #a1d3d3 dotted 1px;
	}
	
.testimonials p {
	margin: 0;
	padding: 4px 0 4px 0;
	text-align: justify;
	}
	
.leftImgbox {
	width: 253px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#contentRight {
	float: right;
	width: 740px;
	height: auto;
	margin: 0;
	padding: 0;
	}
	
.frontImg {
	width: 730px;
	height: 312px;
	padding: 12px 0 0 10px;
	margin: 0;
	background: url(../images/frontImgbg.jpg) no-repeat;
	}
	
.contentPage {
	width: 740px;
	height: auto;
	margin: 3px 0 0 0;
	padding: 10px 0 0 0;
	background: url(../images/pagesup.jpg) no-repeat right top;
	}
	
.contentPage h2 {
	width: auto;
	height: 24px;
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
	font-size: 18px;
	border-bottom: #dddddb dotted 1px;
	}		

.contentPage h2 span {
	color: #319ec9;
	}
	
.contentPage p {
	margin: 0;
	padding: 5px 0 5px 0;
	text-align: justify;
	}
	
.contentPage p a {
	text-decoration: none;
	color: #00468C;
	font-weight: bold;
	}
	
.contentPage p a:hover {
	text-decoration: underline;
	color: #00468C;
	font-weight: bold;
	}
	
.contentPage p a:visited {
	text-decoration: none;
	color: #00468C;
	font-weight: bold;
	}
	
.contentPage p.subTitle {
	width: auto;
	height: auto;
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	}
	
.contentPage p span {
	font-size: 13px;
	font-weight: bold;
	margin: 0 5px 0 0;
	}
	
.contentPage ul {
	margin: 10px 0 0 25px;
	padding: 0;
	}
	
.contentPage ul li {
	margin: 0;
	padding: 2px 0;
	list-style-type: disc;
	} 
	
.contentPage ul li a {
	text-decoration: none;
	color: #464646;
	font-weight: bold;
	} 


.featureAct {
	clear: both;
	width: 740px;
	height: auto;
	padding: 0;
	margin: 0;
	}
	
.featureAct h2 {
	width: auto;
	height: 18px;
	margin: 0 0 5px 0;
	padding: 4px 0 4px 0;
	font: bold 16px Verdana, Geneva, sans-serif;
	border-bottom: #dddddb dotted 1px;
	color: #243d91;
	}
	
.actBox {
	width: 718px;
	height: auto;
	background-color: #f1f7f7;
	border: #e1eaea solid 1px;
	margin: 0;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	}
	
.actBox h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #243d91;
	}
	
.actBox h3 a {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #243d91;
	text-decoration: none;
	}
	
.actBox p {
	margin: 0;
	padding: 4px 0 4px 0;
	color: #464646;
	text-align: justify;
	}
	
.actBox p a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}		
	
.actBoximg {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	border: #8ab8b8 solid 1px;
	}	
	
.actPkgBox {
	display: block;
	float: left;
	width: 350px;
	height: 120px;
	margin: 0 0 10px 0;
	padding: 0;
	}	

.actPkgdiv{
	display: block;
	float: left;
	width: 18px;
	height: 120px;
	margin: 0 0 10px 0;
	padding: 0;
	background: url(../images/dividor.jpg) no-repeat; 
	}	


.featuredPkg {
	width: 740px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	background: url(../images/featureBg.jpg) repeat-x top;
	overflow: hidden;
	}
	
	
.featuredPkg h2 {
	width: auto;
	height: 18px;
	margin: 0 0 5px 0;
	padding: 4px 0 4px 0;
	font: bold 16px Verdana, Geneva, sans-serif;
	border-bottom: #dddddb dotted 1px;
	color: #243d91;
	}

.packageBox {
	width: 698px;
	height: 152px;
	background-color: #ffffff;
	border: #dfe0e1 solid 1px;
	margin: 5px 0 0 0;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	}

.packageBox p {
	margin: 0;
	padding: 4px 0 4px 0;
	color: #464646;
	text-align: justify;
	}

.actBoxtop {
	width: 698px;
	height: 20px;
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 14px;
	}
	
.actBoxtopl {
	display: block;
	float: left;
	width: 238px;
	height: 20px;
	margin: 0 10px 0 0;
	padding: 0;
	}
	
.actBoxtop2 {
	display: block;
	float: left;
	width: 128px;
	height: 20px;
	margin: 0 10px 0 0;
	padding: 0;
	}
	
.actBoxtop3 {
	display: block;
	float: left;
	width: 158px;
	height: 20px;
	margin: 0 10px 0 0;
	padding: 0;
	}
	
.actBoxtop4 {
	display: block;
	float: left;
	width: 143px;
	height: 20px;
	margin: 0;
	padding: 0;
	}
	
.actBoxtop5 {
	display: block;
	float: left;
	width: 343px;
	height: 20px;
	margin: 0;
	padding: 0;
	}	

.actBoximg {
	float: left;
	margin: 0 10px 0 0;
	padding: 2px;
	border: #dfe0e1 solid 1px;
	}	

.fPkgleft {
	float: left;
	width: 268px;
	height: 116px;
	margin: 0;
	padding: 0;
	}
	
.fPkgright {
	float: right;
	width: 418px;
	height: 116px;
	margin: 0;
	padding: 0;
	}		
	
.fixDepartures {
	width: 740px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	overflow: hidden;
	}
	
	
.fixDepartures h2 {
	width: auto;
	height: 18px;
	margin: 0 0 5px 0;
	padding: 4px 0 4px 0;
	border-bottom: #104b67 dotted 1px;
	font: bold 16px Verdana, Geneva, sans-serif;
	color: #104b67;
	}

.fixDeparturesBox {
	width: 728px;
	height: 157px;
	margin: 5px 0 0 0;
	padding: 10px 0 0 10px;
	background: #FFF url(../images/fixBoxbg.jpg) repeat-x top;	
	overflow: hidden;
	}	

.fixDeparturepkg  {
	display: block;
	float: left;
	width: 322px;
	height: 20px;
	margin: 5px 10px 0 0;
	padding: 4px 10px 0 20px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #052c4b;
	background: url(../images/rightArrow.jpg) no-repeat left center;
	}
	
.fixDeparturepkg  a {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #052c4b;
	text-decoration: none;
	}

.fixDeparturepkg  a span {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #052c4b;
	text-decoration: none;
	}

.fixDeparturepkg  a:hover {
	color: #0d426b;
	text-decoration: underline;
	}		



#footerWrap {
	clear: both;
	width: auto;
	height: 233px;
	background: #6294b9 url(../images/footerBg.jpg) repeat-x top;
	margin: 10px 0 0 0;
	padding: 0;
	}
	
.footer {
	width: 1003px;
	height: 233px;
	margin: 0 auto;
	padding: 0;
	}	
	
.footerTop {
	width: 1003px;
	height: 60px;
	background: #FFF url(../images/backTop.jpg) no-repeat right bottom;
	margin: 0;
	padding: 0;
	}

.sendInquiry {
	display: block;
	float: left;
	width: 124px;
	height: 24px;
	margin: 5px 5px 5px 10px;
	padding: 6px 0 0 40px;
	background: url(../images/mail-icon.jpg) no-repeat left bottom;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #0c3e65;	
	}
	
.sendInquiry a {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #0c3e65;
	text-decoration: none;
	}
	
.sendInquiry a:hover {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #0c3e65;
	text-decoration: none;
	}	
	
.sendInquiry a:visited {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #0c3e65;
	text-decoration: none;
	}		

.onlineSupport {
	display: block;
	float: left;
	width: 110px;
	height: 24px;
	margin: 5px;
	padding: 6px 0 0 40px;
	background: url(../images/chat-icon.jpg) no-repeat left bottom;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000;	
	}

.onlineSupportlink {
	display: block;
	float: left;
	width: 160px;
	height: 28px;
	margin: 5px 5px 5px 0;
	padding: 2px 0 0 0;
	}
	
.hotlinelink {
	display: block;
	float: left;
	width: 280px;
	height: 24px;
	margin: 5px;
	padding: 6px 0 0 40px;
	background: url(../images/phoneIcon.jpg) no-repeat left bottom;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #335a1e;	
	}	
	
.backtoTop {
	float: right;
	width: 90px;
	height: 24px;
	margin: 5px;
	padding: 6px 0 0 44px;
	background: url(../images/gotop.jpg) no-repeat left center;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #0c3e65;
	}
	
.backtoTop a {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #0c3e65;
	text-decoration: none;
	}
	
.backtoTop a:hover {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #0c3e65;
	text-decoration: none;
	}		
	
.backtoTop a:visited {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #0c3e65;
	text-decoration: none;
	}
	
.footerNav {
	width: 1000px;
	height: 60px;
	margin: 10px 0 0 0;
	padding: 0;
	}
	
.footerNav p {
	margin: 0;
	padding: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #dbedfb;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	}
	
.footerNav p a {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #dbedfb;
	text-decoration: none;
	padding: 0 5px 0 5px;
	}	

.footerNav p a:hover {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #dbedfb;
	text-decoration: underline;
	}	
	
.footerNav p a:visited {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #dbedfb;
	text-decoration: none;
	}

.footerPanel {
	width: 1000px;
	height: 40px;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	}

.footerBtm {
	width: 1000px;
	height: 40px;
	margin: 0;
	padding: 5px 0 0 0;
	}

.footerBtm p {
	margin: 0;
	padding: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #dbedfb;
	text-decoration: none;
	line-height: 20px;
	}
	
.footerBtm p a {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #dbedfb;
	text-decoration: none;
	padding: 0 4px 0 4px;
	}	

.footerBtm p a:hover {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #dbedfb;
	text-decoration: underline;
	}	
	
.footerBtm p a:visited {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #dbedfb;
	text-decoration: none;
	}

.copyRight {
	float: left;
	width: 450px;
	height: 40px;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
.designBy {
	float: right;
	width: 450px;
	height: 40px;
	margin: 0;
	padding: 0;
	text-align: right;
	}
	
