/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

body, html {
  font-family: Times, Arial, Helvetica, sans-serif;
  color: #000;
  background: #000; }

div, p, a, ul, li, h1, h2, h3, h4 {
  padding: 0;
  margin: 0; }

body {
  width: 950px;
  margin: 0 auto;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

p {
  font-size: 20px;
  color: #fff; }

a {
  color: #fff; }

header a, .hide-text, footer a {
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }

h1 {
  position: absolute;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  z-index: 10; }

h1.title {
  width: 371px;
  height: 76px;
  top: 40px;
  left: 297px;
  background: url(../images/txt-title.png); }

.btn.pl-area, .btn.pl-area-over, .btn.done-with-activity, .btn.ok, .btn.done-with-activity-over, .btn.before-after, .btn.save, .btn.continue-small, .btn.audio-on, .btn.student-area-over, .btn.yes, .btn.go-back, .btn.go-back-small-over, .btn.teacher-area-over, .btn.cancel-over, .btn.help-over, .btn.continue, .btn.continue-over, .btn.watch-video-over, .btn.go-back-small, .btn.yes-over, .btn.quit, .btn.teacher-area, .btn.done, .btn.quit-over, .btn.watch-video, .btn.before-after-over, .btn.audio-off, .btn.biopic-poster, .btn.save-over, .btn.no-over, .btn.student-area, .btn.go-back-over, .btn.try-it-yourself, .btn.no, .btn.ok-over, .btn.continue-small-over, .btn.done-over, .btn.try-it-yourself-over, .btn.cancel, .btn.help, .btn.biopic-poster-over, .btn.replay, .btn.replay-over {
  display: block;
  background-repeat: no-repeat;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  background-image: url("../images/buttons.png"); }

@media only screen and (min-width: 1000px) {
  .btn.done-with-activity {
    background-position: 0px 0px;
    width: 123px;
    height: 47px; }

  .btn.ok {
    background-position: -126px 0px;
    width: 81px;
    height: 43px; }

  .btn.done-with-activity:hover {
    background-position: -210px 0px;
    width: 123px;
    height: 47px; }

  .btn.before-after {
    background-position: 0px -50px;
    width: 213px;
    height: 31px; }

  .btn.save {
    background-position: -336px 0px;
    width: 74px;
    height: 17px; }

  .btn.continue-small {
    background-position: -336px -20px;
    width: 118px;
    height: 31px; }

  .btn.audio-on {
    background-position: -216px -50px;
    width: 111px;
    height: 18px; }

  .btn.student-area:hover {
    background-position: -330px -54px;
    width: 158px;
    height: 24px; }

  .btn.yes {
    background-position: -216px -71px;
    width: 81px;
    height: 43px; }

  .btn.go-back {
    background-position: -300px -81px;
    width: 118px;
    height: 31px; }

  .btn.go-back-small:hover {
    background-position: 0px -84px;
    width: 93px;
    height: 25px; }

  .btn.teacher-area:hover {
    background-position: 0px -112px;
    width: 158px;
    height: 24px; }

  .btn.cancel:hover {
    background-position: -421px -81px;
    width: 81px;
    height: 43px; }

  .btn.help:hover {
    background-position: -413px 0px;
    width: 74px;
    height: 17px; }

  .btn.continue {
    background-position: -300px -115px;
    width: 118px;
    height: 31px; }

  .btn.continue:hover {
    background-position: -161px -117px;
    width: 118px;
    height: 31px; }

  .btn.watch-video:hover {
    background-position: -282px -149px;
    width: 173px;
    height: 31px; }

  .btn.go-back-small {
    background-position: -96px -84px;
    width: 93px;
    height: 25px; }

  .btn.yes:hover {
    background-position: 0px -139px;
    width: 81px;
    height: 43px; }

  .btn.quit {
    background-position: -421px -127px;
    width: 74px;
    height: 17px; }

  .btn.teacher-area {
    background-position: -84px -151px;
    width: 158px;
    height: 24px; }

  .btn.done {
    background-position: -84px -178px;
    width: 68px;
    height: 25px; }

  .btn.quit:hover {
    background-position: -155px -178px;
    width: 74px;
    height: 17px; }

  .btn.watch-video {
    background-position: -232px -183px;
    width: 173px;
    height: 31px; }

  .btn.before-after:hover {
    background-position: 0px -206px;
    width: 213px;
    height: 31px; }

  .btn.audio-off {
    background-position: -216px -217px;
    width: 111px;
    height: 18px; }

  .btn.biopic-poster {
    background-position: -216px -238px;
    width: 213px;
    height: 31px; }

  .btn.save:hover {
    background-position: -408px -183px;
    width: 74px;
    height: 17px; }

  .btn.no:hover {
    background-position: 0px -240px;
    width: 81px;
    height: 43px; }

  .btn.student-area {
    background-position: -84px -272px;
    width: 158px;
    height: 24px; }

  .btn.go-back:hover {
    background-position: -245px -272px;
    width: 118px;
    height: 31px; }

  .btn.try-it-yourself {
    background-position: 0px -299px;
    width: 213px;
    height: 31px; }

  .btn.no {
    background-position: -366px -272px;
    width: 81px;
    height: 43px; }

  .btn.ok:hover {
    background-position: -216px -306px;
    width: 81px;
    height: 43px; }

  .btn.continue-small:hover {
    background-position: -300px -318px;
    width: 118px;
    height: 31px; }

  .btn.done:hover {
    background-position: -408px -203px;
    width: 69px;
    height: 25px; }

  .btn.try-it-yourself:hover {
    background-position: 0px -333px;
    width: 213px;
    height: 31px; }

  .btn.cancel {
    background-position: -421px -318px;
    width: 81px;
    height: 43px; }

  .btn.help {
    background-position: 0px -185px;
    width: 74px;
    height: 17px; }

  .btn.biopic-poster:hover {
    background-position: -216px -364px;
    width: 213px;
    height: 31px; }

  .btn.replay {
    background-position: -84px -240px;
    width: 79px;
    height: 25px; }

  .btn.replay:hover {
    background-position: 0px -367px;
    width: 79px;
    height: 25px; } }
.btn.done-with-activity {
  background-position: 0px 0px;
  width: 123px;
  height: 47px; }

.btn.ok {
  background-position: -126px 0px;
  width: 81px;
  height: 43px; }

.btn.done-with-activity.hover {
  background-position: -210px 0px;
  width: 123px;
  height: 47px; }

.btn.before-after {
  background-position: 0px -50px;
  width: 213px;
  height: 31px; }

.btn.save {
  background-position: -336px 0px;
  width: 74px;
  height: 17px; }

.btn.continue-small {
  background-position: -336px -20px;
  width: 118px;
  height: 31px; }

.btn.audio-on {
  background-position: -216px -50px;
  width: 111px;
  height: 18px; }

.btn.student-area.hover {
  background-position: -330px -54px;
  width: 158px;
  height: 24px; }

.btn.yes {
  background-position: -216px -71px;
  width: 81px;
  height: 43px; }

.btn.go-back {
  background-position: -300px -81px;
  width: 118px;
  height: 31px; }

.btn.go-back-small.hover {
  background-position: 0px -84px;
  width: 93px;
  height: 25px; }

.btn.teacher-area.hover {
  background-position: 0px -112px;
  width: 158px;
  height: 24px; }

.btn.cancel.hover {
  background-position: -421px -81px;
  width: 81px;
  height: 43px; }

.btn.help.hover {
  background-position: -413px 0px;
  width: 74px;
  height: 17px; }

.btn.continue {
  background-position: -300px -115px;
  width: 118px;
  height: 31px; }

.btn.continue.hover {
  background-position: -161px -117px;
  width: 118px;
  height: 31px; }

.btn.watch-video.hover {
  background-position: -282px -149px;
  width: 173px;
  height: 31px; }

.btn.go-back-small {
  background-position: -96px -84px;
  width: 93px;
  height: 25px; }

.btn.yes.hover {
  background-position: 0px -139px;
  width: 81px;
  height: 43px; }

.btn.quit {
  background-position: -421px -127px;
  width: 74px;
  height: 17px; }

.btn.teacher-area {
  background-position: -84px -151px;
  width: 158px;
  height: 24px; }

.btn.done {
  background-position: -84px -178px;
  width: 68px;
  height: 25px; }

.btn.quit.hover {
  background-position: -155px -178px;
  width: 74px;
  height: 17px; }

.btn.watch-video {
  background-position: -232px -183px;
  width: 173px;
  height: 31px; }

.btn.before-after.hover {
  background-position: 0px -206px;
  width: 213px;
  height: 31px; }

.btn.audio-off {
  background-position: -216px -217px;
  width: 111px;
  height: 18px; }

.btn.biopic-poster {
  background-position: -216px -238px;
  width: 213px;
  height: 31px; }

.btn.save.hover {
  background-position: -408px -183px;
  width: 74px;
  height: 17px; }

.btn.no.hover {
  background-position: 0px -240px;
  width: 81px;
  height: 43px; }

.btn.student-area {
  background-position: -84px -272px;
  width: 158px;
  height: 24px; }

.btn.go-back.hover {
  background-position: -245px -272px;
  width: 118px;
  height: 31px; }

.btn.try-it-yourself {
  background-position: 0px -299px;
  width: 213px;
  height: 31px; }

.btn.no {
  background-position: -366px -272px;
  width: 81px;
  height: 43px; }

.btn.ok.hover {
  background-position: -216px -306px;
  width: 81px;
  height: 43px; }

.btn.continue-small.hover {
  background-position: -300px -318px;
  width: 118px;
  height: 31px; }

.btn.done.hover {
  background-position: -408px -203px;
  width: 69px;
  height: 25px; }

.btn.try-it-yourself.hover {
  background-position: 0px -333px;
  width: 213px;
  height: 31px; }

.btn.cancel {
  background-position: -421px -318px;
  width: 81px;
  height: 43px; }

.btn.help {
  background-position: 0px -185px;
  width: 74px;
  height: 17px; }

.btn.biopic-poster.hover {
  background-position: -216px -364px;
  width: 213px;
  height: 31px; }

.btn.replay {
  background-position: -84px -240px;
  width: 79px;
  height: 25px; }

.btn.replay.hover {
  background-position: 0px -367px;
  width: 79px;
  height: 25px; }

header {
  position: relative;
  height: 40px;
  z-index: 1000;
  *zoom: 1; }
  header:before, header:after {
    content: " ";
    display: table; }
  header:after {
    clear: both; }
  header .logo {
    position: absolute;
    left: 9px;
    width: 224px;
    height: 52px;
    background: url(../images/logo.png); }
    header .logo a {
      position: absolute;
      display: block;
      width: 224px;
      height: 52px;
      z-index: 1000; }
  header .user-id {
    position: absolute;
    left: 234px;
    width: 250px;
    height: 40px;
    padding-right: 63px;
    font-size: 20px;
    line-height: 35px;
    text-align: right;
    letter-spacing: 1px;
    color: #fff;
    background: url(../images/key.jpg) right no-repeat; }
  header nav {
    float: right; }
    header nav ul {
      list-style: none; }
    header nav li {
      float: left;
      padding-top: 7px; }

.frame {
  position: relative;
  height: 534px;
  background: url(../images/backgrounds/bg1.jpg);
  overflow: hidden; }
  .frame p, .frame div, .frame .btn, .frame img, .frame .video-frame {
    position: absolute; }
  .frame .btn:hover, .frame .btn.hover {
    color: #fff; }

#preloader {
  background: url(../images/backgrounds/bg1.jpg); }
  #preloader img {
    top: 240px;
    left: 440px; }
  #preloader h2 {
    text-align: center;
    color: #fff;
    padding-top: 320px;
    font-size: 25px; }

#frame1 h2 {
  position: absolute;
  top: 90px;
  left: 100px;
  width: 700px;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  text-align: center; }
#frame1 .biopic {
  position: absolute;
  top: 170px;
  left: 60px; }
#frame1 .before-after {
  position: absolute;
  top: 170px;
  left: 510px; }

#frame1 .loading {
  background: #000; }

footer {
  position: relative;
  width: 950px;
  height: 30px;
  background: url(../images/footer.gif) 0 5px no-repeat; }
  footer .audio-toggle {
    position: absolute;
    bottom: 7px;
    left: 35px;
    width: 111px;
    height: 18px; }
  footer nav {
    float: right;
    padding-right: 35px; }
    footer nav ul {
      list-style: none; }
    footer nav li {
      float: left;
      padding-top: 5px; }

.alert {
  position: fixed;
  top: 0;
  width: 950px;
  height: 100%;
  z-index: 5000;
  overflow: hidden;
  color: #fff;
  background: url(../images/overlay.png); }
  .alert .content {
    position: relative;
    margin: 200px auto 0;
    width: 197px;
    height: 139px;
    padding: 0 15px;
    background: url(../images/alert.gif);
    z-index: 1000; }
  .alert h2 {
    padding-bottom: 12px;
    text-align: center;
    font-weight: bold;
    color: #f9d83a; }
  .alert p {
    font-size: 20px;
    line-height: 22px;
    text-align: center; }
  .alert .btn {
    position: absolute;
    bottom: 5px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }
  .alert .yes {
    left: 40px;
    bottom: -2px; }
  .alert .no {
    right: 40px;
    bottom: -2px; }
  .alert .continue-small {
    left: 53px; }

.alert.small h2 {
  padding-bottom: 5px; }
.alert.small p {
  font-size: 18px; }

#alert h2 {
  padding-bottom: 1px; }

#play {
  z-index: 2000;
  position: absolute;
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }

#help {
  position: fixed;
  top: 0;
  width: 950px;
  height: 100%;
  z-index: 2000;
  overflow: hidden;
  color: #fff;
  background: url(../images/overlay.png); }
  #help .content {
    position: relative;
    margin: 100px auto 0;
    width: 391px;
    height: 425px;
    padding: 10px 30px;
    background: url(../images/popup.gif);
    z-index: 1000; }
  #help .scroll {
    width: 391px;
    height: 340px;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #help h2 {
    padding-bottom: 12px;
    text-align: center;
    font-weight: bold;
    color: #f9d83a; }
  #help h3 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 24px; }
  #help p, #help li {
    font-size: 20px;
    line-height: normal;
    padding-bottom: 20px; }
  #help .btn {
    position: absolute;
    bottom: 10px;
    left: 195px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }
  #help ul {
    padding-left: 20px;
    list-style: disc; }

#print {
  display: none; }

#overlay {
  position: absolute;
  top: -4px;
  opacity: .5;
  z-index: 10000; }

#development {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #fff;
  padding: 0 10px; }
  #development label, #development select {
    display: block; }
  #development select {
    max-height: 100px;
    padding: 2px;
    margin-bottom: 20px; }
	
	
	
	/* new button mapping 11-13-14 */
	
		/* for red button */
	/*.btn.student-area {
    background-position: -156px -830px;
    width: 87px;
    height: 19px;  }*/
	
	.btn.student-area {
        background-position: -156px -856px;
    width: 87px;
    height: 19px; 
	}

	.btn.student-area:hover {
        background-position: -156px -856px;
    width: 87px;
    height: 19px; 
	}
	
	/*new button */
	.btn.pl-area {
    background-position: -273px -830px;
    width: 165px;
    height: 19px;  }
	
	.btn.pl-area:hover {
    background-position: -273px -856px;
    width: 165px;
    height: 19px; 
	}
	 .btn.teacher-area {
    background-position: 0px -830px;
    width: 127px;
    height: 19px; }
	
  .btn.teacher-area:hover {
    background-position: 0px -856px;
    width: 127px;
    height: 19px; }
	
	
	  .btn.quit {
    background-position: -77px -263px;
    width: 74px;
    height: 17px; }
	
	.btn.quit:hover {
    background-position: 0px -263px;
    width: 74px;
    height: 17px; }

