﻿* {
	margin: 0;
}
img{
	border: 0px;
}
html, body {
	height: 100%;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	background-color:#EEE;
	text-align: center;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -141px auto; /* the bottom margin is the negative value of the footer's height */
	background: url(/images/background_main.png) repeat-y center;
}

.sub_wrapper{
	/*min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 1000px;
	margin: 0px auto -100px auto;
	background-color: #FFF;	
	*/
}
#footer_1, .push {
	height: 140px; /* .push must be the same height as .footer */
} /* Sticky Footer by Ryan Fait http://ryanfait.com */

#header_0{
	/*float:left;*/
	width: 100%;
	height: 3px;
	background-color: #621d1d;
}
#header_1{
	background: #EEE;
}

#header_1_1{
	float: left;
	text-align:left;
	width: 280px;
	height: 20px;
	color: #990000;
	padding: 3px 0 0 10px;
	background: url(/images/red_left.gif) #621d1d no-repeat bottom left;
}
#header_1_1 a, #header_1_2 a, #header_1_1 span{
	text-decoration:none;
	color:#FFF;
}

#header_1_1 a:hover, #header_1_2 a:hover{
	text-decoration:underline;
}
#header_1_2{
	color: #900;
	float: right;
	height: 20px;
	text-align: right;
	width: 200px;
	padding: 3px 10px 0 0;
	margin: 0 -1px 0 0;
	background: url(/images/red_right.gif) #621d1d no-repeat bottom right;
}
#header_1_2 img{
	height: 13px; 
	vertical-align:bottom; 
	padding: 1px 0px 0 0;
}
#header_2{
	background:#4c4c4c;
	border-bottom:1px solid #222222;
	font-size: 13px;
	text-align: center;
}
#header_2 a{
	text-decoration: none;
}

#header_2 a:hover{
	text-decoration: underline;
}
#header_3{
	background: #CCC;
	border-bottom:1px solid #999;
}

#search_bar{
	margin: 0 auto 0 auto;
	width: 1000px;
	text-align:left;
	padding: 0px 5px 0px 15px;
	vertical-align:middle;
}
#search_bar span{
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 5px 0 5px;
	height: 25px;
	color: #4c4c4c; /* #621d1d;*/
	margin-top: 1px;
}
#search_bar select{
	font-size: 16px;
	margin-left: 3px;
}

#search_bar #search_text{
	width: 715px;
	font-size: 16px;
	margin: 4px 0 4px 0;
}

#search_btn{
	 vertical-align: bottom; 
	 padding: 0 0 2px 0;
	 margin: 0px;
	 width:auto;
	 height:auto;
}
#search_type{
	height: auto;
	width:auto;
	color: #4c4c4c;
	padding: 2px;
}
#search_form{
	margin: 0px;
	padding: 0px;
}
#header_top{
	margin: 0 auto 0 auto;
	width: 1000px;
	height: 40px;
	color: #FFF;
	text-align:left;
	padding: 0px;
	font-size: 11px;
}
#header_nav{
	height: 23px;
	width: 501px;
	float: right;
	padding: 0px;
	margin: 0px;
	background: url(/images/red_middle.gif) #621D1D repeat-x bottom;
}

#body_1{
	width: 100%;
	margin: 0px;
	vertical-align:top;
	min-height:100%;
}
.page_body{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	/*border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 0px solid #CCC;
	background-color: #FFF;*/
	/*background: url(/images/background_main.png) repeat-y center;*/
	/*min-height:450px;*/
	vertical-align:top;
	min-height:100%;
}

.tabs_sub_nav{
	padding: 5px;
	background: #4c4c4c;
	color: #FFF;
	margin: 0 auto 0 auto;
	width: 1000px;
	height: 16px;
	text-align:center;
}

.tabs_sub_nav a{
	color: #FFF;
}
.tabs_sub_nav span{
	margin: 5px;
	color: #FFF;
}

#tabs_sub_nav_bible{
}

#tabs_sub_nav_articles{
	padding-left: 300px;
}
/*** TABS *****/
#header_bottom{
	width: 1000px;
	margin: 12px auto 0 auto;
	height: 29px;
}
#tabs_div{
    float:right;
    font-size:14px;
    font-weight: bold;
    line-height:normal;
    padding: 0;
	background:url("/images/bg_both.gif") repeat-x top;
	margin: 0px;
}

#tabs_div ul {
  margin:0;
  padding:0px 0px 0;
  list-style:none;
}

#tabs_div li {
  float: left;
  background:url("/images/left_both.gif") no-repeat left top;
  margin:0 -1px 0px 0;
  padding:0 0 0px 7px;
  border-bottom:1px solid #4c4c4c;
}
#tabs_div a {
  float: left;
  display:block;
  width:.1em;
  background:url("/images/right_both.gif") no-repeat right top;
  padding:6px 37px 6px 30px;
  text-decoration:none;
  font-weight:bold;
  color:#4c4c4c;
}
#tabs_div > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs_div a {float:none;}
/* End IE5-Mac hack */
#tabs_div a:hover {
  color:#FFF;
  }
#tabs_div #current {
  background-position:0 -38px;
  }
#tabs_div #current a {
  background-position:100% -38px;
  color:#FFF;
  }
#tabs_div li:hover, #tabs_div li:hover a {
  background-position:0% -38px;
  color:#FFF;
  }
#tabs_div li:hover a {
  background-position:100% -38px;
 }

/**** Footer ***/
#footer_1{
	border-top: 1px solid #CCC;
	background-color: #4c4c4c;
	text-align: center;
	background:url("/images/footer_bg_fade.png") repeat-x top #4c4c4c;
}
.footer{
	background:url("/images/footer_bg_fade.png") repeat-x top #4c4c4c;
	text-align: center;
	width: 1000px;
	color: #FFF;
	font-size: 12px;
	margin: 0 auto 0 auto;
	padding: 12px 0 0 0;
}

.footer a{
	color: #FFF;
	text-decoration: none;
}
.footer a:hover{
	text-decoration:underline;
}

#footer_phone_number{
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0 0 0;

}
#footer_links_1{
	display:inline;
	width: 180px;
	float: left;
}

#footer_links_1 ul, #footer_links_2 ul{
	line-height: 20px;
	text-align:left;
	list-style:none;
	padding-left: 20px;
}

#footer_links_2{
	display:inline;
	width: 180px;
	float: left;
}

#footer_links_3{
	display:inline;
	float: left;
	width: 180px;
	text-align:center;
}
#footer_links_3 img{
	width: 40px;
}

#footer_links_3 div{
	font-size: 12px;
	padding: 0 0 5px 0;
}
#daily_verse{
	float: right;
	display: inline;
	padding: 0px 10px 10px 10px;
	width: 378px;
	text-align: justify;
	border:0px dashed #CCC;
}

#daily_verse div{
	text-align: center;
	font-weight: bold;
	padding: 0px 0 3px 0;
}

#footer_spacer{
	height: 105px;
}
#footer_bottom{
	text-align:right;
	padding-right: 45px;
	font-size: 10px;
}
