@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding: 0;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

a:link, a:visited, a:active {
	color: #000080;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 1em 0;
}

.copyrights {
	float: left;
	color: #ccc;
	font-size: 10px;
}

#notice { background-color:#9a0000; color:#fff; text-align:center; padding:5px; }
#notice a { color:#fff; text-decoration:underline; }

#header {
	background-color: #3141a6;
	background-image: url(../images/css-images/header-bar.jpg);
	background-repeat: repeat-x;
	color: #F5F5F5;
	height: 50px;
	margin: 0 auto;
	text-align: left;
}

#header h1 {
	color: #f5f5f5;
	float: left;
	font-size: 24px;
}

#header h1.imgtxt {
	display: none
}

#logo-text {
	background-image: url(../images/css-images/scrolls-text.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 50px;
	margin-left: 50px;
	width: 307px;
}

#wrapper {
	margin:0 auto;
	width: 1000px;
}

#main-wrapper {
	border: 2px solid #eaeaea;
	float: left;
	margin: 0 auto;
	position: relative;
	width: 996px;
}

#redemption {
	background-image:url(../images/css-images/redemption.jpg);
	background-repeat: no-repeat;
	border: 2px solid #3141a6;
	height: 425px;
	margin: 30px auto;
	width: 800px;
}

#daniel {
	background-image:url(../images/css-images/daniel.jpg);
	background-repeat: no-repeat;
	border: 2px solid #3141a6;
	height: 425px;
	margin: 30px auto;
	width: 800px;
}

#flash {
	display: block;
	height: 600px;
	margin: 30px auto;
	width: 1000px;
}

#flash-daniel {
	display: block;
	height: 600px;
	margin: 30px auto;
	width: 600px;
}

#invitation {
	background-image: url(../images/css-images/supper-of-the-lamb-2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 600px;
	margin: 20px auto;
	width: 800px;
}

#invitation #text {
	background-color: #eee;
	color: #000;
	display: none;
	filter: alpha(opacity=80);
	height: 230px;
	padding: 10px;
	position:relative;
	opacity: .8;
	overflow: auto;
	left: 200px;
	top: 330px;
	width: 380px;
}

#content {
	margin: 20px auto;
	padding: 20px;
	width: 760px;
}

#audio {
	border: 1px solid #333;
	display: block;
	font-size: 9px;
	height: 75px;
	margin: 20px auto 20px auto;
	padding: 5px;
	width: 170px;
}

#contact {
	border: 1px dashed #ccc;
	float: left;
	margin: 30px 10px;
	width: 450px;
}

.supper {
	background-image: url(../images/css-images/supper-small.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 188px;
	margin: 30px 5px;
	width: 250px;
}

#footer {
	clear:both;
	color: #ccc;
	font-size: 10px;
	margin: 0 auto;
	padding: 10px;
	text-align: right;
	width: 980px;
}

#footer a {
	color: #777;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#sitemap {
	float: left;
	margin-left: 50px;width: 575px;	padding-top: 10px;
	z-index: 1000;
}

#sitemap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sitemap li {
	float: left;
}

#sitemap li a {
	background-color: #edeaed;
	border: 1px solid #fff;
	color: #333;
	display: block;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	width: 130px;
}

#sitemap li a:hover {
	background-color: #f5f5f5;
	color: #3141a6;
	text-decoration: none;
}

#sitemap li ul {
	position: absolute;
	width: 136px;
	left: -999em;
}

#sitemap li:hover ul {
	left: auto;
}

#sitemap li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#agape {
	background-image: url(../images/css-images/agape.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 192px;
	width: 600px;
}

.purchase {
	border: 2px solid #ffd047;
}

.even, .odd {
	background-color: #eaeaea;
}

.tr-title {
	background-color: #ccc;
}

#popup {
	background-color: #f9f9f9;
	border: 2px outset #ccc;
	display: none;
    /*left: 125px;*/
	margin: 0 auto;
    padding: 20px;
    position: relative;
    top: 0px;
    width: 500px;
    z-index: 10;
}

#popup p {
	margin: .9em 0;
}

#scroll-instructions {
	padding: 20px;
}

#address-container {
	clear: both;
	margin: 0 auto 20px auto;
	min-height: 200px;
	width: 800px;
}

.address-links {
	background-color: #eaeaea;
	border: 1px dashed #333;
	float: left;
	margin-right: 10px;
	padding: 10px;
	height: 150px;
	width: 220px;
}

.address-links strong {
	color: #3140A5;
}


