/* Radiators Style sheet */

html {
  border-width: 0px;
  height: 100%;
  min-height: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  min-height: 100%;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 1em;
  font-weight: normal;
  background-color: white;
  color: black;
}

body a {
  color: blue;
  text-decoration: none;
}

body a:visited {
  color: blue;
}

body a:hover {
  color: red;
  text-decoration: underline;
}

.clear {
  clear: both;
}

#PageContainer {
  width: 780px;
  margin: 0 auto;
}

#HeaderContainer {
  width: 780px;
  height: 150px;
  background: black url('../images/rads-bw.jpeg') no-repeat top right;
  padding: 0;
  margin-top: 5px;
  color: white;
}

#HeaderTxt {
  position: relative;
  padding: 15px 0px 0px 30px;
  color: white;
}

#HeaderImg {
  position: relative;
  float: right;
  top: -74px;
  padding-right: 9px;
  width: 230px;
  height: 150px;
}

#ContentOuterContainer {
  border-left: 256px solid white;
  border-right: 0px solid white;
}

#ContentInnerContainer { 
  margin: -10px 0 0 0; 
  width: 100%; 
/*  min-height: 280px; */
}

#StrapLine {
  width: 100%;
  padding: 10px 10px 10px 40px;
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
}

#StrapLine h1 {
  font-size: 1em;
  padding: 0;
}

#LeftContainer {
  width: 210px;
  margin-left: -256px;
  float: left;
  position: relative;
}

#NavContainer {
  border: 1px solid blue;
  padding: 0 5px  10px 5px;
  position: relative;
  font-weight: bold;
  width: 120px;
  min-height: 220px;
  height: 220px;
  background-color: #eff3ff;
}
#NavContainer ul {
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  margin-left: 0;
}

#NavContainer ul a {
  font-weight: normal;
  text-decoration: none;
}

#NavContainer ul a:visited {
  color: blue;
}

#NavContainer ul a:hover {
  color: red;
  text-decoration: underline;
}

#NavContainer li {
  font-size: 0.8em;
  line-height: 1.5em;
  padding-right: 10px;
  padding-left: 10px;
}
#NavContainer h3 {
  font-size: 0.9em;
  margin-top: -7px;
  margin-bottom: 0;
  padding: 0 0 0 5px;
}


#ContentContainer {
  float: left;
  width: 100%;
  position: relative;
  top: -80px;
  left: -80px;
  margin: 0;
  padding: 18px 0 0px 0;
}

#Content {
  width: 100%;
  padding: 60px 15px 20px 0px;
}
 

.PlayerContainer {
  display: block;
  float: left;
  left: 0px;
  width: 100%;
  margin: 5px 5px 5px 5px;
}

.PlayerImageContainer {
  float: left;
  margin-right: 15px;
  padding-top: 20px; 
}

div.PlayerCaption {
  width: 93px;
  padding-top: 2px;
  padding-bottom: 4px;
  font-size: 0.7em;
  text-align: center;
  color: white;
  background-color: gray;

}

.PlayerImage {
  border: 0;
  width: 93px;
  height: 104px;
}

#NewsItemContainer {
  display: block;
  float: left;
  top: 20px;
  margin: 5px 5px 5px 5px;
  padding-top: 50px;
}

div.NewsItem {
  display: block;
  float: left;
  left: 200px;
  margin: 5px 5px 2em 5px;
}

#CallToArms {
  display: block;
  color: black;
  font-size: 1.6em;
  font-weight: bold;
  font-style: italic;
  padding: 0px 10px 10px 10px;
  margin: -50px 10px 10px 10px;
}

#CallToArms a {
  text-decoration: none;
}

#CallToArms a:hover {
  text-decoration: underline;
}


#FooterContainer {
  display: block;
  float: left;
  width: 780px;
  margin: 0px auto 5px auto;
  position: relative;
  text-align: center;
  font-size: 0.7em;
  color: #A6A6A6;
}

#Footer {
  background-color: black;
  padding: 0.5em 0 0.5em 0;
}

.demo {
  line-height: 1em;
  vertical-align: middle;
  border: 0;
}

.PlayList {
  display: block;
  float: left;
  position: relative;
  width: 50%;
}
 
.sublink {
 border: 0;
 text-decoration: underline;
 color: blue;
 background-color: transparent;
}

