html,body {
  margin: 0;
  padding: 0;
  text-align: center;
}

body {
  font-family: "Courier New";
  font-size: 12px;
  background: url("images/background.jpg");
}


/* ============================================== */
/*  Template                                      */
/* ============================================== */

#pagewidth {
  width: 1078px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

#language {
  position: relative;
  height: 54px;
  background: url("images/page_top.jpg");
  width: 100%;
}

#menu ul {
  position: relative;
  width: 100%;
  height: 98px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu li {
  float: left;
}

#menu li a span {
  display: none;
}

#menu li a {
  display: block;
  height: 98px;
  background-position: left top;
  outline: none;
}

#menu li a:hover {
  background-position: left bottom;
}

#menu .home {
  width: 162px;
  background: url("images/menu_home_rollover.jpg") no-repeat;
}

#menu .about {
  width: 95px;
  background: url("images/menu_about_rollover.jpg") no-repeat;
}

#menu .donate {
  width: 118px;
  background: url("images/menu_donate_rollover.jpg") no-repeat;
}

#menu .journal {
  width: 109px;
  background: url("images/menu_journal_rollover.jpg") no-repeat;
}

#menu .videos {
  width: 101px;
  background: url("images/menu_videos_rollover.jpg") no-repeat;
}

#menu .media {
  width: 120px;
  background: url("images/menu_media_rollover.jpg") no-repeat;
}
#menu .projects {
  width: 126px;
  background: url("images/menu_projects_rollover.jpg") no-repeat;
}

#menu .contactus {
  width: 246px;
  background: url("images/menu_contact_us_rollover.jpg") no-repeat;
}

#trans_left {
  float: left;
  width: 759px;
  height: 73px;
  background: url("images/menu_transparency_left.jpg") no-repeat;
}

#transparency {
  float: right;
  width: 319px;
  height: 73px;
  background-position: left top;
  outline: none;
  background: url("images/menu_transparency_rollover.jpg") no-repeat;
}

#transparency:hover {
  background-position: left bottom;
}

#transparency span {
  display: none;
}

#bottom {
  clear: both;
  width: 1078px;
  height: 155px;
  background: url("images/menu_bottom.jpg") no-repeat;
}

#twocols {
  width: 1078px;
  float: right;
  position: relative;
  background: url("images/page.jpg") repeat-y;
}

#content {
  float: left;
  display: inline;
  position: relative;
  width: 655px;
  margin-left: 100px;
  margin-right: 40px;
}

#rightcol {
  width: 283px;
  float: right;
  position: relative;
}

#donate {
  float: left; 
  width: 283px;
  height: 149px;
  margin-bottom: 40px;
  background-position: left top;
  background: url("images/page_donate_rollover.jpg");
  outline: none;
}

#donate:hover {
  background-position: left bottom;
}

#donate span {
  display: none;
}

#partners {
  position: relative;
  width: 124px;
  margin-bottom: 40px;
}

#partners ul {
  list-style: none;
  padding: 0;
  margin: 0 30px;
}

#partners li {
  float: left;
  margin-top: 20px;
}

#partners li a span {
  display: none;
}

#partners li a {
  display: block;
  background-position: left top;
  outline: none;
}

#partners li a:hover {
  background-position: left bottom;
}

#partners .ipi {
  width: 124px;
  height: 118px;
  background: url("images/partners_ipi_rollover.jpg") no-repeat;
}

#partners .armada {
  width: 124px;
  height: 81px;
  background: url("images/partners_armada_rollover.jpg") no-repeat;
}

#partners .evo {
  width: 124px;
  height: 88px;
  background: url("images/partners_evo_design_rollover.jpg") no-repeat;
}

#partners .if3 {
  width: 124px;
  height: 100px;
  background: url("images/partners_if3_rollover.jpg") no-repeat;
}

#partners .ah {
  width: 124px;
  height: 90px;
  background: url("images/partner_alaska_heliskiing_rollover.jpg") no-repeat;
}

#partners .ns {
  width: 124px;
  height: 80px;
  background: url("images/partners_ns_rollover.jpg") no-repeat;
}

#partners .oakley {
  width: 124px;
  height: 81px;
  background: url("images/partners_oakley_rollover.jpg") no-repeat;
}

#partners .orage {
  width: 124px;
  height: 74px;
  background: url("images/partners_orage_rollover.jpg") no-repeat;
}

#partners .pbp {
  width: 124px;
  height: 83px;
  background: url("images/partners_pbp_rollover.jpg") no-repeat;
}

#partners .pullin {
  width: 124px;
  height: 88px;
  background: url("images/partners_pull_in_rollover.jpg") no-repeat;
}

#partners .evolvechile {
  width: 124px;
  height: 80px;
  background: url("images/partners_evolve_chili_rollover.jpg") no-repeat;
}

#partners .evogear {
  width: 124px;
  height: 111px;
  background: url("images/partners_evo_gear_rollover.jpg") no-repeat;
}

#partners .mountainkhakis {
  width: 124px;
  height: 80px;
  background: url("images/partner_mountain_khakis_rollover.jpg") no-repeat;
}

#paypal {
  float: left; 
  width: 650px;
  height: 345px;
  background-position: left top;
  background: url("images/paypal_rollover.jpg");
  outline: none;
}

#paypal:hover {
  background-position: left bottom;
}

#paypal span {
  display: none;
}

#sidebar {
  clear: both;
  padding-right: 90px;
  margin-bottom: 40px;
}

#footer {
  height: 344px;
  background: url("images/footer.jpg") no-repeat;
  clear: both;
}

/* ============================================== */
/*  Generic mods                                  */
/* ============================================== */

a {
  font-weight: bold;
  color: #333333;
}

a:hover {
  color: #389ccb;
  text-decoration: underline;
}


/* ============================================== */
/*  IE Hack                                       */
/* ============================================== */

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}


/* ============================================== */
/*  Print                                         */
/* ============================================== */

/* End hide from IE-mac */ /*printer styles*/
@media print { /*hide the right column when printing*/
  #rightcol {
    display: none;
  }
  #twocols,#content {
    width: 100%;
    float: none;
  }
}


/* ============================================== */
/*  Slideshow                                     */
/* ============================================== */

.slideshow-caption {
	text-align: center;
	margin: 50px 30px 10px;
	color: #FFFFFF;
}
.slideshow-caption-background {
	background-color: #000000;
}

.slideshow-navigation {

}
.slideshow-navigation a {
	text-decoration: none;
}
