@charset "utf-8";
/* CSS Document */
#video-shelf {
	width: 67%;
}
#video-layer {
	height: 200%;
}
.page-content {
        top: 50px;
}


#left-content {
	width: 30%;
	float: left;
	height: auto;
	border-right: 10px #2c3726 solid;
	margin-top: -100px;
}
#left-content img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 25;
}
#left-content img:nth-child(2) {
	width: 101%;
}
#right-content {
	width: 63%;
	float: right;
	background-color: #FFF;
	display: block;
	position: relative;
	z-index: 50;
	padding: 3%;
	text-align: left;
	top: -51px;
}
#right-content h2 {
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 24px;
	padding: 15px 0;
}

.links {
	line-height: 20px;
	padding-bottom: 8px;
	margin-top: 10px;
}
#right-content h1 {
	margin: 14px;
	font-size: 30px;
}
p {
	line-height: 18px;
	margin-bottom: 15px;
}
p strong {
	font-weight: bold;
}
ul {
	display: block;
	padding: 5px 0 5px 20px;
	list-style: disc;
	line-height: 20px;
}
a:visited {
	color: #efefef;
}
quote {
	clear: both;
	display: block;
	font-size: 24px;
	line-height: 26px;
	padding: 50px 20px;
	font-family: "times new roman";
	font-style: italic;
}
.accordian_content {
    visibility: hidden;
}
