﻿body 
{
    padding: 10px 20px 20px 10px;
    background-color: rgb(255, 255, 255); 
    background-image: url(../images/bg_blue.gif); 
    background-repeat: repeat-x; 
    font-family: Verdana; 
    font-size: 10px;
    line-height: 1.2;
}

a
{
    text-decoration:none;
    color: #2A66C0;
}

ul li
{
    list-style: disc inside;
}

ol
{
    list-style: decimal inside;
}

table { border: 1px solid; border-collapse: collapse; }
td { border: 1px solid; }
.nb { border: none; }

#container_bg
{
    /* width: 1024px; height: 670px; */
    position: relative;
    float:left;
    padding: 82px 0px 0px 0px;
    background-image: url(../images/bg_home.jpg);
    background-repeat: no-repeat;
    width: 1024px; 
    height: 588px;
}

#box-link { 
		position: absolute; 
		top: 40px; 
		left: 250px; 
		width: 230px; 
		height: 20px; 
		background-color: Transparent; 
		border: 1px solid transparent;
}

#container_content
{
    /* width: 720px; height: 588px - 24px = 564px; (footer); */
    float:left;
    padding: 0px 20px 0px 20px;
    width: 680px;
    height: 564px;
/*
    background-color: Gray;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
    border-top: solid 0px;
*/
}
/* not used */
#container_logo
{
    float:left;
    clear:left;
    border-width: 0px;
}

#container_nav
{
    float: left;
    padding: 20px 0px 0px 0px; 
    color: Black; 
    font-size: 12px; 
    font-weight: normal;
    background-color: White;
    width: 680px;
    height: 14px;
}

#container_nav span
{
    color: Black;    
}

#container_nav2
{
    float: left;
    clear: left;
    padding: 5px 0px 10px 0px; 
    color: Black; 
    font-size: 12px; 
    font-weight: normal;
    background-color: White;
    width: 680px;
    height: 15px;
}

#container_nav2 span
{
    color: Black;    
}

.container_content1
{
    /* physical width: 680px; height: 564 - 34 (Nav) - 20 (Nav 2) = 510px; */
    float: left;
    padding: 10px 20px 20px 0px; 
    color: Black; 
    font-size: 12px; 
    font-weight: bold;
    width: 660px;
    overflow:auto;
    height: 450px;
/*
    background-color: Gray;
*/
}

#container_footer
{
/* 
    physical width: 720px; height: 24px 
    text-align: right;    float: left;
*/
    clear: left;
    padding: 5px 10px 5px 10px; 
    background-color: rgb(128, 127, 127); 
     
    color: White;
    width: 702px;
    height: 14px;
}

#container_footer_left
{
	float:left; 
	text-align:left; 
	width:220px;
}

#container_footer_right
{
	float:right; 
	width:300px; 
	text-align:right;
}

#container_footer a
{
    color: White;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}


#divider
{
    color: #2A66C0;
}

.TitleText
{
    color: #2C66BC;
    font-size: 18px;
    font-family: Verdana, Arial; 
    font-weight:lighter; 
    padding-bottom:10px;
    padding-top: 10px;
}

.SubTitleText
{
    font-size: 16px;
    font-family: Arial, Verdana; 
    font-weight:lighter; 
    padding-bottom:10px;
    padding-top: 10px;
}

.SmallText
{
    font-family: Arial, Verdana; 
    font-weight:lighter; 
    font-size: 13px;
    color: #666666;
}

.BibleVerse
{
    font-weight: normal;
    font-style:italic;
    font-family:Tahoma, Arial, Verdana;
    color: #333333;
}

.SmallBoxLeft
{
    float:left;
    clear:left; 
    width:200px; 
    padding-top:10px;
    padding-right:10px;
}

.SmallBox
{
    float:left; 
    width:200px; 
    padding-top:10px;
    padding-right:10px;
    text-align: center;
    margin: 0 auto;
}

.Email
{
    color: Navy;
    font-style:italic;
}

hr
{
    margin: 10px 0px 10px 0px;
}

.MinistryContact
{
    font-family: Tahoma, Arial, Verdana;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    color: #666666;
    padding-top: 10px;
    padding-bottom: 10px; 
}

/* God Stories */
.GodStory
{   
    font-family: Tahoma, Arial, Verdana;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    padding-top: 15px;
    padding-bottom: 10px;
}

div.GodStory
{
    margin: 0px 20px 0px 10px;
    display: none;
}

a.GodStory
{
    margin: 10px 10px 0px 10px;
    font-size: 12px;
    color: #2A66C0;
    line-height: 1.5;
    font-weight:normal;
}

.divHideShow
{
	overflow:hidden;
	cursor:pointer;
}

.divHideShow_SlideDown{	/* Parent box of slide down content */

	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.divHideShow_Content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}

div.dhtmlgoodies_answer_content
{
  margin: 0px 20px 0px 20px;
  display: none;
}

/* Table */

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
}

td.alt {
	background: #F5FAFA;
	color: #B4AA9D;
}
