/*
    Document   : videoBlock
    Created on : 02-Jul-2013, 13:41:06
    Author     : Derek
    Description:
        Purpose of the stylesheet follows.
*/
.videoSection {
  clear: both;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: gray;
}

.videoSection p {

  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.videoSection h2 {

  padding-bottom: 1px;
}
.videoBlock {
  float: left;
  clear: both;
}

.videoBlock p {
  float: left;
  color: navy;
  width: 440px;
  text-align: left;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.videoBlock hr {
  clear: both;
}

.videoBlock .oneVideo {
  clear: both;
}
.oneVideo {
  clear: both;
  cursor: pointer;
}
.oneVideo h3 {

  text-align: left;
  color: blue;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.oneVideo img {
  float: right;
  margin-left: 10px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-color: navy;
  border-left-color: navy;
  border-bottom-color: navy;
  border-top-color: navy;
  margin-bottom: 10px;
}