﻿
/* Layout Stylesheet */ 

body {
	margin: 0;
	padding: 0;
	background: #333333;
	color: #464031;
	text-align: center;
}

div#logo {
	border: 0;
	margin: 0;
	text-align: center;
}

div#bar-top {
	width:950px;
	height: 43px; 
	background: url('../images/header-bkg.gif') repeat-x;
	border: solid #464031;
	border-width: 0px 2px;
	overflow: hidden;
	
}

div#bar-bottom {
	width: 100%;
	height: 30px;
	position: relative;
	background: #e7e5d2;
	color: #333333;
	border: #464031 solid;
	border-width: 2px 0;
}

div#content {
	height: 100%;
	width:950px;
	position: relative;
	border: solid #464031;
	border-width: 0px 2px;
	color: #464031;
	overflow: auto;
	background: white url('../images/sbc-watermark.jpg') no-repeat right bottom;
}

div#content-right {
	height: 100%;
	position: relative;
	color: #464031;
	overflow: auto;
	border-left-width: thin;
	border-left-color: #999966;
	float: right;
	border-left-color: #808000;
	border-left-width: thin;
	border-left-style: solid;
	width: 80%;
}

div#content-left {
	height: 100%;
	width: 19%;
	position: relative;
	color: #464031;
	overflow: auto;
	float: left;
}

div#footer {
	padding: 0;
	clear: both;
	border-top: 1px solid #5e534f;
	background-color: #e7e5d2;
	width:950px;
	border: solid #464031;
	border-width: 1px 2px 2px 2px;
}

h4 {
 margin:0; 
 padding: 5px 0;
 text-align: center;
 }

a:link{
	color: #999966;
	text-decoration: none;
}

a:visited{
	color: #999966;
	text-decoration: none;
}

a:hover {
	color: #453e3b;
}

font.first-letter {
	font-size: 150%;
	font-weight: bold;
	color: #999966;
}

font.copyright {
	font-size: .65em;
	font-family: "Times New Roman", serif;
	color: #797069;
	text-transform: uppercase;
	text-align: left;
}

p {
 margin:0;
 padding:10px 20px 0px 20px;
 text-align:left;
 }

p.scripture{
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #797069;
	margin: 0 0 5px 0;
	text-align: center;
}

p.verse{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #999966;
	margin: 0 0 5px 0;
	text-align: center;
}


p.copyright {
	font-size: .65em;
	font-family: "Times New Roman", serif;
	color: #797069;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	text-align: center;
}

p.main{
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #797069;
	text-align: center;
}

p.occ{
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #797069;
	text-align: left;
}

p.jlmcc{
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #464031;
	text-align: left;
}

p.copyright a:visited {
	color: #797069;
	text-decoration: none;
}

p.copyright a:link {
	color: #797069;
	text-decoration: none;
}

p.copyright a:hover {
	color: #453e3b;
}

ul#nav {
	margin: 0 0 20px 0;
	height: 40px;
	line-height: 45px;
	font-size: 1.2em;
	font-family: "Times New Roman", serif;
	overflow: hidden;
	color: #464031;
}

ul#nav li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0 20px 0 0;
}

ul#nav li a:visited {
	color: #7d7257;
	text-decoration: none;
}

ul#nav li a:link {
	color: #7d7257;
	text-decoration: none;
}

ul#nav li a:hover {
	color: #3f3e3a;
}

ul#nav li.active {
	color: #CC6600;
}

ul#footer-nav {
	font-family: "Times New Roman", serif;
	font-size: .7em;
	text-transform: uppercase;
	margin: 5px 0px 5px 0px;
}

ul#footer-nav li {
	display: inline;
	margin: 0;
	padding: 0 10px 0 5px;
	border-right: 1px solid #958d83;
}

ul#footer-nav li.last {
	border-right: none;
}

ul#footer-nav li a:visited {
	color: #5e534f;
	text-decoration: none;
}

ul#footer-nav li a:link {
	color: #5e534f;
	text-decoration: none;
}

ul#footer-nav li a:hover {
	color: #453e3b;
}
.styleItalicUnderline {
	font-style: italic;
	text-decoration: underline;
}
