/* General */
body {
    text-align: center;
	text-align: left;
	background: url(/m/body_bg.png);
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000;
}
a, ul, li {
	margin: 0px;
	padding: 0px;
}
a:hover {background-position: 0 0;}
a {
	text-decoration: none;
	color: #074967;
}
b {
	color: #333;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px 0px 10px 0px;
	padding: 0px; 
}
div {
	margin: 0;
	padding: 0;
}
a img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #799990;
	padding: 3px 3px 0px 3px;
	margin: 0px 0px 10px 0px;
	border-bottom: 2px solid #799990;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #799990;
}
h3 {
	border-bottom: 1px solid #799990;
	color: #799990;
	font-size: 14px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #799990;
	color: #799990;
	margin: 0px auto 5px auto;
	padding: 0px;
	text-align: center;
}
h6 {
	font-size: 12pt;
	font-weight: bold;
	color: #799990;
	border-bottom: 1px solid #799990;
}
th {
	padding: 10px 3px 0px 0px;
}
ol {
	padding-left: 20px;
}
.center {
	margin: 0px auto;
	padding: 0px;
	display: block;
	text-align: center;
}
.book_toc_tbl_row {
	width: 375px;
	padding-bottom: 8px;
}
.book_toc {
	margin: 0px auto;
	width: 420px;
	background: #fdf5e0;
	border: 1px solid #799990;
	padding: 10px;
}
/* Specifics */
div#wrapper {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px;
	/*background: url(/m/page_bg.gif) top repeat-y;*/
}
div#inner {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
}
div#header {
	width: 900px;
	height: 200px;
	margin: 0px auto;
	padding: 0px;
	background: #fff;
	border: 1px solid #799990;
}
div#contact_form {
	
}
div#contact_form table {
	margin: 0 auto;
}
div#contact_form table tr {
	padding-bottom: 5px;
}
div#contact_form table td {
	text-align: left;
}
div#contact_form table input, div#contact_form table textarea, div#contact_form table select {
	width: 320px;
	margin: 0;
	padding: 0;
}
div#contact_form table textarea {
	height: 100px;
}
div#ice-breakers li {
	margin: 15px 0px 15px 70px;
}
div#nav {
	width: 900px;
	height: 30px;
	background: url(/m/nav_bg.gif) top repeat-x #fff;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #799990;
}
div#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	white-space: nowrap;
}
div#nav li.parent {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
div#nav a.parent {
	line-height: 30px;
    font-size: 14px;
    margin: 0px !important;
    color: #111;
    text-decoration: none;
    padding: 0px !important;
    text-align: center;
	width: 127px;
	height: 30px;
	display: block;
	border-right: 1px solid #799990;
	position: relative;
}
div#nav a.parent:hover {
	text-decoration: underline;
	background: url(/m/nav_bg_ovr.gif) top repeat-x;
}
div#nav ul ul {
	position: absolute;
	z-index: 10000;
	background: #e1ebe8;
	border: 1px solid #799990;
	margin: 0px;
	padding: 0px;
	display: none;
}
div#nav ul li.hovered ul, div#nav ul li:hover ul {
	display: block;
}
div#nav ul li ul, div#nav ul li ul li.child {
	margin: 0px;
	padding: 0px;
}
div#nav a.child {
	display: block;
	padding: 5px 7px;
	min-width: 112px;
}
div#nav a.child:hover {
	background: #eff;
}
div#links {
	margin: 5px;
}
div#links a {
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
	text-decoration: underline;
}
div#links p {
	margin-top: 10px;
}
div#links p span {
	display: block;
	margin: 5px 20px;
}
div#body_container {
	width: 900px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
}
div#left {
	float: left;
	width: 230px;
	padding: 10px;
	margin: 0px;
}
div#left h6 {
	font-size: 11pt;
	margin: 0px;
	padding-top: 12px;
}
div#body {
	float: left;
	width: 610px;
	text-align: justify;
	padding: 10px 0px;
}
div#body h1 {
	width: 610px;
	margin: 0px auto 5px auto;
	padding: 0px 10px;
}
ul li {
	margin-left: 30px;
}
td#book_nav_td {
	margin: 0px 15px;
	padding: 0px 15px;
}
table#book_nav_table {
	background: #fdf5e0;
	border: 2px solid #799990;
	padding: 10px;
}
table#book_nav_table th {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 16px;
	text-align: center;
}
#book_nav_table_left {
	border-right: 1px solid #000;
	padding-right: 3px;
	padding-left: 0px;
	margin-left: 0px;
	width: 125px;
}
#book_nav_table_left a {
	text-decoration: underline;
}
#book_nav_table_left li {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	padding-bottom: 10px;
}
#book_nav_table_right {
	width: 125px;
	padding-left: 8px;
}
div#home {
	display: none;
	width: 610px;
	margin: 20px 0px 0px 0px;
	/*margin: 89px 0px 0px 0px;*/
	padding: 0px;
}
div#home div#good_tidings_home {
	width: 290px;
	height: 230px;
	margin-bottom: 10px;
}
div#home div#devotional {
	float: left;
	width: 290px;
	height: 910px;
	padding: 0px 5px;
}
div#home div#devotional_scroll {
	width: 290px;
	height: 595px;
	overflow: auto;
}
div#home div#verse {
	float: left;
	width: 290px;
	height: 910px;
	padding: 0px 5px;
}
div#home div#verse_scroll {
	width: 290px;
	height: 985px;
	overflow: auto;
}
div#home h6 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div#footer {
	width: 900px;
	height: 67px;
	/*background: url(/m/foot_bg.gif) top no-repeat;*/
	padding: 10px 15px 0px 15px;
	
	text-align: center;
}
div#scripture-page ol li {
	margin-left: 10px;
	margin-bottom: 15px;
}
div#scripture-page .lesson {
	margin-left: 20px;
	margin-top: 20px;
}
div#scripture-page .lesson ol li {
	list-style: disc;	
}
div#scripture-page .lesson .lesson-title {
	margin-left: -20px;
	font-weight: bold;
}
table#bio_table {
	margin: 0px;
	padding: 5px;
}
table#bio_table .bio_left {
	width: 25px;
	height: 16px;
}
table#bio_table .bio_center {

}
table#bio_table .bio_right {

}
table#bio_table th {
	padding: 2px 0px;
	font-weight: bold;
	font-size: 15px;
}
/* Thickbox */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/m/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
