@charset "UTF-8";
/* CSS Document */

#masterpage {
	width: 960px;
	margin: 0 auto 0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

	#head {
		height: 334px;
		background-color: #006857;
	}
	
	#nav {
		width: 940px;
		padding-left: 20px;
		padding-top: 30px;
		height: 54px; /* was 87px */
		background-image: url(images/site/navg.png);
		background-position: top;
		background-repeat: no-repeat;
		background-color: #006857;
	}
	
	#main {
		background-color: #006857;
		background-image: url(images/site/backg.png);
		background-position: top;
		background-repeat: no-repeat;
		padding: 0 10px 5px 20px;
	}
	
		#text {
			float: left;
			width: 595px;
			vertical-align: top;
			padding: 0 10px 5px 10px;
			margin-right: 20px;
			background: #ffffff url(images/site/boxbottom.jpg) no-repeat bottom left;
		}
		
			#text a {
				color: #006857;
			}
			
			#textEditable
			{
				min-height: 260px;
			}
		
			#texthead {
				background: url(images/site/boxtop.jpg) no-repeat top left;
				/*padding-bottom: 1px;*/
			}
			
		#obitSecondaryNav {
			padding: 10px 10px 10px 10px;
			vertical-align: top;
			width: 275px;
		}
		
		#services {
			float: right;
			margin-top: 20px;
			padding: 20px 10px 10px 10px; /* IE PROBLEM: PADDING-TOP SHOULD BE 10PX; */
			vertical-align: top;
			width: 275px;
			background: url(images/site/serviceback.jpg) repeat-y;
			color: #006857;
			font-weight: bold;
			min-height: 150px;
			position: relative;
		}
		
		#services a {
			color: #006857;
		}
			
			#servicetop
			{
				position: absolute;
				top: 0px;
				left: 0px;
				background: url(images/site/servicetop.png);
				width: 285px;
			}
			
			#servicebottom {
				position: absolute;
				bottom: 0px;
				left: 0px;
				background: url(images/site/servicebottom.png);
				width: 285px;
				padding-top: 3px;  /* IE PROBLEM: PADDING-TOP SHOULD BE 6PX; */
			}
		
		#secondaryNav {
			position: absolute;
			left: -20px;
			bottom: -60px;
			padding: 10px 10px 10px 10px;
			vertical-align: top;
			width: 275px;
		}
		
	#footer {
		text-align: center;
		background-color: #ffffff;
		color: #751015;
		padding: 5px 0 5px 0;
	}

	/* Obit coding */
	#obithead {
		background-repeat: no-repeat;
		height: 334px;
		background-color: #ffffff;
	}
	
	#obitnav {
		width: 940px;
		padding-left: 20px;
		height: 84px; /* was 87px */
		background-image: url(images/site/nav.png);
		background-position: top;
		background-repeat: no-repeat;
		background-color: #ffffff;
	}
	
	
	#obitmain {
		display: table;
		border-collapse: collapse;
		background-color: #ffffff;
		background-image: url(images/site/back.png);
		background-position: top;
		background-repeat: no-repeat;
	}
	
		#obitleft {
			display: table-cell;
			width: 250px;
			vertical-align: top;
			padding-left: 20px;
		}
		
		#obitright {
			display: table-cell;
			padding: 0 20px 0 20px;
			vertical-align: top;
			width: 710px;
		}
			#obitright a {
				color: #000000;
			}
		
	#obitfooter {
		text-align: center;
		width: 960px;
		background-color: #ffffff;
		color: #751015;
		padding: 5px 0 5px 0;
	}
	
	
	/* End obit coding */
	
#twoColumn {
	width: 100%;
	column-count: 2;
	column-gap: 1em;
	-moz-column-count: 2;
	-moz-column-gap: 1em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
}

/* Condolances table */

#condolences {
	display: table;
	border-collapse: collapse;
	width: 550px;
}

	#messagetext {
		display: table-cell;
		width: 150px;
	}
	
	#messagefield {
		display: table-cell;
		width: 400px;
	}

/* End table */

#video {
	float: right;
	width: 275px;
	color: #ffffff;
	margin-top: 7px;
}

	#video a {
		color: #ffffff;
		font-weight: bold;
	}

.bottomline {
	border-bottom: 1px solid #ffffff;
}

.bottomlinegreen {
	border-bottom: 1px solid #006857;
}

body {
	background-color: #9c2f40;
}

h1, h2 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

h1 {
	color: #006857;
	font-size: 1.3em;
}

h2 {
	font-size: 1.15em;
}

h3 {
	font-size: 1.05em;
}

a {
	text-decoration: none;
}

.obittop {
	font-size: 1.1em;
}

.redhead {
	color: #751015;
}

.obithead {
	font-size: 1.3em;
}

.bold {
	font-weight: bold;
}

.indent1 {
	padding-left: 2em;
}

.indent2 {
	padding-left: 4em;
}

.indent3 {
	padding-left: 6em;
}

.imgpadright {
	padding-right: 20px;
}

.imgpad {
	padding: 0 20px 20px 0;
}

.imgbottompad {
	padding-bottom: 20px;
}

.sympathypad {
	padding-left: 15px;
}

.spacing p {
	padding: 3px 0 3px 0;
	margin: 3px 0 3px 0;
}

.indexCaption {
	font-style: italic;
	color: #751015;
	font-size: 0.9em;
}

.headpad {
	padding-bottom: 10px;
}

.homepadding {
	padding-top: 0; /* was 38px */
}
