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

body {
	font: 62.5%/1.6 Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 20px;
	padding-bottom:20px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#999999;
}
.landingPage #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.landingPage #header {
	background:url(../images/banner_main.jpg);
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 200px;
	margin: 0;
}
.landingPage #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.landingPage #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*	background: #EBEBEB; */ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 5px 20px;
}
.landingPage #mainContent {
	margin: 0 0 0 105px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 850px;
	width:400px;
	float:left;
}
.landingPage #contentWrapper {
	margin: 0;
	padding:0;
	background:url(../images/bk_jump_page_2.jpg) no-repeat;
	height: 880px;
}
.landingPage #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.landingPage #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.secondLevelPage #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.secondLevelPage #header2 {
	padding: 0 15px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:  129px;
	margin: 0;
	background:url(../images/banner_secondary.jpg);
}
.secondLevelPage #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*	background: #EBEBEB; */ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 5px 20px;
}
.secondLevelPage #mainContent2 {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 525px;
}
.secondLevelPage #mainContent3 {
	margin: 0 0 0 90px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 600px;
}
#newLifeBanner {
	margin: 10px 0 10px 0;
	width:100%;
	text-align:center;
}
#eventsBanner {
	margin: 10px 0 30px 0;
	width:100%;
	text-align:center;
}
#aboutBanner {
	margin: 10px 0 10px 0;
	width:100%;
	text-align:center;
}
#ministriesBanner {
	margin: 30px 0 30px 0;
	width:100%;
	text-align:center;
}
#believeBanner {
	margin: 30px 0 30px 0;
	width:100%;
	text-align:center;
}
#thyWordBanner {
	margin: 30px 0 30px 0;
	width:100%;
	text-align:center;
}
.frontPageItemSection {
	width:355px;
	margin:10px auto;
}
.frontPageItemImage {
	width:175px;
	margin-left:5px;
	float:left;
	text-align:center;
}
.frontPageItemText {
	width: 160px;
	margin: 0 0 0 5px;
	/* height: 160px; */
	float:left;
}
.secondLevelPage #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.secondLevelPage #topMenu {
	min-width: 350px;
	margin-top:100px;
	text-align:left;
	margin-right:20px;
	float:left;
	color:#FFF;
}
.secondLevelPage #topMenu a {
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	font-size:1.2em;
}
.secondLevelPage #topMenu a:hover {
	color:#F00;
}
.secondLevelPage h1 {
	font-size:1.8em;
	margin:2px;
}
.secondLevelPage h2 {
	font-size:1.4em;
	margin: 5px 0 0px;
	line-height: 1.5em;
}
.ministrySection {
	width:475px;
	margin:10px 0 10px 20px;
}
.mimistryImage {
	width:155px;
	float:left;
}
.ministryText {
	width: 300px;
	float:left;
	margin: 0 0 0 5px;
}
/* book store styles */	

#inTheBookStore {
	margin: 5px 15px 40px 15px;
	; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:350px;
}
.itemSection {
	width:475px;
	margin:10px 0 10px 20px;
}
.itemImage {
	width:155px;
	float:left;
}
.itemText {
	width: 300px;
	float:left;
	margin: 0 0 0 5px;
}
.itemText h2 {
	font-size:1.3em;
	line-height:1.3em;
	margin:2px;
}
#lookgingFor {
	margin: 10px auto;
	width: 437px;
	height: 147px;
	background:url(../images/banner_mad_guy.jpg) no-repeat;
}
#lookgingFor .txtLooking {
	margin-top:10px;
	margin-left:150px;
	float:left;
}
/* Living the life pages*/	
.lifeSection {
	width:475px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	/* margin:10px 0 10px 20px; */
	border:solid;
	border-color:#333;
	border-width:1px;
}
.lifeImage {
	width:400px;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:center;
}
.lifeText {
	width: 400px;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
}
.sectionTitleLg {
	padding:10px;
	text-align:center;
}
.sectionTitleMd {
	margin: 10px auto;
	text-align:center;
}
.standardTxt {
	font-size:1.4em;
	line-height:1.2em;
	margin: 10px;
}
.standardTxtSm {
	font-size:1.2em;
	line-height:1.2em;
	margin: 10px;
}


.blueBold {
	font-size:1.4em;d
	line-height:1.2em;
	font-weight:bold;
	color:#33F;
	text-align:center;
}
.blueBoldCentered {
	text-align:center;
	font-size:1.4em;d
	line-height:1.2em;
	font-weight:bold;
	color:#33F;
	
}
ol.doctrine {
	font-size:1.4em;
	line-height:1.2em;
	margin:5px;
}
ol.thyWord {
	font-size:1.4em;
	line-height:1.2em;
	margin:5px;
}
.textSection1 {
	margin:0 50px 20px 50px;
}
.grayBar1 {
	background-color:#CCC;
	margin: 10px 0 0 0;
}
.brownBar {
	background-color:#CEBF9F;
	border-style:solid;
	border-width:1px;
	border-color:#696052;
	padding: 3px;
}
.scriptureQuoteSm {
	font-size:1.2em;
	font-weight:bold;
}

.scriptureQuoteItalicsCentered {
	font-size:1.4em;
	font-style:italic;
	text-align:center;
}


li.menuTxt {
	font-size:1.4em;
}
li.listTxt {
	font-size:1.4em;
}


#landingMenu {
	height: 275px;
}
#landingMenu a {
	text-decoration:none;
	color:#00F;
	font-size:1.3em;
	font-weight:bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
#landingMenu a:hover {
	color:#F00;
	font-weight:bold;
	
}


.inpageLink a {
	text-decoration:none;
	color:#00F;
	font-size:1.2em;
	font-weight:bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.inpageLink a:hover {
	color:#F00;
	font-weight:bold;
}
#thyWord {
	margin: 5px auto; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:350px;
	height:230px;
}
#thyWord h1 {
	margin: 0px;
	line-height:1.5em;
}
.redLetter {
	color:#F00;
}
#pastors {
	margin: 10px auto; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:300px;
}
#theLife {
	margin: 5px 15px 40px 15px;
	; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:350px;
}
#verseOfTheDay {
	font-size:1.2em;
	color:#000;
}
#verseOfTheDay h2 {
	margin: 0px 0px 0px 0px;
	font-size:1.2em;
	color:#000;
}
#footer .copy {
	text-align:center;
	font-size: 0.9em;
}

/* Previouls events ********************************* */

.prevEventContainer
{
	width: 500px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
}

.prevEventLeftCol
{
	float: left;
	width: 250px;
}


.prevEventRightCol
{
	width: 250px;
	float: left;
}


ul.nav {
	
	list-style: none; /* this removes the list marker */
	padding: 3px;
	margin: 3px;
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}

#flashContent { width:100%; height:100%;
text-align:center;
 }

