body {
	background: url(./../img/africa-bg1.jpg) repeat fixed #74422b;
	font-family: Verdana, sans-serif;
}

* {
	padding: 0;
	margin: 0;
}



h2 {
	font-size: 13px;
	color: #78885b;
	border-bottom: 1px dotted #b7cf5f;
}

a {
	font-size: 13px;
	color: #660000;
}

a:visited {
	color: #660000;
}

a:hover {
	color: #a36b54;
}

img, map{
	border: none;
}

p, ul {
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	line-height: 26px;
	text-align: justify;
}

	table p {
		margin: 10px;
	}

ul li {
	margin-left: 30px;
}



.bold {
	font-weight: bold;
}

.align-center {
	text-align: center;
}

.hline {
	width: 100%;
	height: 1px;
	margin: 10px 0px 10px 0px;
	background-color: #d0b36e;
}

#container {
	width: 1000px;
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: -500px;
}

#header {
	width: 960px;
	height: 260px;
	float: left;
	padding: 0px 20px 0px 20px;
	background: url(./../img/header.png);
	z-index: 5;
}

#emailSignup {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
}

#emailSignup #mc_embed_signup {
	width: 230px;
	height: 50px;
	position: absolute;
	right: 50px;
	top: 0px;
	z-index: 100;
}

#emailSignup #mc_embed_signup input{
	width: 170px;
	height: 20px;
	margin: 15px 0px 0px 20px;
	border: none;
	background: none;
	color: #ffffff;
	font-size: 10px;
	line-height: 18px;
	cursor: text;
	font-weight: bold;
	
}

/* jquery validate response */

#mc_embed_signup input#submitButton {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	right: 22px;
	z-index: 100;
	cursor: pointer;
	background: url(../img/submit.png);
}

#mce-success-response {
	display: none;
	width: 160px;
	position: absolute;
	top: 40px;
	right: 80px;
	padding: 5px 10px 5px 10px;
	z-index: 1;
	font-size: 10px;
	background: #E3FBE4;
	color: #529214;
	border-left: 1px solid #83BF86;
	border-right: 1px solid #83BF86;
	border-bottom: 1px solid #83BF86;
}

div.mce_inline_error{ 
	width: 160px;
	position: absolute;
	top: 30px;
	left: 12px;
	padding: 0px 10px 5px 10px;
	z-index: 1;
	font-size: 10px;
	background: #FBE3E4;
	color: #D12F19;
	border-left: 1px solid #FBC2C4;
	border-right: 1px solid #FBC2C4;
	border-bottom: 1px solid #FBC2C4;
}

#mce-error-response {
	display: none;
}


#menu {
	width: 840px;
	height: 30px;
	position: absolute;
	top: 230px;
	left: 80px;
}

.menuItem {
	display: inline;
	float: left;
}

#menu a.menuOff {
	font-size: 15px;
	height: 20px;
	display: inline-block;
	color: #ffffff;
	padding: 0px 14px 0px 14px;
	margin: 5px 4px 0px 4px;
	float: left;
	text-decoration: none;
}

#menu a.menuOn {
	font-size: 15px;
	height: 20px;
	display: inline-block;
	color: #ffffff;
	padding: 0px 14px 0px 14px;
	margin: 5px 4px 0px 4px;
	float: left;
	text-decoration: none;
	background: url(./../img/menuHoverBg.jpg);
}

#menu a.openLink {
	background: url(./../img/menuHoverBg.jpg);
}



#subMenu {
	width: 840px;
	position: absolute;
	top: 260px;
	left: 80px;
	z-index: 10;
}


#subMenu a:hover {
	color: #ffffcc;
}

#subMenu-01 {
}

#subMenu-02 {
	background: #cfe2f6;
	border-left: 2px solid #c1b68f;
	border-right: 2px solid #c1b68f;
	border-bottom: 2px solid #c1b68f;
	padding: 5px;
	position: absolute;
	left: 105px;
}

#subMenu-03 {
	background: #cfe2f6;
	border-left: 2px solid #c1b68f;
	border-right: 2px solid #c1b68f;
	border-bottom: 2px solid #c1b68f;
	padding: 5px;
	position: absolute;
	left: 242px;
}

#subMenu-04 {
	background: #cfe2f6;
	border-left: 2px solid #c1b68f;
	border-right: 2px solid #c1b68f;
	border-bottom: 2px solid #c1b68f;
	padding: 5px;
	position: absolute;
	left: 372px;
}

#subMenu-05 {
}

#subMenu-06 {
	background: #cfe2f6;
	border-left: 2px solid #c1b68f;
	border-right: 2px solid #c1b68f;
	border-bottom: 2px solid #c1b68f;
	padding: 5px;
	position: absolute;
	left: 632px;
}

.subMenuItem {
	padding: 5px 5px 5px 5px;
}

		#rotator #rotate-frame {
			float: left;
		}

		
			#rotate-frame-images {
				position:relative;
				display:block;
				margin:0px;
				padding:0px;
				width:840px;
				height:300px;
				right:0;
				top:0;
				border: none;
			}
			#rotate-frame-images li {
				position:absolute;
				display:block;
				list-style-type:none;
				margin:0px;
				padding:0px;
				border: none;
			}						
			#rotate-frame-images li img {
				display:block;
				border: 0;
				border: none;
			}



#content {
	width: 900px;
	float: left;
	padding: 0px 50px 60px 50px;
	background: url(./../img/contentBg.png) repeat-y;
}

.swishBg {
	background: url(./../img/swishBg.jpg) center no-repeat;
}

#content .full {
	width: 840px;
	margin: 0px 30px 0px 30px;
	float: left;
}

#content .left {
	width: 520px;
	margin: 0px 30px 0px 30px;
	padding-top: 5px;
	float: left;
}

#content .right {
	width: 270px;
	margin-right: 30px;
	padding: 0px 10px 150px 10px;
	float: right;
	//background: #d0b36e url(./../img/rightColBottom-01.jpg) bottom repeat-x;
}

#content .right-02 {
	width: 270px;
	margin-right: 30px;
	padding: 0px 10px 150px 10px;
	float: right;
	background: #85c8f3 url(./../img/rightColBottom-02.jpg) bottom repeat-x;
}

#footer {
	width: 880px;
	height: 82px;
	padding: 18px 60px 0px 60px;
	float: left;
	background: url(./../img/footer.png);
}

#footer.home {
	width: 880px;
	height: 352px;
	padding: 18px 60px 0px 60px;
	float: left;
	background: url(./../img/footer-home.png);
}

#footer .center {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 60px;
}

#footer .center p, #footer .center a, #footer .center a:visited {
	font-size: 10px;
	color: #999999;
	text-align: center;
	line-height: 12px;
}

#footer .center a:hover {
	color: #555555;
}



.table {
	width: 100%;
	border-top: solid 1px #ffffff;
	border-left: dotted 1px #ffffff;
	border-right: dotted 1px #ffffff;
	float: left;
}

.table .oddRow {
	width: 100%;
	height: 160px;
	background: url(./../img/oddRowBg.jpg) repeat-y;
	border-bottom: solid 1px #ffffff;
	float: left;
}

.table .evenRow {
	width: 100%;
	height: 160px;
	background: url(./../img/evenRowBg.jpg) repeat-y;
	border-bottom: solid 1px #ffffff;
	float: left;
}

.table .rowHover {
	width: 100%;
	height: 160px;
	background: url(./../img/rowHoverBg.jpg) repeat-y;
	border-bottom: solid 1px #ffffff;
	float: left;
}

.table .oddRow2 {
	width: 100%;
	background: #bcb376;
	border-bottom: solid 1px #ffffff;
	float: left;
}

.table .evenRow2 {
	width: 100%;
	background: #e0daaf;
	border-bottom: solid 1px #ffffff;
	float: left;
}

.table .rowHover2 {
	width: 100%;
	background: #cfe2f6;
	border-bottom: solid 1px #ffffff;
	float: left;
}

.table .oddRow2 a, .table .evenRow2 a, .table .rowHover2 a {
	width: 20%;
	height: 100px;
	float: left;
	display: block;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

.table .oddRow2 a img, .table .evenRow2 a img, .table .rowHover2 a img {
	border: 5px solid #ffffff;
}

.table .oddRow2 h2, .table .evenRow2 h2, .table .rowHover2 h2 {
	margin-left: 20px;
}

.table .col {
	height: 100%;
	float: left;
	
}

.table h2 {
	font-size: 13px;
	margin: 15px 20px 5px 0px;
	text-align: left;
	color: #78885b;
	border-bottom: 1px dotted #78885b;
}

.table p, .table ul {
	font-size: 10px;
	margin: 5px 20px 5px 0px;
	line-height: 20px;
}

.table ul li {
	margin-left: 30px;
}

.table a {
	font-size: 10px;
	color: #660000;
}

.table a:visited {
	color: #660000;
}

.table a:hover {
	color: #ffffcc;
}


/* lightbox settings */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding-top: 10px; }

#imageData{	padding:0 10px; color: #666;}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; z-index: 1000;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding: 0.7em; outline: none;}	 	

#overlay{ position: fixed; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

