/* Keep Firefox Scrollbars on at all times so that pages don't shift horizontally */
HTML {
overflow: -moz-scrollbars-vertical;
}

body {
	background-image: url(images/bg.jpg);

}
#index_content {
	background-image: url(images/index_content.jpg);
	height: 130px;
	width: 520px;
	vertical-align: top;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	color: #174780;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#calendar {
	background-color: #D9D2C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3554A4;
	height: 217px;
	width: 206px;
	vertical-align: top;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}
#nav {
	background-image: url(images/crest.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
}
#content {
	background-image: url(images/index_content.jpg);
	height: 420px;
	width: 520px;
	vertical-align: top;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #174780;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#LFcontent {
	background-image: url(images/index_content.jpg);
	height: 420px;
	width: 520px;
	vertical-align: top;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #174780;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.contentBold {
	font-weight: bolder;
}

#footer {
	height: 29px;
	width: 732px;
	background-image: url(images/index_r9_c2.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
}
#footer a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:active {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C6AC33;
	text-decoration: underline;
}
#content a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #532D18;
	text-decoration: none;
}
#content a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #532D18;
	text-decoration: none;
}
#content a:active {

	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #532D18;
	text-decoration: none;
}
#content a:hover {


	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #36985E;
	text-decoration: underline;
}
.imgpadleftbottom {
	margin-bottom: 5px;
	margin-left: 15px;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #56301B;
}
.asimas {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #174780;
}
.buttonroll {
	padding: 0px;
	margin: 0px;
	height: 97px;
	width: 364px;
}
.buttonroll:hover {
	padding: 0px;
	margin: 0px;
	height: 97px;
	width: 364px;
	background-color: #FFFFFF;
}
.imgpadrightbottom {
	margin-bottom: 5px;
	margin-right: 15px;
}
.imgborder {
	border: 1px solid #522C17;
}

/*-------------------------------------*/
p#services {
	padding: 0px;
	margin: 10px auto;
	width: 294px;
	height: 69px;
	background: url(images/servicesBg.jpg);
}
a#services {
	display: block;
	width: 294px;
	height: 69px;
	background: url(images/servicesBg2.jpg);
}
a#services:hover {
	background: none;
}
/*-------------------------------------*/
p#memorials {
	padding: 0px;
	margin: 10px auto;
	width: 294px;
	height: 69px;
	background: url(images/memorialsBg.jpg);
}
a#memorials {
	display: block;
	width: 294px;
	height: 69px;
	background: url(images/memorialsBg2.jpg);
}
a#memorials:hover {
	background: none;
}
/*-------------------------------------*/
p#archived {
	padding: 0px;
	margin: 10px auto;
	width: 294px;
	height: 69px;
	background: url(images/archivedBg.jpg);
}
a#archived {
	display: block;
	width: 294px;
	height: 69px;
	background: url(images/archivedBg2.jpg);
}
a#archived:hover {
	background: none;
}
/*-------------------------------------*/
.notext {
	display: none;
}