/* CSS Document */

body,td,th {
	font-size: small;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #FFFFFF url(imgs/body_bg.jpg) repeat-x top left;
	margin: 0px;	
	text-align:center;
	
	
}
.black {
	color:#000;
	}

a { text-decoration:none;
  color:#006666;
}

a:link { text-decoration:none;
  color:#006666;
}

a:hover {
color:#ee3413;
}

#container {
	margin:0 auto;
	width:800px;
	padding:0;
	text-align:left;
	float:inherit;

	
	}
	
#container p {
	margin:10px 0 0 0;
	}
#inside {
	background:#FFFFFF url(imgs/inside_bkgd.jpg) top left repeat-x;
	padding:20px 0 0 20px;
	}	
	
.right {
	float:right;
	}

.left {
	float:left;
	}
#header {
	 width:800px; margin:0; padding:0;height:100px; display:block;
}
#nav {
	margin:0;
	padding:0;
	list-style: none;
	background: transparent;
	float:left;
	width: 800px;
	}
#nav li {
	float:left;
	margin: 0;
	padding:0;
	width:100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	height:22px;
}
#nav li a{
	margin:0;
	padding-top:4px;
	display:block;
	background:url(imgs/button_bg.gif) top left no-repeat;
	height:18px;
	
	color: #fff;
	text-align:center;


}

#nav li a:hover{
	background-position: -100px 0;
	color:#366;
}

#nav li a.here{
	background-position: -100px 0;
	color:#366;
}

#content {
	width:570px;
	float:left;
	line-height:20px;	
}

#inside #content {
	width:540px;
	}
	
#content ol li {
	margin:0 0 10px 0;

}

h1 {
	font:normal 18px/20px Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin:10px 0 15px 0;
	padding:0 0 8px 0;
	border-bottom:1px solid #99cbcb;
	}
h3 {font:bold 14px/16px Arial, Helvetica, sans-serif;
color:#000000; margin:20px 0 0 0;
border-bottom:1px solid #99cbcb;
padding:0 0 5px 0;}

h4 {color:#000000; margin:10px 0 5px 0; padding-top:10px; border-top:1px dotted #cccccc;}

#column {width:200px;
	margin:0 0 0 600px;
	}
#column ul {
	list-style:none;
	margin:0; padding:0;
}

#column ul li {
	text-transform:uppercase;
	margin:0 0 5px 0;
}

#column ul li a.here {
	font-weight: bold; color:#000000;
}

#inside #column {width:200px;
	margin:0 0 0 560px;
	}
	
	
#column p.scripture {
 	font: normal 16px/18px Georgia, "Times New Roman", Times, serif;
	margin:15px 0 0 0;
	color:#006666;
}

#column p.verse {
 	font-size:11px;
	margin:5px 0 20px 0;
	text-align:right;
}

a#ns{
	float:right;
	margin:14px 0 0 0;
	color:#5ba3a3;
	font:bold 10px/11px Verdana, Arial, Helvetica, sans-serif;
		}
a:hover#ns {
	color:#033;
}

#staff {
	width:340px;
	float:left;
	background:url(imgs/col_bkgd.jpg) top left repeat-x;
	}
#staff ul {
	width:160px;
	list-style: none;
	padding:0;
	margin:0 0 40px 0;
	}
#staff ul#left {
	float:left;
	margin-left:8px;
	}
#staff ul#right {
	float:right
	}
#staff ul li {
	line-height:14px;
	margin:0 0 10px 0;

}
	
	
#map {
	width:200px;
	float:right;
	margin-bottom:40px;
	background:url(imgs/col_bkgd.jpg) top left repeat-x;
	}

#footer {
	clear:both;
	background: #FFFFFF url(imgs/meth_cross.gif) center left no-repeat;
	height:75px;
	vertical-align:middle;
	padding-left:45px;
	border-top:1px solid #99cbcb;
	margin:20px 0;
	}
#footer p {
margin:25px 0;
text-align:right;

font-size:11px;
line-height:19px;

}

#footer p span {
	font: normal 16px/14px Georgia, "Times New Roman", Times, serif;
	float:left;
	}

#highlight, #highlightB {
	padding:5px 5px 10px 5px;
	color:#ffffff;
	margin:15px 0 25px 0;
}

#highlight {
	background-color: #2b628b;
}

#highlight a{color:#e1c95f; text-decoration:none;}

#highlight a:hover{color:#ffffff; text-decoration:underline}

#highlightB  {
	background-color:#5f89a8;
	font-weight: bold;
}

#highlightB a {
	color:#fde681;
	text-decoration: underline;
	}

#highlightB a:hover {
	color:#ffffff;
}