html, body {
    height: 99%;
    background: #f2f2f2 url('../images/background.gif') top left repeat-x;
}

#container {
    width: 840px;
    height: 537px;
    text-align: left;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -420px;
    margin-top: -268.5px;
    font: 16px Helvetica, Arial, sans-serif;
    color: #454545;
    line-height: 22px;
}

a {
  -moz-outline: none 0;
  outline: none 0;
  color: #2584B0;
}

h1 {
    font: 48px Helvetica, Arial, sans-serif;
    color: #303c45;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 0;
}

h1 a {
    text-decoration: none;
    color: #303c45;
}

h1 a:hover {
    color: #5b666e;
}

h2 {
    font: 22px Helvetica, Arial, sans-serif;
    line-height: 28px;
    color: #454545;
}

h3 {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #000;
}

p.description {
    display: inline;
    margin: 0;
    margin-top: -40px;
    padding: 0;
    float: right;
    color: #a6a6a6;
}

#intro {
    width: 480px;
    margin-top: 30px;
    margin-bottom: 45px;
}

.navigation {
    width: 752;
    height: 45px;
    background: url('../images/bluebar.gif') center no-repeat;
    padding: 24px;
}

#startquiz {
    display: block; 
    width: 197px; 
    height: 49px; 
    background: transparent url('../images/start.gif') no-repeat;
}

#startquiz:hover { 
    background-position: 0 -49px; 
}

.panel h2 {
    width: 100%;
    border-bottom: 1px solid #ededed;
}

#intro h2 {
    border: 0;
}

ul.answers {
    list-style: none;
    list-style-position: inside;
    margin: 30px;
    margin-left: 100px;
}

ul.answers li {
    padding: 8px;
    cursor: pointer;
}

ul.answers li img {
    margin-right: 6px;
    float: left;
}

a.next {
    float: right;
    margin-top: 5px;
    display: block; 
    width: 133px; 
    height: 35px; 
    background: transparent url('../images/next.gif') no-repeat;
}

a.next:hover { 
    background-position: 0 -35px; 
}

a.last {
    float: left;
    margin-top: 5px;
    display: block; 
    width: 133px; 
    height: 35px; 
    background: transparent url('../images/last.gif') no-repeat;
}

a.last:hover { 
    background-position: 0 -35px; 
}

a.finished {
    float: right;
    margin-top: 5px;
    display: block; 
    width: 133px; 
    height: 35px; 
    background: transparent url('../images/finished.gif') no-repeat;
}

a.finished:hover { 
    background-position: 0 -35px; 
}

#score {
    font-size: 18px;
    font-weight: bold;
    display: inline;
    padding: 0;
    margin: 0;
}

#summary {
    width: 100%;
    text-align: center;
}

.column {
    height: 67px;
    width: 252px;
    padding-top: 30px;
    margin: 7px;
    margin-top: 50px;
    background: #e5f8fc;
    float: left;
    text-align: left;
}

.inspiration {
    background-color: #fff;
}

.retake {
    background: url('../images/retake.gif') center no-repeat;
}

.yessum {
    background: url('../images/yessum.gif') center no-repeat;
}


.column p {
    padding: 2px;
    display: inline;
    margin: 8px;
    color: #000;
    float: left;
    line-height: 18px;
}

#yesyes {
    list-style: none;
}

#yesyes li {
    padding-left: 18px;
    text-indent: -18px;
    margin-bottom: 10px;
}

.stripViewer .panelContainer .panel ul {
    text-align: left;
}

.csw {width: 100%; height: 454px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
    position: relative;
    overflow: hidden; 
    margin: auto;
    width: 840px; /* Also specified in  .stripViewer .panelContainer .panel  below */
    height: 432px;
    clear: both;
    background: #fff;
    border: 0px solid #e5e5e5;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
    position: relative;
    left: 0; top: 0;
    width: 100%;
    list-style-type: none;
    /* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
    float:left;
    height: 100%;
    position: relative;
    width: 840px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
    padding: 20px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
    margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
    list-style: none;
}

.stripNav ul li {
    float: left;
    margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
    margin-top: -9000px;
}

.stripNav a:hover {
    background: #9cf;
}

.stripNav a.current {
    background: #39c;
    color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
    position: absolute;
    top: 230px;
    text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
    display: block;
    height: 40px;
    width: 40px;
}

.stripNavL {
    left: 0;
}

.stripNavR {
    right: 0;
}

.stripNavL {
    background: url("images/arrow-left.gif") no-repeat center;
}

.stripNavR {
    background: url("images/arrow-right.gif") no-repeat center;
}