/* GLOBAL */

body {
  margin: 0;
  background: url(../imgs/bg.gif) top left;
  font-family: Arial, sans-serif;
  font-size: 0.9em;
  color: #606060;
}

h3, h4, h5 {
  color: #4894DF;
}

img {
  border: 0;
}

textarea {
  font-family: Arial, sans-serif;
  font-size: 0.9em;
}

.error {
  color: red;
  font-weight: bold;
}

.footnote {
  font-size: 0.75em;
}

.icons {
  padding-top: 1.2em;
  text-align: right;
  margin-right: 35px;  
}

.icons a {
  text-decoration: none;
  color:  #4894DF;
}

.icons a:hover {
  text-decoration: underline;
}

.reference {
  position: relative;
  top: -4px;
  font-size: x-small;
}

.smaller {
  font-size: smaller;
}

div.spacer {
  height: 1px;
}

div.clear {
  clear: both;
}

/* CONTENT */

#mask, #player {
  position: absolute;
  visibility: hidden;
}

#mask {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: white;
  opacity: 0.72;
}

#player {
  width: 477px;
  height: 426px;
  z-index: 100;
}

#main {
  margin: 0 auto;
  border: solid #6FA4D8;
  border-width: 0 2px 2px 2px;
  width: 896px;
  background-color: white;
}

/* LOGO & SEARCH */

#logo_tbl {
  width: 100%;
  height: 90px;
  vertical-align: middle;
}

#logo_cell {
  padding-left: 17px;
}

#search_cell {
  padding-right: 17px;
}

#search_form {
  float: right;
  margin-right: 22px;
  padding: 1px 7px 1px 8px;
  width: 233px;
  height: 20px;
  background: url(../imgs/bg_search_out.gif) no-repeat;
}

#find_btn {
  float: right;
}

#search {
  float: left;
  margin: 0;
  border: 0;
  padding: 2px;
  width: 178px;
  height: 16px;
  font-size: 12px;
  color: #939393;
  text-align: center;
}

#txtsize {
  float: right;
}

/* NAV BAR */

#navbar {
  height: 26px;
  background-image: url(../imgs/navbar_bg.gif);
}

.navbar_node, .submenu {
  float: left;
}

#submenu_xstop, #submenu_lss, #submenu_right4u {
  position: absolute;
  visibility: hidden;
}

/* LEFT COLUMN =========================================== */

#left_col {
  float: left;
  padding: 1px 28px;
  width: 216px;
  font-size: 1.2em;
}

#left_col p {
  margin: 0.25em 0;
}

#left_col .subnav {
  margin-top: 1.68em;
}

#left_col a {
  text-decoration: none;
  color: #9F48A9;
}

#left_col a:hover {
  color: #6FA4D8;
}

#left_col .current {
  background-color: #AD62B5;
  color: white;
}

#left_col .parent a {
  color: #512556;
}

#left_col .parent a:hover {
  color: #6FA4D8;
}

#left_col .subheading {
  padding-left: 12px;
  font-size: 0.8em;
}

#left_col .safety_alert {
  margin-top: 1.2em;
  font-size: 0.75em;
  font-weight: bold;
}

#left_col .safety_alert a {
  color: #333;
}

#stories_co {
  margin-top: 4em;
  text-align: center;
}

/* RIGHT COLUMN ========================================= */

#right_col {
  float: left;
  padding: 1px 28px;
  width: 568px;
}

#right_col a {
  color: #4894df;
}

#right_col a:hover {
  color: #512556;
}

/*#right_col h3 {
  margin: 1.68em 0 0 0;
}*/

#right_col h3 {
 margin: 0.68em 0 0 0;
}

#right_col h4 {
  margin-bottom: 0.25em;
  font-size: 1.17em;
  font-weight: normal;
}

#right_col h5 {
  margin-bottom: 0.25em;
  font-size: 1em;
  font-weight: normal;
}

#right_col p, #right_col dl {
  margin-top: 0.25em;
}

#right_col ul {
  margin-top: 0;
  margin-bottom: 1em;
  margin-left: 30px;
  padding-left: 0;
}

#right_col ul li {
  list-style-image: url(../imgs/bul_graysq.gif);
  line-height: 1.2em;
}

#right_col #bottom_navbtns {
  margin-top: 3em;
}

#right_col .btnimg {
  margin-right: 21px;
}

#right_col .callout_top {
  margin: 1.2em 0 0 0;
  padding: 10px 10px 4px 62px;
  width: 485px;
  min-height: 39px;
  background: url(../imgs/callout_box_top.gif) #909090 no-repeat top left;
  color: white;
}

#right_col .callout_top a {
  color: white;
  text-decoration: underline;
}

#right_col .callout_bottom {
  margin: 0 0 2.4em 0;
  width: 557px;
  height: 6px;
  background: url(../imgs/callout_box_bottom.gif) no-repeat top left;
}

/* VIDEO BUTTONS ======================================== */

#vid_btns {
  margin-bottom: 1.2em;
  width: 100%;
}

#vid_btns tr {
  vertical-align: top;
}

#vid_btns a {
  color: #4894DF;
  text-decoration: none;
}

#vid_btns a:hover {
  color: #512556;
}

#vid_btn1 {
  width: 50%;
  text-align: center;
}

#vid_btn2 {
  text-align: center;
}

/* FOOTER */

#footer {
  margin: 0 auto;
  padding: 6px;
  width: 888px;
  color: #AEAEAE;
  font-size: 0.78em;
}

#footer_nav {
  line-height: 1.5em;
}

#footer_logo {
  float: right;
}

#footer a {
  color: #AEAEAE;
}

#footer a:link, #footer a:visited {
  text-decoration: none;
}

#footer a:hover {
  color: white;
}
