/*
	----------------
	class - clearFix
	----------------
*/
.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearFix {
	display: inline-block;
}

html[xmlns] .clearFix {
	display: block;
}

* html .clearFix {
	height: 1%;
}

/*
	Generic Definitions
*/
*{
	margin:0;
	padding:0;
}

body{
	background:#999966;
	text-align:center;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}

body#maincontent{
	text-align:left;
	background:none;
}

body#maincontent h1{
	font-family:'Lucida Grande','Tahoma',Verdana,Helvetica,sans-serif;
	font-size:140%;
	color:#34521e;
	margin:10px 0 0 20px;
}

body#maincontent h2{
	font-family:'Lucida Grande','Tahoma',Verdana,Helvetica,sans-serif;
	font-size:120%;
	color:#34521e;
	margin:10px 0 0 20px;
}

h1{

}

h2{
	font-family:'Lucida Grande','Tahoma',Verdana,Helvetica,sans-serif;
	font-size:140%;
	color:#34521e;
	margin:10px 0 0 20px;
}

h3{
	font-family:'Lucida Grande','Tahoma',Verdana,Helvetica,sans-serif;
	font-size:120%;
	color:#34521e;
	margin:10px 0 0 20px;
}

ul{
	font-size:90%;
	margin:10px 0 0 70px;
}

ul li{

}

div.hr{ margin:10px 40px 10px 40px; border-top:1px dashed #000000; }
	div.hr hr{ display:none; }

small{
	font-size:70%;
	display:block;
	margin:5px 20px 0 20px;
}

p{
	margin:10px 20px 0 20px;
	font-size:90%;
	line-height:20px;
}

dl{
	margin:0 0 0 0;
}

	dl dt{
	
	}
	
		dl dd, dl dt{ margin:0 0 0 20px; font-size:90%; }


dl.noSpace dd, dl.noSpace dt{ margin:0; }

dl.textLeftRight{
	color:#000;
	margin:0 0 0 120px;
	font-size:90%;
	width:300px;
}

	dl.textLeftRight dt{
		font-weight:bold;
		width:150px;
		float:left;
	}
	
	dl.textLeftRight dd{
		width:150px;
		margin:0;
		float:left;
	}

dl.textList{
	color:#000;
	margin:10px 0 10px 100px;
	font-size:90%;
}

	dl.textList dt{
		font-weight:bold;
		margin:10px 0 0 0;
	}
	
	dl.textList dd{
		margin:2px 0 0 8px;
	}

div.chequeList{
	width:503px;
	background:url(/_img/structure/body/chequeBackground.gif) no-repeat left top;
	margin-left:20px;
}

dl.chequeList{
	background:url(/_img/structure/body/chequeBottom.gif) no-repeat left bottom;
	margin-left:0;
	margin-right:0;
	padding:20px 0 20px 0;
	font-weight:bold;
}

	dl.chequeList dd{
		margin-left:170px;
	}

div.travelList{
	width:503px;
	background:url(/_img/structure/body/chequeBackground.gif) no-repeat left top;
	margin-left:20px;
}

dl.travelList{
	background:url(/_img/structure/body/chequeBottom.gif) no-repeat left bottom;
	margin-left:0;
	margin-right:0;
	padding:20px 0 20px 0;
}

	dl.travelList dd{
		width:170px;
		float:left;
		margin:0;
	}

	dl.travelList dt{
		width:170px;
		float:left;
		margin:0 0 0 100px;
	}

a:link,
a:visited,
a:active{
	color:#b3424b;
}

a:hover{
	text-decoration:none;
}

form{
	text-align:left;
}

	form, form p, form ul, form ul li{
		color:#222;
	}
	
	form h3.headerPersonalDetails{ background:url(/_img/structure/body/form/headerPersonalDetails.jpg) left top no-repeat; height:20px; width:175px; padding:0; margin:20px 0 0 20px; line-height:0; text-indent:-9999px; }
	form h3.headerContactDetails{ background:url(/_img/structure/body/form/headerContactDetails.jpg) left top no-repeat; height:20px; width:170px; padding:0; margin:30px 0 0 20px; line-height:0; text-indent:-9999px; }
	form h3.headerProjectDetails{ background:url(/_img/structure/body/form/headerProjectDetails.jpg) left top no-repeat; height:20px; width:272px; padding:0; margin:30px 0 0 20px; line-height:0; text-indent:-9999px; }
	form h3.headerOtherDetails{ background:url(/_img/structure/body/form/headerOtherDetails.jpg) left top no-repeat; height:20px; width:145px; padding:0; margin:30px 0 0 20px; line-height:0; text-indent:-9999px; }
	form h3.headerMedicalDetails{ background:url(/_img/structure/body/form/headerMedicalDetails.jpg) left top no-repeat; height:20px; width:167px; padding:0; margin:30px 0 0 20px; line-height:0; text-indent:-9999px; }
	form h3.headerPayment{ background:url(/_img/structure/body/form/headerPayment.jpg) left top no-repeat; height:20px; width:105px; padding:0; margin:30px 0 0 20px; line-height:0; text-indent:-9999px; }
	form h3.headerDeclaration{ background:url(/_img/structure/body/form/headerDeclaration.jpg) left top no-repeat; height:20px; width:132px; padding:0; margin:30px 0 0 20px; line-height:0; text-indent:-9999px; }
	form h3.headerCallBack{ background:url(/_img/structure/body/form/headerCallBack.jpg) left top no-repeat; height:20px; width:100px; padding:0; margin:30px 0 0 20px; line-height:0; text-indent:-9999px; }
	
	form ul{
		list-style-type:none;
	}

	form fieldset{
		border:0;
	}
	
	form label{
		color:#b4424a;
		display:block;
		margin:10px 0 0 0;
	}
	
	form select{
		display:block;
		margin-top:2px;
	}

		form select.selectSmall{
			width:120px;
		}
		
		form select.applyDate,
		form select.applyDuration,
		form select.selectInline{
			display:inline;
		}
		
	form input.submitSearch{
		background:url(/_img/structure/leftnav/leftSearchButton.jpg) left top no-repeat;
		height:27px;
		border:0;
		margin:8px 0 0 70px;
		width:87px;
		/*text-indent:-9999px;*/
		line-height:150%;
		font-size:0;
		text-align:right;
		color:#FFFFFF;
		line-height:150%;
	}

		form input.submitSearch:hover{
			background-position:left bottom;
		}
		
	form input.submitCallBack{
		background:url(/_img/structure/body/form/submitCallMeBack.jpg) left top no-repeat;
		height:27px;
		border:0;
		margin:0 0 0 30px;
		width:143px;
		text-indent:-9999px;
		font-size:0;
		text-align:right;
		color:#FFFFFF;
		line-height:150%;
	}

		form input.submitCallBack:hover{
			background-position:left bottom;
		}
		
	form input.submitApply{
		background:url(/_img/structure/body/form/submitApply.jpg) left top no-repeat;
		height:18px;
		border:0;
		margin:0 0 0 30px;
		width:56px;
		text-indent:-9999px;
		line-height:150%;
		font-size:0;
		text-align:right;
		color:#FFFFFF;
		line-height:150%;
	}

		form input.submitApply:hover{
			background-position:left bottom;
		}
		
	form input.submitRequestBrochure{
		background:url(/_img/structure/body/form/submitRequestBrochure.jpg) left top no-repeat;
		height:27px;
		border:0;
		margin:0 0 0 30px;
		width:185px;
		text-indent:-9999px;
		line-height:150%;
		font-size:0;
		text-align:right;
		color:#FFFFFF;
	}

		form input.submitRequestBrochure:hover{
			background-position:left bottom;
		}
		
	form input.submitRight{
		margin:0 10px 15px 0;
		float:right;
	}
	
	form div.fieldBlock{
		margin:10px 0 10px 30px;
	}

		form div.fieldBlock label.inputText,
		form div.fieldBlock label.selectText,
		form div.fieldBlock label.textareaText,
		form div.fieldBlock label.checkbox{
			float:left;
			text-align:right;
			display:block;
			margin:3px 20px 0 0;
			font-size:90%;
			font-weight:bold;
			width:200px;
			color:#222;
		}

		form div.fieldBlock ul.checkbox{
			float:left;
			margin:0;
		}

			form div.fieldBlock ul.checkbox li{

			}

				form div.fieldBlock ul.checkbox li label{
					float:left;
					margin:0 0 0 4px;
					color:#222;
				}

				form div.fieldBlock ul.checkbox li input{
					float:left;
				}

		form div.fieldBlock label.textareaText{
			width:auto;
		}
		
		form div.fieldBlock label.textareaSmall{
			width:200px;
		}
		
		form div.fieldBlock input.inputText{
			float:left;
			display:block;
			padding:3px 3px 3px 3px;
			width:200px;
		}
		
		form div.fieldBlock input.checkbox{
			margin:0 5px 0 0;
		}
		
		form div.fieldBlock input.radio{
			margin:0 5px 0 0;
		}
		
		form div.fieldBlock textarea.textareaText{
			float:left;
			display:block;
			padding:3px 3px 3px 3px;
			border:0;
		}
		
		form div.fieldBlock textarea.textareaSmall{
			float:left;
			display:block;
			padding:3px 3px 3px 3px;
			border:0;
			width:250px;
			height:200px;
		}
		
		form div.fieldBlock select.selectText{
			float:left;
			text-align:left;
			display:block;
			width:170px;
		}
		
		form div.fieldBlock select.selectDate{
			width:55px;
			margin-right:5px;
		}
		
form.formMedium{
	margin:10px 0 10px 10px;
}

		form.formMedium input.inputText{
			border:0;
			background-color:#fff;
		}

		form.formMedium select{
			width:160px;
		}


form.formLarge{
	margin:10px 0 10px 10px;
	width:530px;
	background:url(/_img/structure/body/form/formBackground.jpg) left top;
}

	form.formLarge div.formTop{
		background:url(/_img/structure/body/form/formTop.jpg) left top no-repeat;
	}

	form.formLarge div.formBottom{
		background:url(/_img/structure/body/form/formBottom.jpg) left bottom no-repeat;
		padding:1px 0 1px 0;
	}
	
		form.formLarge h3{
			color:#000;
			padding:10px 0 0 0;
		}
		
		form.formLarge input.inputText{
			border:0;
			background-color:#fff;
		}

		form.formLarge select{
			width:160px;
		}

/*
	Specific Definitions
*/
#bodyWrapper{
	background:url(/_img/structure/body/contentBackground.jpg);
	width:780px;
	height:auto;
	margin:10px auto 10px auto;
	text-align:left;
}

	#bodyWrapper #wrapperTop{
		background:url(/_img/structure/borderTop.jpg) no-repeat left top;
		width:780px;
		height:10px;
	}

	#bodyWrapper #wrapperHeader{
		margin:0 0 0 0;
		background-image:url(/_img/structure/body/contentBackground.jpg);
	}
	
		#bodyWrapper #wrapperHeader #headerLogo,
		#bodyWrapper #wrapperHeader #headerLogo,
		#bodyWrapper #wrapperHeader #headerLogo{
			background:url(/_img/structure/header/bodyHeaderLogo.jpg) left top;
			display:inline;
			float:left;
			margin:10px 0 0 18px;
		}	
	
			#bodyWrapper #wrapperHeader #headerLogo a:link,
			#bodyWrapper #wrapperHeader #headerLogo a:active,
			#bodyWrapper #wrapperHeader #headerLogo a:visited{
				display:block;
				text-indent:-9999px;
				height:86px;
				width:275px;
			}	
			
		#bodyWrapper #wrapperHeader #headerCallNow,
		#bodyWrapper #wrapperHeader #headerCallNow,
		#bodyWrapper #wrapperHeader #headerCallNow{
			background:url(/_img/structure/header/bodyHeaderCallNow.jpg) no-repeat left top;
			display:inline;
			float:right;
			margin:70px 18px 0 0;
				display:block;
				height:27px;
				width:290px;
		}
			
			#bodyWrapper #wrapperHeader #headerCallNow a:link,
			#bodyWrapper #wrapperHeader #headerCallNow a:active,
			#bodyWrapper #wrapperHeader #headerCallNow a:visited{
				background:url(/_img/structure/header/bodyHeaderCallNow.jpg) left top;
				display:block;
				height:27px;
				width:275px;
				text-indent:-9999px;
			}
		
	#bodyWrapper #wrapperNavigation{
		list-style-type:none;
		margin:20px 0 0 3px;
		_margin:20px 0 0 0;
	}
	
		#bodyWrapper #wrapperNavigation li{
			float:left;
			margin:0 0 0 14px;
			_margin:0 6px 0 8px;
			font-size:0;
			text-indent:-9999px;
		}

			#bodyWrapper #wrapperNavigation li a:link,
			#bodyWrapper #wrapperNavigation li a:visited{
				background-position:left top;
				background-repeat:no-repeat;
				display:block;
				height:14px;
			}

			#bodyWrapper #wrapperNavigation li a:hover,
			#bodyWrapper #wrapperNavigation li a:active{
				background-position:left bottom;
			}
	
				#bodyWrapper #wrapperNavigation li.navAbout, #bodyWrapper #wrapperNavigation li.navAbout a{ background-image:url(/_img/structure/navigation/navAbout.jpg); width:69px; }
				#bodyWrapper #wrapperNavigation li.navPast, #bodyWrapper #wrapperNavigation li.navPast a{ background-image:url(/_img/structure/navigation/navPast.jpg); width:89px; }
				#bodyWrapper #wrapperNavigation li.navDestinations, #bodyWrapper #wrapperNavigation li.navDestinations a{ background-image:url(/_img/structure/navigation/navDestinations.jpg); width:81px; }
				#bodyWrapper #wrapperNavigation li.navAdventures, #bodyWrapper #wrapperNavigation li.navAdventures a{ background-image:url(/_img/structure/navigation/navAdventures.jpg); width:74px; }
				#bodyWrapper #wrapperNavigation li.navProjects, #bodyWrapper #wrapperNavigation li.navProjects a{ background-image:url(/_img/structure/navigation/navProjects.jpg); width:57px; }
				#bodyWrapper #wrapperNavigation li.navPast, #bodyWrapper #wrapperNavigation li.navPast a{ background-image:url(/_img/structure/navigation/navPast.jpg); width:89px; }
				#bodyWrapper #wrapperNavigation li.navDatesCosts, #bodyWrapper #wrapperNavigation li.navDatesCosts a{ background-image:url(/_img/structure/navigation/navDatesCosts.jpg); width:105px; }
				#bodyWrapper #wrapperNavigation li.navTravel, #bodyWrapper #wrapperNavigation li.navTravel a{ background-image:url(/_img/structure/navigation/navTravel.jpg); width:125px; }
				#bodyWrapper #wrapperNavigation li.navGallery, #bodyWrapper #wrapperNavigation li.navGallery a{ background-image:url(/_img/structure/navigation/navGallery.jpg); width:49px; }

	#bodyWrapper #wrapperMain{
		list-style-type:none;
		margin:10px 0 0 0;
		background-image:url(/_img/structure/body/contentBackground.jpg);
	}
	
		#bodyWrapper #wrapperMain #mainLeft{
			float:left;
			width:192px;
			padding:0 0 0 15px;
		}

			#bodyWrapper #wrapperMain #mainLeft #leftSearch{
				background:url(/_img/structure/leftnav/leftSearchBackground.jpg) no-repeat;
				width:192px;
				height:172px;
			}

				#bodyWrapper #wrapperMain #mainLeft #leftSearch form{
					padding:28px 0 0 15px;
				}

					#bodyWrapper #wrapperMain #mainLeft #leftSearch form select{
						width:160px;
					}

			#bodyWrapper #wrapperMain #mainLeft #leftBlog{
				width:192px;
				height:160px;
				margin:10px 0 0 0;
			}

				#bodyWrapper #wrapperMain #mainLeft #leftBlog a{
					background:url(/_img/structure/leftnav/leftMadTribeBlogBackground.gif) no-repeat;
					display:block;
					width:204px;
					height:160px;
				}

				#bodyWrapper #wrapperMain #mainLeft #leftBlog a:hover{
					background-position:left bottom;
				}

			#bodyWrapper #wrapperMain #mainLeft #leftFacts,
			#bodyWrapper #wrapperMain #mainLeft #leftCareerBreaks,
			#bodyWrapper #wrapperMain #mainLeft #leftLastOrders,
			#bodyWrapper #wrapperMain #mainLeft #leftMadEvents,
			#bodyWrapper #wrapperMain #mainLeft #leftMadFacts{
				margin:10px 0 0 0;
			}
			#bodyWrapper #wrapperMain #mainLeft #leftCareerBreaks{
				margin:10px 0 0 0;
			}
	
			#bodyWrapper #wrapperMain #mainLeft #leftFacts a{
				background:url(/_img/structure/leftnav/leftFacts.jpg) no-repeat;
				display:block;
				width:192px;
				height:245px;
			}
			#bodyWrapper #wrapperMain #mainLeft #leftCareerBreaks a{
				background:url(/_img/structure/leftnav/leftMadTribeBlogBackground.gif) no-repeat 0 0;
				display:block;
				width:191px;
				height:158px;
			}
			#bodyWrapper #wrapperMain #mainLeft #leftLastOrders a{
				background:url(/_img/structure/leftnav/leftLastOrders.gif) no-repeat 0 0;
				display:block;
				width:191px;
				height:133px;
			}
			#bodyWrapper #wrapperMain #mainLeft #leftMadEvents a{
				background:url(/_img/structure/leftnav/leftMadEvents.gif) no-repeat 0 0;
				display:block;
				width:191px;
				height:48px;
			}
			#bodyWrapper #wrapperMain #mainLeft #leftMadFacts a{
				background:url(/_img/structure/leftnav/leftMadFacts.gif) no-repeat 0 0;
				display:block;
				width:191px;
				height:118px;
			}
			#bodyWrapper #wrapperMain #mainLeft #leftCareerBreaks a:hover{
				background-position:0 -158px;
			}
			#bodyWrapper #wrapperMain #mainLeft #leftLastOrders a:hover{
				background-position:0 -133px;
			}
			#bodyWrapper #wrapperMain #mainLeft #leftMadEvents a:hover{
				background-position:0 -48px;
			}
			#bodyWrapper #wrapperMain #mainLeft #leftMadFacts a:hover{
				background-position:0 -118px;
			}
	
		#bodyWrapper #wrapperMain #mainRight{
			float:left;
			width:560px;
			padding:0 0 0 10px;
		}
		
		#bodyWrapper #wrapperMain #mainRight .thumbnail{
			list-style-type:none;
		}
		
			#bodyWrapper #wrapperMain #mainRight .thumbnail img{
				border:0;
				display:block;
			}
		
			#bodyWrapper #wrapperMain #mainRight .thumbnail a{
				text-align:center;
			}
		
			#bodyWrapper #wrapperMain #mainRight .thumbnail li{
				float:left;
				text-align:center;
				margin:0 15px 15px 0;
			}
		
			#bodyWrapper #wrapperMain #mainRight #rightTop{
				margin:0 10px 0 0;
				background:#FFFFFF;
				-moz-border-radius:10px;
			}
		
			#bodyWrapper #wrapperMain #mainRight #rightBottom{
				padding:10px 0 10px 0;
			}

			#bodyWrapper #wrapperMain #mainRight .searchImage{
				float:right;
				border:1px solid #000000;
				display:block;
				margin:0 20px 0 0;
			}
		
				#bodyWrapper #wrapperMain #mainRight .searchImage img{
					border:3px solid #FFFFFF;
				}
		
			#bodyWrapper #wrapperMain #mainRight .rightLinks{
				float:right;
				background:url(/_img/structure/body/subpageTop.gif) left top no-repeat #a39a74;
				margin:0 10px 5px 0;
				width:184px;
			}

		.uk-activities #bodyWrapper #wrapperMain #mainRight .rightLinks{
			display:none;
		}
				#bodyWrapper #wrapperMain #mainRight .rightLinks ul{ margin:0; padding:8px; font-size:100%; background:url(/_img/structure/body/subpageBottom.gif) no-repeat left bottom; }
				#bodyWrapper #wrapperMain #mainRight .rightLinks h3{ color:#f7ad00; margin:0 0 3px; }
				#bodyWrapper #wrapperMain #mainRight .rightLinks li{
					list-style-type:none;
					margin:5px 5px 5px 5px;
				}
	
				#bodyWrapper #wrapperMain #mainRight .rightLinks a:link,
				#bodyWrapper #wrapperMain #mainRight .rightLinks a:active,
				#bodyWrapper #wrapperMain #mainRight .rightLinks a:visited{
					color:#FFFFFF;
					font-size:80%;
				}
	
			#bodyWrapper #wrapperMain #mainRight .rightSplashFront a{
				display:block;
				text-indent:-999em;
				width:543px;
				height:329px;
			}
			#bodyWrapper #wrapperMain #mainRight .rightSplashFront{
				background:url(/_img/structure/mad-999-offer.jpg) center center no-repeat;
				width:543px;
				height:329px;
				margin-left:5px;
				margin-bottom:5px;
			}
	
			#bodyWrapper #wrapperMain #mainRight #rightNavigationButtons{
				list-style-type:none;
				margin:0 0 0 8px;
			}
	
				#bodyWrapper #wrapperMain #mainRight #rightNavigationButtons li{
					float:left;
					margin:0 5px 0 5px;
				}
	
					#bodyWrapper #wrapperMain #mainRight #rightNavigationButtons li a{
						display:block;
					}
	
						#bodyWrapper #wrapperMain #mainRight #rightNavigationButtons li a.butBrochure{
							background-image:url(/_img/structure/body/buttons/front/buttonBrochure.jpg);
							height:40px;
							width:155px;
						}
	
						#bodyWrapper #wrapperMain #mainRight #rightNavigationButtons li a.butCallMe{
							background-image:url(/_img/structure/body/buttons/front/buttonCallMe.jpg);
							height:37px;
							width:129px;
						}
	
						#bodyWrapper #wrapperMain #mainRight #rightNavigationButtons li a.butChatOnline{
							background-image:url(/_img/structure/body/buttons/front/buttonChatOnline.jpg);
							height:40px;
							width:115px;
						}
	
						#bodyWrapper #wrapperMain #mainRight #rightNavigationButtons li a.butApply{
							background-image:url(/_img/structure/body/buttons/front/buttonApply.jpg);
							height:34px;
							width:98px;
						}
			
			
						#bodyWrapper #wrapperMain #mainRight #rightTop #rightNavigationButtons li a.butBrochure{
							background-image:url(/_img/structure/body/buttons/buttonBrochure.jpg);
						}
	
						#bodyWrapper #wrapperMain #mainRight #rightTop #rightNavigationButtons li a.butCallMe{
							background-image:url(/_img/structure/body/buttons/buttonCallMe.jpg);
						}
	
						#bodyWrapper #wrapperMain #mainRight #rightTop #rightNavigationButtons li a.butChatOnline{
							background-image:url(/_img/structure/body/buttons/buttonChatOnline.jpg);
						}
	
						#bodyWrapper #wrapperMain #mainRight #rightTop #rightNavigationButtons li a.butApply{
							background-image:url(/_img/structure/body/buttons/buttonApply.jpg);
						}
			
					#bodyWrapper #wrapperMain #mainRight #rightNavigationButtons li a:hover{
						background-position:bottom left;
					}

			#bodyWrapper #wrapperMain #mainRight .rightGallery{
				list-style-type:none;
				margin:10px 20px 0 20px;
			}
	
				#bodyWrapper #wrapperMain #mainRight .rightGallery li{
					float:left;
					margin:5px;
					border:1px solid #000000;
				}

					#bodyWrapper #wrapperMain #mainRight .rightGallery li a:link,
					#bodyWrapper #wrapperMain #mainRight .rightGallery li a:visited,
					#bodyWrapper #wrapperMain #mainRight .rightGallery li a:active{
						display:block;
						width:50px;
						height:28px;
						border:3px solid #FFFFFF;
					}
	
			#bodyWrapper #wrapperMain #mainRight #rightFeatures{
				list-style-type:none;
				margin:2px 0 0 2px;
			}
	
				#bodyWrapper #wrapperMain #mainRight #rightFeatures li{
					float:left;
				}
	
					#bodyWrapper #wrapperMain #mainRight #rightFeatures li a{
						background-position:left top;
						background-repeat:no-repeat;
						display:block;
						text-indent:-9999px;
					}
	
						#bodyWrapper #wrapperMain #mainRight #rightFeatures li a.feaCommunity{
							background-image:url(/_img/structure/body/featureCommunity.jpg);
							width:185px;
							/*height:259px;*/
							height:244px;
							margin:10px 0 0 7px;
						}
		
						#bodyWrapper #wrapperMain #mainRight #rightFeatures li a.feaPlacement{
							background-image:url(/_img/structure/body/featurePlacement.jpg);
							width:177px;
							/*height:252px;*/
							height:244px;
							margin:7px 7px 0 0;
						}
		
						#bodyWrapper #wrapperMain #mainRight #rightFeatures li a.feaVolunteer{
							background-image:url(/_img/structure/body/featureVolunteer.jpg);
							/*height:253px;*/
							height:244px;
							width:176px;
							margin-top:6px;
						}
						
					#bodyWrapper #wrapperMain #mainRight #rightFeatures li a:hover{
						background-position:left bottom;
					}
					
	#bodyWrapper #wrapperFooter{
		width:780px;
		margin:10px 0 0 0;
		padding-bottom:1px;
	}
	
		#bodyWrapper #wrapperFooter #footerCharity{
			width:752px;
			height:71px;
			margin:10px 0 10px 14px;
		}
		
			#bodyWrapper #wrapperFooter #footerCharity a{
				background: url(/_img/structure/footerCharity.jpg) no-repeat left top;
				width:752px;
				display:block;
				height:66px;
			}
			
			#bodyWrapper #wrapperFooter #footerCharity a:hover{
				background-position:left bottom;
			}
			
	#bodyWrapper #wrapperBottom{
		background:url(/_img/structure/borderBottom.jpg) no-repeat left bottom;
		width:780px;
		height:10px;
	}

#bodyBase{
	width:780px;
	height:auto;
	margin:10px auto 30px auto;
	text-align:left;
}

	#bodyBase ul{
		list-style-type:none;
		margin:0 0 7px 20px;
		font-size:80%;
	}
	
		#bodyBase ul li{
			margin:0 7px 0 0;
			color:#fff;
			float:left;
			display:block;
		}
		
		#bodyBase ul li a:link,
		#bodyBase ul li a:visited,
		#bodyBase ul li a:active{
			color:#ffbe90;
			text-decoration:none;
		}
		
		#bodyBase ul li a:hover{
			text-decoration:underline;
		}
		
		#bodyBase ul li.liHeader{ color:#cc3333; font-weight:bold; }
	
	
	/*DHR - hover menu*/

	.navAbout,
	.navPast,
	.navDestinations,
	.navAdventures,
	.navProjects,
	.navTravel,
	.navDatesCosts,
	.navGallery{
		position:relative;
	}
	.navAbout ul,
	.navPast ul,
	.navDestinations ul,
	.navAdventures ul,
	.navProjects ul,
	.navTravel ul,
	.navDatesCosts ul,
	.navGallery ul{
		position:absolute;
		background:#fff !important;
		display:none;
		left:0;
		padding:1em;
		border:1px solid #999966;
		margin:0;
		z-index:999 !important;
	}
	.navAbout:hover ul,
	.navPast:hover ul,
	.navDestinations:hover ul,
	.navAdventures:hover ul,
	.navProjects:hover ul,
	.navTravel:hover ul,
	.navDatesCosts:hover ul,
	.navGallery:hover ul{
		position:absolute;
		display:block !important;
		margin:0;
		width:250px;
		padding:1em !important;
		list-style-type:none !important;
		z-index:999 !important;
	}
	.navAbout li,
	.navPast li,
	.navDestinations li,
	.navAdventures li,
	.navProjects li,
	.navTravel li,
	.navDatesCosts li,
	.navGallery li{
		margin:0 1em !important;
		padding:3px !important;
		height:1.3em !important;
		display:block !important;
		float:none !important;
		font-size:10px !important;
		text-indent:0 !important;
	}
	.navAbout ul a,
	.navPast ul a,
	.navDestinations ul a,
	.navAdventures ul a,
	.navProjects ul a,
	.navTravel ul a,
	.navDatesCosts ul a,
	.navGallery ul a{
		width:auto;
		white-space:nowrap;
		background:none !important;
		font-size:1.1em;
		text-indent:0 !important;
		display:block;
	}