/* Body Styles */
* {
margin: 0;
padding: 0;
}
img {
	border: none;
}
a:link, a:visited {color: #FA3B17; font-weight: bold;}
a:hover {background-color: #FA3B17; font-weight: bold; color: #FFFFFF; text-decoration:none;}
a:active {color: #FA3B17; font-weight: bold;}

html, body {
	background-color: #FFFFFF;
	font-family: Helvetica, Verdana, Arial, san-serif;
	font-size: 12px;
	color: #808080;
	text-align: center;
	width: 100%;
	line-height: 1.5;
	scrollbar-arrow-color: silver;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: silver;
	scrollbar-track-color: white;
	scrollbar-face-color: #122836;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: silver;
	scrollbar-3d-light-color: black;
}
/* Wrapper */
#wrapper {
	position: relative;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	top: 15px;
}
/* Header */
#header {
	position: relative;
	height: 97px;
	z-index: 5;
}
#header .links {
	margin-top: 8px;
	float: left;
	text-align: left;
	width: 380px;
}
#header .logo {
	position: relative;
	float: right;
	text-align: right;
	width: 335px;
	border-left: 2px dotted #C9C9C9;
}
/* Navigation */
#nav, #nav ul {
	list-style: none;
	height: 30px;
	margin-top: 17px;
	text-align: center;
	width: 100%;
	display: block;
	z-index: 10;
}
#nav .sub ul {
	list-style: none;
	text-align: center;
	margin-top: -57px;
	margin-left: 108px;
	background-color: transparent;
	width: 115px;
	display: block;
	z-index: 101;
} 
#nav a:link, #nav a:visited, #nav a:active {
	display: block;
	text-align: center;
	background-color: #3D3D3D;
	border: 1px solid #3D3D3D;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 105px;
	height: 30px;
	margin-right: 10px;
	color: #FFFFFF;
	z-index: 11;
}

#nav .contact a:link, #nav .contact a:visited, #nav .contact a:active {
	display: block;
	text-align: center;
	background-color: #5F5F5F;
	border: 1px solid #5F5F5F;
	text-decoration: none;
	padding-top: 10px;
	width: 105px;
	color: #FFFFFF;
	height: 35px;
	z-index: 9;
}
#nav .practice a:link, #nav .practice a:visited, #nav .practice a:active {
	display: block;
	text-align: center;
	background-color: #A3A3A3;
	border: 1px solid #A3A3A3;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 5px;
	height: 30px;
	width: 105px;
	color: #FFFFFF;
	z-index: 11;
}
#nav .about a:link, #nav .about a:visited, #nav .about a:active {
	display: block;
	text-align: center;
	background-color: #3D3D3D;
	border: 1px solid #3D3D3D;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 5px;
	height: 30px;
	width: 105px;
	color: #FFFFFF;
	z-index: 100;
}
#nav .about a:hover, #nav .contact a:hover, #nav .practice a:hover, #nav a:hover {
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #122835;
	color: #122835;

}
#nav li { /* all list items */
	position: relative;
	color: #FFFFFF;
	float: left;
	width: 115px; /* width needed or else Opera goes nuts */
	display:block;
	text-align: left;

}
#nav li li a:link, #nav li li a:visited, #nav .sub li li a:link, #nav .sub li li a:visited {
	color: #122835;
	background-color: #FFFFFF;
	display: block;
	width: 115px;
	margin-bottom: 2px;
	font-weight: normal;
	border: 1px #122835 solid;
	padding-left: 5px; 
	padding-top: 2px;
	height: 10px;
	text-align: left;
	z-index: 100;
}
#nav li li a:hover, #nav .sub li li a:hover {
	color: #FFFFFF;
	background-color: #122835;
	display: block;
	width: 115px;
	margin-bottom: 2px;
	font-weight: normal;
	border: 1px #122835 solid;
	padding-left: 5px; 
	padding-top: 2px;
	height: 10px;
	text-align: left;
	z-index: 100;
}
#nav li ul { /* second-level lists */
	position: absolute;
	color: #122835;
	width: 115px;
	background-color: transparent;
	z-index: 100;
	text-align: left;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li li {
	width: 100%;
	float: left;
	z-index: 100;
	border: 0;
}	
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	font-weight: normal;
	z-index: 100;
}

/* Content Area */
#main {
	position: relative;
	margin-top: 15px;
	width: 100%;
	background-color: #122835;
	height: 387px;
	z-index: 0;
}
.content {
	position: relative;
	float: left;
	width: 380px;
}
.photo {
	position: relative;
	float: right;
	width: 335px;
	margin: 10px 0px 10px 10px;
	border-left: 2px dotted #C9C9C9;
}
#text {
	padding: 15px;
	text-align: left;
	color: #ffffff;
}
#text ul {
	margin-left: 25px;
	list-style: disc;
}
.scroll {
	height: 290px;
	width: 93%;
	padding-right: 10px;
	text-align: left;
	overflow: auto;
}
h1 {
	border-top: 2px dotted #C9C9C9;
	border-bottom: 2px dotted #C9C9C9;
	display: block;
	width: 100%;
	height: 30px;
	font-size: 20px;
	color: #FFFFFF;
}
/* Footer */
#footer {
	clear: both;
	margin-top: 15px;
	font-size: 11px;
	text-align: center;
}
#footer .left {
	position: relative;
	float: left;
	text-align: left;
}
#footer .right {
	position: relative;
	float: right;
	text-align: right;
	width: 335px;
	height: 25px;
	border-left: 2px dotted #C9C9C9;
}
#footer a:link, #footer a:visited {
	color: #5F5F5F;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	background-color: #5F5F5F;
	font-weight: bold;
	text-decoration: none;
}
#footer a:active {
	color: #5F5F5F;
	text-decoration: none;
}
#scripture {
	background-color: #DFDFDF;
	border: 1px dotted #666666;
	padding: 5px 10px 10px 10px;
	font-size: 11px;
	text-align: left;
	color: #333333;
	}