
/* Muirs Base Layout */
* {
	padding: 0px;
	margin: 0px;
}

body { background: #000000; }

#wrapper {
	background: #000000;
	width: 800px;
	margin: 0 auto;
}

#header { background: #000000; }

#left-column {
	background: url(../images/side_BG.gif) #000000;
	width: 208px;
	float: left;
}

#right-column {
	background: #000000;
	width: 592px;
	margin-left: 208px;
}

#footer {
	background: #000000;
	clear: both;

}

a#print {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	margin-left: 20px;
	size: 10px;
}

p {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-weight: normal;
	margin: 10px 0px 10px 50px;
	font-size: 12px;
}

h1 {
	font-family: "Trebuchet MS";
	color: #000000;
	font-weight: bold;
	margin: 10px 0px 10px 50px;
	font-size: 125%;
}

h2 {
	padding: 0px 0px 10px 0px;
	color: #FFFFFF;
}

img { text-decoration: none; }

.mainTable {
	border: 1px #333 ridge;
	padding: 0px;
}

.mainMenu {
	font-family: Times New Roman;
	color: #9d9d9d;
	font-weight: bold;
	text-decoration: none;
}

.mainMenuOn {
	font-family: Times New Roman;
	color: #E2C953;
	font-weight: bold;
	text-decoration: none;
}

.mainMenu:hover { color: #E2C953; }

.topMenu {
	font-family: Times New Roman;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.topMenuOn {
	font-family: Times New Roman;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.topMenu:hover { text-decoration: underline; }

.CemeterySchedule td {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

.mainHeading {
	font-family: Times New Roman;
	color: #404040;
	font-weight: bold;
	font-size: 14pt
}

.insideFont {
	font-family: Times New Roman;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11pt;
filter:shadow(color:#000000,strength:10,direction:175);
}


.insideFont1 {
	font-family: Times New Roman;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10.5pt;
}

.imageBG {
	background: url(../images/picBackground.jpg) no-repeat;
	width: 100;
	height: 91;
	text-align: center;
}

.monumentTable td { padding-top: 5px; }

.linkFont { color: #FFFFFF }

.linkFont:hover { color: blue }

tdname { cursor: pointer; }

.links {
	list-style-type: none;
	margin: 0px 0px 0px 100px;
}

.links li a {
	color: #000;
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

form#ContactForm {
	width: 590px;
	padding: 10px;
	margin: 0 auto;
}

form#ContactForm p { text-align: center; }

form#ContactForm fieldset {
	display: block;
	padding: 5px;
	font-family: verdana, sans-serif;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form#ContactForm label {
	clear: left;
	display: block;
	float: left;
	width: 165px;
	text-align: right;
	padding-right: 10px;
	color: #000000;
	margin-bottom: 0.5em;
}

form#ContactForm input {
	border: 1px solid #fff;
	padding-left: 0.5em;
	margin-bottom: 0.6em;
	background-color: #CCCCCC;
	width: 350px;
	height: 25px;
}

form#ContactForm #button1 {
	color: #000066;
	padding-right: 0.5em;
	cursor: pointer;
	width: 110px;
	margin-left: 102px;
	background-color: #CCCCCC;
}


