
/* Zero down margin and padding on all elements to zap browser defaults*/
* {
  margin: 0;
  padding: 0;
}

/* Add back some padding 
------------------------ */

#mainNav * {
  padding-left: 20px;
  padding-right: 20px;
}

#mainNav * * {
  padding-left: 0;
  padding-right: 0;
}

#contentLeft h1, #contentLeft p,
#contentLeft dl{
  margin-left: 20px;
}

#contentLeft h2, #contentLeft h3{
  padding-left: 20px;
}

#contentRight p{
  padding-right: 15px;
}

h1, h2{
  margin: 15px 0;
}

h2.first {
  margin-top: 25px;
}

/* =main structure
------------------------ */

body {
  font: 62.5%/1.6 Verdana, sans-serif;
  background-color:#fff;
  background-color: #a0bfa3;
  background-color: #d3e3c3;
  background-image : url(../images/body_bg.gif);
  text-align: center; 
  min-width: 760px;
}

#wrapper {
  background-color: #fff;
  border : 2px solid #67946c;
  border : 2px solid #f12380;
  width: 760px; 
  margin: 10px auto; 
  text-align: left; 
}

#branding {
  height: 50px;
  background-image : url(../images/banner-grad6.gif);
  background-position : top left;
  background-repeat : no-repeat;
}

#banner{
  height: 180px;
}

#mainNav { 
  width: 760px; 
  float: left;
  border-top : 1px solid #fff;
} 

#content { 
  width: 760px;
  float: left;
  margin-bottom : 25px;
}

#contentLeft{
   float : left;
	width : 520px;
}

#contentRight{
   float : right;
	width : 200px;
}

#footer { 
  clear: both; 
  background-color : #21845a;
  background-color : #2a845c;
  /*background-image : url(../images/banner-grad3.gif);*/
  padding: 1px 20px;
}

.clear{
	clear : both;
}

/* =a
------------------------ */

a:link, a:visited {
  color : #c06;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration : underline;
}

#contentRight a, #contentLeft a {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body.africa a#africa{
  font-weight: bold;
  color: #2a845c;
  border-bottom: 1px dashed #2a845c;
}

/* =ul
------------------------ */

#mainNav ul {
 margin : 0;
 padding : 0;
 list-style : none;
 width : 760px;
 float : left;             /* float ul to prevent collapsing */
 background : url(../images/mainNavBgPink.gif) repeat-x;
}

#mainNav ul li {
  float : left;
}

#mainNav ul a {
  display : block;
  padding : 0 1em;
  font-size: 1.24em;
  line-height : 2.1em;
  background : url(../images/mainNavBorderPink.gif) repeat-y left top;
  text-decoration : none;
  color : #fff;
}

#mainNav ul a:hover {
  text-decoration : underline;
}

#mainNav ul .first a {
  background : none;
}

#contentRight ul {
 list-style : none;
  margin-right: 20px;
}

#contentRight ul li{
  display : inline;       /* Kludge to fix gaps between lines in IE/Win */
}

#contentRight ul a{
  display : block;
  font-size: 1.2em;
  padding : 0.2em 0;
  padding-left: 10px;
  border-bottom: 1px dashed #ccc;
}

/* =h
------------------------ */

h1 {
  font-size: 2.0em;
  font-weight: normal;
  color : #000;
  color : #2a845c;
  font-family: Verdana, sans-serif;
/*  border-bottom: 1px dashed #2a845c;*/
}

h2 {
  font-size: 1.25em;
  font-weight: normal;
  color : #000;
  color : #2a845c;
  font-weight: bolder;
  font-family: Verdana, sans-serif;
}

body.home #contentRight h2 {
	font-size : 1em;
	margin-bottom : 2px;
	margin-left : 2px;
}


h3 {
  margin-top: 1em;
  font-size: 1.4em;
  font-weight: normal;
  color : #000;
  color : #2a845c;
}

/* =p
------------------------ */

p {
  font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  margin: .75em 0;
  color : #21845a;
  color: #000;
}

#branding p{
  font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 2.2em;
  text-align: left;
  color : #fff;
  margin : 0;
  padding-left : 10px;
  height: 15px;
}

#footer p {
  font-size : 1em;
  color : #fff;
  text-align : center;
}

#contentRight p{
	font-size : 1.2em;
}

#contentLeft p.photocredit{
	font-size : 1em;
	font-style: italic;
}

body.home #contentRight p {
	font-size : 1em;
	margin-left : 2px;
	margin-bottom : 15px;
   color : #2a845c;
}


#branding p{
  font-family: Verdana, sans-serif;
  padding-top: 3px;
	
}

#branding span#telfaxemail{
   font-size: 0.5em;
   color: #fff;
	padding-left:  450px;
}

body.itinerary #contentLeft p{
margin-left : 35px;
}

body.destinations #contentLeft p {
 margin-left: 30px;
}

p.attribute{
   color : #2a845c;
	font-style: italic;
   padding-bottom: 1.5em;
	border-bottom: 1px dashed #ccc;	
}

/* =dl
------------------------ */

#contentLeft dl{
  font-size: 1.1em;
  font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#contentLeft dt{
  font-size : 1.2em;
  clear: left;
  padding: 1em 0;
  color : #2a845c;
  font-weight: bolder;
}

#contentLeft dd{
  padding-bottom : 20px;
  padding-left : 150px;
  border-bottom : 1px dashed #ccc;
}
/* =images
------------------------ */

.imgLeft{
  float : left;
  padding: 1px;
  margin-right : 20px;
  margin-left : 20px;
  border: 3px solid #d3e3c3;
  border: 3px solid #82a88b;
}

#contentLeft dd img.imgLeft{
  float : left;
  margin-right : 10px;
}

img.favourite{
  float: left;
  padding: 1px;
  margin-right : 15px;
  border: 3px solid #82a88b;
}

#banner .banner{
	border-top : solid 1px #fff;
	border-bottom : solid 1px #fff;
}

body.home #contentRight img.uptc {
	margin-top : 20px;
}

body.home #contentRight img.atol {
	margin-right : 10px;
}

/* table
------------------------ */

table#special_interests {
	margin-left: 30px;
}

/* td
------------------------ */

table#special_interests td{
   margin : 2px 3px;
	width : 110px;
   color : #2a845c;
	font-size: 1.1em;
}


/* =links
------------------------ */

#content a[href^="http:"] {
  background: url(../images/externalLink.gif) no-repeat right top;
  padding-right: 15px;
}

#content a[href^="mailto:"] {
  background: url(../images/email.png) no-repeat right top;
  padding-right: 15px;
}

/* =acronym, abbr
------------------------ */

#content p acronym {
  padding-left: 0px;
  border-bottom : 1px dotted;
  text-decoration : none;
  cursor : help;
}

/* =google map stuff
------------------------ */

.infoWindow {
float : left;
width: 12em;
/*margin-left : -60px;*/
font-size: 1.5em;
color : #2a845c;
}


/* terms page */


div#terms h3{
	font-size: 1.1em;
	padding-bottom: 0;
}
div#terms h4{
	font-size: 1.0em;
	padding-left: 20px;
}


div#terms table.cancellations-table{
	margin-left: 40px;
	border: none;
}

div#terms table.cancellations-table td{
	font-size: 1em;
	padding: 1px;
}