@charset "utf-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	background: #EEEDEC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #008080;
	color: #000000;
}
.thrColFixHdr #container { 
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 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. */
	margin-top:1px;
} 
.thrColFixHdr #header { 
	background-image:url(../images/dfl2.jpg);	
	height:130px;
	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. */
} 

#awmAnchor-menu2 { /* for AllWebMenus javascript menu */
	height:26px;
}


.thrColFixHdr #menubar { 
	position:relative; 
	background-image:url(../images/menubg.jpg);
	width:880px;
	height:30px;
} 

#navlist {
	margin: 0;
	padding: 6px 60px 8px 0;
	border-bottom: 1px solid #000;
	font-size:70%;
	font-weight:bold;
	font-family:Arial;
	text-align:center;
	max-width:880px;
}

#navlist ul, #navlist li {
margin: 0;
padding: 0;
display: inline;
list-style-type:none;
text-align:center;
}

#navlist a:link, #navlist a:visited {
line-height: 14px;
font-weight: bold;
margin: 0 8px 4px 8px;
text-decoration: none;
color: #333;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
border-bottom: 3px solid #008080;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover { 
	color: #000; 
}

#navlist a:active, body#home #m-home a {
border-bottom: 2px solid #a0a0a0;
}
#navlist a:active, body#word #m-word a {
border-bottom: 2px solid #a0a0a0;
}
#navlist a:active, body#sched #m-sched a {
border-bottom: 2px solid #a0a0a0;
}
#navlist a:active, body#bio #m-bio a {
border-bottom: 2px solid #a0a0a0;
}
#navlist a:active, body#prep #m-prep a {
border-bottom: 2px solid #a0a0a0;
}
#navlist a:active, body#promo #m-promo a {
border-bottom: 2px solid #a0a0a0;
}
#navlist a:active, body#poli #m-poli a {
border-bottom: 2px solid #a0a0a0;
}
#navlist a:active, body#outl #m-outl a {
border-bottom: 2px solid #a0a0a0;
}
#navlist a:active, body#other #m-other a {
border-bottom: 2px solid #a0a0a0;
}
#navlist a:active, body#contact #m-contact a {
border-bottom: 2px solid #a0a0a0;
}
#navlist a:hover, body#word #m-word a {
border-bottom: 3px solid #c0c0c0;
}

.thrColFixHdr h3 { 
	color:#008080;
}
.thrColFixHdr h3.evang { 
	color:#990000;
	font-size:110%;
}
div #numbers {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#990000;
	font-size:95%;
	margin-top:25px;
	margin-bottom:10px;
}
div img {
	text-align:center;
}		
div .center {
	text-align:center;
}	
div #evang {
	background-image:url(../images/ks3806LrgFF.jpg);
	background-position:top;
	background-repeat:no-repeat;
}	
.thrColFixHdr #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 */
}
div.filler {
	color:#CCCCCC;
}	
p.whatotherssay { 
	width:75%;
}
p.wostxtright { 
	margin-left:115px;
}
div.wosblock {
	margin-bottom:-15px;
}	
.thrColFixHdr #sidebar1 {
	/*float: left;  since this element is floated, a width must be given */
	width: 140px; /* 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: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 20px 15px 25px;  /*padding keeps the content of the div away from the edges */
	margin-top:2px;
  margin-left: 20px;
}
.caption {
	color:#004040;
	font-size:70%;
	font-style:italic;
	text-align:center;
	margin-top:0;
	padding-top:2px;
}	
.verse {
	color:#990000;
	font-size:85%;
	font-weight:bold;
	font-style:italic;
}	
.thrColFixHdr #sidebar1 ul { 
	margin-left:-26px; 	
}
.thrColFixHdr #sidebar1 li{ 
	font-size:85%; 	
}	
.sermon {
	margin-left:-8px;
	padding:0;
	border:1px solid #090;
	color:#039;
	width:150px;
	text-align:center;
	font-size:1em;
	text-decoration:none;
}
.sermon p{ 
	border:1px hidden #FFF;
	text-decoration:none;
}
.sermon hover {
	border-color: #aaf;
	cursor: pointer;
	background-color: #cdF;
}
	

div#sidebar1.sermon li a:hover{ 
	background:#CFF;
}
/* Put a border around the newly clickable element */
		.hot {
			border: solid 1px #ccc;
			zoom: 1; /* Should be IE only */
			}
		/* rollover style for clickable element */
		.hover {
			border-color: #aaf;
			cursor: pointer;
			background-color: #cdF;
			}
		
		/* Simulate hover on contained link */
		.hover a:link {
			color: #CC3333;
			}
		.hover a:visited {
			color: #CC3333;
			}
		
		/* Some demo layout */
		#links {
			width: 100%;
			padding-bottom: 2em;
			}
		#links div {
			width: 90%;
			padding: 0 1%;
			}
		

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* 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: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 24px; /* padding keeps the content of the div away from the edges */
	margin-top:2px;
}
.thrColFixHdr #mainContent { 
	margin: 0 275px; 
	padding: 0 10px;
} 
.thrColFixHdr #mainContent p.word{ 
	color:#004040;
	padding:10px 4px 20px 6px;
	border:1px solid #000000;
}	
.thrColFixHdr #mainContent.word img{ 
	margin-left:-6px; 
}	
.thrColFixHdr #mainContent.sched img{ 
	/*margin-left:-7px;*/ 
}	
h2.sched {
	color:#993300;
	text-align:center;
	margin-bottom:8px;
}	
h2.sched2 {
	color:#0000BB;
	text-align:center;
	margin-bottom:8px;
}	
h2.sched3 {
	color:#009900;
	text-align:center;
	margin-bottom:8px;
}	
h4.sched {
	color:#000000;
	text-decoration:underline;
}	
ul.sched{ 
	color:#004040;
	margin-left:-3em;
}	
p.sched {
	/*text-align:center;*/
}	
p#mars { 
	color:#004040;
	margin:0 0 1em 1em;
}	
p.ind { 
	color:#004040;
	margin:0 0 14px 26px;
}	
p.ind2 { 
	color:#004040;
	text-align:center;
	margin:0 0 14px 26px;
}	
.thrColFixHdr #mainContent.otherssay{ 
	font-size:85%; 
	color:#004040;
	padding:10px 8px 20px 8x;
}	
.erule {
	text-align:center;
}	
.thrColFixHdr #mainContent h3.word{
	font-style:italic;
	color:#990000;
	font-weight:bold;
}	
.thrColFixHdr #mainContent h1.plan{
	color:#990000;
	font-weight:bold;
	text-align:center;
}	
.thrColFixHdr #mainContent h2.plan{
	color:#990000;
	font-weight:bold;
	text-align:center;
}	
.thrColFixHdr #mainContent h3.scripture {
	margin-bottom:6px;
	font-size:130%;
	color:#000099;
	text-decoration:none;
}	
.thrColFixHdr #mainContent p.scripture {
	font-style:italic;
	font-size:85%;
	color:#000099;
	text-decoration:none;
}	
.thrColFixHdr #mainContent a:link h3.scripture {
	color:#000099;
	text-decoration:none;
}	
.thrColFixHdr #mainContent a:hover h3.scripture {
	color:#bb0000;
	text-decoration:none;
}	
.thrColFixHdr #mainContent a:link p.scripture {
	color:#000099;
	text-decoration:none;
}	
.thrColFixHdr #mainContent a:hover p.scripture {
	color:#bb0000;
	text-decoration:none;
}	
.thrColFixHdr #mainContent blockquote.planterms{ 
	margin:0 0 10px 12px;
}	
.thrColFixHdr #mainContent p { 
	margin-top:-6px;
}	
.thrColFixHdr #mainContent p.evang { 
	margin-top:-6px;
	color:#990000;
	font-style:italic;
	font-weight:bold;
}	
.thrColFixHdr #mainContent p.firstpara { 
	margin-top:-10px;
}	
.thrColFixHdr #mainContent li { 
	margin-top:6px;
}	
.preached {
	margin-top:-16px;
	margin-bottom:12px;
}
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e3e3e3;
	border-top: 1px solid #000000;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 p.update {
	margin-top:-16px;
	font-size:60%;
	font-style:italic;
	color:#999;
	text-align:left;
}
.thrColFixHdr #sidebar1 h3 {
	text-align:center;
}
.thrColFixHdr #footer p.update {
	font-size:65%;
	font-style:italic;
	color:#666;
	text-align:center;
}
.thrColFixHdr #footer p.copyr {
	font-size:75%;
	color:#333;
	text-align:center;
	margin:-8px 0;
}
.thrColFixHdr #footer p.design {
	font-size:60%;
	color:#999;
	text-align:center;
	margin:-8px 0;
}
.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;
}
.fltrt#prn { /* 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-right: 20px;
	padding-top: 10px;
}	
.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;
}
.gallery a.leftimg{
	float:left;
	padding:0.2em;
}
.gallery a.rightimg{
	float:right;
	padding:0.2em;
}
.lsb {
  margin-bottom: 0;
}
