body {
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat;
	margin: 0;
}

#mainContainer {
	margin-top: 10px;
	background-image: url(../images/cell-bg.gif);
	background-repeat: repeat-y;
	border: 1px #8C8C8C solid;
}

#navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 10px 10px 0 158px;
	padding-bottom: 10px;
	border-bottom: 1px #B7B6D0 solid;
}

#subNavigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 10px 10px 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px #B7B6D0 solid;
}

a {
	text-decoration: none;
	color: #0319BB;
}

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

#boxBlock {
	margin: 20px 10px 0px 158px;
	padding-bottom: 20px;
}

.homeBox {
	display: inline;
	margin: 0px 25px 0px 20px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px 0 0 25px;
}

h3 {
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 23px;
	line-height: 28px;
	font-weight: bold;
}

#mainContentBlock {
	float: left;
	width: 540px;
	margin: 15px 0 0 20px;
}

#rightNavBlock {
	float: left;
	width: 209px;
	margin: 15px 0 0 20px;
}

p, ul {
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
}

.form {
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
}

.sideNavText {
	background-image: url(../images/navBullets.gif);
	background-repeat: no-repeat;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	padding: 10px 10px 10px 28px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 1px;
}

#footer {
	width: 800px;
	background-color: #FFFFFF;
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	margin: 0px 10px 10px 20px;
	border-top: 1px solid #B7B6D0;
	padding-top: 10px
}

.smallText {
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
}

.quote {
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-style: italic;
	margin: 0 40px 0 20px;
}

.memorial {
	margin: 15px 10px 5px 10px;
	border: 1 solid #000000;
}

.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.70;
	filter: alpha(opacity=70);
}

.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 330px;
	height: 285px;
	padding: 16px;
	border: 16px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.white_content_audio {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 330px;
 	height: 60px;
	padding: 16px;
	border: 16px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.70;
	filter: alpha(opacity=70);
}

#slideshow {
    position:relative;
    height:385px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
