html, body {width: 100%; height: 100%}
body {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 13px;
}

ul.multi-info {
  margin: 0;
  padding: 0;
}

ul.multi-info li {
  list-style: none;
  margin: 0;
  border-bottom: 1px dashed #999;
  padding: 3px 0 0 3px;
}

ul.multi-info li:hover {
  background-color: #eee;
}

ul.multi-info li:last-child {
  border-style: none;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

a {
  color: #990000;
}

img {
  border: none;
}

.info-window-content {
  overflow: auto;
  height: 150px;
}

#transparent-bar {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  height: 200px;
  color: #FFF;
  background-color: #000;
  opacity: .8;
  filter: alpha(opacity=80);
}

#content-wrapper {
  color: #FFF;
  position: absolute;
  bottom: 40px;
  height: 165px;
  left: 0;
  right: 0;
  overflow: hidden;
}

#expanded {
  height: 165px;
  width: 825px;
  margin: 0 auto;
  position: relative;
}

#expanded .branding {
  float: left;
  margin-right: 35px;
  width: 315px;
}

#expanded .branding h1 {
  background-image: url("/images/gotcha/gotcha-trans.png");
  height: 60px;
  width: 315px;
  text-indent: -10000px;
}

#expanded ul.instructions {
  float: left;
  margin: 0;
  padding: 0;
}

#expanded ul.instructions li {
  clear: both;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  height: 45px;
}

#expanded ul.instructions li span.number {
  float: left;
  font-size: 40px;
  font-weight: bold;
  line-height: 38px;
}

#expanded ul.instructions li span.instruction {
  float: left;
  margin-left: 15px;
  width: 335px;
}

#expanded a, #collapsed a {
 float: right;
 font-size: 10px;
 font-weight: bold;
 text-transform: uppercase;
 color: #FFF;
 text-decoration: none;
}

#collapsed {
  width: 825px;
  margin: 0 auto;
  height: 65px;
  position: relative;
}

#collapsed .branding {
  height: 65px;
  width: 315px;
  float: left;
}

#collapsed .branding h1 {
  text-indent: -10000px;
  height: 65px;
  width: 315px;
  background-image: url("/images/gotcha/gotcha-with-tag-trans.png");
}

a.home {
  position: absolute;
  right: 0;
  bottom: 0;
}