body
{
	text-align: center;
	font-family: arial;
}
body.page
{
	margin: 0px;
	padding: 0px;
	background: #012F27;
	text-align: center;
	font-family: arial;	
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 6px 0px;
	padding: 0px;
}

h1 {
	font-size: 26px;
	color: #B06D0B;
	padding: 0px;
}

#mainDiv
{
    margin: auto;
    width: 100%;
    background: #fefefe url(../images/mainBg.jpg) top left repeat-x;
} 

#topBanner
{
	height: 109px;
	width: 100%;
	background: url(../images/topBanner.jpg) top center repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
}

#containerDiv
{
	width: 830px;
	margin: auto;
	position: relative;
	background: url(../images/menuBg.gif) top right repeat-y;
}

#logo
{
	margin: 22px 0px 0px 2px;
	float: left;
}

.spacer
{
	clear: both;
}

#contactInfo
{
	color: #ffffff;
	float: left;
	margin: 120px 0px 0px 10px;
	font-size: 13px;
	width: 300px;
}

#contactInfo a
{
	margin-left: 20px;
	margin-right: 4px;
	color: #FFC849;
}

#contactInfo a:hover
{
	color: #ffffff;
}

#menuDiv
{
	width: 175px; 
	float: right; 
	margin-right: 40px; 
	text-align: center;
	color: #000000;
	font-size: 12px;
}

*html #menuDiv
{
	margin-right: 13px;
}

#acorn
{
	margin-right: 13px;
}

#contentDiv
{
	float: left;
	margin-top: 20px;
	width: 580px;
	text-align: left;
	font-size: 13px;
}

#obitsDiv, #subMenuDiv
{
	float: left; 
	width: 185px;
}	

#homepageContent, #innerpageContent
{
	float: right;
	width: 370px;
	color: #045B55;
}

#homepageContent td
{
	font-size: 13px;
	color: #045B55;
}

#obitsDiv h1, #homepageContent h1
{
	color: #B06D0B;
	text-decoration: underline;
	font-size: 16px;
	font-weight: normal;
	display: inline;
	margin-right: 4px;
}

#innerpageContent h1
{
	font-size: 26px;
	color: #B06D0B;
	padding: 0px;
	margin: 15px 0px;
}

#innerpageContent
{
	color: #000000;
}

a, #homepageContent a, #innerpageContent a
{
	color: #B06D0B;
}

#obitsContainerDiv
{
	background: #CBCAB9;
	border-top: 4px solid #B06D0B;
	border-left: 1px solid #B06D0B;
	border-right: 1px solid #B06D0B;
	width: 185px;
	min-height: 400px;
	margin-top: 4px;
}

*html #obitsContainerDiv
{
	height: 400px;
}

#subMenuContainerDiv
{
	background: #CBCAB9;
	width: 183px;
	margin-top: 4px;
	text-align: center;
}

.obitsItem
{
	border-bottom: 1px solid #B06D0B;
	color: #065B51;
	font-size: 12px;
	font-weight: bold;
}

.obitsItem a
{
	color: #065B51;
	text-decoration: underline;
}

.obitsItem a:hover
{
	color: #108C7D;
}

.obitsPic
{
	float: left;
	margin: 4px;
}

.inputBox
{
	font-size: 10px;
	font-weight: bold;
	color: #979797;
	border: 1px solid #000000;
}

.inputButton
{
	background: #686868;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
}

#footerDiv
{
	text-align: center;
	font-size: 10px;
	color: #EEC151;
	margin: 0px 0px 10px 0px;
}

#footerDiv a
{
	color: #EEC151;
}

.moreItems
{
	background: url(../images/moreArrow.gif) 0px 6px no-repeat;
	margin-left: -4px;
}

*html .moreItems
{
	background: url(../images/moreArrow2.gif) 0px 6px no-repeat;
	margin-left: 0px;	
}

.subMenuPic
{
	border: 1px solid #025D4E;
	border-bottom: 4px solid #025D4E;
	margin: auto;
}

#subMenuLinks
{
	width: 181px;
	text-align: right;
	line-height: 24px;
	border-left: 1px solid #B06D0B;
	border-right: 1px solid #B06D0B;
	border-bottom: 1px solid #B06D0B;
}

#subMenuLinks a
{
	color: #025D4E;
	font-weight: bold;
}

#lightCandle
{
	margin: 5px;
	border: 0px;
}

input, select, textarea{
	color: #B06D0B;
	font-family: arial;
	font-size: 11px;

}

.error{
color: #FF0000;

}