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

body { background:#000000; }

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;
}

form#ContactForm #button1:hover {
	background-position:center left;
	color:#000;
	background-color: #333333;
}

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

form#ContactForm h3 {
	color:#900;
	padding-left:125px;
	font-size:75%;
}

#schedule {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	width: 600px;
	height:468px;
	margin-left: 20px;/*background:url(../images/schedule_stone.gif) no-repeat;*/
}

#schedule a {
	text-align:center;
	font-size:1.2em;
}

#schedule h2 {
	text-align:center;
	font-size:1.5em;
	margin-bottom:10px;
}

#schedule h3 {
	text-align:center;
	font-size:1.1em;
	margin-bottom:10px;
}

#schedule h4 {
	color:#CCCCCC;
	text-align:center;
	font-size:.9em;
	margin:10px;
}

#schedule table {
	margin-left:100px;
	margin-bottom:10px;
}

#schedule td { padding:5px; }

.navmenu, .navmenu li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 191px; /*WIDTH OF MAIN MENU ITEMS*/
	border: 0px;
	min-height:30px;
}

.navmenu li {  background-image: url(../images/menubg.jpg);position: relative; }

.navmenu li a {
 background:;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #a0a0a0;
	display: block;
	width: auto;
	padding: 7px 0;
	padding-left: 10px;
	text-decoration: none;
	text-align:center;
	text-shadow: 0px -1px 0px #333;
}

.navmenu .arrowdiv {
	position: absolute;
	right: 2px;
	background: transparent url(arrow.gif) no-repeat center right;
}

.navmenu li .navmenu li a:active { color: #d3bb57; }

.navmenu li a:visited { color: #666; }

.navmenu li a:hover {
	color: #d3bb57;
	background-position:10px 0px;
}

/* Holly Hack for IE \*/
* html .navmenu li {
	float: left;
	height: 1%;
}

* html .navmenu li a { height: 1%; }
/* End */

