/* CSS Document  Rhiel Funeral Home document*/

body {
	background-color:#4f1917;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	_font-size:small; /*For other IE Versions */
	padding:0;
	margin:0;
	color:#52504f;
	
}
html body {
	font-size:14px;
	_font-size:small; /*For other IE Versions */
	font-family:"Times New Roman", Times, serif;
	padding:0;
	margin:0;
	color:#52504f;
}

.contentDiv {
	position:relative;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	margin-bottom:0;
	background-color:#FFFFFF;
	
}

.logoDiv {
	padding-left:40px;
	padding-top:18px;
	z-index:1;
	padding-bottom:10px;
	position:relative;
	
}	

.linkDiv {
	z-index:2;
	position:absolute;
	background-image:url(images/linkBar.jpg);
	background-repeat:no-repeat;
	left:275px;
	height:7em;
	width:574px;
}

h1 {
	font-size:14px;
	padding-left:80px;
	padding-top:25px;
	font-weight:200;
	letter-spacing:2px;
	
}

h2 {
	font-size:20px;
	font-weight:200;
	padding-left:30px;
	margin-bottom:-3px;
}

h3 {
	font-size:22px;
	font-weight:200;
}

p {
	color:#52504f;
}

.bannerDiv {
	background-repeat:no-repeat;
	height:321px;
	width:100%;
	z-index:2;
	position:relative;
	font-size:16px;
	left:0;
}

.grayDiv {
	margin-top:-18px;
	float:left;
	border-left:2px solid #dcdfd6;
}

.grayDiv .top {
	background-color:#dcdfd6;
	width:258px;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:10px;
	border:1px solid #dcdfd6;
}

.grayDiv .bottom {
	width:292px;
	background-image:url(images/grayboxbottom.jpg);
	background-repeat:no-repeat;
	
	height:44px;
}

.footerDiv {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height:84px;
	position:relative;
	margin-top:10px;
}

.middlecontentDiv {
	width:522px;
	float:left;
	margin-top:10px;
	margin-left:15px;
	position:relative;
	/*border:1px solid purple;*/
}

a {
	text-decoration:none;
	color:#52504f;
}

a:hover {
	font-weight:bold;
}

#contactForm table {
	margin-left:60px;
}

#contactForm table .phpTbl_lbl {
	text-align:right;
	padding-right:15px;
}

#contactForm table td input[type=text], 
#contactForm table td select {
	width:200px;
}

#contactForm table td textarea {
	width:300px;
}

#contactForm table td #signatureImgDiv {
	text-align:left;
}