/* Start of CMSMS style sheet 'Layout - Home Page' */
/* Background */

body {
  background-color: #6b8ebe;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-top: auto;
  background: #334f7f;
  position:relative;
  height: 100%;
}

img {
border: none;
}

/* Layout Positions */

#body-page {
  width: 780px;
  min-height: 700px;
  background-color: #FFFFFF;
  border-right: 1px solid black;
  border-left: 1px solid black;
  margin-left: auto;
  margin-right: auto;
  font-family : Verdana, Tahoma;
  font-size: 9px;
  color : #000066;
  line-height: 20px;
}

#header-tb {
  width: 780px;
  height:305px;
  position:relative;
}

#body-tb {
  width: 780px;
  background-color: #FFFFFF;
  min-height: 502px;
}

#footer-tb{
  width: 780px;
  height: 68px;
  background-color: #FFFFFF;
  clear:left;
}

/* Content Positions */

.videoheader {
float:left;
}

.header-menu {
  float: left;
  width:470px;
  background-image: url(images/buttonbg.gif);
  margin-top: -220px;
  .margin-left: -127px;
  cursor: default;
}

.header-pic {
  float: left;
  margin-top: -295px;
  margin-left: 18px;
}

.breadcrumbs {
  width:720px;
  margin-left:20px;
  height: 20px;
  padding: 0px 20px 0px 0px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E0E0E0;
  float: left;
}

.date {
  margin-right:20px;
  margin-top: -20px;
  float: right;
  font-family : Verdana, Tahoma;
  font-size: 9px;
  color : #000066;
  line-height: 20px;
}

.column-left {
  width: 170px;
  padding: 10px 10px 0px 20px;
  background-color: #FFFFFF;
  float: left;
}

hr {
  width: 160px;
  height: 0;
  border: none;
  border-top: 1px solid #E0E0E0;
  margin-left: 0px;
}

.column-center {
  width: 556px;
  min-height: inherit;
  background-color: #FFFFFF;
  padding: 10px 20px 0px 0px;
  float: left;
  .padding-bottom: 12px;
}

.chosen {
  margin-left: 201px;
  background-color: #FFFFFF;
  padding-bottom: 15px;
}

.footer-links {
  height: 34px;
  background-color:#E6E6E6;
  text-align: center;
  width: 780px;
  float: left;

}

.footer-copyright {
  height: 34px;
  width: 780px;
  background-image: url(images/footer_bg.gif);
  text-align: center; 
  float: left;

}

.tde{
  margin-left: 656px;
  margin-top: -27px;
  float: left;
}

.homepage-vid{
  margin-left: 45px;
}
/* End of 'Layout - Home Page' */

