html { overflow-y:scroll; height:100%; }

body {
  text-align: center;
  background-color: rgb(203, 215, 213);
  margin: 0px;
  padding: 0px;
  font-family: arial, sans-serif;
}

h1 {
  color: rgb(102, 102, 102);
  font-size: 77px;
  line-height: 90px;
  font-weight: 600;
  letter-spacing: -5px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

h2 {
  color: rgb(157, 157, 157);
  font-size: 33px;
  line-height: 43px;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 0px 0px 10px 0px;
}

h3 { font-size: 21px; line-height: 24px; color: rgb(157, 157, 157); margin: 20px 0px 0px 0px; padding: 0px; }


a { color: rgb(215, 166, 0); text-decoration: none; }
a:hover { text-decoration: underline; }

dt { font-weight: bold; }
dd { margin: 0px 0px 12px 0px; }

dd.bmargin { margin-bottom: 20px; }

form { margin: 0px; padding: 0px; }
img { border: 0px; }

hr { border: none; border-top: 5px solid #ddd; margin: 20px 0px; }

.larger { font-size: 18px; color: rgb(215, 166, 0); line-height: 1em; }
div.error { color: red; padding: 5px; border: 1px solid red; margin: 10px 0px; }
p.error, dt.error { color: red; }


.cboth
{
  clear: both;
}

#container {
  width: 950px;
  margin: 0px auto;
  background: #fff;
  text-align: left;
  position: relative;
  min-height: 300px;
}

#header {
  padding: 124px 0px 11px 0px;
  margin: 0px 15px 10px 15px;
  border-bottom: 1px solid #ccc;
  zoom: 1;
}

#logo {
  position: absolute;
  top: 48px;
  left: 15px;
  width: 244px;
  display: block;
}
#logo img { border: none; }

#strap {
  position: absolute;
  top: 21px;
  right: 15px;
  text-align: right;
  font-size: 20px;
  color: rgb(128, 128, 128);
  letter-spacing: -1px;
  line-height: 22px;
}
#strap strong { color: rgb(215, 166, 0); font-weight: normal; font-size: 22px; }
#strap a { color: rgb(0, 0, 0); text-decoration: none; }
#strap a:hover { text-decoration: underline; }

#main-menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  zoom: 1;
}
#main-menu li { float: left; margin-right: 7px; }
#main-menu li a {
  text-decoration: none;
  color: rgb(128, 128, 128);
  display: block;
  padding: 0px 2px 2px 2px;
  border-bottom: 7px solid rgb(227, 227, 227);
}
#main-menu li.current a, #main-menu a:hover { border-bottom-color: rgb(215, 166, 0); }
#main-menu li.current a.south-and-south-east-asia, #main-menu a.south-and-south-east-asia:hover { border-bottom-color: rgb(162, 167, 106); }
#main-menu li.current a.africa-and-indian-ocean, #main-menu a.africa-and-indian-ocean:hover { border-bottom-color: rgb(247, 149, 20);}
#main-menu li.current a.central-and-south-america, #main-menu a.central-and-south-america:hover{ border-bottom-color: rgb(122, 35, 127); }

#sub-menu {
  list-style: none;
  margin: 8px 0px 0px -5px;
  padding: 0px;
  overflow: hidden;
  zoom: 1;
}
#sub-menu li { float: left; margin-right: 3px; }
#sub-menu li a { font-size: 12px; text-decoration: none; display: block; padding: 5px; color: rgb(128, 128, 128); }
#sub-menu li.current a, #sub-menu li a:hover { background-color: rgb(215, 166, 0); color: white; -webkit-border-radius: 5px; -moz-border-radius: 5px; }

#content {
  padding: 0px 15px 40px 15px;
  font-size: 12px;
  line-height: 18px;
  min-height: 300px;
}

#register {
  background: url(/images/shim-black-alt.png);
  padding: 18px 0px 18px 40px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-shadow: rgb(0, 0, 0) 0px 0px 5px;
  text-align: left;
  letter-spacing: -1px;
  clear: left;
}
#register-email {
  border: none;
  padding: 6px 6px;
  height: 18px;
  margin-left: 100px;
  width: 350px;
  font-size: 14px;
  color: #777;
}
#register input { vertical-align: middle; }

#footer {
  background: rgb(131, 121, 102) url(/images/foot-bg.jpg) repeat-x left top;
  text-align: left;
  overflow: hidden;
  zoom: 1;
  padding: 20px 0px 100px 25px;
  color: white;
  line-height: 15px;
  font-size: 11px;
}
#footer-inner a { color: white; }
#footer-inner a:hover { background: rgb(60, 55, 44); padding: 3px; margin-left: -3px; text-decoration: none; }
#footer-inner li#atol a:hover { background: transparent; padding: 0px; margin-left: 0px; }
#footer-inner ul {
  width: 160px;
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#footer li.spaced-out { margin: 0.8em 0px; }

.link-list {
  border-top: 1px dotted #ddd;
  list-style: none;
  margin: 35px 0 0 0;
  padding: 0px;
}
.link-list li {
  padding: 5px;
  border-bottom: 1px dotted #ddd;
}
.link-list a {
  padding: 5px;
  margin-left: 20px;
  text-decoration: none;
}
.link-list a:hover { background: rgb(215, 166, 0); color: white; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.link-list li.share { background: url(/images/share-icon.gif) no-repeat left center; }
.link-list li.print { background: url(/images/print-icon.gif) no-repeat left center; }
.link-list li.pdf { background: url(/images/pdf-icon.gif) no-repeat left center; }

.link-list.nomargin { margin-top: 0px; }

.header-images {
  height: 375px;
  overflow: hidden;
  background: #f3f3f3;
  margin-bottom: 30px;
  position: relative;
}

.header-numbers {
  position: absolute;
  right: 15px;
  top: 14px;
  z-index: 100;
  display: none;
}

.header-numbers a {
  display: block;
  float: left;
  background: #fff;
  margin-left: 5px;
  font-weight: bold;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
}
.header-numbers a:hover, .header-numbers a.current { background: rgb(240, 104, 0); color: white; }
.header-image {
  float: left;
  height: 375px;
  width: 920px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 50;
}
.header-image.hidden { display: none; }

.header-image img { height: 375px; width: 920px; }

.header-image-caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 920px;
  color: white;
  font-weight: bold;
  font-size: 11px;
}

#page-left {
  width: 200px;
  float: left;
}
#page-left h2 { font-size: 21px; line-height: 24px; margin-bottom: 20px; }

#page-body {
  margin-left: 215px;
  min-height: 500px;
}

.subheading
{
  font-size: 15px;
  font-weight: bold;
}
/*****************************************************************************/
body#itinerary-body {
  height:100%;
}

body#itinerary-body #container {
  min-height:100%;
  
}

#download-body {
  margin-left: 107px;
  margin-right: 107px;
  text-align:center;
}

#itinerary-loading {
  display:none;
  padding-top:25px;
  padding-bottom:25px;
}

.pdf-text {
  display:block;
  margin-top: 60px;
  font-size:.9em;
}

#pdf{
  display:none;
}
/*****************************************************************************/

body#home {
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100%;
  color: #FFF;
}

/*#home-wrapper {
  position:relative;
	width: 940px;
	min-height: 100%;
  margin: 0px auto -60px auto;
  height: auto !important;
  height: 100%;
}
*/
#home-register {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 100;
}

#home-submit {
  clear: both;
  background: url(/images/shim-black-alt.png);
  padding: 18px 0px 18px 40px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-shadow: rgb(0, 0, 0) 0px 0px 5px;
  text-align: left;
  letter-spacing: -1px;
}
#home-submit input { vertical-align: middle; }

#home-snippet {
  position: absolute;
  top: 145px;
  left: 60px;
  width: 520px;
  color: white;
  text-align: left;
  text-shadow: rgb(0, 0, 0) 0px 0px 10px;
  font-size: 16px;
  font-weight: 600;
}
#home-snippet h1 { color: white; font-size: 88px; letter-spacing: -4px; }
#home-snippet p { margin-top: 0px; text-shadow: rgb(0, 0, 0) 0px 0px 4px; }

#home-content-inner {
  width: 1036px;
  margin: 0 auto;
  position: relative;
  padding: 0px 20px;
}
/*
#home-content {
  width:350px;
  min-height:300px;
  float:right;
  z-index:100;
  text-align: left;
  font-size: 11px;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: bottom left;
}

#home-content-inner {
  padding-left: 15px;
  padding-right:15px;
  padding-top: 100px;
  background-color: white;
  background-image: url(/images/home-bg.jpg);
  background-repeat: no-repeat;
}

#home-content-inner p { margin: 0.5em 0px; }

#home-content h2 {
  color: rgb(119, 119, 119);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  margin: 20px 0px 7px 0px;
  line-height: normal;
}

#home-content ul {
  list-style: none;
  margin: 0px -15px 0px -15px;
  padding: 0px;
}

#home-content li {
  margin-bottom: 3px;
}

#home-content a {
  display: block;
  padding: 10px 30px;
  background-color: rgb(220, 167, 30);
  font-size: 18px;
  color: white;
}
#home-content a:hover { background-color: rgb(186, 138, 12); text-shadow: rgb(0, 0, 0) 1px 1px 4px; }
#home-content li.second-last { margin-top: 22px; margin-bottom: 3px; }
#home-content li.last { margin-bottom: 0px; }
#home-content li.central-and-south-america a { background-color: rgb(125, 47, 120); }
#home-content li.africa-and-indian-ocean a { background-color: rgb(245, 153, 37);}
#home-content li.south-and-south-east-asia a { background-color: rgb(165, 168, 116); }

#home-content li.central-and-south-america a:hover { background-color: rgb(77, 28, 73); }
#home-content li.africa-and-indian-ocean a:hover { background-color: rgb(203, 126, 29); }
#home-content li.south-and-south-east-asia a:hover { background-color: rgb(124, 127, 87); }
*/

#home #footer {
  clear: both;
}

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

#region-content {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 40px;
}

#region-content-first {
  float: left;
  width: 200px;
}

#region-content-testimonial {
  /*color: rgb(181, 181, 181);*/
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 24px;
  margin-bottom: 30px;
}

#region-content-second, #region-content-third {
  float: left;
  width: 200px;
  margin-left: 15px;
}
#region-content-second p, #region-content-third p { margin-top: 0px; padding-top: 0px; }

#region-content-fourth {
  float: left;
  width: 230px;
  margin-left: 40px;
}

#region-content-fourth img { width: 230px; }

#region-map {
  margin: 0px 0px 40px 0px;
  padding-bottom: 3px;
  border-bottom: 13px solid rgb(234, 105, 10);
  height: 454px;
}
#region-map>div:first-child { border-bottom: 4px solid white; }

#region-spotlight {
  overflow: hidden;
  padding-bottom: 5px;
  margin-left: -5px;
  zoom: 1;
}

.region-spotlight-item {
  width: 200px;
  margin-right: 15px;
  margin-left: 5px;
  float: left;
}
.region-spotlight-item img.thumb { margin: 0px 0px 10px 0px; width: 200px; height: 200px; border: 0px; }
.region-spotlight-item h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 0px;
  text-transform: lowercase;
}
.region-spotlight-item h4 {
  font-size: 22px;
  font-weight: normal;
  color: rgb(106, 106, 106);
  letter-spacing: -1px;
  margin: 10px 0px 10px 0px;
  line-height: 22px;
  text-transform: lowercase;
}

.region-spotlight-pricing {
  color: rgb(145, 63, 0);
  font-size: 14px;
}

.region-spotlight-item a { padding: 4px; margin-left: -5px; }
.region-spotlight-item a:hover {
  background-color: rgb(234, 105, 10);
  text-decoration: none;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

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


#destination-content {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 40px;
}

#destination-content-first {
  float: left;
  width: 200px;
}

#destination-content-first h3 {
  margin: 0px 0px 5px 0px;
  color: rgb(102, 102, 102);
  font-size: 16px;
}

#destination-content-testimonial {
  /*color: rgb(181, 181, 181);*/
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 24px;
  margin-top: 30px;
}

.journeys-link
{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 24px;
  color: #7A237F;
  margin-top: 20px;
}

.journeys-link a
{
  color: #7A237F;
}

#destination-content-second, #destination-content-third {
  float: left;
  width: 200px;
  margin-left: 15px;
}
#destination-content-second p, #destination-content-third p { margin-top: 0px; padding-top: 0px; }

#destination-content-fourth {
  float: left;
  width: 230px;
  margin-left: 40px;
}
#destination-content-fourth img { width: 230px; }

#destination-articles-header {
  font-size: 44px;
  color: rgb(157, 157, 157);
}

#destination-articles {
  overflow: hidden;
  padding-bottom: 5px;
  margin-left: -5px;
  zoom: 1;
}

.destination-article-container {
  overflow: hidden;
  margin-bottom: 30px;
}

.destination-article {
  width: 200px;
  margin-right: 10px;
  margin-left: 5px;
  float: left;
  margin-bottom: 5px;
}
.destination-article img.thumb { margin: 10px 0px; width: 200px; height: 200px; }
.destination-article strong, .destination-article .strong {
  color: rgb(102, 102, 102);
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  display: block;
  margin: 0px 0px 10px 0px;
}
.destination-article a, .destination-article .link { font-weight: bold; }
.destination-article a { padding: 4px; margin-left: -5px; }
.destination-article a:hover {
  background-color: rgb(234, 105, 10);
  text-decoration: none;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#memoryarchive-content .destination-article a { margin-left: 0px; }

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


#location-content {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 40px;
}

#location-content-first {
  float: left;
  width: 595px;
}

#location-content-first h3 {
  margin: 0px 0px 5px 0px;
  font-size: 16px;
}


#location-content-first p { margin-top: 0px; padding-top: 0px; }

#location-content-second {
  float: left;
  width: 290px;
  margin-left: 35px;
}

#location-content-second img { width: 290px; }

#location-map
{
  margin-right: 300px;
}

.locations ul
{
   margin: 0px;
   padding: 0px;
   list-style: none;
}

.locations ul li
{
   margin: 0px;
   padding: 0px;
}
.locations ul li a
{
  padding: 2px 5px 2px 5px;
  border-bottom-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  -moz-border-radius:5px 5px 5px 5px;
}
.locations ul li a:hover
{
  color: #FFF;
  text-decoration: none;
}
.locations ul li a.current
{
  color: #FFF;
}

.location-calltoaction
{
  width: 245px;
  height: 207px;
  background: #9D9D9D;
  color: #FFF;
  padding: 25px;
  float: right;
}

#location-bottom-content
{
  margin-top: 15px;
  padding-top: 15px;
  clear: both;
}

.location-calltoaction h3
{
  color: #FFF;
  margin: 0px 0px 5px 0px;
  font-size: 24px;
  line-height: 1.3em;
}

.location-calltoaction p
{
 font-size: 1.5em;
 line-height: 1.4em;
}

.location-calltoaction a
{
 color: #DAA61F;
}



.blog-posts-link
{
  font-size: 1.3em;
  margin-top: 25px;
  margin-bottom: 25px;
}

.blog-posts-link a
{
  font-size: 0.9em;
   color: #4D4D4D;
}

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

#article-left h2, #article-body h2 {
  color: rgb(181, 181, 181);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 0px;
  padding: 0px;
  line-height: 24px;
}

#article-left h2 { margin-bottom: 20px; }

#article-body h1 {
  color: rgb(102, 102, 102);
  line-height: 60px;
  font-size: 60px;
  padding: 0px;
  margin: 0px 0px 6px 0px;
}

#article-left {
  float: left;
  width: 200px;
}

#article-body {
  margin-left: 240px;
  padding-top: 30px;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 60px;
  width: 680px;
}

#article-first-column {
  width: 325px;
  float: left;
}

#article-second-column {
  width: 325px;
  margin-left: 345px;
}

#article-banner {
  background-color: rgb(246, 103, 0);
  padding: 20px;
  font-size: 28px;
  color: white;
  letter-spacing: -1px;
  font-weight: 600;
  margin: 15px 0px;
}


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

#memoryarchive-content
{
  overflow: hidden;
  zoom: 1;
  margin-bottom: 40px;
}

.memoryarchive-column {
  float: left;
  width: 30%;
  margin-left: 15px;
}

.memoryarchive-column ul {
  padding-left: 15px;
  margin-left: 0px;
}

.memoryarchive-column .count {
  float: right;
  margin-right: 20px;
  font-size: 80%;
}

#memoryarchive-content #article-body {
  padding-top: 0px;
  overflow: hidden;
}

#memoryarchive-content #article-body h3 {
  margin-top: 5px;
}

#memoryarchive-content .south-and-south-east-asia h3, #memoryarchive-content .south-and-south-east-asia a { color: rgb(162, 167, 106); }
#memoryarchive-content .africa-and-indian-ocean h3, #memoryarchive-content .africa-and-indian-ocean a { color: rgb(247, 149, 20);}
#memoryarchive-content .central-and-south-america h3, #memoryarchive-content .central-and-south-america a { color: rgb(122, 35, 127); }

/*****************************************************************************/
.event {
  overflow: hidden;
  padding: 20px 0px 0px 0px;
  border-top: 1px dotted #ddd;
}

.event.first { margin: 0px; padding: 0px; border: none; }

.event-date {
  float: left;
  width: 80px;
  font-weight: bold;
  clear: left;
}

.event-summary {
  margin-left: 100px;
  float: left;
  width: 400px;
  margin-bottom: 20px;
}
.event-summary h3 { margin-top: 0px; }

.event-image {
  margin-left: 660px;
  margin-bottom: 20px;
}
/*****************************************************************************/

#month-spotlight {
  text-align: left;
  overflow: hidden;
  padding-bottom: 5px;
  margin-left: -5px;
  zoom: 1;
}

.month-spotlight-item {
  text-align: left;
  width: 200px;
  margin-right: 15px;
  margin-left: 5px;
  float: left;
  margin-bottom: 20px;
}
.month-spotlight-item img.thumb { margin: 0px 0px 10px 0px; width: 200px; height: 200px; border: 0px; }
.month-spotlight-item img.thumb-image { margin: 0px 0px 10px 0px; width: 200px; height: 200px; border: 0px; }
.month-spotlight-item h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 0px;
  text-transform: lowercase;
}
.month-spotlight-item .largetext {
  font-size: 22px;
  font-weight: normal;
  color: rgb(106, 106, 106);
  letter-spacing: -1px;
  margin: 10px 0px 10px 0px;
  line-height: 22px;
  text-transform: lowercase;
}

.month-spotlight-pricing {
  color: rgb(145, 63, 0);
  font-size: 14px;
}

.month-spotlight-item a { padding: 4px; margin-left: -5px; }
.month-spotlight-item a:hover {
  background-color: rgb(215, 166, 0);
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/***/

.clinfowindow {
  position: absolute;
  width: 249px;
  margin-top: 10px;
  margin-left: 592px;
  display: none;
  color: #666;
  font-size: 10px;
  background: url(/images/clwindowbg.png) repeat top left;
  line-height: 1.6em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.clinfowindow-inner { padding: 20px; }
.clinfowindow-title { font-size: 18px; margin-bottom: 10px; }
.clinfowindow-pricing { font-size: 16px; }
.clinfowindow-link { display: block; margin-top: 10px; }
.clinfowindow-region, .clinfowindow a { font-weight: bold; font-size: 11px; }
.clinfowindow-close {
  display: block;
  position: absolute;
  background: url(/images/clwindowx.png) no-repeat top left;
  right: 10px;
  top: 9px;
  width: 15px;
  height: 15px;
}
.clinfowindow-shadow {
  position: absolute;
  width: 358px;
  height: 78px;
  display: none;
  background: url(/images/infowindow-shadow.png) no-repeat;
}

.partner-lists { overflow: hidden; }
.partner-list { list-style: none; width: 340px; margin: 20px 10px 20px 0px; padding: 0px; float: left;}
.partner-list li { margin: 0px 0px 20px; padding-left: 140px; position: relative; }
.partner-list li img { position: absolute; left: 0px; top: 0px; }

.related-links { margin: 10px 0px; padding: 0px; list-style: none; }
.related-links li { margin: 3px 0px; padding: 0px; }
.related-links a { display: block; background: rgb(220, 220, 220); padding: 4px 5px; color: black; font-weight: bold; }
.related-links a:hover { background: rgb(215, 166, 0); color: white; }



/*  */
.large-link
{
  font-size: 21px;
}

.medium-link
{
  font-size: 16px;
}


/* Experiences */

#experiences
{
  min-height: 600px;
}
.experience-item {
  float: left;
  height: 210px;
  width: 210px;
  z-index: 50;
  position: relative;
  margin: 0px 0px 30px 20px;
}

.experience-item-image img { height: 210px; width: 210px; }

.experience-item-image-caption {
  top: 158px;
  position: absolute;
  padding: 16px 18px 18px 18px;
  width: 210px;
  z-index: 60;
  background: url(/images/shim-black-alt.png);
  color: white;
  font-weight: bold;
  font-size: 18px;
  left: 0px;
}


/* candl page items */

#candl-items
{

}
.candl-item {
  float: left;
  height: 210px;
  width: 210px;
  z-index: 50;
  position: relative;
  margin: 0px 0px 30px 20px;
}

.candl-item-image img { height: 210px; width: 210px; }

.candl-item-image-caption {
  bottom: 0px;
  left: 0px;
  position: absolute;
  padding: 16px 18px 18px 18px;
  width: 210px;
  z-index: 60;
  background: url(/images/shim-black-alt.png);
  color: white;
  font-weight: bold;
  font-size: 18px;
}


.noleftmargin
{
  margin-left: 0px!important;
}

.yellow
{
  color: #D7A600;
}

/* New left hand menu */

#menu ul
{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#menu ul li  {
  border-bottom: 1px dotted #ddd;
  list-style: none;
  margin: 0px;
  padding: 5px 5px 5px 0px;

}
#menu ul li a {
  padding: 5px 5px 5px 0px;
  text-decoration: none;
  color: #666;
  font-size: 1.25em;
}
#menu ul li a:hover { background: rgb(215, 166, 0); color: white; -webkit-border-radius: 5px; -moz-border-radius: 5px; }

/* Social Links*/
#social-icons
{
  color: #9D9D9D;
}

#social-icons ul
{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#social-icons li
{
  float: left;
  margin: 0px 5px 0px 0px;
  padding: 0px;
}


/* Sitemap */

#sitemap-left
{
  float: left;
  padding-bottom: 30px;
}

#sitemap-left ul li ul
{
  margin-left: 10px;
}

#sitemap-right
{
  margin-left: 50%;
  width: 50%;
  padding-bottom: 30px;
}

#sitemap-right h3
{
  margin-top: 0px;
}

#sitemap-left h3
{
  margin-top: 0px;
}


/* Journeys page */
.journey-panel
{
  clear: left;
  margin-bottom: 20px;
  height: 256px;
}
.journey-panel-left
{
  float: left;
  width: 460px;
}

.journey-panel-right
{
   margin-left: 480px;
}

.journey-image
{
  position: relative;
  width: 456px;
  z-index: 50;
}

.journey-caption
{
  position: absolute;
  width: 420px;
  top: 202px;
  position: absolute;
  padding: 16px 18px 18px 18px;
  z-index: 60;
  background: url(/images/shim-black-alt.png);
  color: white;
  font-weight: bold;
  left: 0px;
  font-size: 18px;
}

#journey-bottom-content-left
{
  float: left;
  width: 600px;
}

#journey-bottom-content-right
{
   margin-left: 620px;
}
.journey-calltoaction
{
  margin-top: 30px;
  background: #D7A600;
  padding: 20px;
  color: #FFF;
}

.journey-calltoaction h3
{
  color: #FFF;
  margin: 0px;
  font-size: 1.5em;
}


/**/

.candl-item-popup {
    background: #FFFFFF url(/images/triangle.gif) bottom right no-repeat;
    border:3px solid #D7A600;
    right: 0px;
    bottom: 50px;
    padding:15px;
    position:absolute;
    width:365px;
    z-index:100;
    
}

.candl-item-popup h2
{
  border-bottom: 1px dotted #9D9D9D;

}


.closepopup
{
  position: absolute;
  top: 5px;
  right: 5px;
}

.delete-item
{
  position: absolute;
  top: 5px;
  right: 5px;
}

.editpopup
{
  position: absolute;
  top: 5px;
  right: 25px;

}

#add-candl-item
{
  float: right;
}

a.tellmemore
{
  color: #000000;
  font-size: 1.8em;
}

a.tellmemore:hover
{
  color: #000000;
  background: none;
}

.month-spotlight-item a.no-hover:hover
{
  background-color: none!important;
  color: none!important;
}

.no-margin-right
{
  margin-right: 0px!important; 
}

#home
{
 
}

#home-wrapper
{
  background: url("/images/caznavback_header.png") repeat scroll 0 0 transparent;
  position: relative;
  width: 100%;
  z-index: 3;
}

#home-content
{
  background-color: #FFFFFF;
  position: relative;
  z-index: 2;
  text-align: left;
}

#home-background
{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

img.bg {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1400px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
        img.bg {
                left: 50%;
                margin-left: -700px;   /* 50% */
        }
}

.home-menu
{
  position: relative;
  text-align: center;
  font-size: 12px;
  z-index: 90;
  width: 100%;
}

.home-menu a:hover
{
  text-decoration: none;
}

.home-menu ul
{
  height: 65px;
  list-style: none outside none;
  margin: 0 auto;
  padding: 0px;
  width: 1102px;
  text-align: left;
}

.home-menu li
{
  float: left;
  height: 41px;
  position: relative;
}

.home-menu-content ul
{
  height: auto;
  margin: 0px;
  padding: 0px;
  width: auto;
  border: none;
}

.home-menu-content li
{
  float: none;
  height: auto;
  position: auto;
}

.home-menu-content
{
  position: absolute;
  /*width: 100%;*/
  padding: 10px;
}

.home-menu-content-full
{
  
}

.home-menu-content p, .home-menu-content-full p
{
  margin: 0px;
}

.box { overflow: hidden; }

.home-menu-full
{
  position: relative;
}

.home-menu-full-content
{
  width: 1000px;
  margin: 0 auto;
}

.home-menu-item
{
  float: left;
  padding-top: 24px;
  position: relative;
}

.home-menu-title
{
  padding-left: 10px;
  padding-right: 8px;
  border-right: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 13px;
}

.home-menu-content
{
  background: url("/images/caznavback_header.png") repeat scroll 0 0 transparent;
  position: absolute;
  left: 0px;
  /*width: 100%;*/
  display: none;
  top: 65px;
  z-index: 2;
  line-height: 1.5em;
}

#home-menu-content-default
{
  top: 0px;
  z-index: 4;
  padding: 0px;
  width: 100%;
}

#home-menu-content-default .home-menu-title
{
  border: none;
}

.home-menu-full-content-item
{
  float: left;
  padding: 10px;
  text-align: left;
}

.mission-statement
{
  color: rgb(215, 166, 0);
  width: 300px;
}

/* default style for links in the menus */
.home-menu .home-menu-content a { color: #FFFFFF; font-size: 11px; }

/* default styles for header when hovering in associated area / hovering over the header / links in associated area */
.home-menu .regiontitle { color: rgb(215, 166, 0); }
.home-menu a.regionlink:hover { color: rgb(215, 166, 0); }
.home-menu .home-menu-full a:hover  { color: rgb(215, 166, 0); }

/* style for the main headers on the page when user hovers over the associated area */
.home-menu .central-and-south-america .regiontitle, .home-menu .central-and-south-america .regiontitle a { color: #BC68C1; }
.home-menu .africa-and-indian-ocean .regiontitle, .home-menu .africa-and-indian-ocean .regiontitle a { color: rgb(247, 149, 20); }
.home-menu .south-and-south-east-asia .regiontitle, .home-menu .south-and-south-east-asia .regiontitle a { color: rgb(162, 167, 106); }

/* style for the main headers when user hovers over the header */
.home-menu .central-and-south-america .home-menu-title:hover { color: #BC68C1; }
.home-menu .africa-and-indian-ocean .home-menu-title:hover { color: rgb(247, 149, 20); }
.home-menu .south-and-south-east-asia .home-menu-title:hover { color: rgb(162, 167, 106); }

.home-menu .central-and-south-america { color: #BC68C1; }
.home-menu .africa-and-indian-ocean { color: rgb(247, 149, 20); }
.home-menu .south-and-south-east-asia { color: rgb(162, 167, 106); }

/* style for links in associated areas */
.home-menu .central-and-south-america a.regionlink:hover { color: #BC68C1; }
.home-menu .africa-and-indian-ocean a.regionlink:hover { color: rgb(247, 149, 20); }
.home-menu .south-and-south-east-asia a.regionlink:hover { color: rgb(162, 167, 106); }

.home-menu .central-and-south-america a.regiontitle { color: #BC68C1; font-size: 12px; }
.home-menu .africa-and-indian-ocean a.regiontitle { color: rgb(247, 149, 20); font-size: 12px; }
.home-menu .south-and-south-east-asia a.regiontitle { color: rgb(162, 167, 106); font-size: 12px; }


.home-menu-text-container
{
  background: url("/images/caznavback.png") repeat scroll 0 0 transparent;
  position: absolute;
  top: 80px;
  right: 35%;
  width: 2000px;
  padding: 20px;
}

.text-links, .text-links a, .home-menu-text-container .contact-details
{
  color: #888888;
}

.text-links a
{
  padding-right: 5px;
  padding-left: 2px;
}

.home-menu-text-container .number
{
  color: #FFFFFF;
}

.home-menu-text-container .text-links, .home-menu-text-container .contact-details
{
  font-size: 13px;
}

.home-menu-text-container .leftcol
{
  float: left;
  width: 30px;
}

.home-menu-text-container .rightcol
{
  margin-left: 35px;
}

.home-menu-text-container .rightcol div
{
  margin-bottom: 8px;
}

.home-menu-text-container h1
{
  font-size: 45px;
  line-height: 55px;
  letter-spacing: 0px;
  margin: 0px;
}

.home-menu-text-container .rightcol h1
{
  color: #FFFFFF;
}

.home-menu-text-container .content
{
  width: 675px;
  float: right;
  font-size: 20px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  body { zoom: 0.88; }
  div#home-background, div#home-wrapper, div#home-content, div#home-background img {
    width: 1190px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  body { zoom: 1.2; }
  div#home-background, div#home-wrapper, div#home-content, div#home-background img {
    width: 1190px;
  }
}

#footer-inner a.central-and-south-america { color: #BC68C1; }
#footer-inner a.africa-and-indian-ocean { color: rgb(247, 149, 20); }
#footer-inner a.south-and-south-east-asia { color: rgb(162, 167, 106); }

#location-content-first { margin-left: -5px; }
#location-content-first h1, #location-content-first h2, #location-content-first h3, #location-content-first p, #location-content-first div { padding-left: 8px; }

.idea-container { margin-bottom: 10px; overflow: hidden; }

.header-image-caption-content {
  padding: 16px 18px 18px 18px;
  color: #FFFFFF;
  position: relative;
}

.header-image-caption-content h2, .header-image-caption-content a {
  color: #FFFFFF;
}

.header-image-caption-background {
  height: 375px;
  width: 920px;
  background-color: #000000;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  position: absolute;
}

.header-image-caption .full {
  display: none;
  margin-top: 30px;
}

.header-image-caption .read-toggle span {
  font-weight: bold;
  font-size: 130%;
}

#home-menu-destinations {
  width: 450px;
  overflow: hidden;
}

.destination {
  margin-bottom: 5px;
  float: left;
  margin-left: 20px;
}

.destination.first {
  margin-left: 0px;
}

#download-brochure h3 { font-size: 22px; color: #6A6A6A }
#download-brochure p { margin: 5px 0 0 0; color: #9D9D9D; }
#download-brochure p a { color: #9D9D9D; font-size: 18px; font-weight: bold; }
#download-brochure p a strong { color: #D7A600; font-size: 24px; }

