/* CSS Document */

body{
	margin:0px;
	
	
	height: 100%;
	behavior: url(csshover2.htc);
}

#wrapper{
	position: relative;
	width: 100%;
	margin:0px auto;
	height:100%;
	/*background: url("images/red_stripe_sliver.gif");
	background-repeat:repeat-x; */
	
	
}
object {
	outline: none;
}


#container{
	margin: 0px auto;
	
	/*width: 972px;*/
	width: 735px;
	/*border: #990000 1px solid;
	background: url("images/skull_inside_bg.jpg");
	background-repeat: no-repeat;
	background-position: top left;*/
	
	
	
}

#container a {
	color: #990000;
}

#container a {
	color: #990000;
}
#container a:hover {
	color: #FF0000;
}

#container_admin{
	/*margin: 0px auto;*/
	margin: 0;
	/*width: 972px;*/
	width: 761px;
	/*border: #990000 1px solid;*/
	background: url("images/skull_admin_bg.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}

#container_admin a {
	color: #990000;
}

#container_admin a {
	color: #990000;
}
#container_admin a:hover {
	color: #FF0000;
}

/*-------Text Styles-----*/

.directions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:1.5em;
}

#story {

font-weight:bold;
}



#story a {
	color: #FFF;
	text-decoration: none;
}

#story a {
	color: #FFF;
}
#story a:hover {
	color: #FFF;
	text-decoration: underline;
}

	

.normal_text {
font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	}

.red_p {
	font-size: 14px;
	color: #d2232a;
	font-weight: bold;

}

.little_red_p {
	font-size: 12px;
	color: #d2232a;
	font-weight: 600;

}

.gray_box {
	border-bottom: solid 1px #d1d3d4;
	background-color: #f2f2f3;

}

.hidden {
	display:none;
	}
	

/*---------Footer-------*/
#footer{
	clear:both;
	font:10px verdana, sans-serif;
	color:#fff;
	text-align:center;
	margin: 0;
	width:100%;
	height: 60px;
	/*background: url("images/footer_background.gif");*/
	
	/*border:solid 1px #3f3;*/   /*green*/
		
}

#footer a:link,
#footer a:visited,
#footer a:active{
	color:#999;
	text-decoration:none;
}

#footer a:hover{
	color:#ccc;
}

/*------------sidebar styles------------*/

#flash_box {
	/*position: absolute;*/
	padding-top:25px;
	z-index:1;
}


#sidebar{
	padding: 0;
	position:absolute;
	width: 270px;
	height: 300px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #ffffff;
	margin:0;
	/*z-index:100;
	
	top: 1px;*/
	
}

/*
div#sidebar_container{
	float:right;
	width: 285px;
	height: 349px;
	background-image:url(images/background_nav.jpg);
	background-repeat:no-repeat;
	
	margin:0;
	padding:10px 0 0 0;
}


div#sidebar{
	padding: 0 5px 0;
	
	width: 270px;
		height: 300px;
		font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #ffffff;
	margin:-1px 0 0 -1px;
	z-index:100;
	
}
*/
sidebar ul{
	
	margin:0;
	padding: 0;
	width: 270px;
	line-height:2.8em;

}

sidebar li{
	margin: 0;
	position: relative;
	list-style:none;
	

}

div#sidebar li.submenu{

}

div#sidebar li a{
	display: block;
	
	text-decoration:none;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 265px;
	line-height:2.8em;
	
	border-bottom: 1px dashed transparent;
	
}

div#sidebar ul a{ width: auto; }


div#sidebar ul ul{
	position:absolute;
	top:0;
	left: 265px;
	background: #205f7f;
	display: none;
}

div#sidebar ul.level1 li.submenu:hover ul.level2 {display:block; 	z-index: 100;}
	
div#sidebar li:hover { 
	
	
	background: #C8E5E9;
	
	color: #0F2B38;
	
}




div#sidebar a{
	text-decoration:none;
	
	
}

div#sidebar a:link{
	color: #ffffff;

}

div#sidebar a:visited{
	color: #ffffff;
}

div#sidebar a:hover{
	color: #0F2B38;
	background: #C8E5E9;
	
}

/* --- Admin style ----*/

#admin_box {
	width: 500px;
	padding-top: 75px;
	text-align:center;
	margin-left: 180px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #003366;
	
}

.admin_title {
	font-size: 18px;
}

#admin_box a{
	text-decoration:none;
	
	
}

#admin_box a:link{
	color: #003366;

}

#admin_box a:visited{
	color: #003366;
}

#admin_box a:hover{
	color: #0F2B38;
	background: #C8E5E9;
	
}

#admin_box_sidenav {
	width: 175px;
	/*margin-top: 75px;*/
	text-align:left;
	margin: 75px auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #003366;
	float: left;
	line-height: 2.2em;
	background-color:#BDD1D2;
	
}

#admin_sidenav_title {
	font-size: 14px;
	font-weight: bold;
	background-color: #999;
	width: 100%;
	color: #FFF;
	text-align: center;
}

#admin_box_sidenav a{
	text-decoration:underline;
	
	
}

#admin_box_sidenav a:link{
	color: #003366;

}

#admin_box_sidenav a:visited{
	color: #003366;
}

#admin_box_sidenav a:hover{
	color: #0F2B38;
	background: #C8E5E9;
	
}

/*------- Video preview -----------------*/

#video {
	margin: 10px;
	padding:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

#video a {
	color: #069;
}

#video a:linked, visited, active {
	color: #069;
}

#video a:hover {
	color: #690;
}

