@charset "UTF-8";
body  {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 100%;
  margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  padding: 0;
  background: #0033FF;
  color: #000000; 
}

/* Page specific logos
----------------------------------------------------------------------------------------------------*/
#body_home #content dt {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 130%;
}
#body_home #AusPNG {
  height: 131px;
  width: 360px;
  background-image:url(images/PNG_logo.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#body_home #Chnl {
  height: 131px;
  width: 360px;
  background-image:url(images/CHL_logo.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#body_png #content h1 {
  height: 131px;
  width: 360px;
  background-image:url(images/PNG_logo.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#body_channel #content h1 {
  height: 131px;
  width: 360px;
  background-image:url(images/CHL_logo.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#body_gala #content h1 {
  height: 131px;
  width: 360px;
  background-image:url(images/Gala_logo.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#body_machu #content h1 {
  height: 131px;
  width: 360px;
  background-image:url(images/Machu_logo.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#body_amazon #content h1 {
  height: 131px;
  width: 360px;
  background-image:url(images/Amazon_logo.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#body_palau #content h1 {
  height: 131px;
  width: 360px;
  background-image:url(images/YaP_logo.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#body_ecuador #content h1 {
  height: 131px;
  width: 360px;
  background-image:url(images/Ecu_logo.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#body_honduras #content h1 {
  height: 131px;
  width: 360px;
  background-image:url(images/Honduras_logo.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/* Layout
----------------------------------------------------------------------------------------------------*/
#wrap {
  background: #0033FF;
}
#header {
  background: #0033FF;
}
#header h1 {
  height: 165px;
  background-image: url(images/RaggaTours.jpg);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
}
#message {
  margin: 0;
  padding: 10px; 
  font-size: 90%;
  color: #CC9;
  text-align: center;
  background: #404530;
}
#main-body {
  float: left;
  width: 85%;
}
#LeftSidebar {
  float: left;
  width: 30%;
}
#content .gutter {
  padding: 25px;
}
#content {
  float: right;
  width: 70%;
  line-height: 1.5em;
  background: #CCCCFF;
}
#description {
  clear: both;
}
dl.feature {
  margin: 15px 0;
  padding: 10px;
  border-top: 1px dotted #000;
}
dl.feature dt img {
  margin: 0 15px 0 0;
  padding: 0 5px 5px 0;
  background: url(../pages/RaggaPages/images/frame.gif) no-repeat bottom right;
}
dl.feature dd caption {
  float: left;
  width: 300px;
  font-size: 95%;
  line-height: 1.7em;
  color: #666;
} 
dl.biopic {
  margin: 15px 0;
  padding: 10px;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}
dl.biopic dt img {
  float: left;
  width: 206px;
  margin: 0 15px 0 0;
  padding: 0 5px 5px 0;
  background: url(../pages/RaggaPages/images/smallFrame.gif) no-repeat bottom right;
}
dl.biopic dd {
  margin-left: 220px;
  font-size: 95%;
  color: #333;
} 
#RightSidebar {
  float: right;
  width: 15%;
  background: #0033FF;
}
#thumb_nav {
  margin: 0;
  padding: 10px;
  margin: 5px;
  list-style-type: none;
}
#thumb_nav a {
  padding: 10px;
}
#footer {
  clear: both;
  font-size: 65%;
  padding: 5px;
  background: #404530;
  color:#CCCCCC;
}

/* forms
----------------------------------------------------------------------------------------------------*/
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #ccc;
  background: #F8F8F8;
}
fieldset #favoriteActivities {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
#favoriteActivities h2 {
  width: 10em;
  float: left;
  font-size: 1em;
  font-weight: normal;
}
#favoriteActivities div {
  width: 15em;
  float: left;
}
#favoriteActivities label {
  width: 10em;
  float: none;
  display: inline;
  font-size: 85%;
}
#favoriteActivities p {
  margin:0.3em 0;
}
fieldset #forms {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
#form div {
  width: 50em;
  float: left;
}
#form label {
  width: 25em;
  float: none;
  display: inline;
  font-size: 90%;
}
legend {
  font-weight: bold;
}
label {
  float: left;
  width: 10em;
}
input {
  width: 200px;
}
/* borders for Firefox */
input[type="text"], textarea {
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
input:focus, textarea:focus {
  background: #FFC;
}
input.radio, input.checkbox, input.submit {
  width: auto;
  float: left;
  margin-right: 1em;
}
textarea {
  width: 300px;
  height: 100px;
}
.clear {
  clear: both;
}

/* Navigation
----------------------------------------------------------------------------------------------------*/
#nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#nav li {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
#nav a {
  display: block;
  color: #FFF;
  text-decoration: none;
  padding: 0 10px;
  line-height: 1.5em;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  border-left: 2px solid #FFF;
}
#pastJourneys {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#pastJourneys li {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
#pastJourneys a {
  display: block;
  color: #FFFF00;
  text-decoration: none;
  padding: 0 10px;
  line-height: 2.5em;
}
#nav_past_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#nav_past_list li {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
#nav_past_list a {
  display: block;
  color: #FFFF00;
  text-decoration: none;
  padding: 0 20px;
  line-height: 1.5em;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  border-left: 2px solid #FFF;
}
#nav_past_list a:hover {
  background:#3399FF; 
}
#nav a:hover {
  background: #3399FF;
}
#nav #nav_hom a {
  border-top: 2px solid #FFF;
}
#nav #nav_con a {
  border-bottom: 2px solid #FFF;
}
#nav_past_list #nav_gala a {
  border-top: 2px solid #FFF;
}
#nav_past_list #nav_honduras a {
  border-bottom: 2px solid #FFF;
}
#body_home #nav_home a,
   #body_png #nav_png a,
   #body_channel #nav_channel a,
   #body_gala #nav_gala a,
   #body_machu #nav_machu a,
   #body_amazon #nav_amazon a,
   #body_palau #nav_palau a,
   #body_ecuador #nav_ecuador a,
   #body_honduras #nav_honduras a,
   #body_about #nav_about a,
   #body_con #nav_con a {
  background: #CCCCFF;
  color:#000;  
  font-weight: bold;
}
#include_list {
  list-style-type: none;
}
#contact_list {
  list-style-type: none;
}
/* Typography
----------------------------------------------------------------------------------------------------*/

.warning {
  font-weight: bold;
  color: #FF0000;
}
.required {
  font-size: 0.75em;
  color: #760000;
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/

