@charset "UTF-8";
body  {
	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: #25291d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #454D35;
	background-image: url(../images/lighthouse_bg.png);
	background-repeat: repeat-x;
}
a {
	color: #663300;
	text-decoration: underline;
}
a:hover {
	color: #7E3F00;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #shadow {
	width: 788px;
	margin: 0 auto;
	background-image: url(../images/lighthouse_shadow.png);
	background-repeat: repeat-y;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #8B9567;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0 0px 0 0px;  /* 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. */
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #nav {
	height: 30px;
	position: absolute;
	width: 580px;
	margin-left: 190px;
	top: 182px;
	text-align: right;
	margin-right: 10px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	font-size: 100%;
	background-color: #8b9567;
}
.twoColFixLtHdr #wrapper {
	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: 10px 0px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/mainContentBG.gif);
	background-color: #CCCC99;
	background-repeat: repeat-x;
}
.twoColFixLtHdr #mainContent {
	background-image: url(../images/mainContentBG.gif);
	background-color: #CCCC99;
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #mainContent p {
	font-size: 90%;
	padding-right: 5px;
	margin: 10px 0px;
}
.mainWrap {
	background-image: url(../images/mainContentBG.png);
	background-repeat: repeat-x;
}
.contentPadding {
	padding-left: 10px;
}
.twoColFixLtHdr #footer {
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #CCCC99;
	text-align: right;
	background-image: url(../images/footer_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr  #aeon {
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	width: 780px;
}
.twoColFixLtHdr #aeon a {
	color: #25291d;
}
.twoColFixLtHdr #aeon a:hover {
	color: #FFFFCC;
}
.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;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nav ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 213px;
}
.nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.nav   #home a  {
	display: block;
	float: left;
	background-image: url(../images/nav/nav_home.png);
	height: 30px;
	width: 68px;
}
.nav   #home a:hover  {
	background-image: url(../images/nav/nav_home_over.png);
}
.nav #about a {
	display: block;
	float: left;
	background-image: url(../images/nav/nav_about.png);
	height: 30px;
	width: 93px;
}
.nav #about a:hover {
	background-image: url(../images/nav/nav_about_over.png);
}
.nav #ministry a {
	display: block;
	float: left;
	background-image: url(../images/nav/nav_ministry.png);
	height: 30px;
	width: 95px;
}
.nav #ministry a:hover {
	background-image: url(../images/nav/nav_ministry_over.png);
}
.nav #contact a {
	display: block;
	float: left;
	background-image: url(../images/nav/nav_contact.png);
	height: 30px;
	width: 110px;
}
.nav #contact a:hover {
	background-image: url(../images/nav/nav_contact_over.png);
}
.nav  li span {
	display: none;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
.mainTitle {
	margin-top: 0px;
	margin-bottom: 15px;
}
.titles {
	background-color: #424A36;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #E4E4E4;
	padding-left: 3px;
}
.sidebar_about ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#mapLink {
	text-decoration: none;
}
.sidebar_about  a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #25291D;
	color: #FFFFFF;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-image: url(../images/sidebar_navbtn.png);
}
.sidebar_about a:hover {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #25291D;
	color: #FFFFCC;
}

.scriptures_title  {
	color: #565237;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 105%;
	font-weight: bold;
	text-transform: uppercase;
}
.scriptures_content {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.scriptures_scripture {
	color: #222222;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}
