/* 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: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 {
  float: left;
  border-left: 256px solid white;
  border-right: 221px solid white;
}

#ContentInnerContainer {
  float: left;
  display: block;
  margin: -10px 0 0 0; 
  width: 100%;
}

#StrapLine {
  width: 100%;
  padding: 10px 10px 10px 40px;
  margin-left: -30px;
  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: 350px;
  position: relative;
  left: -80px;
  margin: 0;
  padding: 18px 0 40px 0;
}

#Content {
  padding: 15px 15px 20px 15px;
}

#RightContainer {
  float: left;
  left: -40px;
  width: 221px;
  margin-right: -221px;
  position: relative;
}

#NewsBlock {
  border: 1px solid blue;
  padding: 5px;
  overflow: auto;
  font-size: 0.8em;
  background-color: #eff3ff;
  width: 208px;
  margin-right: 5px;
  margin-bottom: 0px;
  height: 500px;
}

#News {
  padding: 5px 5px 0px 10px;
  margin-bottom: 5px;
  border-bottom: 1px gray dashed;
}

h3.News, h3.Events {
  font-size: 1.1em;
  margin-top: 0em;
  margin-bottom: -0.5em;
}


h4.News, h4.Events {
  font-size: 0.9em;
  margin-top: 0;
  margin-bottom: 0;
}

#Events {
  padding: 5px 5px 5px 10px;
}
#Events ul {
  padding: 5px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  margin-left: 0;
}

.MoreLink a, a:visited {
  color: blue;
  white-space: nowrap;
  text-decoration: none;
}

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

#Validity {
  display: block;
  position: absolute;
  margin: 120px auto auto 10px;
  text-align: center;
  line-height: 2em;
  width: 200px;
  height: 31px;
}

div.ValidImage {
  float: left;
  width: 88px;
  height: 31px;
}

#announcement h1, #announcement h2 {
  font-size: 2em;
  color: #900;
}

#announcement h1 span {
  font-family: Myriad, Times New Roman;
  font-size: 1.3em;
  color: #900;
}

#announcement h2 {
  font-family: Myriad;
  font-size: 1.2em;
}

#announcement span {
  color: #900;
  font-style: oblique;
  font-weight: bold;
}

#announcement {
  padding-right: 3em;
}

#xmas {
  float: left;
  height: 196px;
  width: 253px;
  background: url('../images/xmas_scene3.jpg') no-repeat bottom right;
  border: 1px solid #003;
}

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

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