@import url("/css/global.css");
@import url("/local/css/typography.css");




#googlemap {
	height: 400px;
}

#comments {
	width: 620px;
}


.subMenu {
	width: 200px;
	border: 1px solid #999;
	float: right;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #CCC;
}



#accesslink a {
	font-family: Arial, Helvetica, sans-seri;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#accesslink {
	text-align: right;
}




.noaccessible {
display:block;
}
.accessible {
/* Hide contents off-left, so it will be read out but not seen*/ 
height: 1px !important ; left: 0px; overflow: hidden; position: absolute; left: -9999px; width: 1px;line-height:1px !important ;}



/*Hide Javascript Items - these can be reinstated in common.js */
.bodyStd #container li.printpage, .bodyStd #container li.emailafriend {/* hide certain elements that require javascript - overridden by Javascipt style write */
	display:none;
}

.crumbs {
	display:none;
}

.gift_now {
	width: 162px;
	height:52px;
	padding: 30px 10px 2px 10px;
	background-image:url(../images/gift_links/gift_now.gif);
	background-repeat:no-repeat;
}

.gift_now a {
	color:#00ADEF;
	font-weight:bold;
	text-decoration:none;
}
.gift_now p {
	margin:0;
	
}
.regular_gift {
	width: 162px;
	height:52px;
	padding: 30px 10px 2px 10px;
	background-image:url(../images/gift_links/regular_gift.gif);
	background-repeat:no-repeat;
}

.regular_gift a {
	color:#C41230;
	font-weight:bold;
	text-decoration:none;
}
.regular_gift p {
	margin:0;
}

.gift_in_celebration {
	width: 162px;
	height:52px;
	padding: 30px 10px 2px 10px;
	background-image:url(../images/gift_links/gift_in_celebration.gif);
	background-repeat:no-repeat;
}

.gift_in_celebration a {
	color:#D4D00F;
	font-weight:bold;
	text-decoration:none;
}
.gift_in_celebration p {
	margin:0;
}

.gift_in_your_will {
	width: 162px;
	height:52px;
	padding: 30px 10px 2px 10px;
	background-image:url(../images/gift_links/gift_in_your_will.gif);
	background-repeat:no-repeat;
}

.gift_in_your_will a {
	color:#F8971D;
	font-weight:bold;
	text-decoration:none;
}
.gift_in_your_will p {
	margin:0;
}

.gift_in_memory {
	width: 162px;
	height:52px;
	padding: 30px 10px 2px 10px;
	background-image:url(../images/gift_links/gift_in_memory.gif);
	background-repeat:no-repeat;
}

.gift_in_memory a {
	color:#541900;
	font-weight:bold;
	text-decoration:none;
}
.gift_in_memory p {
	margin:0;
}

.newsitem img {
	float:left;
	padding-right:5px;
}
