/*
Name: Protoytpe Layout CSS
------------------------------------*/
/*  Reset all CSS 
------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead { margin : 0; padding : 0; border : 0; outline : 0; font-weight : inherit; font-style : inherit; font-size : 100%; font-family : inherit; vertical-align: baseline; background: transparent; }
/* Base style
------------------------------------*/
body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:76%;
	color:#333333;
	background: #336633;
	padding: 0;
	margin: 0;
	}
/* Things to hide
------------------------------------*/
#header .logo span, #intro_text span, .quote h2 span, .expert_insight h2 span, .subpage #feature h1 span {display:none;}
/*base font settings
------------------------------------*/
p {line-height: 1.8em; margin: 1.2em 0em 1.2em 0em;}
h1 {font-size: 1.2em; font-weight: bold; color: #3366CC; margin: -.2em 0em -.2em 0em;}
h2 {font-size: 1.1em; margin: 0 0em 0em 0em; font-weight: bold; color: #000; letter-spacing: -1px;}
h3 {
	font-size: 1.9em;
	font-weight: bold;
	line-height: 1.6em;
	color: #843C16;
	letter-spacing: -1px;
}
h4 {font-size: 1.0em; margin: 1.2em 0em -1.2em 0em; font-weight: bold;}
h5 {font-size: 1.0em; margin: 1.2em 0em -1.2em 0em; font-weight: bold;}
h6 {font-size: 1.0em; margin: 1.2em 0em -1.2em 0em; font-weight: bold;}
strong, b {font-weight: bold;letter-spacing: -1px; font-size: 1.1em;}
acronym {background-color: #D3D3D3; cursor: help;}
pre {font-family: monospace;font-size: 1.0em;}
hr {background: url(line.gif) 15px repeat-x; height: 15px; border: 0;}
/* Text link styles
------------------------------------*/
a {color: #843C16;}
a:visited {color: #843C16;}
a:active {text-decoration: none; color: #843C16;}
a:hover {text-decoration: none; color: #843C16;}
/* Ground effects
------------------------------------*/
#ground {
	background: url(ground.png) repeat-x;
	min-width: 960px;
	height: 333px;
	margin: -170px 0 0 0;
}
#ground_background {
	width: auto;
	background: url(ground_background-new.jpg) no-repeat 50%;
	height: 133px;
	padding: 200px 0 0 0;
}
/* Container
------------------------------------*/
#container_background {
	min-width: 960px;
	padding: 0;
	background-color: #336633;
	background-image: url(body.png);
	background-repeat: repeat-x;
	}
#container {
	width:960px;
	padding: 0!important;
	margin: 0 auto !important;
	position: relative;
	}
.content-bottom {
	width: 960px;
	height: 26px;
	background: url(content-bottom.jpg) no-repeat;
	}
/* Header
------------------------------------*/
#header {
	background:url(header.gif) no-repeat;
	width:960px;
	height: 142px;
	margin: 0; 
	padding: 0;
	position: relative;
	}
#header .logo, #header .logo a {
	position:absolute;
	left: 0;
	top: 23px;
	width: 262px;
	height:119px;
	display: block;
	}
/* Navigation
------------------------------------*/
#nav {
	width: 680px;
	height: 24px;
	padding: 5px 0 10px 0;
	margin: 0;
	font-size: 0.9em;
	position: absolute;
	top: 90px;
	left: 285px;
	}
#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	}
#nav li a {
	display: block;
	padding: 10px 5px 13px 5px;
	margin: 0 0 0 7px;
	color: #002B10;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	}
	#nav li a:hover {text-decoration:underline; color:#9ED897;}

#shipment_listings #nav li a.shipment-listings {background: #eee;}
#secondary_nav {position: absolute; left: 785px; top: 45px;  padding: 10px; font-size: .8em; width: 160px; height: 20px;}
#secondary_nav li {float: left; list-style: none; margin: 0; padding: 0;}
#secondary_nav li a {display: block; padding: 5px 10px 0 10px; background:url(secondary_nav-trans.png) no-repeat; color:#fff; text-decoration:none; width:59px; height:27px;}

	#secondary_nav li a:hover {color: #fff;}
	#secondary_nav li a:visited {color: #fff;}

#sub_nav ul {padding: 0 0 20px 0; margin: 0 0 20px 0;}
#sub_nav li {list-style: none; margin: 0; padding: 0;}

ul ul {display: none; font-size: .85em; margin-bottom: 0; padding-bottom: 0;}
ul ul li {margin: 0;}
ul ul li a, ul ul li a:visited {background: #ccc !important;}

.orlando ul ul.orlando-nav, .jacksonville ul ul.jacksonville-nav, .memphis ul ul.memphis-nav, .conditions ul ul.conditions-nav {display: block; }

#sub_nav li a, #sub_nav li a:visited {display: block; padding: 5px; background: #ddd; border: 1px solid #ccc; margin-bottom: 5px; clear: right; font-size: .95em;}

#tertiary_nav {
	width: auto;
	height: 24px;
	padding: 5px 0 10px 10px;
	margin: 0;
	font-size: .9em;
	position: relative;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	display: block;
	overflow: hidden;
	background: #ECECEC;
	}
#tertiary_nav ul {
	margin: 0;
	padding: 0;
	background: #333;
	}
#tertiary_nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	}
#tertiary_nav li a {
	display: block;
	padding: 10px 10px 13px 10px;
	margin: 0 0 0 6px;
	}
/* -- Features Titles 
---------------------------------- */
#about .title {
	position: absolute;
	left: 10px;
	top: 150px;
	height: 60px;
	width: 335px;
	background: url(feature_titles-about-trans.png)	
	}
#contact .title {
	position: absolute;
	left: 10px;
	top: 150px;
	height: 60px;
	width: 335px;
	background: url(feature_titles-contact-trans.png)	
	}
#expert_insight .title {
	position: absolute;
	left: 10px;
	top: 150px;
	height: 60px;
	width: 335px;
	background: url(feature_titles-expert-insight-trans.png)	
	}
#giving_back .title {
	position: absolute;
	left: 10px;
	top: 150px;
	height: 60px;
	width: 335px;
	background: url(feature_titles-giving-back-trans.png)	
	}
#why .title {
	position: absolute;
	left: 10px;
	top: 150px;
	height: 60px;
	width: 357px;
	background: url(feature_titles-why-live-africa-trans.png)	
	}
#safaris .title {
	position: absolute;
	left: 10px;
	top: 150px;
	height: 60px;
	width: 335px;
	background: url(feature_titles-safaris-trans.png)	
	}
#resources .title {
	position: absolute;
	left: 10px;
	top: 150px;
	height: 60px;
	width: 335px;
	background: url(feature_titles-resources-trans.png)	
	}
#testimonials .title {
	position: absolute;
	left: 10px;
	top: 150px;
	height: 60px;
	width: 335px;
	background: url(feature_titles-testimonials-trans.png)	
	}
#login .title {
	position: absolute;
	left: 10px;
	top: 150px;
	height: 60px;
	width: 335px;
	background: url(feature_titles-login-trans.png)	
	}
#sitemap .title {
	position: absolute;
	left: 10px;
	top: 150px;
	height: 60px;
	width: 335px;
	background: url(feature_titles-sitemap-trans.png)	
	}
#privacy .title {
	position: absolute;
	left: 10px;
	top: 150px;
	height: 60px;
	width: 335px;
	background: url(feature_titles-privacy-trans.png)	
	}
.itinerary_help .title {
	position: absolute;
	left: 10px;
	top: 150px;
	height: 60px;
	width: 335px;
	background: url(feature_titles-expert-insight-trans.png)
	}
.general_faqs .title {
	position: absolute;
	left: 10px;
	top: 150px;
	height: 60px;
	width: 335px;
	background: url(feature_titles-expert-insight-trans.png)
	}
.botswana .title {
	position: absolute;
	left: 10px;
	top: 150px;
	height: 60px;
	width: 335px;
	background: url(feature_titles-safaris-trans.png)	
	}
.capetown .title {
	position: absolute;
	left: 10px;
	top: 150px;
	height: 60px;
	width: 335px;
	background: url(feature_titles-safaris-trans.png)	
	}
.johannesburg .title {
	position: absolute;
	left: 10px;
	top: 150px;
	height: 60px;
	width: 335px;
	background: url(feature_titles-safaris-trans.png)	
	}
.mauritius .title {
	position: absolute;
	left: 10px;
	top: 150px;
	height: 60px;
	width: 335px;
	background: url(feature_titles-safaris-trans.png)	
	}
.namibia .title {
	position: absolute;
	left: 10px;
	top: 150px;
	height: 60px;
	width: 335px;
	background: url(feature_titles-safaris-trans.png)	
	}
.southafrica .title {
	position: absolute;
	left: 10px;
	top: 150px;
	height: 60px;
	width: 335px;
	background: url(feature_titles-safaris-trans.png)	
	}
.zambia .title {
	position: absolute;
	left: 10px;
	top: 150px;
	height: 60px;
	width: 335px;
	background: url(feature_titles-safaris-trans.png)	
	}
/* Features
------------------------------------*/
#feature {
	width: 960px;
	height: 387px;
	margin: 0;
	padding: 0;
	position:relative;
	}
	#feature a {color:#ccc;}
	#feature h1 {color: #fff;display: none;}
.subpage #feature {width: 960px; height: 100px;	margin: 0;padding: 0;}	
#home #feature {
	background: url(slide2.jpg) no-repeat;
	width: 960px;
	height:386px;
	}
#expert_insight #feature {
	background: url(feature_expert_insight.jpg) no-repeat;
	width: 960px; height:245px;
	}
#why #feature {
	background: url(feature_why_africa.jpg) no-repeat;
	width: 960px; height:245px;
	}
#giving_back #feature {
	background: url(feature_giving_back.jpg) no-repeat;
	width: 960px; height:245px;
	}
	
	#feature2 {
	width: 960px;
	height: 245px;
	margin: 0;
	padding: 0;
	position:relative;
	}
	

/* safaris 3 column 
------------------------------------*/
#safaris h3 {margin-bottom: 15px;}
#safaris #safaris_main-nav ul {
	padding: 15px 10px 10px 0;
	margin: 0 auto;
	list-style:none;
	list-style-type:none;
	}
	a.individual-family-main {
		background: url(safari_columns.png) no-repeat;
		width: 190px; 
		height: 350px;
		display: block;
		float: left;
		text-indent: -9999px
		}
		a.individual-family-main:hover {
			background: url(safari_columns.png) no-repeat -565px 0;
			}
	a.groups-clubs-main {
		background: url(safari_columns.png) no-repeat -190px 0;
		width: 184px;
		height: 350px;
		display: block;
		float: left;
		text-indent: -9999px
		}
		a.groups-clubs-main:hover {
			background: url(safari_columns.png) no-repeat -755px 0;
			}
	a.luxury-safari-main {
		background: url(safari_columns.png) no-repeat -374px 0;
		width: 190px;
		height: 350px;
		display: block;
		float: left;
		text-indent: -9999px
		}
		a.luxury-safari-main:hover {
			background: url(safari_columns.png) no-repeat -939px 0;
			}
.safari-lists  {
	list-style: url(bullet.gif);
	list-style-position: inside;
	margin: 0 0 10px 35px!important;
	padding-left: 0!important;
	padding-right: 30px;
	width: 550px;
	float: left;
	line-height: 19px;
	display: inline-block;	
	}
.safari-lists li {
	padding: 7px 0 7px 7px;
	margin-left:0px;
	font-weight: bold;
	color: #843c16;
	}
/*  feature animals
------------------------------------*/
#bison {position: absolute; top: 35px; left: 420px;}
#cheetah {position: absolute; top: 25px; left: 500px;}
#rhino {position: absolute; top: 10px; left: 525px;}
#bird {position: absolute; top: 10px; left: 470px;}
#zebra {position: absolute; top: 30px; left: 470px; z-index:1;}
#lion {position: absolute; top: 30px; left: 470px; z-index: 5;}
/*------------------------------------*/
#intro_text {
	float: left;
	padding: 35px 15px 5px 15px;
	width: 550px;
	color: #fff;
	position:absolute;
	top: 230px; 
	left: 20px;
	}
#news_box { 
	width: 264px;
	float: right;
	margin-right: 15px;
	color: #fff;
	padding: 5px 10px 10px 10px;
	}
ul#news  {margin-left: 0px;margin-top: 26px;padding-left: 10px;} 
#news li {line-height: 22px;list-style: none;} 
#photo_holder {	position: absolute;	left: 500px;top: 14px;}
#safaris #photo_holder {left: 300px;top: 1px;}
/* Search
------------------------------------*/
#search {
	height: 30px;
	float: left;
	padding: 7px 0 0 36px;
	display: block;
}
/* Form styles 
-------------------------------------*/	
.form-textarea {width: 150px!important; float: left;}
/* Content
------------------------------------*/
#content {
	background:url(content.jpg) no-repeat;
	width:940px;
	margin: 0;
	padding: 0 0 0 20px;
	min-height:295px;
	}
#content_tile {	background: url(content_tile.png) repeat-y;	}
/* Columns
------------------------------------*/
#full_col {
	float: left;
	width: 912px;
	margin: 0;
	padding: 18px 18px 12px 30px;
	}
#main_col {
	float: left;
	width: 730px;
	margin: 0;
	padding: 15px 10px 10px 20px;
	font-size: 14px;
	color: #1F4F25;
	}
#main_col img {
	background-color: #f1e9d9;
	}
#why #main_col {
	padding-top: 38px;
	}
strong {
	color: #1F4F25;
}
#split_col1 {
	float: left;
	width: 250px;
	margin: 0;
	padding: 18px 18px 20px 25px;
	}
#split_col2 {
	float: left;
	width: 250px;
	margin: 0;
	padding: 18px 18px 100px 30px;
	}
#sub_col {
	float: left;
	width: 155px;
	margin: 2px 0 0 20px;
	border-color: #666;
	border-width: 1px;
	display: block;
	}
#sub_col ul {
	padding: 0;
	margin: 0 0 0 5px;;
	}
#sub_col li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	}
#sub_col li a, #sub_col a {
	color: #ffbc7e;
	text-decoration: none;
	}
#sub_col li a:hover, #sub_col a:hover {
	color: #ffbc7e;
	text-decoration: underline;
	}
.context_box {padding: 12px; font-size: .85em;}
#col_left {
	float: left;
	width: 220px;
	margin: 0;
	padding: 20px 20px 0 40px;
	}
#col_center {
	float: left;
	width: 350px;
	margin: 0;
	padding: 20px 0 0 20px;
	}
#col_right {
	float: right;
	width: 210px;
	margin: 0;
	padding: 20px 40px 0 0;
	}
.col {
	width: 400px;
	margin: 0 10px 0 0;
	float: left;
	padding: 10px;
	font-size: .9em;
	}
.subpage .col {
	width: 40%;
	}
.teaser {
	width: 260px;
	height: 150px;
	margin: 8px 15px 5px 0;
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	}
.teaser:hover {background: #ddd;}
.subpage .teaser {
	width: 280px;
	height: 150px;
	margin: 8px 15px 5px 0;
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	}
#ad_holder {
	float: right;
	width: 160px;
	margin: 2px 0 0 0;
	padding: 18px 18px 12px 6px;
	background-color: #D3D3D3;
	border-color: #666;
	border-width: 1px;
	display: block;
	}
#extras_holder {
	background: #B4B4B4;
	}
.newsletter {
	width: 250px;
	float: left;
	padding: 18px 0 10px 15px;
	}
.quick_links {
	width: 582px;
	float: right;
	padding: 18px 30px 10px 15px;
	}
.quick_links ul {
	font-size: .85em;
	padding-top: 15px;
	}	
.quick_links li {
	padding: 8px 0 0 0;
	}	
#pagination-digg{border:0; margin:0 auto; padding:0; width: 500px}
#pagination-digg li{
	border:0; margin:0; padding:0;
	font-size:11px;
	list-style:none;
	margin-right:2px;
	}
#pagination-digg a{
	border:solid 1px #9aafe5;
	margin-right:2px;
	}
#pagination-digg .previous-off,
#pagination-digg .next-off {
	border:solid 1px #DEDEDE;
	color:#888888;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding:3px 4px;
	}
#pagination-digg .next a,
#pagination-digg .previous a {
	font-weight:bold;
	}
#pagination-digg .active{
	background:#2e6ab1;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}
#pagination-digg a:link,
#pagination-digg a:visited {
	color:#0e509e;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
	}
#pagination-digg a:hover{
	border:solid 1px #0e509e
	}
#sort_products {
	float: right;
	background: #dddddd;
	color: #111;
	padding: 10px;
	margin: -28px 0 0 0;
	}
/* Quotes column
------------------------------------*/
.quote {
	width: 310px;
	height:250px;
	background:url(quotes.png) no-repeat 0 40px;
	margin: 0 0 0 20px;
	color: #876558;
	line-height:1.4em;
	float: left;
	}
.quote h2 {
	background: url(headline_testimonials.png);
	width: 255px;
	height:13px;
	margin: 25px 0 0 0;
	}
.quote h2 a {
	display: block;
	width: 255px;
	height:13px;
	}
.quote p {
	padding: 30px 15px 0 15px;
	font-size:1.1em;
	}
.testimonial {
	background: url(testimonial-bkg-trans.png) repeat-x;
	padding: 55px 50px 50px 50px; 
	width:558px;
	margin-left: -40px;
	}
.testimonial p { 
	background: url(quotes-long-trans.png) no-repeat 0 0;
	padding-top: 25px ;
	padding-right: 10px;
	padding-left: 30px;
	}	
.testimonial img {background: none!important;}
.testimonial-bottom {
	background: url(testimonial-bkg-bottom-trans.png) repeat-x;
	height:42px;
	width:658px;
	margin-left: -40px;
	}
/* Expert Insight
------------------------------------*/
.expert_insight {
	background:url(expert_insight.png) no-repeat 0 60px;
	width:233px;
	height:241px;
	padding: 20px 15px 0 0;
	float: left;
	}
.expert_insight h2 {
	background: url(headline_expert_insight.png);
	width: 204px;
	height:35px;
	}
.expert_insight h2 a {
	width: 204px;
	height:35px;
	display:block;
	}
	.expert_insight p {
	padding: 175px 0 0 0;
	}
/* Homepage Map
------------------------------------*/
.map {
	background:url(map_home.png) no-repeat;
	width:275px;
	height:352px;
	padding: 10px 0 0 0;
	margin: 10px 0 0 12px;
	position:relative;
	color: #fff;
	}
.map a, .map a:hover, .map a:visited {color: #fff;}
.map h2 {
	text-align: center;
	color: #fff;
	padding: 3px 0 0 0;
	font-size: 1em;
	}
.map_button {
	position: absolute;
	top: 291px;
	left: 2px;
	width: 207px;
	height:51px;
	display: block;
	color: #F47028!important;
	font-weight:bold;
	padding: 10px 0 0 65px;
	}	
.map_button:hover {
	color: #F47028!important;
	}
.map_list {
	position: absolute;
	left: 27px;
	top: 61px;
	list-style:none;
	list-style-type:none;
	margin: 0!important;
	padding: 0!important;
	}
.map_list li a {
	width: 210px;
	height:25px;
	margin: 0 0 2px 0;
	padding: 8px 0 0 8px;
	display: block;
	text-decoration:none;
	}
.map_list li a:hover {
	background-color: #83270c!important;
	text-decoration:none;
	}
/* Safaris Map
------------------------------------*/
#safaris .map {
	background:url(map_safaris.png) no-repeat;
	width:275px;
	height:352px;
	padding: 10px 0 0 0;
	margin: 10px 0 0 17px;
	position:relative;
	}
#safaris .map_list {
	position: absolute;
	left: 27px;
	top: 81px;
	list-style:none;
	list-style-type:none;
	margin: 0;
	padding: 0;
	}
#safaris .map_list li a {
	width: 210px;
	height:25px;
	margin: 0 0 2px 0;
	padding: 8px 0 0 8px;
	display: block;
	text-decoration:none;
	}
#safaris .map_list li a:hover {
	background-color: #83270c!important;
	text-decoration:none;
	}
.botswana #botswana_nav, .capetown #capetown_nav, .johannesburg #johannesburg_nav, .mauritius #mauritius_nav, .namibia #namibia_nav, .southafrica #southafrica_nav,.zambia #zambia_nav {background: #53180a;}
/* Safaris side bar nav
------------------------------------*/
#sub_col #safaris_nav ul {
	padding: 0 10px 10px 10px;
	margin: 0 auto;
	list-style:none;
	list-style-type:none;
	}
a.individual-family {
	background: url(btn-individuals-family.png) no-repeat;
	width: 263px;
	height:48px;
	display: block;
	margin: 0 0 0px 8px;	
	}
a.individual-family:hover {
	background: url(btn-individuals-family.png) no-repeat 0 -48px;
	}
.individual-family a.individual-family {
	background: url(btn-individuals-family.png) no-repeat 0 -96px;
	}
a.groups-clubs {
	background: url(btn-groups-clubs.png) no-repeat 0 -1px;
	width: 263px;
	height:48px;
	display: block;
	margin: 0 0 0px 8px;	
	}
	a.groups-clubs:hover {
		background: url(btn-groups-clubs.png) no-repeat 0 -49px;
		}
.groups-clubs a.groups-clubs {
	background: url(btn-groups-clubs.png) no-repeat 0 -97px;
	}
a.luxury-safari {
	background: url(btn-luxury-safari.png) no-repeat 0 -2px;
	width: 263px;
	height:48px;
	display: block;
	margin: 0 0 0px 8px;	
	}
	a.luxury-safari:hover {background: url(btn-luxury-safari.png) no-repeat 0 -50px;}
.luxury-safari a.luxury-safari {background: url(btn-luxury-safari.png) no-repeat 0 -98px;}
/* Expert Insight side bar nav
------------------------------------*/
#expert_insight #sub_col ul {
	padding: 0 10px 10px 10px;
	margin: 0 auto;
	list-style:none;
	list-style-type:none;
	}
#expert_insight #sub_col ul a {color: #FFAF6C;font-family: Geneva, Verdana, Helvetica, sans-serif}
a.overview {
	background: url(btn-overview.png) no-repeat;
	width: 263px;
	height:48px;
	display: block;
	margin: 0 0 0px 8px;
	}
a.overview:hover {background: url(btn-overview.png) no-repeat 0 -48px;}
.faq_overview a.overview {background: url(btn-overview.png) no-repeat 0 -96px;}
a.faq_itinerary {
	background: url(btn-itinerary.png) no-repeat 0 -1px;
	width: 263px;
	height:49px;
	display: block;
	margin: -1px 0 0px 8px;
	}
a.faq_itinerary:hover {background: url(btn-itinerary.png) no-repeat 0 -49px;}
.itinerary_help  a.faq_itinerary {background: url(btn-itinerary.png) no-repeat 0 -97px;}
a.faq_general {
	background: url(btn-faqs.png) no-repeat 0 -2px;
	width: 263px;
	height:48px;
	display: block;
	margin: -1px 0 0 8px;
	}
a.faq_general:hover {background: url(btn-faqs.png) no-repeat 0 -50px;}
.general_faqs a.faq_general {background: url(btn-faqs.png) no-repeat 0 -98px;}
.faq li {line-height: 21px;}
.itinerary_help #main_col li {
	list-style:url(bullet.gif);
	margin-bottom: 15px;
	line-height: 19px;
	position: inherit;
	}
.privacy-policy #main_col li { 
	list-style:url(bullet.gif);
	margin-bottom: 15px;
	line-height: 19px;
	position: inherit;
	}
#sitemap #main_col li { 
	list-style:url(bullet.gif);
	margin-bottom: 15px;
	line-height: 19px;
	position: inherit;
	}
#resources #main_col li { 
	list-style:url(bullet.gif);
	margin-bottom: 15px;
	line-height: 19px;
	position: inherit;
	}
/* Why Live Africa side bar nav
------------------------------------*/
#sidebar_content_holder {
	width: 286px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}
.request_info {
	background: url(btn_request_info.png) no-repeat;
	width: 263px;
	height: 49px;
	display: block;
	margin: 18px 0 14px 16px;
	z-index: 99;
	}
a.request_info:hover {
	background: url(btn_request_info.png) no-repeat 0 -48px;
	}
.request_info span {display: none;}
a.view_btn {
	background: url(btn-sidebar-view.jpg) repeat-x;
	padding: 11px 25px 18px 14px;
	text-decoration: none;
	font-size: .9em;
	color: #f47028;
	}
a.view_btn:hover {color: #d96424;text-decoration: underline;}
a.view_btn:visited {color: #f47028;}
#expert_insight_sidebar {
	background: url(sidebar-expert-insight.png) no-repeat;
	width: 265px;
	padding-top: 150px;
	margin-left: 16px;
	margin-bottom: 18px;
	}
#about_partner_company {
	background: url(sidebar-partner-company.png) no-repeat;
	width: 265px;
	padding-top: 150px;
	margin-left: 16px;
	margin-bottom: 18px;
	margin-top: 18px;
	}
#expert_insight_sidebar p, #experience_sidebar p, #contact_sidebar p, #about_partner_company p  {
	padding: 0 15px 15px 20px;
	margin: 0;
	color: #fff;
	font-size: .9em;
	}
#experience_sidebar p  {width: 115px;}
.sidebar_content_bottom {
	background:url(sidebar-content-bottom.png) no-repeat;
	width: 265px;
	height: 12px;
	margin: 0;
	padding: 0;
	}
.sidebar_content_bottom-safaris {
	background:url(sidebar-content-bottom.png) no-repeat;
	width: 265px;
	height: 12px;
	margin: 0 0 0 17px;
	padding: 0;
	}	
#experience_sidebar {
	background: url(sidebar-experience.png) no-repeat;
	width: 265px;
	padding-top: 65px;
	margin-left: 16px;
	position: relative;
	}
#contact_sidebar {
	background: url(sidebar-contact.png) no-repeat;
	width: 265px;
	padding-top: 65px;
	margin-left: 16px;
	margin-top: 15px;
	position: relative;
	}
.contact_info {color:#ffbc7e;}
#drum {position: absolute; top: 18px; left: 137px;}
#canoe {position: absolute; top: -30px; left: 110px;}
#sub_col h4 {display: none;}

/* Miscellaneous
------------------------------------*/
.button {
	background: url(button.png) no-repeat;
	width:132px;
	height:38px;
	display:block;
	padding: 9px 0 0 31px!important;
	color: #fff;
	text-decoration: none;
	font-size: 1em!important;
	margin: 0 0 0 15px!important;
	}
	.button:hover {
		background: url(button_hover.png) no-repeat;
		width:132px;
		height:38px;
		color: #000;
		}
.button-test {
	background: url(button-testimonials.png) no-repeat;
	width:132px;
	height:38px;
	display:block;
	padding: 9px 0 0 31px!important;
	color: #fff;
	text-decoration: none;
	font-size: 1em!important;
	margin: 0 0 0 15px!important;
	}
	.button-test:hover {
		background: url(button_hover-testimonials.png) no-repeat;
		width:132px;
		height:38px;
		color: #000;
		}
.button:visited {color: #fff;}
.button-test:visited {color: #fff;}
.center {text-align:center;}
.right {float: right;}
.left {float: left;}
.clear {clear: both;}
img {border: 0;}
.alert {color: #CC0000; font-weight: bold;}
.note {text-transform: uppercase; color: #ccc;}
.highlight {background-color: #ffcc99;}
/* Tables
------------------------------------*/
.tabular {
	width: 100%;
	background-color: #e6d6bd;
	border: 1px solid #b39d7d;
	margin-bottom: 10px;
	margin-top: 10px;
	}	
.tabular th {
	background-color: #c4ac89;
	text-align:left;
	height:10px;
	color: #fff;
	}
.tabular th a {color: #FFFF00;}
.tabular_highlight {background-color: #f2e7d5;}
/* Site Information
------------------------------------*/
#site_information {
	width: 840px;
	margin: 0 auto;
	padding: 15px;;
	list-style: none;
	list-style-type:none;
	clear:both;
	font-size: 0.9em;
	color: #9E825F;
	line-height:2.2em;
	text-transform:uppercase;
	}
#site_information a, #site_information a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-transform:uppercase;
	margin-right: 10px;
	}
#site_information a:hover {
	text-decoration: underline;
	}
.copyright_line, .copyright_line a, .copyright_line a:visited {
	color: #FFFFFF;
	text-transform: none;
	}
/* ---- calendar and input styles ---- */
input.DatePicker{
	display: block;
	width: 100px;
	padding: 3px 3px 3px 24px;
	border: 1px solid #0070bf;
	font-size: 13px;
	background: #fff url(date.gif) no-repeat top left;
	cursor: pointer;
	}
input:focus.DatePicker{
	background: #fffce9 url(datefocus.gif) no-repeat top left;
	}
.dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
	}
.dp_cal{
	background-color: #fff;
	border: 1px solid #0070bf;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
	}
.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	}
.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
	}
.dp_cal select option{
	padding: 1px 3px;
	}
.dp_cal th,
.dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
	}
.dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
	}
.dp_cal td{cursor: pointer;}
.dp_cal thead th{background: #d9eefc;}
.dp_cal td.dp_roll{color: #000;background: #fff6bf;}
/* must have this for the IE6 select box hiding */
.dp_hide{visibility: hidden;}
.dp_empty{background: #E9F1D4;}
.dp_today{background: #daf2e6;}
.dp_selected{color: #fff;background: #328dcf;}
/* accordian styles - Itinerary pages
------------------------------------*/
.itinerary-title { 
	cursor: auto;
	cursor: pointer;
	margin: 0;
	border-top: 1px solid #907c63;
	}
.itinerary-title  a {
	display: block;
	padding: 15px 15px 0 10px;
	width: inherit;
	height: 35px;
	color: #843c16;
	text-decoration:none;
	font-weight:bold;
	}
	.itinerary-title  a:hover {
		background-color: #843c16;
		color: #FFFFFF;
		text-decoration:none;
		}
.itinerary-content li {
	list-style:url(bullet.gif);
	margin-bottom: 15px;
	line-height: 19px;
	position:inherit;
	}
#extra-content {
	border: 2px solid #cdad84;
	padding: 20px;
	font-size: 11px; 
	background-color: #f3e7da;
	}
#extra-content p {font-weight: normal;}
.itinerary {width: 300px; height: 200px; background-color: #fff; float:right; margin-left: 13px; margin-bottom:6px; margin-top: 5px; padding: 7px;}
/* Slides 
-----------------------------------*/
#slides p {
	float: left;
	padding: 35px 15px 5px 15px;
	width: 550px;
	color: #fff;
	position:absolute;
	top: 230px; 
	left: 20px;
	}
#slide1 p {width: 410px!important; top: 201px;}
#slide2 p {width: 510px!important; top: 248px;}
#slide3 p {width: 510px!important; top: 238px;}
#slide4 p {width: 510px!important; top: 208px;}
.get-started {display: block; width: 245px; height: 45px;  position: absolute; top: 280px; left: 670px;}
#home #slide1 {
	background: url(slide1.jpg) no-repeat;
	width: 960px; height:386px;
	position: relative;
	}
#home #slide2 {
	background: url(slide2.jpg) no-repeat;
	width: 960px;
	height:386px;
	position: relative;
	left: 1px;
	}
#home #slide3 {
	background: url(slide3.jpg) no-repeat;
	width: 960px; height:386px;
	position: relative;
	}
#home #slide4 {
	background: url(slide4.jpg) no-repeat;
	width: 960px; height:386px;
	position: relative;
	}

#home #slide5 {
	background: url(slide5.jpg) no-repeat;
	width: 960px; height:386px;
	position: relative;
	}
