/**
   Copyright 2009, Dan C Maftei
   */

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  color: black;
  background: url('../images/background.jpg');
}

#container {
  width: 818px;
  margin: 15px auto;
  background: transparent;
}

#container_top {
  background: url('../images/container_top.png');
  height: 15px;
}

#container_middle {
  float: left;
  width: 100%;
  background: url('../images/container_middle.png') repeat-y;
}

#container_bottom {
  clear: both;
  background: url('../images/container_bottom.png');
  height: 15px;
}

#tagline {
  width: 200px;
  height: 55px;
  background: white;
}

#buy_dvd {
  float: right;
  width: auto;
  margin-right: -17px;
}

#top, #bottom {
  width: 812px;
  margin: 0 3px;
  position: relative;
}

#top {
  height: 201px;
}

#bottom {
  background: #ddd;
  overflow: auto;
}

#top_left, #bottom_left {
  float: left;
  width: 200px;
  background: #ddd;
}

#top_right {
  margin-left: 4px;
  width: 608px;
  height: 201px;
  float: left;
}

.banner_firefighter {
  background: url('../images/banner_firefighter.png');
}

.banner_policeman {
  background: url('../images/banner_policeman.png');
}

.banner_ems {
  background: url('../images/banner_ems.png');
}

#bottom_left {
  margin-top: 1em;
}

#bottom_right {
  float: left;
  width: 560px;
  padding: 25px;
  background: white;
  border-left: 2px solid white;
  margin-left: 0;
}

#footer {
  clear: both;
  width: 95%;
  margin: 0 auto;
  padding: 10px;
}

#logos {
  padding: 10px 0;
  border-top: 2px dotted black;
  border-bottom: 2px dotted black;
}

#logos img {
  padding: 0 19px;
}

#copyright {
  font-size: smaller;
  text-align: right;
  margin-right: 2em;
  margin-top: 10px;
}

h1 {
  font-size: 10pt;
  padding: .5em 0;
}

h2 {
  border-bottom: 2px dotted black;
  margin-bottom: .5em;
}

ul {
  list-style: none;
}

li {
  border-bottom: 1px solid white;
}

p {
  margin: .5em 0;
  margin-right: 1em;
}

p.center {
  font-size: 9pt;
  text-align: center;
  margin: 1em 0;
}

img.center {
  display: block;
  margin: 0 auto;
}

img.video_big {
  float: left;
  width: auto;
  margin-left: 2em;
}

img.video_small {
  margin-left: 1em;
  margin-bottom: .5em;
}

a img {
  border: none;
}

a {
  outline: none;
}

li a {
  color: black;
  text-decoration: none;
  display: block;
  height: 35.5px;
  padding-left: 3em;
  line-height: 3em;
}

li:hover {
  background: #ff7c34;
}

.justify p {
  text-align: justify;
}

#feedback_form {
  margin-top: 2em;
  margin-left: 2em;
}

#feedback_form div {
  clear: both;
  margin-bottom: .3em;
}

#feedback_form label {
  float: left;
  width: 12em;
  text-align: right;
  margin-right: 1em;
}

#feedback_form textarea {
  width: 20em;
  height: 10em;
}

.mandatory {
  color: red;
}

.small {
  font-size: x-small;
}

.share {
  background: url('../images/panel_wide.png') no-repeat;
  width: 540px;
  height: 80px;
  position: relative;
  margin-bottom: 1em;
}

.share p {
  padding: 1.5em 0;
  text-align: center;
}

.share a {
  position: absolute;
  bottom: 0;
  right: 50px;
}

.center img {
  padding: 0 .5em;
}

.learn {
  background: url('../images/panel_narrow.png') no-repeat;
  width: 233px;
  height: 157px;
}

.learn p {
  margin: .2em 1em;
}

#take_quiz {
  float: left;
  margin-left: 1em;
}

#download_clips {
  float: right;
  margin-right: 1em;
}

#quiz_screen {
  width: 400px;
  height: 250px;
  margin: 20px auto;
}

#result {
  color: #ff7c34;
  font-size: larger;
  font-weight: bold;
}

#score {
  font-size: larger;
  font-weight: bold;
}

.question {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.question_details {
  margin: 0 1em 1em 1em;
  border-bottom: 1px dotted black;
}

.question_details p {
  margin: 0;
}

.choice {
  padding-left: 2em;
  padding-bottom: 4px;
}

.given {
  font-weight: bold;
}

.correct {
  color: green;
  font-weight: bold;
}

.incorrect {
  color: red;
}

.detail {
  padding: 1em 0;
}

#quiz_share {
  text-align: center;
  padding: 0 3em;
}

.radio {
  float: left;
  width: 5%;
  clear: both;
  margin-left: 5%;
}

.label {
  float: left;
  width: 90%;
}

.button {
  float: left;
  width: 6em;
  text-align: center;
  margin-top: .5em;
  clear: both;
}

.bold {
  font-weight: bold;
}

.marker {
  width: 1em;
  margin-right: .5em;
  margin-left: -1.5em;
}

