body {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: #69102b;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}

.logofile {
  background-image: url(../craighead.gif);
  background-repeat: no-repeat;
  background-position: 20px 10px;
  min-height: 515px;
  padding-top: 40px;
}
.logofile-0 {
  background-image: url(../craighead2.gif);
}
#home-container, #home-container-extra {
  margin: 0 0 0px 485px;
  border: 6px solid #ffb94d;
  width: 415px;
  padding: 30px 30px;
  background-color: #fff0d8;
}
.tabber {
  position: absolute;
}
h1.logo {
  float: left;
  width: 188px;
}
.subtitle {
  float: left;
  font-weight: bold;
  color: #e79b00;
  width: 200px;
  font-family: arial;
  font-size: 16px;
  line-height: 20px;
  padding-top: 9px;
  padding-left: 24px;
}
.selections {
  clear: both;
  padding: 20px 0 0;
}
.selections ul li {
  display: list-item;
  list-style-type: circle;
  padding-bottom: 10px;
  position: relative;
}
.selections ul {
  padding-left: 15px;
}
ul#tablist {
  padding-top: 5px;
}
ul#tablist li {
  padding-bottom: 5px;
}

.footer {
  padding-top: 2px;
  text-align: right;
  text-transform: lowercase;
  font-size: 12px;
  position: absolute;
  bottom: -25px;
  right: 0;
}

.tabber-switch {
  position: absolute;
  min-width: 145px;
  max-width: 300px;
  padding: 0 15px;
  bottom: -15px;
  border: 2px solid orange;
  height: 20px;
  line-height: 20px;
  font-family: Kalinga, Verdana, sans-serif;
  font-size: 14px;
  text-align: center;
  background-color: #FFF;
}
.tabber-load {
  border: 2px solid #ca0c49;
  background-color: #fbb4cb;
}
.tabnum {
  position: absolute;
  top: -1600px;
}
.out {
  display: none;
}
.in {
  display: block;
}