@charset "utf-8";
/* CSS Document */

body {
	font-size:14px;
	line-height:20px;
	color:#D0C199;
	padding:0px;
	margin: 0 auto 0 auto;
	background-image:url(../images/pageBG2.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#60000c;
	behavior:url(/csshover.htc);
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 
{
	color:#b8a063;
	line-height:normal;
	font-size:24px;
}


h2 
{
	color:#b8a063;
	line-height:normal;
	font-size:16px;
}

.bible
{
	color:#AF5813;
}

a 
{
	font-weight:bold
}	
			
a, a:visited
{ 
	color:#ffcc00; 
	font-weight:bold; 
	text-decoration:none; 
	}
	
a:hover, a:active 
{ 
	color:#ffcc00; 
	font-weight:bold; 
	text-decoration:underline; 
}
	

div#page 
{
	width:942px;
	margin:0 auto 0 auto;
	border-left: 1px solid #b8a063;
	border-right: 1px solid #b8a063;
}

div#headerBox	
{
	width:942px;
	height:73px;
	padding:0px;
	margin:0px;
	float:left;
}

div#flashImageArea	
{
	float:left;
	width:942px;
	height:239px;
	padding:0px;
	margin:0px;
}

div#navigation	
{
	width:942px;
	height:27px;
	float:left;
	padding:0px;
	margin:0px;
	background-image:url(../images/navBG.jpg);
	background-repeat:no-repeat;
}

div#indexContent
{
	width:942px;
	padding:0px;
	margin:0px;
	float:left;
}

div#insideContent
{
	width:942px;
	padding:0px;
	margin:0px;
	float:left;
	background-image:url(../images/insideContentRepeater.jpg);
	background-repeat:no-repeat;
	background-color:#7e000f;
}
	
div#indexLeft	
{
	width:521px;
	float:left;
	padding-top:15px;
	padding-left:30px;
	margin:0px;
	background-image:url(../images/contentAreaIndex.jpg);
	background-repeat:no-repeat;
}

div#indexFeed	
{
	width:187px;
	height:312px;
	float:left;
	padding:0px;
	margin:0px;
	background-color:#7e000f;
}

div#indexGift	
{
	width:204px;
	height:312px;
	float:left;
	padding:0px;
	margin:0px;
	background-color:#7e000f;
}
	
div#insideLeft	
{
	width:570px;
	float:left;
	padding-top:30px;
	padding-left:30px;
	margin:0px;
}

/*div#insideFeed	
{
	width:187px;
	float:left;
	padding:0px;
	margin:0px;
	background-color:#7e000f;	
}*/

div#insideCTA
{
	width:342px;
	height:312px;
	float:left;
	padding:0px;
	margin:0px;
/*	background-color:#7e000f;
*/}

/*div#bibleQuote
{
	width:262px;
	height:125px;
	float:left;
	padding-left:40px;
	padding-right:40px;
	padding-top:30px;
	margin:0px;
	background-image:url(../images/bibleQuoteArea.jpg);
	background-repeat:no-repeat;
	background-color:#7e000f;
}*/

div#indexFooter	
{
	float:left;
	width:942px;
	height:35px;
	padding-top:35px;
	background-image:url(../images/indexFooter.jpg);
	background-repeat:no-repeat;
	background-color:#60000c;
	margin:0px;	
	text-align:center;
	font-size:12px;
}

	
	

/*---------------------------------- FIX FOR FLOATED ELEMENTS WITHIN A CONTAINER DIV --------------------------*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*--- Fix for IE on Mac ---*/
.clearfix
{
	display: inline-block;
}

/*--- Hack for bug in IE6 ---*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}