@charset "utf-8";
/* Liquid Horizon CSS Document */

* { 
margin: 0px;
padding: 0px;
}

html {
width: 100%;
height: 100%;
background: url('../images/bg_htmltile.gif') top left repeat #121212;
}
body {
width: 100%;
height: 100%;
padding-bottom: 20px;
text-align: center;
}

h1 {
display: none;
}
h2 {
font-family: Century Gothic;
font-size: 24px;
font-weight: normal;
color: #09C;
}
h3 {
font-family: Arial;
font-size: 16px;
color: #09C;
margin-bottom: 10px;
}

p {
font-family: Arial;
font-size: 11px;
color: #000;
line-height: 120%;
padding-bottom: 10px;
}

ul {
list-style-type: none;
margin-bottom: 10px;
}
li {
font-family: Arial;
font-size: 11px;
color: #666;
}

a {
font-family: Arial;
font-size: 11px;
color: #069;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

.clear {
clear: both;
}

#wrapper {
width: 950px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#logowrapper {
width: 950px;
}
#logo {
float: left;
width: 217px;
height: 108px;
background: url('../images/logo.gif') top left no-repeat;
}
#headerimages {
float: left;
width: 733px;
height: 108px;
}

#navwrapper {
width: 950px;
height: 33px;
background: url('../images/bg_navb.jpg') top left repeat-x #121212;
border-bottom: 1px solid #121212;
}
#nav {
height: 33px;
}
	#nav ul {
	height: 33px;
	margin-left: 20px;
	}
	#nav li {
	float: left;
	height: 33px;
	margin-right: 12px;
	}
	#nav li a {
	display: block;
	font-family: Century Gothic;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 8px;
	}
	#nav li a:hover {
	color: #CCC;
	}
	#nav li a.on {
	display: block;
	font-family: Century Gothic;
	font-size: 11px;
	color: #22C8FF;
	text-decoration: none;
	padding-top: 8px;
	/*background: url('../images/bg_nava.gif') top center no-repeat;*/
	}
	
	#nav li ul {
	display: none;
	position: absolute;
	margin-left: 0px;
	background: url('../images/bg_liul.png') top left repeat;
	border-left: 1px solid #2B3B44;
	border-right: 1px solid #2B3B44;
	padding: 0px 10px 15px 10px;
	}
	#nav li ul li {
	clear: left;
	height: 15px;
	margin-right: 0px;
	margin-bottom: 4px;
	}
	#nav li ul li.nolink {
	clear: left;
	height: 15px;
	margin-right: 0px;
	margin-bottom: 4px;
	padding-top: 9px;
	}
	#nav li:hover ul {
	display: block;
	}
	
	

#breadcrumbs {
width: 950px;
height: 25px;
background: #CCC;
}
	#breadcrumbs ul {
	height: 33px;
	margin-left: 20px;
	}
	#breadcrumbs li {
	float: left;
	font-family: Arial;
	font-size: 11px;
	height: 33px;
	margin-right: 4px;
	padding-top: 5px;
	color: #000;
	}
	#breadcrumbs li a {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	}
	#breadcrumbs li a:hover {
	color: #FFF;
	}	

#contentwrapper {
width: 930px;
padding-top: 9px;
padding-bottom: 9px;
padding-left: 20px;
background: url('../images/bg_contentwrapper.jpg') top left no-repeat #FFF;
}
#contentwrapper_fizantakraal {
width: 870px;
margin-left: 105px;
}
#contentwrapper_alt {
float: left;
width: 638px;
margin-right: 10px;
padding-top: 9px;
padding-bottom: 9px;
padding-left: 20px;
background: url('../images/bg_contentwrapper.jpg') top left no-repeat #FFF;
}

#footer {
width: 950px;
}
	#arbwrapper {
	margin-top: 280px;
	width: 668px;
	}
	#contactdetails {
	padding-top: 7px;
	padding-bottom: 7px;
	}
		#contactdetails p {
		font-size: 13px;
		}
		#contactdetails a {
		font-family: Arial;
		font-size: 13px;
		color: #0CF;
		line-height: 120%;
		}
	#HRdivider {
	width: 634px;
	height: 1px;
	display: block;
	background: #FFF;
	}
	#associatelogos {
	
	}
		#associatelogos img {
		float: left;
		margin-right: 10px;
		border: 0px;
		}
		
	#newslinks {
	width: 260px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border: 1px solid #182227;
	}
		#newslinks #text {
		width: 250px;
		font-family: Century Gothic;
		font-size: 11px;
		font-weight: bold;
		padding: 5px;
		background: #182227;
		margin-bottom: 4px;
		}
		#newslinks #text p {
		color: #FFFFFF;
		}
		#newslinks ul {
		list-style-type: disc;
		color: #FFFFFF;
		margin-left: 15px;
		margin-bottom: 0px;
		}
		#newslinks ul li a {
		color: #FFFFFF;
		}
		
		
	#signup {
	width: 260px;
	background: #999;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border: 1px solid #22C8FF;
	}
		#signup #text {
		width: 250px;
		font-family: Century Gothic;
		font-size: 11px;
		font-weight: bold;
		color: #FFF;
		padding: 5px;
		background: #22C8FF;
		margin-bottom: 4px;
		}
		#signup #form {
		}
		#form form input.inputbox1 {
		float: left;
		width: 193px;
		height: 15px;
		border: 1px solid #000;
		font-family: Century Gothic;
		color: #333;
		padding-left: 5px;
		padding-bottom: 3px;
		padding-top: 1px;
		margin-left: 4px;
		}
		#form form input.inputbox2 {
		float: left;
		width: 193px;
		height: 15px;
		border: 1px solid #000;
		font-family: Century Gothic;
		color: #333;
		padding-left: 5px;
		padding-bottom: 3px;
		padding-top: 1px;
		margin-left: 4px;
		}
		#form form input.submitbutton {
		float: left;
		width: 48px;
		height: 21px;
		padding: 0px;
		border: 0px;
		background: url('../images/submitButton.gif') top left no-repeat;
		}
		#footer #sitemap {
		display: none;
		float: right;
		width: 100px;
		text-align: right;
		padding-bottom: 12px;
		}
		#sitemap a.sitemaplink {
		font-family: "Times New Roman", Times, serif;
		color: #999999;
		font-size: 12px;
		text-decoration: none;
		}
/* Page specific formatting */
/* HOME */
#contentwrapperHome {
width: 950px;
padding-bottom: 9px;
}

#contentHomeLeft {
float: left;
width: 668px;
height: 403px;
padding-top: 15px;
}
#contentHomeLeftC {
float: left;
width: 668px;
height: 403px;
padding-top: 0px;
}

	#CHLcolumnone {
	float: left;
	width: 300px;
	margin-right: 34px;
	}
	#CHLcolumntwo {
	float: left;
	width: 300px;
	}
	#contentHomeLeft p {
	font-family: Arial;
	font-size: 13px;
	color: #FFF;
	line-height: 120%;
	}
	#contentHomeLeft p {
	font-family: Arial;
	font-size: 13px;
	color: #FFF;
	line-height: 120%;
	}

#contentHomeRight {
float: left;
width: 262px;
height: 465px;
background: #999999;
padding: 10px;
}
#contentHomeRight #hp_blend {
margin-left: auto;
margin-right: auto;
}
#contentHomeRight .blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}
#newslink {
position: absolute;
top: 150px;
left: 745px;
width: 262px;
padding: 10px;
}
#newslink p {
font-family: Century Gothic;
font-size: 12px;
color: #FFF;
}
#newslink a {
font-family: Century Gothic;
font-size: 12px;
color: #FFF;
}
#newslink a {
text-decoration:none;
}
#newslink p.newslinkHeading {
font-size: 16px;
font-weight: bold;
}
/* DESTINATIONS */
#destinationsHeader {
width: 950px;
height: 42px;
padding-top: 11px;
}

#Linksheader {
width: 950px;
padding-top: 11px;
margin-bottom: 15px;
}

#destinationsHeader2 {
width: 950px;
height: 42px;
padding-top: 11px;
}

#whatsHot {
width: 890px;
height: 210px;
padding: 10px;
background: #069;
}
#WHone {
float: left;
width: 288px;
height: 204px;
margin-right: 12px;
}
#WHtwo {
float: left;
width: 288px;
height: 204px;
margin-right: 12px;
}
#WHthree {
float: left;
width: 288px;
height: 204px;
}
	#whatsHot p.placename {
	font-family: Century Gothic;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	}
	#whatsHot p.description {
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	}
	#whatsHot p.seemore {
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	float: right;
	}
	#whatsHot a {
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	}

div.destinationwrapper {
float: left;
width: 219px;
}
	div.destinationwrapper p.Dheading {
	font-family: Century Gothic;
	font-size: 14px;
	font-weight: bold;
	color: #069;
	padding-top: 4px;
	padding-bottom: 4px;
	}	
	
	div.destinationwrapper ul {
	
	}
	div.destinationwrapper li {
	
	}
	div.destinationwrapper li a {
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	}
	div.destinationwrapper li a:hover {
	color: #069;
	}
	
div.destinationwrapper_ct {
float: left;
width: 219px;
height: px;
margin-right: 10px;
margin-bottom: 10px;
text-align: center;
}
	div.destinationwrapper_ct p.Dheading {
	font-family: Century Gothic;
	font-size: 14px;
	font-weight: bold;
	color: #069;
	padding-top: 4px;
	padding-bottom: 4px;
	}
	
div.verticalspacer {
display: block;
width: 11px;
height: 123px;
float: left;
}

#destinationsContent {
float: left;
width: 530px;
}
	#destinationsContent ul {
	
	}
	#destinationsContent li {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-bottom: 2px;
	}
	#destinationBrief li.location {
	padding-left: 27px;
	background: url('../images/bullets_location.gif') top left no-repeat;
	width: 117px;
	color: #069;
	font-weight: bold;
	float: left;
	}
	#destinationBrief li.fishery {
	padding-left: 27px;
	background: url('../images/bullets_fishery.gif') top left no-repeat;
	width: 117px;
	color: #069;
	font-weight: bold;
	float: left;
	}
	#destinationBrief li.season {
	padding-left: 27px;
	background: url('../images/bullets_season.gif') top left no-repeat;
	width: 117px;
	color: #069;
	font-weight: bold;
	float: left;
	}
	#destinationBrief li.accommodation {
	padding-left: 27px;
	background: url('../images/bullets_accommodation.gif') top left no-repeat;
	width: 117px;
	color: #069;
	font-weight: bold;
	float: left;
	}
	#destinationBrief li.getthere {
	padding-left: 27px;
	background: url('../images/bullets_getthere.gif') top left no-repeat;
	width: 117px;
	color: #069;
	font-weight: bold;
	float: left;
	display: block;
	}
	#destinationBrief li.getthere2lines {
	padding-left: 27px;
	background: url('../images/bullets_getthere.gif') top left no-repeat;
	width: 117px;
	color: #069;
	font-weight: bold;
	float: left;
	display: block;
	}
	#destinationBrief li.guestsmin {
	display: block;
	padding-left: 27px;
	background: url('../images/bullets_guests_min.gif') top left no-repeat;
	width: 117px;
	color: #069;
	font-weight: bold;
	float: left;
	display: block;
	}
	#destinationBrief li.guestsmax {
	display: block;
	padding-left: 27px;
	background: url('../images/bullets_guests_max.gif') top left no-repeat;
	width: 117px;
	color: #069;
	font-weight: bold;
	float: left;
	display: block;
	}
	#destinationBrief li.links {
	display: block;
	padding-left: 27px;
	background: url('../images/bullets_links.gif') top left no-repeat;
	width: 117px;
	color: #069;
	font-weight: bold;
	float: left;
	display: block;
	}	
	#destinationBrief li.articles {
	display: block;
	padding-left: 27px;
	background: url('../images/bullets_articles.gif') top left no-repeat;
	width: 117px;
	color: #069;
	font-weight: bold;
	float: left;
	}
		#destinationsContent li span.blue {
		display: block;
		width: 117px;
		color: #069;
		font-weight: bold;
		float: left;
		}
		li.brief {
		display: block;
		width: 350px;
		float: left;
		}
		span.spanclear {
		clear: both;
		}
	/*#destinationsContent div.horizontalRule {
	display: block;
	width: 530px;
	height: 1px;
	background: #999;
	margin-top: 9px;
	margin-bottom: 9px;
	}*/
	#destinationsContent p {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	line-height: 120%;
	padding-bottom: 10px;
	}
	#destinationsContent p.blue {
	color: #069;
	font-weight: bold;
	padding-bottom: 3px;
	}
	#destinationsContent a {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #0CF;
	line-height: 120%;
	padding-bottom: 10px;
	}
	#destinationsContent a:hover {
	color: #069;
	}
	#otherlogos img {
	float: left;
	margin-right: 20px;
	}
	
#destinationsImages {
float: left;
width: 370px;
}
	#destinationsImages img {
	float: left;
	width: 175px;
	height: 116px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 0px;
	}

/* Cape Town */
#CTintro {
padding-bottom: 20px;
}

/* Magazine Articles */

div.magazineheader {
padding-bottom: 20px;
}
	.magazineheader h3 {
	font-family: century gothic;
	font-size: 18px;
	font-weight: bold;
	
	color: #069;
	}

p.articleheading {
width: 900px;
font-family: century gothic;
font-size: 14px;
font-weight: normal;
margin-bottom: 25px;
color: #069;
border-bottom: 1px solid #000;
}

div.articlewrapper {
float: left;
width: 170px;
height: 205px;
margin-right: 13px;
}
div.magthumbnail {
text-align: center;
}
div.articlebrief {

}
.articlebrief p.articleheader {
font-family: century gothic;
font-size: 12px;
font-weight: bold;
color: #069;
padding-top: 5px;
padding-bottom: 5px;
}
div.magvertdivider {
display: block;
width: 12px;
height: 100px;
float: left;
}

/* Corporate Events */

table {
width: 95%;
border-collapse: collapse;
border: 1px solid #000;
margin-bottom: 10px;
}
td {
border: 1px solid #000;
padding: 10px;
}
td ul {
list-style-type: circle;
margin-left: 25px;
}

#corporate2010 {
width: 800px;
margin-left: 55px;
background: #FFF;
padding-bottom: 6px;
}
#corporatecontent {
width: 768px;
margin-left: 6px;
padding: 10px;
background: #E7E7E7;
}
	#corporatecontent #columnone {
	float: left;
	width: 300px;
	margin-right: 22px;
	}
	#corporatecontent #columntwo {
	float: left;
	width: 300px;
	margin-right: 22px;
	}
	#corporatecontent #columnthree {
	float: left;
	width: 100px;
	}

#corporategallery {
background: #808080;
width: 895px;
padding-top: 25px;
padding-left: 25px;
}

#corporategallery img {
float: left;
width: 200px;
height: 133px;
margin-right: 17px;
margin-bottom: 20px;
}

/*  Gallery  */
#contentwrapper_PG {
width: 944px;
padding-top: 9px;
padding-bottom: 0px;
padding-left: 0px;
background: url('../images/bg_contentwrapper.jpg') top left no-repeat #FFF;
border: 3px solid #FFF;
}

#galleryHeader {
width: 950px;
padding-top: 11px;
padding-left: 20px;
padding-bottom: 11px;
}
#galleryHeader h2 {
padding-bottom: 15px;
}
#galleryHeader span.galleryheading {
width: 900px;
font-family: century gothic;
font-size: 14px;
font-weight: normal;
margin-bottom: 25px;
color: #069;
}

#gallery {
background: #808080;
padding-top: 25px;
padding-left: 27px;
}

#gallery img {
float: left;
width: 200px;
height: 133px;
margin-right: 25px;
margin-bottom: 25px;
}

/* Profile: Graeme Field */

#profilewrapperLEFT {
width: 610px;
float: left;
}


/* General class tools */

span.blue {
color: #0CF;
}

div.horizontalRule {
display: block;
width: 90%;
height: 1px;
background: #CCC;
margin-top: 9px;
margin-bottom: 9px;
}

p.largetext {
font-size: 12px;
}

p.ctdescr {
padding-bottom: 10px;
}

p.home {
font-family: Arial;
font-size: 12px;
color: #FFF;
line-height: 120%;
}
a.home {
font-family: Arial;
font-size: 12px;
color: #0CF;
line-height: 120%;
text-decoration: none;
}
p.blueH {
display: block;
width: 117px;
color: #0CF;
font-weight: bold;
font-size: 12px;
padding-bottom: 5px;
}

div.defaultcolumnOne {
float: left;
width: 290px;
margin-right: 15px;
}
div.defaultcolumnTwo {
float: left;
width: 290px;
margin-right: 15px;
}
div.defaultcolumnThree {
float: left;
width: 300px;
}
div.twocolumnWide {
float: left;
width: 600px;
}

div#widewrapper {
width: 800px;
}
	#widewrapper ul {
	list-style-type: disc;
	margin-left: 25px;
	}
	#widewrapper ol {
	margin-left: 25px;
	margin-bottom: 15px;
	}
/* HTML magazine articles */

#articleHeader {
width: 950px;
padding-top: 11px;
}

div#widewrapper_articles {
width: 800px;
}
#widewrapper_articles img.left {
float: left;
margin-right: 12px;
}

#widewrapper_articles img.right {
float: right;
margin-left: 12px;
}

p.blue {
color: #069;
font-weight: bold;
padding-bottom: 3px;
}

/* Links */

#newsidebar {
float: left;
width: 262px;
background: #2A3B43;
padding: 10px;
}

#linksdiv ul {

}
#linksdiv ul li {
display: block;
margin-bottom: 15px;
}
#linksdiv img {
border: 0px;
height: 50px;
}


#sidebarlinks  {
margin-bottom: 15px;
}
#sidebarlinks p {
width: 252px;
font-family: Century Gothic;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
padding: 5px;
margin-bottom: 4px;
}
#sidebarlinks img {
width: 262px;
border: 0px;
margin-bottom: 10px;
} 

#facebooklink {
background: #999999;
border: 1px solid #AAAAAA;
margin-bottom: 10px;
}

ul.discli {
list-style-type: disc;
margin-left: 25px;

}
ul.discli li {
font-family: Arial;
font-size: 11px;
color: #000;
}
