/*************************************************************************
 AUTHOR :	Jeff Reinhardt
**************************************************************************/

/*************************************************************************
// IMPORT Normalization and Global Styles
**************************************************************************/
@import "global.css";

/*************************************************************************
// HTML Customizations
**************************************************************************/
@charset "utf-8";
/* CSS Document */
HTML{

}
body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:Arial, Helvetica, sans-serif;
	line-height:2em;
	margin:0;
	padding:0;
	font-size:10pt;
	background-color:#768116;
	background-image:url(../_images/bkgd_body_tall_moz.gif);
	background-repeat:repeat-y;
	background-position:center 0;
	text-align:center;
}
* HTML body{
	background-image:url(../_images/bkgd_body_tall.gif);
}
H1{
	font-size:160%;
	font-weight:bold;
	color:#AFBD21;
	color:#003d78;
	position:absolute;
	left:50px;
	bottom:8px;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
H2{
	font-size:135%;
	font-weight:bold;
	color:#AFBD21;
	color:#003d78;
	margin:10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
H3{
	font-size:100%;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003d78;
}
H4{
	font-family:Georgia, "Times New Roman", Times, serif;
}
P, LI{
	line-height:20px;
}
P{
	padding:7px 0 7px 0;
}

b{
	font-weight:bold;
	color:#AFBD21;
	font-family:Georgia, "Times New Roman", Times, serif;
}
IMG{
	border:0;
}
UL{
	margin:10px 0 10px 0;
}
LI{
	margin:10px 0 10px 15px;
	list-style:disc;
}

#right a, #left a, #wide a{
	color:#AFBD21;
}
#right a:visited, #left a:visited, #wide a:visited {
	color:#AFBD21;
}






/* OUTER STRUCTURES */
/* misalign issue is here behind header */

#centering{
	position:relative;
	margin:0 auto;
	width:975px;
	height:200px;
	text-align:left;
	background-image:url(../_images/bkgd_header_base.gif);
	background-repeat:no-repeat;
}
#wrapper{
	position:relative;
	float:left;
	width:933px;
	height:auto;
	margin-left:18px;
	top:0;
}
*HTML #wrapper{
	margin-left:18px;
}




/* HEADER STRUCTURES */
#header{
	position:relative;
	width:933px;
	height:229px;
	background-image:url(../_images/main_content_top_straight.gif);
	background-repeat:no-repeat;
	background-position:bottom;
 }
#centering #wrapper .ministry{
	background-image:url(../_images/main_content_top_tab.gif);
	background-repeat:no-repeat;
	background-position:bottom;
 }
#header #logoHome{
	position:absolute;
	left:20px;
	top:19px;
	z-index:1000;
}
/* LOGO ON ALL INTERIOR PGS */
#header #logo{
	position:absolute;
	left:20px;
	top:20px;
	z-index:1000;
}
#header #ministryLogo{
	position:absolute;
	bottom:4px;
	right:80px;

}
#mainNav{
	position:absolute;
	left:0;
	top:0;
	width:934px;
	height:55px;
	overflow:hidden;
	z-index:1000;
}

#mainNav UL{
	position:absolute;
	right:30px;
	top:0;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
}
#mainNav LI{
	margin:0;
	padding:0;
	display:block;
	float:left;
	list-style:none;
}

#mainNav a:link, #mainNav a:visited{
	display:block;
	float:left;
	height:55px;
	line-height:30px;
	padding-left:15px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
}
#mainNav a:hover, #mainNav a:visited:hover{
	color:#dbe772;
}
#mainNav a.selected, #mainNav a.selected:hover, #mainNav a.selected:visited{
	
}
/*  main nav  items */
#home{
	width:70px;
	background-image:url(../_images/btn_home.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
#leadership{
	width:114px;
	background-image:url(../_images/btn_leadership.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
#contact{
	width:93px;
	background-image:url(../_images/btn_contact.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
#donate{
	width:85px;
	background-image:url(../_images/btn_faq.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
#faq{
	width:56px;
	background-image:url(../_images/btn_faq.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}




#experiencePanel{
	position:absolute;
	top:32px;
	right:20px;
	width:343px;
	height:179px;
	background-image:url(../_images/bkgd_experience.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}


#experiencePanel UL{
	position:absolute;
	left:160px;
	top:55px;
	width:100px;
	height:auto;
	margin:0;
	padding:0;
	z-index:300;
}
#experiencePanel LI{
	margin:0;
	padding:0;
	list-style:none;
}
#experiencePanel a:link, #experiencePanel a:visited{
	display:block;
	height:24px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	background-image:url(../_images/experience_arrow.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:22px;
	font-size:120%;
	font-weight:bold;
}



#experiencePanel a:hover, #experiencePanel a:visited:hover{
	color:#FFFF66;
}

#experiencePanel #events a:link{
	width:100px;
}
#experiencePanel #blogs a:link{
	width:90px;
}
#experiencePanel #podcasts a:link{
	width:124px;
}
#experiencePanel #store a:link{
	width:90px;
}












/* CONTENT STRUCTURES */
#mainContent{
	position:relative;
	width:933px;
	height:auto;
	float:left;
	background-color:#fff;
}





#homeLeft{
	position:relative;
	width:408px;
	margin-left:47px;
	height:auto;
	float:left;
}
*HTML #homeLeft{
	margin-left:20px;
}
#wide{
	position:relative;
	width:830px;
	margin-left:50px;
	padding:20px 0 20px 0;
	height:auto;
	float:left;
}

#q1 p{
	color:#003D79;
	font-size:135%;
	line-height:34px;
	padding:20px 0 0 0;
}
#q2 p{
	color:#666;
	text-align:center;
	font-size:130%;
	line-height:24px;
	padding:20px 0 0 0;
}




#left{
	position:relative;
	width:200px;
	margin-left:50px;
	height:auto;
	float:left;
	padding-top:20px;
}
*HTML #left{
}

#q1 p{
	color:#003D79;
	font-size:135%;
	line-height:34px;
	padding:20px 0 0 0;
}
#q2 p{
	color:#666;
	text-align:center;
	font-size:130%;
	line-height:24px;
	padding:20px 0 0 0;
}


#left .nav li{
	list-style:none;
}


#homeRight{
	position:relative;
	width:415px;
	margin-right:40px;
	height:auto;
	float:right;
}
*HTML #homeRight{
	margin-right:20px;
}



#homeVerse{
	position:relative;
	display:block;
	width:435px;
	height:137px;
	padding:20px 0 10px 0;
	background:url(../_images/bkgd_verse.jpg) 0 10px  no-repeat;
	color:#F2F3C7;
	font-weight:bold;
	margin-left:160px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#homeVerse p{
	padding:25px 0 0 60px;
}
#homeh2{
	font-size:130%;
	font-weight:bold;
	color:#003d78;
	float:left;
	width:300px;
	height:auto;
	text-align:right;
}

#home4keys{
	float:left;
	width:330px;
	height:auto;
	margin-left:20px;
}













#right{
	position:relative;
	width:615px;
	margin-right:40px;
	height:auto;
	float:right;
	padding-top:20px;
}
*HTML #right{
	margin-right:20px;
}

.photoRight{
	float:right;
}


.quote{
	color:#003D79;
	font-size:135%;
	line-height:34px;
	padding:20px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.quote .credit{
	display:block;
	padding:10px 0 15px 100px;
	color:#666666;
	font-size:85%;
	line-height:22px;
}
.quote em{
	font-style:italic;
}

.back{
	font-size:90%;
	font-weight:bold;
}
.back span{
	margin-right:5px;
	font-size:130%;
	color:#663399;
}
.back a:link{
	text-decoration:none;
}
.back a:hover, .back a:visited:hover{
	text-decoration:none;
	color:#663399;
}









/* FOOTER STRUCTURES */

#footer{
	position:relative;
	height:300px;
	width:933px;
	overflow:hidden;
	left:0;
	text-align:center;
	clear:both;
	padding:0px 0 20px 0;
}
#ministries{
	position:relative;
	width:933px;
	height:200px;
	float:left;
}


#footer .nav{
	width:933px;
	height:40px;
	padding:40px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	clear:both;
	background-image:url(../_images/footer_divider.gif);
	background-repeat:no-repeat;
	background-position:center 20px;
	line-height:1em;
}
* HTML #footer .nav{
	padding:15px 0 0 0;
	background-position:center 0px;
}
#footer UL{
	width:auto;
	margin:0 0 0 120px;
	padding:0;
}
#footer .nav li{
	margin:0;
	padding:0;
	display:inline;
}
#footer .nav a, #footer .nav a:link, #footer .nav a:link:visited{
	display:block;
	height:10px; 
	width:auto;
	padding:3px 10px;
	border-left:1px #999 solid;
	color:#999;
	float:left;
}
#footer .nav .first a{
	border-width:0px;
	padding-left:150px;
}
*HTML #footer .nav .first a:link, #footer .nav .first a:link:visited{
	padding-left:150px;
}
#footer .nav a:hover, #footer .nav a:visited:hover{
	color:;
}
#footer #copyright{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	padding:15px 10px;
	margin:0 auto;
	width:300px;
	text-align:center;
	height:15px;
	clear:both;
	color:#999;
	line-height:1em;
}


/* GEE STYLES */
.gFaqLstQuestion{
	font-weight:bold;
}
#right .gDirLstTbl{
	margin:20px 0 0 0;
}
.gDirDetImage{
	margin:20px 0 0 0;
}
.gDirDetColContact{
	width:200px;
}
img.gDirLstImage{
	margin-right:15px;
	border:2px solid #AFBD21;
}
.gDirDetHeading, .gDirDetHeading, .gDirDetLabel{
	font-weight:bold;
}
.gFaqLstQuestion{
	font-size:135%;
	font-weight:bold;
	color:#AFBD21;
	color:#003d78;
	margin:10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
img.gLinkLstImage{
	margin-right:20px;
}
.gLinkLstCol{
	padding-top:15px;
}
.gCalLstEvent{
	line-height:1.2em;
}
.gCalLstDay{
	color:#768116;
	font-size:8.5pt;
}
.gCalLstDescription{
	color:##E1E2A9;
	font-style:italic;
}

.gCalLstMonthNav {
	align: left;
	text-align:left;
}
.gCalLstMonthHdrCol{
	text-align:left !important;

}
.gCalLstSpacer {
	display: none;
}

.gCalLstRow {
	
}

.gCalLstDay {
	font-size:100%;
	font-weight:bold;
	color:#AFBD21;
	color:#003d78;
	margin:0 10px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}