@import 'reset.css';

html, body {
  background: transparent;
  height: 100%;
  width: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
}

#movie_elements,
#movie {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 900;
}

iframe {
  overflow-x:hidden !important;
  overflow-y:auto !important;
}
#framer {
  background: #fff;
  height: 400px;
  left: 18px;
  display: none;
  position: absolute;
  top: 96px;
  width: 567px;
  z-index: 1000;
}
#internal_frame {
  background: #fff;
  height: 425px;
  position: relative;
  top: 8px;
  width: 565px;
  z-index: 1000;
  padding: 0 0 0 10px;
}

.header {
  text-indent: -9999px;
  height: 28px;
  width: 175px;
  display: none;
}

#news h1 {
  color: #4c4c4c;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 0 5px 0;
  position: fixed;
}
#content_secondary {
  float: left;
  position: fixed;
  width: 150px;
}

#content_secondary ul {
}
#content_secondary ul li {
  padding: 0 0 4px 5px;
}
#content_main {
  float: right;
  width: 384px;
}

.next_articles {
  position: fixed;
  top: 365px;
}

p.news {
  padding: 0 0 3px 10px;
  background: none;
  font-size: 1.1em;

}
p {
  color: #4c4c4c;
  font-size: 0.95em;
  line-height: 1.5em;
}
#contact p {
  font-size: 1em !important;
}
p.starter {
  padding: 0 20px 25px 0;
}
a {
  color: #d81e05;
  text-decoration: none;
}
textarea {
  color: #4c4c4c;
  font-family: inherit;
  font-size: inherit;
}

#content_secondary h3 {
  color: #4c4c4c;
  font-weight: bold;
  padding: 0 0 5px 0;
}
#content_secondary ul li {
  padding: 0 0 2px 13px;
}

#contact_thanks h1 {
  color: #676767;
  font-size: 2.4em;
  padding: 10px 0;
  text-align: center;
}
#contact_thanks p {
  color: #676767;
  text-align: center;
}
.article {
  color: #4c4c4c;
  padding: 0 7px 20px 0;
  font-size: 1.1em;
  line-height: 1.1em;
}
.article img {
  float: left;
  padding: 0 10px 20px 0;
}
.article .heading,
.article .heading_long {
  padding: 0 0 10px 0;
}
.article h2 {
  font-weight: bold;
}
.article .pubdate {
  font-style: italic;
}
.article div.heading,
.article div.heading_long,
.article div.short {
  float: left;
  width: 235px;
}

.article div.heading_long {
  width: 356px;
}

.article div.short p,
.article div.long p {
  padding: 0 0 7px 0;
}
#contact fieldset {
  float: left;
  width: 272px;
}
fieldset form p {
  padding: 0 0 5px 0;
}
fieldset form p label {
  display: block;
  float: left;
  width: 70px;
}
fieldset form p input {
}
fieldset form p input,
fieldset form p textarea {
  float: left;
  color: #4c4c4c;
  width: 155px;
}
p#submit_button {
  padding: 10px 0 0 68px;
}
#contact form #submit_button input {
  width: auto;
}
#contact fieldset p.starter2 {
  font-weight: bold;
  padding: 0 0 10px 0;
}
#contact fieldset.secondary p {
  padding: 0 0 7px 0;
}

span#message {
  color:red;
  display:block;
  padding: 10px 10px 10px 59px;

}

#content_secondary ul li.selected  {
  font-weight: bold;
  padding-left: 7px;
}
#content_secondary ul li.selected a {
  font-weight: bold;
}

sup.reg {
 font-size:smaller;
 vertical-align:baseline;
 position:relative;
 bottom:0.50em;
}

p.view_story {
  padding: 3px 0 0 0;
  text-align: right;
}



