
/* Barker River Expeditions Stylesheet */ 

img {
  border-style: none;
}

h1 {
  color: #353418;
  border-bottom: 3px solid #3972B7;
  font-family: “Trebuchet MS”, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: bold;
} 

h2 {
  color: #3972B7;
  border-bottom: 2px solid #353418;
  font-family: “Trebuchet MS”, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
} 

h3, p {
  margin: 0;
  padding: 5px;
}

h4 {
  margin: 0; 
  padding: 5px 0;
}

body {
  background: #172B6C;
  color: #333333;
  padding: 0px;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

#container {
  width: 800px;
  margin: auto;
}

#header {
  height: 116px;
}

/* Header sections */
#header-image a{
  text-decoration: none; 
  display: block;
  width: 800px;
  height: 97px;
  text-indent: -9999px;
  background-image: url(/images/header-image.gif);
}

#header-bar {
  text-decoration: none; 
  display: block;
  width: 800px;
  height: 19px;
  text-indent: -9999px;
  background-image: url(/images/header-bar.gif);
}

#main-section{
  overflow: hidden;
  float: left;
  width: 100%;
}

#main-section .column {
  padding-bottom: 20010px;
  margin-bottom: -20000px;
}

#navigation {
  float: left;
  width: 135px;
  height: 100%;
  background-image: url(/images/stone-bg.gif);
  color: #353418;
}

.nav-box {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 3px solid #353418;
  border-bottom: 3px solid #353418;
  text-align: center;
  font-family: “Trebuchet MS”, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  color: #353418;
}

.nav-box a {
  text-decoration: none;
  color: #353418;
}

.nav-details {
  font-size: 12px;
}

#spacer {
  float: left;
  padding: 0;
  width: 43px;
  height: 100%;
  background-image: url(/images/nav-spacer.gif);
}

#spacer-top {
  float: left;
  padding: 0;
  width: 43px;
  height: 50px;
  background-image: url(/images/nav-spacer-top.gif);
}

#content {
  float: left;
  width: 622px;
  background: white;
  color: black;
}

.we-provide-list li {
  list-style-image: url(/images/bluebullet.jpg);
  padding-left: 22px; 
  text-indent: -22px;
}

.you-bring-list li {
  list-style-image: url(/images/bullet.jpg);
  padding-left: 22px; 
  text-indent: -22px;
}

#footer {
  position: relative;
  clear: both;
  text-align: center;
  padding-top: 20px;
  height: 65px;
  background: white;
  color: black;  
  border-top: 2px solid #3972B7;
  margin-bottom: 20px;
  font-size: 12px;
  font-style: italic;
}

/* Navigation layout and images */
#navigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#navigation li a {
  text-decoration: none; 
  display: block;
  width: 135px;
  height: 25px;
  text-indent: -9999px;
}

#link-home a{
  background-image: url(/images/home.gif);
}

#link-home a:hover{
  background-image: url(/images/home-over.gif);
}

#link-trips a{
  background-image: url(/images/trips.gif);
}

#link-trips a:hover{
  background-image: url(/images/trips-over.gif);
}

#link-schedule a{
  background-image: url(/images/schedule.gif);
}

#link-schedule a:hover{
  background-image: url(/images/schedule-over.gif);
}

#link-contact a{
  background-image: url(/images/contact.gif);
}

#link-contact a:hover{
  background-image: url(/images/contact-over.gif);
}

#link-history a{
  background-image: url(/images/history.gif);
}

#link-history a:hover{
  background-image: url(/images/history-over.gif);
}

#link-equipment a{
  background-image: url(/images/equipment.gif);
}

#link-equipment a:hover{
  background-image: url(/images/equipment-over.gif);
}