/* Common */
body,table,input,select,textarea { 
  font-family:Verdana, Arial, sans-serif; 
  font-size:100%;
  line-height:1.125em;
}

/* Remove padding and margin */
*
    {
    margin: 0;
    padding: 0;
    border: 0;
}

body {   
  color:#000; 
  background-color:#161e25; 
}

h1 {
  font: normal 1.5em 'Georgia', serif;
  margin:0 0 1em 0;
}

h2 {
  margin: 1em 0 0.5em 0;
  font: normal 1.25em 'Georgia', serif;
  color: #2c6588;
}

h3 {
  margin: 0.5em 0 0.25em 0;
  font-size: 0.875em;
  color: #2c6588;
}

h4 {
  margin: 0.5em 0 0.25em 0;
  font-size: 0.75em;
  color: #2c6588;
}

p, #content ul { 
  margin:1em 0;
  font-size:0.75em; 
}

#content li {
  margin:1em;
}

#content a {
  text-decoration:none;
  color:#e74914;
}

#content a:hover {
  color:#e77f5c;
}

dl.col {
  font-size:0.69em;
  margin: 1em 0;
}

dl.col dt { 
  float:left; 
  width:5em;
  font-weight: bold;
}

dl.col dd { 
  margin-left:5.5em;
}

dl.wide-col dt {
  width:8em;
}

dl.wide-col dd {
  margin-left:9em;
}

.highlight-wide dl.wide-col dt {
  width:12em;
}

.highlight-wide dl.wide-col dd {
  margin-left:13em;
}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

.clr {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

.centre {
  text-align:center;
  margin: 10px 0;
}

img.left {
  margin:0 10px 10px 0;
  border:#6ea5c7 solid 1px;
}

img.right {
  margin:0 0 10px 10px;
  border:#6ea5c7 solid 1px;
}

img.noborder {
  border: 0;
}

abbr {
  border-bottom:#ccc dashed 1px;  
}

/* messages / errors box */
.Msg {
  margin: 1em 0;
}

.Msg ul {
  padding: 0.5em;
  list-style-type: none;
}

.Messages ul {
  border: 1px solid darkblue;
  background-color: lightblue;
}

.Errors ul {
  border: 1px solid darkred;
  background-color: pink;
}

/* Layout */

#constrain {
  width:800px;
  margin:0 auto;
  position:relative;
  padding: 0 35px 0 0;  
}

#header { 
  height: 130px;
  color: #fff;
  margin: 0 0 0 30px;
  text-align: center;  
}

#header img {
  margin: 20px 0 0 15px;
}

#header p {  
  margin: 0;
  line-height: 1.5em;
  font: normal 1.25em 'Georgia', serif;
  padding: 20px 0 0 0;
}

#header p.title {
  font-size: 2em;
  margin:0;
  line-height:0.75em;
}
  /* Language Nav */
  
  #nav-languages {
    position:absolute;
    top:130px;
    left:0; 
  }
  
  #nav-languages li {
    list-style:none;
  }

#content-wrapper {
  border:#fff solid 10px;
  margin:0 0 0 30px;  
  background-color:#163244;
}
  /* Main Navigation */

  #nav-side {
    background:#163244 url('../images/SafarisBlueLeft.jpg') no-repeat;
    float:left;
    width: 160px;
    padding:20px 0 0 0;
    height:393px;
  }
  
  #nav-side li {
    list-style:none;
    border-bottom:#2C6588 solid 1px;
    padding:5px 10px;
  }
  
  #nav-side a {
    text-decoration:none;
    font-size: 0.75em;    
    color:#fff;
  }
  
  #nav-side a:hover {
    color: #6ea5c7;
  }

#content {  
  margin:0 0 0 160px;
  background:#fff url('../images/SafarisBlueWhite.jpg') no-repeat;
  padding: 20px;
  min-height:395px;
}

#sticker-t {
  position:absolute;
  top:86px;
  right:0;
  background:transparent url('../images/i-sticker-r.gif') no-repeat;
  width: 119px;  
  display: block;
  height: 130px;  
}

#footer {
  color: #fff;
  text-align: right;
  font-size:0.875em;
}

#footer a {
  color:#fff;
  text-decoration:none;
}

#footer a:hover {
  color:#e77f5c;
}

/* Content Styling */

#content ul.tourlist li {
  list-style:none;
  background:transparent url('../images/g-list-icon.png') no-repeat left 55%;
  padding: 0 0 0 15px;
}

#content ul.tourlist a {
  font-weight:bold;  
}

.highlight {
  border:#6ea5c7 solid 1px;
  padding:10px;
  width: 175px;
  margin: 0 0 10px 10px;
}

.highlight h2 {
  margin: 0;
}

.highlight-wide {
  width: 510px;
  margin-top: 20px;
}

.language-days li {
  list-style:none;
}

.language-days img {
  vertical-align:middle;
  margin: 0 10px 0 0;
}
