@charset "UTF-8";
/* CSS Document */

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, 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,
caption, tbody, tfoot, thead, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	min-width:1050px;	
}
body {
	line-height: 1;
}

strong {
	font-weight:900;	
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin:0;
	background-image:url(images/mainbg.jpg);
	background-repeat:repeat-y;
	background-size:100% auto;
}

p {
	font-size:18px;
	line-height:22px;
	padding:8px;
	font-family:Helvetica, Arial, sans-serif;
}

p a {
	color:#ed1c24;
	text-decoration:underline;		
}

p a:hover {
	color:#ed1c24;
	text-decoration:none;
}

ul li {
	font-size:18px;
	line-height:22px;
	font-family:Helvetica, Arial, sans-serif;
	list-style:disc;
	margin-left:30px;
}

ul li a {
	color:#ed1c24;
	text-decoration:none;
}

ul li a:hover {
	color:#ed1c24;
	text-decoration:underline;	
}


.scroll_div {position:fixed;top:0;display:none;z-index:999;}
#fixedmenu {position:fixed;z-index:999;width:100%;height:25px;overflow:hidden;background-color:#ed1c24;}
#fixedmenucontent {width:950px;height:25px;margin-left:auto;margin-right:auto;overflow:hidden;}
#fixedmenucontentleft {float:left;}
#fixedmenucontentleft p {color:#ffffff;margin-top:-5px;margin-bottom:0;font-family:Helvetica, Arial, sans-serif;}
#fixedmenucontentright {float:right;}
#fixedmenucontentright p {font-size:12px;color:#000000;margin-top:-7px;margin-bottom:0;font-family:Helvetica, Arial, sans-serif;}
#fixedmenucontentright p a {font-size:12px;color:#000000;text-decoration:none;}
#fixedmenucontentright p a:hover {color:#000000;text-decoration:underline;}
a.anchor{display: block; position: relative; top: -50px;visibility:hidden;}


#fixedheader {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:fixed;
	top:-10px;
	z-index:1;
}

#redheader {
	width:100%;
	height:35px;
	background-color:#ed1c24;
	position:relative;
	z-index:1;	
}

#topred {
	width:950px;
	height:35px;	
	position:relative;
	z-index:2;	
}

#headercontent {
	width:950px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;	
	margin-top:-35px;
}

#statictitle {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:fixed;
	top:-10px;
	z-index:5;
}

#maincontent {
	width:950px;
	padding:25px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	position:relative;
	z-index:100;	
	overflow:hidden;
	margin-top:475px;
	background-color:#ffffff;
	border: 1px solid #000000;
}

#maincontent1 {
	width:950px;
	padding:25px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	position:relative;
	z-index:100;	
	overflow:hidden;
	background-color:#ffffff;
	border: 1px solid #000000;
}


#timeline {
	width:1000px;
	padding-top:25px;
	padding-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	position:relative;
	z-index:1000;	
	overflow:hidden;
	background-color:#ffffff;
	border: 1px solid #000000;	
}

#mainvideo {
	width:540px;
	height:auto;
	overflow:hidden;
	float:left;
	display:block;	
}

#smallvideos {
	width:390px;
	margin-left:20px;
	height:auto;
	overflow:hidden;
	float:left;
	display:block;	
}

.rounded {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

.shadow {
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
}

.insertimages img {
	margin:8px;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	border:1px solid #000000;
}

.blurb {
	padding-top:0;
	padding-bottom:0;
	font-size:18px;
	line-height:22px;
	font-family:Helvetica, Arial, sans-serif;
}

.blurber {
	padding-top:0;
	padding-bottom:0;
	font-size:28px;
	font-variant:small-caps;
	margin-top:9px;
	margin-bottom:4px;
	font-weight:bold;
	color:#ed1c24;
	font-family:Helvetica, Arial, sans-serif;
}

.blurbercredit {
	padding-top:0;
	padding-bottom:0;
	font-size:20px;
	line-height:24px;
	margin-bottom:20px;
	margin-left:30px;
	font-weight:bold;
	color:#575757;
	font-family:Helvetica, Arial, sans-serif;
}

#footer {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#footercontent {
width:950px;
text-align:center;

#footercontent p a {
	font-size:14px;
	color:#000000;
	text-decoration:none;	
	font-family:Helvetica, Arial, sans-serif;
}

#footercontent p a:hover {
	font-size:14px;
	color:#000000;
	text-decoration:none;	
	font-family:Helvetica, Arial, sans-serif;
}

#mask {position:absolute; left:0; top:0; z-index:9000; background-color:#000; display:none;}
#boxes .window {position:fixed; left:0; top:0; width:640px; height:325px; display:none; z-index:9999; padding:20px; border-radius:10px 10px 10px 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px;}
#boxes #dialogpredator {width:640px; height:225px; padding:10px; background-color:#ffffff;}
#boxes #dialogvideo1 {width:640px; height:650px; padding:10px; background-color:#ffffff;}
#boxes #dialogvideo2 {width:640px; height:650px; padding:10px; background-color:#ffffff;}
#boxes #dialogvideo3 {width:640px; height:650px; padding:10px; background-color:#ffffff;}
#boxes #dialogvideo4 {width:640px; height:650px; padding:10px; background-color:#ffffff;}
#boxes #dialogvideo5 {width:640px; height:650px; padding:10px; background-color:#ffffff;}
#closeButton {position: absolute; left: 615px; top:-6px;}

@media screen and (max-width: 1100px) {
	#sthoverbuttons { display: none; }
}
@media device and (max-width: 650px) {
	#sthoverbuttons { display: none; }
}
@media device and (max-width: 1100px) {
	#sthoverbuttons { display: none; }
}