/* Image Strip
----------------------------------------------- */
#image-strip {
  clear: both;
  float: left;
  height: 171px;
  width: 932px;
}
#image-strip ul {
  margin: 0;
  padding: 0;
}
#image-strip li {
  float: left;
  margin: 0 1px;
  padding: 0;
  display: inline;
}
#image-strip ul li a {
  text-indent: -9999px; 
  float: left;
  outline: none;
  border-bottom: none;
}
#image-strip ul li a:hover {
  /* TODO:remove this rule */
}

/* Background Image Placement
----------------------------------------------- */
.home-page #image-strip, .welcome-page #image-strip {
  background: transparent url('images/strips/landing.jpg') no-repeat 0 0;
}
.activities-page #image-strip {
  background: url('images/strips/activities.jpg') no-repeat 0 0;
}
.campers-page #image-strip, .applications-page #image-strip {
  background: url('images/strips/campers.jpg') no-repeat 0 0;
}

.news-page #image-strip {
  background: url('images/strips/news.jpg') no-repeat 0 0;
}
.outfitters-page #image-strip {
  background: url('images/strips/outfitters.jpg') no-repeat 0 0;
}
.staff-page #image-strip {
  background: url('images/strips/staff.jpg') no-repeat 0 0;
}

/* Generic Height Rule
----------------------------------------------- */
#is-trips, #is-waterfront, #is-team, #is-indoor, #is-individual {
  height: 171px;
}

/* Image Strip Home, Welcome -- 220, 167, 198, 169, 168
-------------------------------------------------------- */
.home-page #is-trips, .welcome-page #is-trips {
  width: 220px;
}
.home-page #is-team, .welcome-page #is-team {
  width: 167px;
}
.home-page #is-waterfront, .welcome-page #is-waterfront { 
  width: 198px;
} 
.home-page #is-indoor, .welcome-page #is-indoor { 
  width: 169px;
} 
.home-page #is-individual, .welcome-page #is-individual { 
  width: 168px;
} 

/* Image Strip Activities -- 199, 205, 169, 171, 178
-------------------------------------------------------- */
.activities-page #is-trips { 
  width: 199px;
} 
.activities-page #is-waterfront { 
  width: 205px;
} 
.activities-page #is-team { 
  width: 169px; 
} 
.activities-page #is-indoor { 
  width: 171px;
} 
.activities-page #is-individual { 
  width: 178px;
}

/* Campers -- 199, 154, 192, 148, 229
-------------------------------------------------------- */
.campers-page #is-trips {
  width: 199px;
}
.campers-page #is-waterfront {
  width: 154px;
}
.campers-page #is-team {
  width: 192px;
}
.campers-page #is-indoor {
  width: 148px;
}
.campers-page #is-individual {
  width: 229px;
}

/* Staff -- 202, 160, 192, 179, 189
-------------------------------------------------------- */
.staff-page #is-trips {
  width: 202px;
}
.staff-page #is-waterfront {
  width: 160px;
}
.staff-page #is-team {
  width: 192px;
}
.staff-page #is-indoor {
  width: 179px;
}
.staff-page #is-individual {
  width: 189px;
}

/* News and Alumni -- 225, 198, 160, 202, 137
-------------------------------------------------------- */
.news-page #is-trips {
  width: 225px;
}
.news-page #is-waterfront {
  width: 198px;
}
.news-page #is-team {
  width: 160px;
}
.news-page #is-indoor {
  width: 202px;
}
.news-page #is-individual {
  width: 137px;
}

/* Outfitters -- 199, 138, 175, 206, 204
-------------------------------------------------------- */
.outfitters-page #is-trips {
  width: 199px;
}
.outfitters-page #is-waterfront {
  width: 138px;
}
.outfitters-page #is-team {
  width: 175px;
}
.outfitters-page #is-indoor {
  width: 206px;
}
.outfitters-page #is-individual {
  width: 204px;
}

