html {
	padding: 0px;
	margin: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	color: #633a62;
	font: normal 12px/19px Verdana;
	background: #9e82a1 url(../images/splash/bgBody.jpg) repeat-x;
}

/***** Misc. Styles *****/
.notext { display: none; }
.clear { clear: both; }
.center { text-align: center; }

.imgRight {
	float: right;
	padding: 0px 0px 10px 10px;
	margin: 0px;
}
.imgLeft {
	float: left;
	padding: 0px 10px 10px 0px;
	margin: 0px;
}

a.titleLink {
  color: #633a62;
}


/***** Header *****/
div#header {
	position: relative;
	padding: 0px;
	margin: 0px auto;
	width: 970px;
	height: 120px;
	background: url(../images/bgHeader.jpg);
}

	h1 {
		position: absolute;
		top: 23px;
		left: 292px;
		padding: 0px;
		margin: 0px;
		width: 300px;
		height: 97px;
	}
	
		h1 a {
			display: block;
			padding: 0px;
			margin: 0px;
			width: 300px;
			height: 97px;
		}


/***** Content *****/
div#content {
	position: relative;
	padding: 0px;
	margin: 0px auto;
	width: 970px;
	z-index: 5;
	background: url(../images/bgExpand.jpg) repeat-y;
}

	div#navLeft {
		position: relative;
		float: left;
		padding: 0px;
		margin: 0px;
		width: 225px;
		height: 285px;
		z-index: 6;
		background: url(../images/bgNavLeft.jpg);
	}
	
	p.facilityImages {
	
	}

	  p.facilityImages img {
	    float: left;
	    width: 230px;
	    padding: 15px;
	  }
	
		/***** Left Navigation *****/
		ul#nav {
			position: absolute;
			top: 0px;
			left: 0px;
			padding: 0px;
			margin: 0px;
			list-style: none;
		}
		
			li#obits {
				position: absolute;
				top: 33px;
				left: 17px;
				padding: 0px;
				margin: 0px;
				width: 196px;
				height: 44px;
				background: url(../images/navObits.jpg);
			}
			
				li#obits a {
					display: block;
					padding: 0px;
					margin: 0px;
					width: 196px;
					height: 44px;
				}
		
			li#serve {
				position: absolute;
				top: 82px;
				left: 17px;
				padding: 0px;
				margin: 0px;
				width: 196px;
				height: 44px;
				background: url(../images/navServe.jpg);
			}
			
				li#serve a {
					display: block;
					padding: 0px;
					margin: 0px;
					width: 196px;
					height: 44px;
				}
				
				li#serve:hover ul#navServe, li#serve.over ul#navServe { display: block; }
		
					li#serve ul#navServe {
						position: absolute;
						display: none;
						padding: 0px;
						margin: 0px;
						top: 13px;
						left: 196px;
						list-style: none;
						background: #935287;
						border: 1px solid #e4d4f8;
					}
					
						li#serve ul#navServe li {
							padding: 0px;
							margin: 0px;
							height: 30px;
						}
					
							li#serve ul#navServe li a {
								display: block;
								padding: 0px 5px;
								margin: 0px;
								height: 30px;
								color: #fff;
								font: normal 15px/30px Georgia;
								text-decoration: none;
								background: #4d2b49;
							}
							
						li#serve ul#navServe li a:hover { background: none; }
		
			li#fhome {
				position: absolute;
				top: 131px;
				left: 17px;
				padding: 0px;
				margin: 0px;
				width: 196px;
				height: 44px;
				background: url(../images/navFhome.jpg);
			}
			
				li#fhome a {
					display: block;
					padding: 0px;
					margin: 0px;
					width: 196px;
					height: 44px;
				}
				
				li#fhome:hover ul#navFhome, li#fhome.over ul#navFhome { display: block; }
		
					li#fhome ul#navFhome {
						position: absolute;
						display: none;
						padding: 0px;
						margin: 0px;
						top: 13px;
						left: 196px;
						list-style: none;
						background: #935287;
						border: 1px solid #e4d4f8;
					}
					
						li#fhome ul#navFhome li {
							padding: 0px;
							margin: 0px;
							height: 30px;
						}
					
							li#fhome ul#navFhome li a {
								display: block;
								padding: 0px 5px;
								margin: 0px;
								height: 30px;
								color: #fff;
								font: normal 15px/30px Georgia;
								text-decoration: none;
								background: #4d2b49;
							}
							
						li#fhome ul#navFhome li a:hover { background: none; }
			
		ul#nav li:hover { background: none; }
		
		/***** End Left Navigation *****/
	
	div#text {
		position: relative;
		float: left;
		padding: 30px 138px 20px 67px;
		margin: 0px;
		width: 540px;
    min-height:235px;
    height:auto !important;
    height:235px;
		background: url(../images/bgText.jpg) no-repeat;
	}
	
		div#textBox {
			padding: 0px;
			margin: 0px;
		}
		
			h2 {
				padding: 0px;
				margin: 0px;
				height: 40px;
			}
			
    ul.linklist {
	  list-style:none; 
	  padding:5px;
	}
	
	li.link {
	  margin:5px;
	}			
	
	
/***** Footer *****/
div#footer {
	position: relative;
	padding: 0px;
	margin: 0px auto;
	width: 970px;
	height: 95px;
	background: url(../images/bgFooter.jpg);
}

	p.footLinks {
		position: absolute;
		bottom: 10px;
		right: 250px;
		padding: 0px;
		margin: 0px;
		color: #4a1949;
	}
	
		p.footLinks a {
			padding: 0px;
			margin: 0px;
			color: #4a1949;
			font: normal 10px/12px Verdana;
		}
		
	p.footLinks a:hover { color: #fff; }

	p.footAldor {
		position: absolute;
		bottom: 13px;
		right: 53px;
		padding: 0px;
		margin: 0px;
		color: #4a1949;
	}
	
		p.footAldor a {
			padding: 0px;
			margin: 0px;
			color: #4a1949;
			font: normal 10px/12px Verdana;
		}
		
	p.footAldor a:hover { color: #fff; }
	
/***** Contact Form *****/
form#contact {
	padding: 0px;
	margin: 0px;
}

	fieldset.left, fieldset.right {
		padding: 2px 0px;
		margin: 0px;
		float: left;
		width: 270px;
		height: 25px;
		border: none;
	}
	
		fieldset input {
			padding: 3px;
			margin: 0px;
			width: 100px;
		}
		
		fieldset.comments {
			padding: 2px 0px 0px 10px;
			margin: 0px;
			border: none;
			text-align: center;
		}
		
			fieldset.comments textarea {
				padding: 1px;
				margin: 0px;
				width: 350px;
				height: 150px;
			}
			
		fieldset.buttons {
			padding: 4px 0px 0px 60px;
			margin: 0px;
			width: 398px;
			text-align: center;
			border: none;
		}
		
			fieldset.buttons input {
				padding: 0px;
				margin: 0px;
				width: 100px;
				height: 25px;
				background: #fff;
			}
	
	label {
		padding: 0px 5px 0px 0px;
		margin: 0px;
		float: left;
		width: 75px;
		line-height: 25px;
		text-align: right;
	}
	
	.red {color: #f00;}