﻿body, form{
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Arial, Sans-Serif;
	font-size: 88%;
}

body {
	background-color: White;
	color: #000;
}

#PrintHeader,
#PrintFooter,
#PrintHeader_ThankYou {
	display: none;
}

.HS1 {
	font-size: 150%;
	color: #96a0d6;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.PageBody h1 span {
	text-transform: none;
	font-weight: bold;
}

.HS2 {
	font-weight: bold;
	font-size: 108%;
	font-style: italic;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
}

.HS3 {
	font-weight: bold;
	font-size: 108%;
	color: #96a0d6;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.HS4 {
	font-size: 92%;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.HS5 {
	font-size: 92%;
	color: #000;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/*START - Policy*/
.Policy h1 {
	font-size: 150%;
	color: #96a0d6;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}

.Policy h2 {
	font-size: 117%;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
}

.Policy h3 {
	font-size: 95%;
	color: #000;
	font-style: italic;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.Policy p {
	margin-top: 0;
}
/*STOP - Policy*/

.Hide {
	display: none;
}

.I {
	font-style: italic;
}

.B {
	font-weight: bold;
}

.U {
	text-decoration: underline;
}

.NW {
	white-space: nowrap;
}

.DiplayInline {
	display: inline;
}

/*Horizontal Text Align Right*/
.HTAR {
	text-align: right;
}

/*Horizontal Text Align Left*/
.HTAL {
	text-align: left;
}

/*Horizontal Text Align center*/
.HTAC {
	text-align: center;
}

/*Horizontal Text Align justify*/
.HTAJ {
	text-align: justify;
}

/*Vertical Text Align top*/
.VTAT {
	vertical-align: top;
}

/*Vertical Text Align middle*/
.VTAM {
	vertical-align: middle;
}

/*Vertical Text Align bottom*/
.VTAB {
	vertical-align: bottom;
}



/*Horizontal Element Align Center*/
.HCenter {
	margin-left: auto;
	margin-right: auto;
}

/*Horizontal Inline Element Align Center*/
.HCenterInline {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.Tab1 {
	margin-left: 30px;
}

.Tab2 {
	margin-left: 60px;
}

.Top1 {
	margin-top: 10px;
}

.Top2 {
	margin-top: 20px;
}

em {
	font-style: normal;
}

img {
	border-width: 0;	
}

.Error {
	color: #f00;
}

.ErrorElement {
	margin-top: 5px;
}

.Success {
	color: #0a0;
}

.InformationEntry th {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
}

.InformationEntry td {
	vertical-align: top;
}

#PageLayout {
	margin: 8px 0 0 8px;
}

.PageBody {
	min-height: 350px;
	width: 100%;
}

.PageBody p {
	text-align: justify;
}

.Bold {
	font-weight: bold;
}



/*START - MainNavigation*/
#MainNavigation{
	height: 50px; /*Height of top section*/
	width: 585px;
}

#MainNavigation ul {
	margin: 0;
	padding: 0;
	clear: both;
} 

#MainNavigation ul li {
	list-style: none;
	display: inline;
	float: left;
	background-repeat: no-repeat;
	border: solid 1px #fff;
}

#MainNavigation ul li a {
	display: block;
	width: 144px;
	height: 21px;
	text-indent: -10000px;
}

#MainNavigation ul .About {
	background: url(/images/mainnavigation.gif) 0 168px;
}

#MainNavigation ul .Residential {
	background: url(/images/mainnavigation.gif) 0 147px;
}

#MainNavigation ul .Caregiving {
	background: url(/images/mainnavigation.gif) 0 126px;
}

#MainNavigation ul .PRI {
	background: url(/images/mainnavigation.gif) 0 105px;
}

#MainNavigation ul .ReligiousLife {
	background: url(/images/mainnavigation.gif) 0 84px;
}

#MainNavigation ul .Volunteer {
	background: url(/images/mainnavigation.gif) 0 63px;
}

#MainNavigation ul .Educational {
	background: url(/images/mainnavigation.gif) 0 42px;
}

#MainNavigation ul .Employment {
	background: url(/images/mainnavigation.gif) 0 21px;
}
/*STOP - MainNavigation*/



#NavigationContent{
	margin: 29px 0 0 19px;
}





#AccountLinks {
	text-align: right;
	width: 580px;
	font-size: 92%;
	font-weight: bold;
}

#AccountLinks a,
#AccountLinks a:link,
#AccountLinks a:visited,
#AccountLinks a:hover,
#AccountLinks a:active {
	text-decoration: none;
	color: #000;
}






/*START - DonationAreaNavigation*/
#DonationAreaNavigation{
	float: left;
	width: 175px; /*Width of left column*/
}

#DonationAreaNavigation ul {
	margin: 0;
	padding: 0;
	height: 350px;
} 

#DonationAreaNavigation ul li {
	list-style: none;
	float: left;
	background-repeat: no-repeat;
}

#DonationAreaNavigation ul li a,
#DonationAreaNavigation ul li span
{
	display: block;
	width: 150px;
	text-indent: -10000px;
}

#DonationAreaNavigation ul li.WaysOfGiving {
	background: url(/images/DonationAreaNavigation.gif) 0 625px;
}
#DonationAreaNavigation ul li.WaysOfGiving a {
	height: 47px;
}

#DonationAreaNavigation ul li.AnnualFund {
	background: url(/images/DonationAreaNavigation.gif) 0 567px;
}
#DonationAreaNavigation ul li.AnnualFund a {
	height: 22px;
}

#DonationAreaNavigation ul li.TributeCards {
	background: url(/images/DonationAreaNavigation.gif) 0 522px;
}
#DonationAreaNavigation ul li.TributeCards a {
	height: 22px;
}

#DonationAreaNavigation ul li.TreeOfLifePlaques {
	background: url(/images/DonationAreaNavigation.gif) 0 485px;
}
#DonationAreaNavigation ul li.TreeOfLifePlaques a {
	height: 22px;
}

#DonationAreaNavigation ul li.Yahrzeit {
	background: url(/images/DonationAreaNavigation.gif) 0 435px;
}
#DonationAreaNavigation ul li.Yahrzeit a {
	height: 22px;
}

#DonationAreaNavigation ul li.GeneralProducts {
	background: url(/images/DonationAreaNavigation.gif) 0 388px;
}
#DonationAreaNavigation ul li.GeneralProducts a {
	height: 22px;
}

#DonationAreaNavigation ul li.OtherWaysToGive {
	background: url(/images/DonationAreaNavigation.gif) 0 344px;
}
#DonationAreaNavigation ul li.OtherWaysToGive a {
	height: 18px;
}

#DonationAreaNavigation ul li.ChairmansCircle {
	background: url(/images/DonationAreaNavigation.gif) 0 296px;
}
#DonationAreaNavigation ul li.ChairmansCircle a {
	height: 16px;
}

#DonationAreaNavigation ul li.HeritageSociety {
	background: url(/images/DonationAreaNavigation.gif) 1px 250px;
}
#DonationAreaNavigation ul li.HeritageSociety a {
	height: 16px;
}

#DonationAreaNavigation ul li.SpecialEvents {
	background: url(/images/DonationAreaNavigation.gif) 0 203px;
}
#DonationAreaNavigation ul li.SpecialEvents a {
	height: 19px;
}

#DonationAreaNavigation ul li.WhyWeNeedYourSupport {
	background: url(/images/DonationAreaNavigation.gif) 0 170px;
}
#DonationAreaNavigation ul li.WhyWeNeedYourSupport a {
	height: 37px;
}

#DonationAreaNavigation ul li.NextGroupIndicator {
	background: url(/images/DonationAreaNavigation.gif) 0 23px;
}
#DonationAreaNavigation ul li.NextGroupIndicator span {
	height: 7px;
}

#DonationAreaNavigation ul li.GeneralPolicies {
	background: url(/images/DonationAreaNavigation.gif) 0 117px;
}
#DonationAreaNavigation ul li.GeneralPolicies a {
	height: 16px;
}

#DonationAreaNavigation ul li.PrivacyPolicy {
	background: url(/images/DonationAreaNavigation.gif) 0 70px;
}
#DonationAreaNavigation ul li.PrivacyPolicy a {
	height: 16px;
}
/*STOP - DonationAreaNavigation*/





#BodyWrapper{
	float: left;
}

#BodyContent{
	margin: 29px 0 0 0; /*Set left margin to LeftColumnWidth*/
	width: 427px;
}

#ContactInformation {
	clear: both;
	text-align: center;
	padding: 25px 0 10px 0;
}


/*START - ShoppingCart*/
#ShoppingCart {
	min-width: 415px;
	border-collapse: collapse;
	margin-top: 5px;
}

#ShoppingCart table {
	border-collapse: collapse;
}

#ShoppingCart tr td,
#ShoppingCart tr th {
	padding: 3px;
}

#ShoppingCart .Header {
	background-color: #b3beea;
	font-weight: normal;
}

#ShoppingCart .QtyAndTotal {
	text-align: right;
}

#ShoppingCart .ItemTotal {
	margin-left: 10px;
}

#ShoppingCart .RemoveItem {
	white-space: nowrap;
}

#ShoppingCart .EditItem {
	text-align: right;
	white-space: nowrap;
}

#ShoppingCart .Description {
	vertical-align: top;
}

#ShoppingCart .Description tr th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 3px;
	white-space: nowrap;
}

#ShoppingCart .Description tr td {
	vertical-align: top;
	padding: 3px;
}

#ShoppingCart .CartEmpty {
	color: #00aa00;
	height: 50px;
	width: 415px;
	text-align: center;
	vertical-align: middle;
}

#ShoppingCart .SubtotalHeader,
#ShoppingCart .Subtotal {
	text-align: right;
}


/*STOP - ShoppingCart*/


.CustomerInformation th {
	font-weight: normal;
	text-align: right;
}

#BoxContainer {
	float: right;
	width: 160px;
	margin: 0 0 0 10px;
	height: 100%;
}

/*START - AnnualFundLevelBox*/
#AnnualFundLevelBox {
	padding: 6px;
	width: 154px;
	margin-bottom: 10px;
	background-color: #FFF4DF;
}

#AnnualFundLevelBox div {
	text-align: center;
	font-size: 117%;
	font-weight: bold;
	margin-bottom: 5px;
}

#AnnualFundLevelBox p {
	margin: 0;
}

#AnnualFundLevelBox table tr th {
	padding: 0 3px 0 0;
}

#AnnualFundLevelBox table tr td {
	padding: 0;
}

#AnnualFundLevelBox table tr th {
	text-align: left;
}

#AnnualFundLevelBox input {
	margin-top: 5px;
}
/*STOP - AnnualFundLevelBox*/

/*START - ContactTheCenterBox*/
#ContactTheCenterBox {
	padding: 6px;
	width: 154px;
	margin-bottom: 10px;
	background-color: #96A0D6;
}

#ContactTheCenterBox div {
	text-align: center;
	font-size: 117%;
	font-weight: bold;
	margin-bottom: 5px;
}

#ContactTheCenterBox ul {
	padding: 0 0 0 13px;
	margin: 0 0 0 1px;
}

#ContactTheCenterBox li {
	margin-bottom: 5px;
}

#ContactTheCenterBox a {
	font-size: 83%;
}
/*STOP - ContactTheCenterBox*/

.AnnualFundInformation {
	margin-top: 10px;
}

.AnnualFundInformation p {
	margin-top: 0;
	padding-top: 0;
}

/*START - GeneralProduct*/
.GeneralProductImageSection {
	float: left;
	text-align: center;
	width: 160px;
	margin-right: 10px;
}

.GeneralProductImageSection img {
	width: 160px;
	display: block;
}

.GeneralProductImageSection p {
	width: 150px;
	font-weight: bold;
	margin-top: 15px;
}

.GeneralProductDescriptionSection {
	float: left;
	width: 280px;
}
/*STOP - GeneralProduct*/

/*START - Tree of Life Plaques*/
.TOLP .TreeDisplay {
	float: left;
	margin-bottom: 15px;
	height: 193px;
}

.TOLP .TreeDisplay div {
	text-align: center;
}

.TOLP .PleaseCallSection {
	padding-left: 20px;
	width: 215px;
	font-style: italic;
	height: 193px;
}

.TOLP .PleaseCallSection div {
	width: 215px;
}

.TOLP .PleaseCallSection div p {
	width: 215px;
}

.TOLP .SeriesSection {
	clear: both;
	margin-bottom: 10px;
}

.TOLP .PlaqueDescription {
	float: left;
	width: 110px;
}

.TOLP .PlaqueDescription .Name {
	font-weight: bold;
	color: #96A0D6;
}

.TOLP .PlaqueDescription img {
	width: 75px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.TOLP .PlaqueDescription .Enlarge {
	text-align: center;
	margin-bottom: 10px;
}

.TOLP .PlaqueDescription .Quantity {
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
}

.TOLP .PlaqueDescription .Quantity input {
	width: 2em;
}

.TOLP .PlaqueDescription input.Button {
	font-size: 90%;
}
/*STOP - Tree of Life Plaques*/

hr.SolidThin {
	height: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: solid 1px #000000;
}

/*START - InscriptionSamples*/
#InscriptionSamples {
	 width: 300px;
	 height: 300px;
	 background-color: ButtonFace;
	 border: solid 2px ActiveCaption;
}

#InscriptionSamples .CaptionBar {
	padding: 3px;
	border-bottom: solid 2px ActiveCaption height: 20px;
	background-color: ActiveCaption;
}

#InscriptionSamples .CaptionBar .Close,
#InscriptionSamples .CaptionBar .Close_Hover,
#InscriptionSamples .CaptionBar .Close_Active {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 14px;
	height: 14px;
	background-image: url(/images/close.gif);
	cursor: pointer;
}

#InscriptionSamples .CaptionBar .Close {
	background-position: left;
}

#InscriptionSamples .CaptionBar .Close_Hover {
	background-position: center;
}

#InscriptionSamples .CaptionBar .Close_Active {
	background-position: right;
}

#InscriptionSamples .CaptionBar .Caption {
	color: CaptionText;
	font-weight: bold;
	font-size: 110%;
}

#InscriptionSamples .ScrollDiv {
	margin: 5px;
	overflow: auto;
	background-color: #ffffff;
	width: 290px;
	height: 265px;
	text-align: center;
}

#InscriptionSamples .ScrollDiv p {
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}

#InscriptionSamples .ScrollDiv hr {
	clear: both;
	height: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: dashed 1px #000000;
}
/*STOP - InscriptionSamples*/

/*START - TreeOfLifePlaque*/
.TreeOfLifePlaque .HeaderImage {
	margin-bottom: 10px;
	margin-top: 15px;
	margin-right: 10px;
	float: left;
}

.TreeOfLifePlaque .HeaderImage img {
	width: 100px;
}

.TreeOfLifePlaque .HeaderDetail {
	margin-top: 15px;
	float: left;
}

.TreeOfLifePlaque .HeaderDetail .Detail {
	font-weight: bold;
	color: #96A0D6;
}

.TreeOfLifePlaque .HeaderDetail .Quantity {
	font-weight: bold;
	margin-top: 10px;
}

.TreeOfLifePlaque hr {
	clear: both;
	height: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.TreeOfLifePlaque .Items {
	font-weight: bold;
	color: #96A0D6;
}

.TreeOfLifePlaque .InformationEntry .Inscription p {
	margin-left: auto;
	white-space: normal;
	width: 150px;
	text-align: right;
}
/*STOP - TreeOfLifePlaque*/


/*STOP - Policy*/
.PageBody p.PullQuote {
	color: #666699;
	font-weight: bold;
	width: 150px;
	float: right;
	font-size: 125%;
	font-style: italic;
	margin: 0 20px 20px 20px;
	text-align: left;
}