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

.bg_black{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.pop_up {
	display: none;
	position: absolute;
	top: 0%;
	left: 25%;
	width: 50%;
	height:600px;
	padding-bottom:25px;
	padding: 15px 15px 45px 15px;
	border: 4px solid #ccc;
	background-color: white;
	z-index:1002;
}
.pop_up p{
	line-height:19px;
}
.pop_up a{
	font-size:13px;
	margin-left:15px;
}
.links_youtube{
	height:500px;
	overflow: scroll;
}
#videos ol{
	margin-left:45px;
	padding-left:0px;
}
#videos li{
	padding-left:15px;
	list-style-type:roman;
	margin-bottom:5px;
}