.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}/* THe inclusion of the 11_local_custom.less is necessary to allow
import of map.less.
map.less is required to put the spinner in the correct position*/
/**--- _articles.less --**/
/*
** _articles.less An additional css file for articles. Needs to be reduced in size as there is duplication
*/
#wrapper {
  width: 980px;
  background: white;
}
.article > #contents {
  height: auto;
  overflow-y: auto;
}
.article h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  padding-top: 0px;
  color: blue;
}
.article h3 {
  padding-top: 0px;
  margin-top: 0px;
}
.article #contents p {
  text-indent: 0px;
  margin-bottom: 1em;
  margin-top: 0px;
  padding-bottom: 0px;
  font-size: 13px;
}
/* side-bar is a new class define how its look and feel will differ
*/
.side-bar {
  height: auto;
  width: 33%;
  float: left;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #e5efd1;
}
#contents .side-bar a {
  text-decoration: none;
}
#contents .side-bar p {
  font-size: 12px;
}
/*  All first level div children inside side-bar are treated as a separate block of content 
*/
.side-bar > div {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 5px;
  border-top: 1px solid #ccc;
}
.side-bar > div.first {
  border-top: none;
}
/* All images inside side-bar are framed
*/
.framed-image,
.side-bar img {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #ccc;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
/**--- _articles.less --**/
/** _headings.less **/
/*
** LESS file compiles to --> /css/imports/compiled/headings.css
**
** This is the new (as at July 13th 2011) file of heading styles. 
**  1.  Because of the interlinking of header and Journal Entry styles they are also included. 
**      At some point that linkage needs to be cleaned up
**  2.  Also some pages (like theamericas home page) still need the previous version of the header stylings
**      to achieve the desired look. There are page specific style overrides. Some fix needs to be found for that also.
**
** TODO - remove the use of headings pseudo classes for things other than real semantic headings 
*** THINK MAYBE THIS IS DONE
*/
/*--------- colors variables only ---------------------------------------------------------------------------------------------*/
/*--------- grid variables -------------------------------------------------------------------------------------*/
/*--------- Stylistic adornments -------------------------------------------------------------------------------*/
.round-corners {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.border-shadow {
  -webkit-box-shadow: 0px 0px 8px #444;
  -moz-box-shadow: 0px 0px 8px #444;
}
/* 
** ----------headings styles h1 h2 h3 -------------------------------------------------------------------------
*/
.heading-123-font {
  font-family: 'Lucida Grande', arial, sans-serif;
}
.heading-123-font-color {
  font-family: 'Lucida Grande', arial, sans-serif;
  color: #143d55;
  /*color: #143D55;*/
}
.heading-1 {
  font-family: 'Lucida Grande', arial, sans-serif;
  color: #143d55;
  /*color: #143D55;*/
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px #FFF;
  padding: 0px;
  margin: -5px 0px 5px 0px;
  padding-bottom: 5px;
}
body.theamericas.hm #contents h2,
h1 {
  font-family: 'Lucida Grande', arial, sans-serif;
  color: #143d55;
  /*color: #143D55;*/
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px #FFF;
  padding: 0px;
  margin: -5px 0px 5px 0px;
  padding-bottom: 5px;
}
.heading-2 {
  font-family: 'Lucida Grande', arial, sans-serif;
  color: #143d55;
  /*color: #143D55;*/
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
  padding: 0px;
  padding-bottom: 5px;
  margin: 10px 0px 0px 0px;
}
p.fake-h3,
body.theamericas.hm #contents h3,
h2 {
  font-family: 'Lucida Grande', arial, sans-serif;
  color: #143d55;
  /*color: #143D55;*/
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
  padding: 0px;
  padding-bottom: 5px;
  margin: 10px 0px 0px 0px;
}
.heading-3 {
  font-family: 'Lucida Grande', arial, sans-serif;
  color: #7caf19;
  /*color: #7CAF19;*/
  font-weight: normal;
  font-size: 12px;
}
.article #contents span.fake-h4,
body.theamericas.hm #contents h4,
h3 {
  font-family: 'Lucida Grande', arial, sans-serif;
  color: #7caf19;
  /*color: #7CAF19;*/
  font-weight: normal;
  font-size: 12px;
  padding: 0px;
  padding-bottom: 5px;
  margin: 0px;
}
/*
** --------heading 4,5,6--------------------------------------------------------------------------
*/
.heading-456-font-color {
  font-family: 'Arial', sans-serif;
  color: #999999;
}
.heading-4 {
  font-family: 'Arial', sans-serif;
  color: #999999;
  font-weight: normal;
  font-size: 12px;
  padding: 0px !important;
  margin: 0px;
}
h4 {
  font-family: 'Arial', sans-serif;
  color: #999999;
  font-weight: normal;
  font-size: 12px;
  padding: 0px !important;
  margin: 0px;
}
.heading-5 {
  font-family: 'Arial', sans-serif;
  color: #999999;
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  padding: 0px;
  margin: 0px;
}
h5 {
  font-family: 'Arial', sans-serif;
  color: #999999;
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  padding: 0px;
  margin: 0px;
}
/*================================================================
** Classes for styling single journal entries page 
**
**	Because of history, journal entries make use of heading levels to identify elements of the entry.
**  This causes multiple uses of styles for h1-h6 
**
*===================================================================*/
#JournalEntryTitle {
  font-family: 'Lucida Grande', arial, sans-serif;
  color: #143d55;
  /*color: #143D55;*/
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px #FFF;
  padding: 0px;
  margin: -5px 0px 5px 0px;
  padding-bottom: 5px;
}
#JournalEntryDate,
#JournalEntryMiles {
  font-family: 'Arial', sans-serif;
  color: #999999;
  font-weight: normal;
  font-size: 12px;
  padding: 0px !important;
  margin: 0px;
}
#JournalEntryDayNumber {
  font-family: 'Arial', sans-serif;
  color: #999999;
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  padding: 0px;
  margin: 0px;
}
.JournalEntryLngLat {
  font-family: 'Arial', sans-serif;
  color: #999999;
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  padding: 0px;
  margin: 0px;
}
#JournalEntryAbstract,
.JournalEntryAbstract,
.JournalEntryAbstractClass {
  font-family: 'Lucida Grande', arial, sans-serif;
  color: #143d55;
  /*color: #143D55;*/
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
  padding-bottom: 5px;
  padding: 0px;
  margin: 10px 0px 0px 0px;
}
/*------------------------------------------------------------------------
** Do not prefix these classes with anything that 
** makes them specific to JournalEntry - they are also used in the 
** journal entry navbar which is outside the JournalEntryWrapper div
*/
.left {
  float: left;
  text-align: left;
  width: 20%;
}
.middle {
  float: left;
  text-align: center;
  width: 59%;
  font-size: 12px;
}
.right {
  float: right;
  text-align: right;
  width: 20%;
}
/*-----------------------------------------------------------------------*/
.JournalEntryNavText {
  font-family: 'Lucida Grande', arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none !important;
}
.PrevIndexNextBarTop {
  font-family: 'Lucida Grande', arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none !important;
  background-color: #143d55;
  text-shadow: 0px 1px 1px #222;
  padding: 0px 20px 5px 20px;
  margin: -21px -20px 0px -20px;
  margin: 0px 0px 0px 0px;
}
.PrevIndexNextBarBottom {
  font-family: 'Lucida Grande', arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none !important;
  padding: 5px 20px;
}
.PrevIndexNextBarTop a {
  color: #ABC !important;
  text-decoration: none !important;
}
.PrevIndexNextBarBottom a {
  color: #999 !important;
  text-decoration: none !important;
}
.PrevIndexNextBarBottom .next {
  float: right;
}
.NinasLatest {
  border: 4px solid #abc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px 10px 0 10px;
  background-color: #ddeeff !important;
  color: navy;
}
/* Thumbnail galleries in a journal entry */
.jo #ThumbnailsDiv,
.jo .ThumbnailsDivClass {
  text-align: justify;
  width: 900px;
  padding-bottom: 10px;
  margin: 0 auto;
}
/*================================================================
** Classes for styling the journal index page 
**
*===================================================================*/
.EntryTitleClass {
  font-family: 'Lucida Grande', arial, sans-serif;
  color: #143d55;
  /*color: #143D55;*/
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px #FFF;
  padding: 0px;
  margin: -5px 0px 5px 0px;
  padding-bottom: 5px;
}
.EntryTitleClass,
.EntryAbstractClass {
  display: block;
}
.EntryDateClass,
.EntryMiles {
  font-family: 'Arial', sans-serif;
  color: #999999;
  font-weight: normal;
  font-size: 12px;
  padding: 0px !important;
  margin: 0px;
}
.EntryDayNumberClass {
  font-family: 'Arial', sans-serif;
  color: #999999;
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  padding: 0px;
  margin: 0px;
}
.EntryIndexListClass {
  list-style: none;
  margin: 0;
  padding: 0;
}
.Entry {
  border: 1px solid #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0px 10px 10px 10px;
  margin-bottom: 10px;
  background-image: url('/images/silver.png');
}
.Entry a {
  text-decoration: none !important;
}
.Entry:hover {
  -webkit-box-shadow: 0px 0px 10px #664;
  -moz-box-shadow: 0px 0px 10px #664;
}
.EntryDateClass {
  margin: 10px 0 0 0;
  float: right;
}
.EntryDayNumberClass {
  float: right;
}
.EntryTitleClass {
  margin: -15px 0 0 0;
}
.EntryAbstractClass {
  padding: 0px;
  margin: 0px;
}
/* Not sure these last two are actually used -----*/
#EntryWrapper {
  border: 1px solid #bbb;
  border-width: 1px 1px 1px 1px;
  min-height: 150px;
  padding: 15px 20px 15px 20px;
  background-color: #D0D2D3;
  background-color: white;
  background-repeat: repeat-x;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.EntryWrapper h2 {
  padding-bottom: 0px;
}
/** _headings.less **/
/** _body.less **/
/*---------------------------------------------_body.less Pseudo Classes---------------------------------------------------*/
/*MOD 100330  -  change the format of em to be more visible*/
response,
comment,
markers,
marker {
  color: #7CAF19;
  font-weight: bold;
}
em {
  color: #7CAF19;
  font-weight: bold;
}
input {
  border: 2px solid #dadada;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-family: "Lucida Grande", arial, san-serif;
  font-size: 16px;
  color: #999;
  padding: 5px;
  float: left;
}
label {
  margin-top: 8px;
  font-family: "Lucida Grande", arial, san-serif;
  font-size: 16px;
  color: #999;
  float: left;
}
a img {
  border: none;
}
/*---------------------------------------------Body---------------------------------------------------*/
body {
  margin: 0px;
  padding: 0px;
  background-color: #e6f3ff;
}
body.front-page #header {
  background-image: url('/skins/theamericas/images/small/front-page-small.jpg');
}
body.hm.theamericas #header {
  background-image: url('/skins/theamericas/images/small/1.jpg');
}
body.pr.theamericas #header {
  background-image: url('/skins/theamericas/images/small/2.jpg');
}
body.ro.theamericas #header {
  background-image: url('/skins/theamericas/images/small/3.jpg');
}
body.ph.theamericas #header {
  background-image: url('/skins/theamericas/images/small/4.jpg');
}
body.jo.theamericas #header {
  background-image: url('/skins/theamericas/images/small/5.jpg');
}
body.je.theamericas #header {
  background-image: url('/skins/theamericas/images/small/5.jpg');
}
body.ti.theamericas #header {
  background-image: url('/skins/theamericas/images/small/6.jpg');
}
body.ca.theamericas #header {
  background-image: url('/skins/theamericas/images/small/8.jpg');
}
/* articles list
*/
body.al.theamericas {
  background-image: url('/skins/theamericas/images/blur/9.jpg');
}
body.al .theamericas #header {
  background-image: url('/skins/theamericas/images/small/8.jpg');
}
body.ox-11 {
  background-image: url('/skins/theamericas/images/blur/ox-11.jpg');
}
body.ox-11 #header {
  background-image: url('/skins/theamericas/images/small/ox-11.jpg');
}
body.utah-june-2011 {
  background-image: url('/skins/theamericas/images/blur/utah.jpg');
}
body.utah-june-2011 #header {
  background-image: url('/skins/theamericas/images/small/utah.jpg');
}
/*
* blur and small for articles
*/
body.bolivia-1 {
  background-image: url('/skins/theamericas/images/blur/sw-bolivia.jpg');
}
body.bolivia-1 #header {
  background-image: url('/skins/theamericas/images/small/sw-bolivia.jpg');
}
body.tires {
  background-image: url('/skins/theamericas/images/blur/er-review.jpg');
}
body.tires #header {
  background-image: url('/skins/theamericas/images/small/er-review.jpg');
}
body.er-review {
  background-image: url('/skins/theamericas/images/blur/er-review.jpg');
}
body.er-review #header {
  background-image: url('/skins/theamericas/images/small/er-review.jpg');
}
/*--- _body.less ---- */
/*---------------------------------------------_nav.less Navigation---------------------------------------------------*/
#navbarcontainer {
  border: 0px solid red;
  background: #143d54 none repeat scroll 0% 50%;
  position: relative;
  height: 40px;
  color: #e0e0e0;
  width: 100%;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  text-shadow: 0px -1px 1px #666;
}
#navbar {
  padding: 0 0 0 20px;
  background: #ffffff url('/skins/theamericas/images/nav_bg.gif') repeat-x scroll left bottom;
  position: relative;
  height: 33px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
#navbar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: auto;
  float: left;
}
#navbar ul li {
  margin: 0 1px;
  display: block;
  float: left;
}
#navbar ul li a {
  padding: 0 0 0 20px;
  display: block;
  float: left;
  color: #eaf3f8;
  text-decoration: none;
  height: 33px;
}
#navbar ul li a span {
  padding: 12px 20px 0 0;
  height: 21px;
  float: left;
}
#navbar ul li a:hover {
  background: transparent url('/skins/theamericas/images/nav_over.gif') repeat-x scroll left bottom;
  color: #ffffff;
}
#navbar ul li a:hover span {
  display: block;
  width: auto;
  cursor: pointer;
}
body.hm #navbar #hm,
body.hm #navbar #hm a:hover,
body.pr #navbar #pr,
body.pr #navbar #pr a:hover,
body.ro #navbar #ro,
body.ro #navbar #ro a:hover,
body.jo #navbar #jo,
body.jo #navbar #jo a:hover,
body.je #navbar #je,
body.je #navbar #je a:hover,
body.ph #navbar #ph,
body.ph #navbar #ph a:hover,
body.ti #navbar #ti,
body.ti #navbar #ti a:hover,
body.ca #navbar #ca,
body.ca #navbar #ca a:hover,
body.da #navbar #da,
body.da #navbar #da a:hover,
body.ftp #navbar #ftp,
body.ftp #navbar #ftp a:hover,
body.gd #navbar #gd,
body.gd #navbar #gd a:hover,
body.ga #navbar #ga,
body.ga #navbar #ga a:hover,
body.ad #navbar #ad,
body.ad #navbar #ad a:hover,
body.la #navbar #la,
body.la #navbar #la a:hover {
  background: #1d6893 url('/skins/theamericas/images/nav_left.gif') no-repeat scroll left top;
  color: #ffffff;
}
/*---------------------------------------------_nav.less ---------------------------------------------------*/
/* -- _mixed.less --*/
/*---------------------------------------------Shared IDs---------------------------------------------------*/
#wrapper {
  margin: 10px auto 0px auto;
  padding-bottom: 15px;
  width: 980px;
  -webkit-box-shadow: 0px 0px 8px #444;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0px 0px 8px #444;
  -moz-border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
}
#header {
  height: 340px;
}
.janda #header,
.jeep #header {
  height: 100px;
}
#header img {
  float: right;
  margin: 20px 50px 0 20px;
}
#strip {
  height: 5px;
  background-color: #7CAF18;
}
/*
** Some pages don't have a navbar - they have title boxes. Thats where the H1 goes on those
** pages. Sometimes there is extra text in the title div that needs to be flowed beside (inline) to
** the H1 text
*/
#title {
  margin: 15px 0 15px 20px;
  padding-left: 20px;
}
#title > h1 {
  display: inline;
}
#title > span {
  /* NEEDS To be FIXED - all the character details should be the same as H2s */
  text-transform: none;
  font-family: 'Lucida Grande', arial, sans-serif;
  padding: 0px;
  /*MOD 100330 5px bottom padding*/
  padding-bottom: 5px;
  margin: 10px 0px 0px 0px;
  color: #143D55;
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
  display: inline;
}
#map {
  float: left;
  background-image: url('/skins/theamericas/images/map-01');
  width: 200px;
  height: 330px;
}
#map:hover {
  float: left;
  background-image: url('/skins/theamericas/images/mapHover-01');
}
#contents {
  padding: 0 20px;
  /*min-height: 100px;*/
}
#contents p {
  /*MOD  100330  - 5px padding to top of <p>*/
  padding-bottom: 5px;
  /*padding:0px;*/
  margin: 0px;
}
#contents ul {
  margin: 0px;
}
#contents p a:link,
#contents p a:visited,
#contents li a:link,
#contents li a:visited {
  color: #3484B1;
  font-family: 'Lucida Grande', arial, sans-serif;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
}
#contents p,
#contents li,
.EntryAbstractClass {
  color: #444 !important;
  font-family: 'Lucida Grande', arial, sans-serif;
  font-size: 13px;
}
#contents p a:hover,
#contents li a:hover {
  text-decoration: underline;
}
#footerContainer {
  margin-top: 20px;
  min-height: 200px;
  background-color: rgba(20, 20, 20, 0.7);
}
#footer {
  margin: auto;
  padding: 20px 0px;
  width: 980px;
  color: #eee;
  font-family: 'Lucida Grande', arial, sans-serif;
  font-size: 12px;
}
#footer ul {
  width: 300px;
  list-style: none;
  margin: 0 20px 0 -20px;
  float: left;
}
#footer li {
  padding: 5px 0px;
  border-right: 1px solid #fff;
}
#footer a {
  color: #eee;
  text-decoration: none;
}
#footer a:hover {
  color: #7CAF19;
  text-decoration: underline;
}
/*MOD  100406 -- added cass */
#ThumbnailsDiv img,
.ThumbnailsDivClass img {
  padding: 2px;
  border: 1px solid #82c7ea;
  /*margin: 4px;    MOD 100330 removed the margin for esthetics*/
  /*width: 100px;   MOD 100330 removed the width restriction so that thumbnails can have variable aspect ratios*/
  height: 75px;
}
/*MOD  100406 -- added cass */
#ThumbnailsDiv img:hover,
.ThumbnailsDivClass img:hover {
  padding: 0px;
  border: 3px solid #7CAF19;
  outline: 1px solid #82c7ea;
}
/* 08102011 - done want to underline thumbnail images */
#ThumbnailsDiv > a {
  text-decoration: none;
}
/*---------------------------------------------Front page layout ------------------------------------------------*/
/*---------------------------------------------Shared Classes---------------------------------------------------*/
.line {
  height: 1px;
  background-color: #bbb;
  /*MOD 100330  - extra space below line*/
  margin-bottom: 5px;
}
.clear {
  clear: both;
}
/*
* A standard content box 1/3 of a page wide and variable height.
* Background white, bordered, round corners, no float
*/
.onethird-box {
  border: 1px solid #ccc;
  padding: 20px;
  width: 292px;
  margin-bottom: 15px;
  float: right;
  height: auto;
  background: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
/*
* A standard content box 2/3 of a page wide and variable height.
* Background white, bordered, round corners, no float
*/
.twothird-box {
  border: 1px solid #ccc;
  padding: 20px;
  width: 550px;
  margin-bottom: 15px;
  /*float: left;*/
  height: auto;
  background: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.onethird {
  border: 1px solid #ccc;
  padding: 20px;
  width: 280px;
  margin-bottom: 15px;
  float: left;
  height: 200px;
  background-image: url('/images/silver.png');
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.twothird {
  border: 1px solid #ccc;
  padding: 20px;
  width: 560px;
  margin-bottom: 15px;
  float: left;
  /*height: 200px;*/
  background-image: url('/skins/theamericas/images/silver.png');
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.threethirds {
  border: 1px solid #ccc;
  padding: 20px;
  width: 895px;
  margin-bottom: 15px;
  float: left;
  height: 200px;
  background-image: url('/skins/theamericas/images/silver.png');
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.small {
  float: right;
  font-size: 11px;
}
.grey {
  color: #777;
}
/*---------------------------------------------Index Page for americas---------------------------------------------------*/
#vehicleBox {
  background-image: url('/skins/theamericas/images/truck-01.png');
  background-repeat: no-repeat;
  height: 180px;
}
#TheTripBox {
  height: 180px;
}
#mapBox {
  border: 1px solid #ccc;
  padding: 10px;
  width: 300px;
  margin: 0 15px 15px 0;
  float: left;
  height: 200px;
  background-image: url('/skins/theamericas/images/silver.png');
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.imgbox {
  border: 1px solid #ccc;
  padding: 10px;
  /*width:300px;*/
  margin: 2px 15px 2px 2px;
  float: left;
  /*height: 200px;*/
  background-image: url('/skins/theamericas/images/silver.png');
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
/*------------------ Scrollable images on the home page of theAmericas trip - NO OTHER USE ----*/
.scrollable {
  /* required settings */
  position: relative;
  overflow: hidden;
  width: 320px !important;
  height: 220px !important;
  /* custom decorations */
  border: 1px solid #ccc;
  padding: 0px  !important;
  margin-bottom: 15px;
  float: left;
  background-image: url('/skins/theamericas/images/silver.png');
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
  /* this cannot be too large */
  width: 20000em;
  position: absolute;
  clear: both;
}
/* single scrollable it*/
.scrollable img {
  float: left;
  margin: 10px 10px 20px 10px !important;
  background-color: #fff;
  padding: 0px !important;
  border: none !important;
  cursor: pointer;
  width: 300px  !important;
  height: 200px !important;
}
/* active it*/
.scrollable .active {
  border: 2px solid #000;
  z-index: 9999;
  position: relative;
}
/* -- _mixed.less --*/
/* -- _albums.less --*/
/*MOD  100406 -- added cass */
#ThumbnailsDiv img,
.ThumbnailsDivClass img {
  padding: 2px;
  border: 1px solid #82c7ea;
  /*margin: 4px;    MOD 100330 removed the margin for esthetics*/
  /*width: 100px;   MOD 100330 removed the width restriction so that thumbnails can have variable aspect ratios*/
  height: 75px;
}
/*MOD  100406 -- added cass */
#ThumbnailsDiv img:hover,
.ThumbnailsDivClass img:hover {
  padding: 0px;
  border: 3px solid #7CAF19;
  outline: 1px solid #82c7ea;
}
/* 08102011 - done want to underline thumbnail images */
#ThumbnailsDiv > a {
  text-decoration: none;
}
/*---------------------------------------------Photo Galleries Pages---------------------------------------------------*/
.ph #contents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.GalleryList {
  margin-bottom: 15px;
}
.GalleryList a {
  text-decoration: none !important;
  color: #143D55 !important;
}
.GalleryList h2 {
  text-decoration: none;
  color: #143D55 !important;
}
.galleryItem {
  display: block;
  padding: 5px;
  width: 280px;
  background-image: url('/skins/theamericas/images/silver.png');
  min-height: 80px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 10px;
  float: left;
}
.galleryItem:hover {
  -webkit-box-shadow: 0px 0px 10px #664;
  -moz-box-shadow: 0px 0px 10px #664;
}
.GalleryList img {
  float: left;
  width: inherit;
  height: 200px;
  margin-bottom: 5px;
}
.galleryHeading {
  font-family: 'Lucida Grande', arial, sans-serif;
  color: #7CAF19;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 1px;
  display: block;
  float: left;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
.galleryDescription {
  float: left;
  width: 750px;
}
.ph #ThumbnailsDiv {
  text-align: justify;
  width: 900px;
  margin: auto;
}
/* -- _albums.less --*/
/** _map.less */
body.map #tabs {
  color: white;
  width: 85%;
  margin: 0 auto;
}
body.map #tabs > ul {
  padding: 0px;
  width: 100%;
}
body.map #tabs > ul > li {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
  display: inline-block;
  float: left;
  padding-left: 5em;
  padding-right: 5em;
  padding-top: 1em;
  padding-bottom: 1em;
  color: white;
  font-weight: bold;
  border: 2px solid white;
  /*red;*/
}
body.map #tabs > ul .tab_selected {
  border-bottom: 0px;
  font-weight: bold;
  color: yellow;
}
body.map .map-tab {
  width: 100%;
  margin: 0 auto;
}
body.map #map-content,
body.map .map-content {
  margin: 0 auto;
  padding: 0px;
}
body.map .map-header {
  margin: 0 auto;
  color: #fafafa;
  text-align: center;
  background-color: #111111;
  margin-top: 0.5em;
}
body.map .map-canvas,
body.map .map_canvas {
  height: 730px;
  background-color: #f2f2f2;
  overflow: hidden;
  border-top: 5px solid #111111;
  border-bottom: 5px solid #111111;
}
body.map .map-canvas .map-loading-spinner,
body.map .map_canvas .map-loading-spinner {
  height: 32px;
  width: 32px;
}
body.map .map_status {
  color: white;
  border: 5px solid #111111;
  border: 5px solif #111111;
  background-color: #111111;
}
body.map .map_status :first-child {
  color: #fafafa;
}
body.map .map_status :last-child {
  padding-left: 5px;
  color: #fafafa;
}
/** _map.less */
/*---------------------------------------------Tabbed Prep, Tips Pages---------------------------------------------------*/
.pr #ThumbnailsDiv,
.pr .ThumbnailsDivClass {
  text-align: justify;
  width: 900px;
  margin: auto;
}
body.pr,
body.ti,
body.ca {
  /* single tab */
}
body.pr #contents,
body.ti #contents,
body.ca #contents {
  margin: 0 0 0 0px;
  padding: 0 0 0 0px;
}
body.pr #tabs,
body.ti #tabs,
body.ca #tabs {
  margin: 0;
  padding: 0;
}
body.pr #flowtabs,
body.ti #flowtabs,
body.ca #flowtabs,
body.pr #tabs > ul,
body.ti #tabs > ul,
body.ca #tabs > ul {
  display: block;
  margin: 0;
  padding-left: 40px;
  height: 40px;
  background-color: #143D55;
}
body.pr #flowtabs li,
body.ti #flowtabs li,
body.ca #flowtabs li,
body.pr #tabs > ul > li,
body.ti #tabs > ul > li,
body.ca #tabs > ul > li {
  float: left;
  padding: 0px;
  margin: 0px 0px;
  height: 40px;
  list-style-type: none;
  display: block;
}
.pr .ui-widget-content {
  border: none;
}
/* link inside the tab. uses a background image */
#flowtabs a,
#tabs > ul a {
  float: left;
  height: 30px;
  font-weight: bold;
  display: block;
  padding: 5px 10px !important;
  padding-top: 5px !important;
  text-decoration: none;
  background-color: #143D55;
  color: #ABC !important;
}
#flowtabs a:hover,
#tabs > ul a:hover {
  background-color: #D4DBE2;
  color: #7CAF19 !important;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  text-decoration: none !important;
}
/* selected tab */
#flowtabs a.current,
#tabs > ul a.current,
#tabs > ul > li.r-tabs-state-active,
#tabs > ul li.r-tabs-state-active > a {
  background-color: #D4DBE2;
  color: #7CAF19 !important;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-box-shadow: 0px -2px 2px #333;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-box-shadow: 0px -2px 2px #333;
}
#flowtabs a.current:hover,
#tabs > ul a:hover {
  padding-bottom: 5px !important;
}
#flowpanes {
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
}
/* tab pane */
/*MOD  #flowpanes div becomes #flowpanes > div - so that divs that are not direct children of a tab container
are visible once the tab is visible*/
#flowpanes > div {
  display: none;
  border: 1px solid #bbb;
  border-width: 1px 1px 1px 1px;
  min-height: 150px;
  padding: 35px 20px 15px 20px;
  background-color: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
/*MOD  need to have space before H2's that are used within the text of a page*/
#flowpanes p {
  padding-bottom: 5px;
}
#flowpanes h2 {
  padding-top: 5px;
}
/** _camping.less **/
/*---------------------------------------------Camping Log Page _camping.less---------------------------------------------------*/
.CampingLogClass {
  list-style: none;
}
.CampingLogClass h3 {
  display: none;
}
.CampingLogLngClass {
  margin: 10px 0 0 0;
  float: right;
}
.CampingLogLngClass {
  float: right;
}
/** _camping.less **/
/*------------- _error.less error page -------------*/
body .error-report,
.error-report span {
  font-size: 14px;
}
span.error-line {
  font-size: 14px;
  color: blue;
}
body .error-line strong {
  color: green;
}
/*------------- _error.less error page -------------*/
