﻿@import url("attributes.css");
/* Bible Study CSS layout */
#bs_container {
	width: 95%;
	margin: 5px 5px;
	background-color: #fff;
}
#bs_container_nm {
	width: 95%;
	margin: 5px 5px;
}
#bs_menu {
	position: relative;
	float: left;
	width: 15%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#bs_content {
	float: right;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	background-color: #fff;
	height: 485px;
}
#bs_content_nm {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
	background-color: #fff;
	height: 52px;
}
/* Bible Study Menu Navigation Styles */
#bs_menu ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#bs_menu li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#bs_menu a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#bs_menu a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
#bs_main {
	width: 100%;
	border:0px;
	float:center;
	min-height:690px;
	height:auto !important;
	height: 690px;
}
#bs_main_nm {
	width: 100%;
	border:0px;
	float:center;
	min-height:690px;
	height:auto !important;
	height: 690px;
}
#fdrp_main {
	width: 100%;
	border:0px;
	float:center;
	min-height:520px;
	height:auto !important;
	height: 520px;
}


