@charset "utf-8";

body {
	background-color: #660000;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 1.5em;
}

/* Header1 is used for content and feture header image; image has a bottom maroon border applied  */

h1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-variant: small-caps;
	color: #660000;
	margin-left: 10px;
	border-left-style: solid;
	border-left-color: #660000;
	font-size: 16px;
	text-align: center;
	margin-right: 10px;
	border-right-style: solid;
	border-right-color: #660000;
	display: block;
	border-right-width: 30px;
	border-left-width: 30px;
}

h3 {
	color: #ffffe1;
	background-color: #660000;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-size: 12px;
}

/* All paragraph text is justified  */

p {
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
}

/* All list-items are left-aligned    */

li  {
	padding-right: 15px;
	list-style-type: disc;
	text-align: left;
}

hr { }
th {
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	vertical-align: top;
}
td { vertical-align: bottom; }

a {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}


a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #D5D03C;
	font-weight: bold;
	text-decoration: underline;
}

/*  All images will not have any borders  */

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* iFrames used for Current Visitations feature  */

iframe {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 275px;
	clear: both;
	height: 140px;
	overflow: auto;
	float: right;
}



#tableContainer {
	background-color: #fef9f9;
	margin: auto;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 780px;
	height: 100%;
	clear: both;
	display: block;
}

#divHeader {
	height: 220px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#divNav {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}

#divContent {
	background-color: #ffffe1;
	width: 440px;
	clear: both;
	margin-top: 10px;
	margin-right: 9px;
	margin-bottom: 30px;
	margin-left: 10px;
	text-align: justify;
}

#divFeature {
	background-color: #ffffe1;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 25px;
}

#divForm {
	background-color: #ffffe1;
	width: 600px;
	text-align: justify;
	display: block;
	margin: auto;
	height: 100%;
}


#divFooter {
	height: 50px;
	width: 740px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 10px;
	line-height: 2em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #660000;
	background-color: #fef9f9;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: block;
}

#divFooter img {
	padding-right: 5px;
	padding-left: 5px;
}

#divFooter a {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

#divFooter a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}

#divObituaryPhoto {
	background-image: url(../images/obituaryPhotoAlbum.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 141px;
	width: 100px;
	background-position: center center;
}

#divObituaryPhoto img {
	display: inline;
	clear: both;
	margin-left: 8px;
	margin-top: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#divTribute {
	background-color: #ffffe1;
	width: 440px;
	display: block;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: justify;
}

#tributeContainer {
	background-color: #fef9f9;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 500px;
	height: 700px;
	clear: both;
	margin: auto;
	text-align: center;
}
.tdVideoTribute {
	text-align: center;
	vertical-align: top;
	width: 480px;
	display: block;
}

.pObituaryArchives {
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 0.3em;
}


.tdContentBorders {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: top;
}

.contentFooter {
	margin: 0px;
	padding: 0px;
}

.leftShadow {
	background-image: url(../images/leftShadow.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 10px;
	background-color: #660000;
}

.rightShadow {
	background-image: url(../images/rightShadow.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 10px;
	background-color: #660000;
}

.tdContent {
	width: 460px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
	background-color: #fef9f9;
}

.tdFeature {
	margin: 0px;
	width: 300px;
	vertical-align: top;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #fef9f9;
}

.tdFooter { background-color: #fef9f9; }

.tdVisitationName {
	padding-left: 15px;
	padding-right: 15px;
}

.tableCurrentVisitations {
	background-color: #ffffe1;
	margin: 0px;
	padding: 0px;
	width: 240px;
}

.tdObituaryPhoto {
	clear: both;
	width: 100px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	padding-top: 10px;
}
.contentImgRight {
	float: right;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
}

.contentImgLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.pTributeFooter {
	text-align: center;
	font-size: 10px;
	margin: auto;
	vertical-align: top;
	clear: both;
}

.tdTributeFooter {
	text-align: center;
	font-size: 10px;
	margin: auto;
	vertical-align: top;
	clear: both;
	background-color: #FEF9F9;
}

.locationImg {
	display: block;
	clear: both;
	margin: auto;
}

.pLocations {
	text-align: center;
	line-height: 2em;
}

.tdObituaryListText {
	vertical-align: top;
	padding-top: 15px;
}

.tdObitListPhoto {
	padding-left: 10px;
	padding-right: 10px;
}

.tdForm {
	margin: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
	background-color: #fef9f9;
	display: block;
	height: 100%;
}

.tdVideoTributeBorders {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
	clear: both;
	margin: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}

.tdDetails {
	text-align: center;
	margin-left: 10px;
}

