@charset "utf-8";

a:link {
	color: #937D9F;
	text-decoration: none;
}


a:visited {
	color: #937D9F;
	text-decoration: none;
}

a:hover {
	color: #F0B135;
	text-decoration: none;
}
a:active {
	color: #937D9F;
	text-decoration: none;
}
.IntroText {
	font-size: 13px;
	font-family: Georgia;
	line-height: 1.35em;
	font-style: normal;
	font-weight: 449;
	color: #937D9F;
}
p {
	font-family: Georgia;
	font-size: 13px;
	line-height: 1.35em;
	color: #937D9F;
	text-align: justify;
}



/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	padding: 0;
	list-style-type: none;
	font-size: 85%;
	cursor: default;
	font-family: Georgia;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	list-style-type: none;
	font-size: 90%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 9.11em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #666699;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 1px;
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	left: -1000em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 10em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 85%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.60em 0.20em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-color: #937D9F;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #A292AB;
	color: #F0B135;
	text-align: center;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #A292AB;
	color: #F0B135;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	color: #937D9F;
}
#Container {
	position:relative;
	width:800px;
	height:1230px;
	z-index:1;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border: 1px double #CBCB98;
}

#LogoHeader {
	position:absolute;
	width:800px;
	height:184px;
	z-index:1;
	top: -2px;
}
#NavBar {
	position:absolute;
	width:800px;
	height:36px;
	z-index:70;
	top: 186px;
	left: 1px;
}
#NavBar2 {
	position:absolute;
	left:0px;
	top:252px;
	width:798px;
	height:34px;
	z-index:105;
}
#IntroText {
	position:absolute;
	width:380px;
	height:230px;
	z-index:3;
	left: 2px;
	top: 247px;
	margin-left: 20px;
}
#TextBox p {
	text-align: center;
	margin-right: 20px;
}
#IndexImage1 {
	position:absolute;
	width:360px;
	height:235px;
	z-index:4;
	left: 421px;
	top: 253px;
}
#Ptext {
	position:absolute;
	left:0px;
	top:258px;
	width:759px;
	height:66px;
	z-index:5;
	margin-right: 20px;
}
#IndexImage2 {
	position:absolute;
	left:2px;
	top:594px;
	width:360px;
	height:235px;
	z-index:6;
	margin-left: 20px;
}
#TextBox {
	position:absolute;
	left:376px;
	top:95px;
	width:385px;
	height:235px;
	z-index:1;
}
#BottomHeader {
	position:absolute;
	width:800px;
	height:247px;
	z-index:7;
	left: 0px;
	top: 908px;
}
.Textbox {
	font-family: Georgia;
	font-size: 13px;
	text-align: justify;
	color: #937D9F;
	line-height: 1.35em;
}

#Footer {
	position:absolute;
	left:50px;
	top:1185px;
	width:710px;
	height:44px;
	z-index:8;
}
.FooterText {
	color: #30244C;
	text-align: center;
	font-size: 12px;
	font-family: Georgia;
}
body {
	background-color: #E7DAFC;
}
#TanzBottom {
	position:absolute;
	top:1125px;
	width:800px;
	height:247px;
	z-index:12;
	background-image: url(Images%20of%20Lodges%20+%20Camps/Lodges+Camps%20Webpage%20Banners%20small%20files/Sayari-Camp---Serengeti-website-banner.jpg);
	left: 0px;
}
#Tanzaniafooter {
	position:absolute;
	left:42px;
	top:1418px;
	width:706px;
	height:37px;
	z-index:11;
}
#TanzBox1 {
	position:absolute;
	left:22px;
	top:357px;
	width:380px;
	height:283px;
	z-index:10;
	text-align: center;
}
#TanzImg1 {
	position:absolute;
	left:421px;
	top:368px;
	width:360px;
	height:230px;
	z-index:14;
	background-image: url(New%20Resized%20Images%20for%20Website/Elephant%20-%20Tusker%20.jpg);
}
#TanzBox2 {
	position:absolute;
	left:0px;
	top:251px;
	width:759px;
	height:58px;
	z-index:1;
}
#TanzImg2 {
	position:absolute;
	left:21px;
	top:790px;
	width:360px;
	height:235px;
	z-index:1;
	background-image: url(New%20Resized%20Images%20for%20Website/Male%20Lion%20-%20Ngorongoro%20Side%20.jpg);
}
#TanzBox3 {
	position:absolute;
	left:407px;
	top:729px;
	width:373px;
	height:182px;
	z-index:15;
	text-align: center;
}
h2 {
	font-size: 14px;
	color: #937D9F;
}
h3 {
	font-size: 14px;
	color: #937D9F;
}
#KenyaBottom {
	position:absolute;
	left:1px;
	top:10862px;
	width:800px;
	height:248px;
	z-index:15;
}
#KenyaBottom {
	position:absolute;
	left:0px;
	top:1160px;
	width:800px;
	height:247px;
	z-index:16;
}
#KenyaText3 {
	position:absolute;
	left:1px;
	top:146px;
	width:753px;
	height:98px;
	z-index:17;
}
#KenyaFooter {
	position:absolute;
	left:77px;
	top:1450px;
	width:662px;
	height:44px;
	z-index:17;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia;
}
#KenyaText4 {
	position:absolute;
	left:382px;
	top:42px;
	width:372px;
	height:245px;
	z-index:1;
}
.subnavtext {
	color: #937D9F;
	font-size: 12px;
	font-family: Georgia;
	text-align: center;
}
.centertext {
	font-family: Georgia;
	font-size: 13px;
	font-weight: bold;
	color: #937D9F;
	text-align: center;
}

#SubNav {
	position:absolute;
	left:25px;
	top:301px;
	width:759px;
	height:49px;
	z-index:101;
}
.accommodationtext {
	font-family: Georgia;
	font-size: 13px;
	color: #937D9F;
	font-weight: normal;
}
.footertxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #937D9F;
}
#T_BottomHeader {
	position:absolute;
	left:0px;
	top:634px;
	width:800px;
	height:247px;
	z-index:102;
}

#Thankyou {
	position:relative;
	width:800px;
	height:1000px;
	z-index:1;
	border: 1px double #CBCB98;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}


#LogoHeader2 {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:247px;
	z-index:1;
}
.FormText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: right;
	color: #937D9F;
}
