/******************************************************
 *  reset                 *
\*****************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************************************************
 *  main                 *
\*****************************************************/

body {
  font-family: Courier, Courier New, Mono, mono-space;
  background: #fff;
  text-align: center;
}
p {
  margin-bottom: 10px;
}
#container {
  width: 980px;
  margin: 0px auto;
}
#header {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
#logo {
  width: auto;
  margin: 1px 0 0 0;
  height: 92px;
  background: #FFF;
}
#logo img {
  margin-top: 16px;
}
#nav {
  border-top: 1px solid #000;
  width: 980px;
  padding: 0;
}
#nav ol {
  list-style-type:none;
}
#nav ol li {
  width: 245px;
  float:left;
  padding: 1px 0 0;
  position: relative;
  /* IE HACK -- adds black to borders 
  background: #000\9;*/
}
#nav ol li.first {
  padding-left: 0;
}
#nav ol li a:link,
#nav ol li a:visited {
  font-weight: normal;
  font-size: 14px;
  padding: 10px 5px;
  color: #000;
  background: #FFF;
  display:block;
  text-decoration: none;
}
#nav ol li a.selected,
#footer ol li a.selected {
  color: #ea1e21;
}
#nav ol li a:hover,
#footer ol li a:hover {
  color: #ea1e21;
}
#nav ol li ol {
  position: absolute;
  left: 0px;
}
#nav ol li ol li{
  padding-top: 0;
}
#content {
  margin-top: 22px;
}
#video_holder {
  width: 640px;
  margin: 60px auto;
}
#preview {
  font-size: 12px;
  color: #000;
}
#stream_credit {
  font-size: 10px;
  color: #000;
}
#stream_credit a:link,
#stream_credit a:visited {
  color: #000; 
}
#video_text.caption,
.photoCredit {
  font-size: 13px;
  color: #000;
}
.photoCredit {

}
#slider object {
  text-align: center;
  width: 800px;  
}
#slider {

}
#video_text {
  width: 640px;
  margin: 30px auto;
}
#video_text a:link,
#video_text a:visited{
  color: #000;
}
#video_text.caption {
  font-size: 13px;
  line-height: 15px;
}
#footer {
  margin: 40px 4px 4px 4px;
/*  border-top: 1px dashed #FFF; */
  border-top: 1px solid #000;  
  font-size: 14px;
}
#footer a:link,
#footer a:visited{
  color: #000;
  text-decoration:none;
  font-weight: normal;
}
#footer ol li {
  float:left;
  /*  padding: 10px 0px; */
  padding: 10px 0 0 0;
  width: 240px;
}
.clear {
  clear: both;
}
.lb {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 150px auto;
  box-shadow: -10px -10px 30px #333;
  -webkit-box-shadow: -10px -10px 30px #333;
  -moz-box-shadow: -10px -10px 30px #333;
}

