body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  background-color: #fff;
  text-align: center;
  color: #000;
}

a,
h1 {
  color: #447b66;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

h2 {
  font-size: 14px;
  margin-bottom: 5px;
}

p {
  margin-bottom: 10px;
  line-height: 14px;
}

strong {
  font-weight: bold;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul,
ol {
  margin-bottom: 10px;
}

li {
  margin: 0 0 3px 30px;  
}

.border {
  border: 1px solid #acacac;
}

.text {
  padding: 25px;
}

#main {
  width: 912px;
  margin: 0 auto;
  text-align: left;
}

#header {
  height: 115px;
}

#logo {
  float: left;
  display: block;
  background: transparent url("/esuite/images/pages/video/logo.png") no-repeat left top;
  width: 323px;
  height: 56px;
  margin: 50px 0 0 15px;
}

#contact {
  float: right;
  padding-top: 20px;
  text-align: right;
  width: 400px;
}

#contact h2 {
  font-size: 12px;
}

#contact * {
  display: block;
  margin-bottom: 3px;
}

#channels {
  float: left;
  background: transparent url("/esuite/images/pages/video/channels-back.png") no-repeat left top;
  margin-bottom: 7px;
  padding-top: 51px;
}

#channels a {
  display: block;
  width: 272px;
  height: 70px;
  border-top-width: 0;
  color: #9ab19f;
  font-size: 60px;
  padding: 20px 0 0 25px;
}

#channel1 {
  background: transparent url("/esuite/images/pages/video/channel1.png") no-repeat right top;
}

#channel2 {
  background: transparent url("/esuite/images/pages/video/channel2.png") no-repeat right top;
}

#channel3 {
  background: transparent url("/esuite/images/pages/video/channel3.jpg") no-repeat right top;
}

#channel4 {
  background: transparent url("/esuite/images/pages/video/channel4.png") no-repeat right top;
}

#videoFrame {
  width: 600px;
  height: 674px;
  margin-bottom: 7px;
}

#ads a {
  display: block;
  width: 295px;
  height: 104px;
  float: left;
}

#ads a.first {
  margin-right: 7px;
}

#videoFrame,
#ads {
  float: right;
}

#leadcollectorFrame {
  float: left;
  width: 297px;
  height: 345px;
}

#footer {
  clear: both;
  font-size: 10px;
  text-align: center;
  padding: 20px 0;
}

/* Lead Collector */

body.leadcollector {
  background-color: #e4edea;
}

body.leadcollector th {
  font-size: 11px;
  white-space: nowrap;
}

body.leadcollector td {
  padding: 3px 0;
}

body.leadcollector .messageText {
  font-size: 10px;
}

body.leadcollector #formContainer {
  padding: 10px;
}

body.leadcollector input,
body.leadcollector select,
body.leadcollector textarea {
  width: 160px;
}

body.leadcollector input {
  height: 20px;
}

body.leadcollector textarea {
  height: 40px;
}

/* My Story */

#mystoryPhoto {
  width: 240px;
}

#mystoryText {
  float: right;
  width: 600px;
}
 */