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

a:link{
	text-decoration: none;
	color:#330000; /*dark brown (background-color)*/
}

a:visited{
	color:#666699; /*slate blue*/
	text-decoration: none;
}

a:active{
	text-decoration:none;
	color:#663300; /*light brown*/
	
}

a:hover{
	text-decoration:underline;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
	background-image:url(../images/template/black.gif);
}


.pageContainer {
	height: 100%;
	width: 960px;
	border: 3px solid #330000;/*dark brown (background-color)*/
	text-align:left;
	position:relative;/*centers in Firefox*/
	margin:auto;/*centers in Firefox*/
}

.pageContainerBorder{
	height: 100%;
	width: 966px;
	border-left: 1px solid #996633;
	border-right: 1px solid #996633;
	position:relative;/*centers in Firefox*/
	margin:auto;/*centers in Firefox*/
	padding:0;
}

.pageHeader {
	height: 180px;
	clear: both;
	background-image: url(../images/template/headerBackground.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding:0;
	margin:0;
}

.pageTitleImage {
	margin-top: 120px;
	padding-right: 0px;
	padding-left: 20px;

}

/* Top Navigation Bar*/

.navBar_top {
	clear: both;
	height: 40px;
	text-align: center;
	background-color: #000000;
}

.pageContent {
	clear: both;
	/*background-color: #332211;*/
	width: 100%;
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-image: url(../images/template/bg.gif);
}

/* Home Page Template Only*/
.pageContent_top {
	height: 440px;
	width: 940px;
	padding-top: 10px;
	padding-left: 10px;
	clear: both;
}

.pageContent_topLeft {
	padding: 5px;
	float: left;
	height: 420px;
	width: 620px;
}

.optionImage {
	height: 389px;
	width: 610px;
	border: 1px solid #FFFFFF;
}
/*hide image link display*/

.optionImage a:link{
	color:#330000;/*dark brown (background-color)*/
}

.optionImage a:visited{
	color:#330000;/*dark brown (background-color)*/
}

.optionImage a:active{
	color:#330000;/*dark brown (background-color)*/
}

/*END hide image link display*/

/*hide image link display*/

.noLink a:link{
	color:#330000;/*dark brown (background-color)*/
}

.noLink a:visited{
	color:#330000;/*dark brown (background-color)*/
}

.noLink a:active{
	color:#330000;/*dark brown (background-color)*/
}

/*END hide image link display*/

.pageContent_topRight {
	float: right;
	height: 420px;
	width: 280px;
	padding: 5px;
	text-align:center;
}

.optionLink1 {
	height: 77px;
	width: 270px;
	border: 1px solid #FFFFFF;
}

.optionLink2 {
	height: 77px;
	width: 270px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.optionLink3 {
	height: 77px;
	width: 270px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.optionLink4 {
	height: 77px;
	width: 270px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align:center;
}

.optionLink5 {
	height: 77px;
	width: 270px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.pageContent_bottom {
	height: auto;
	padding:0px;
	width: 940px;
}

.column1 {
	width: 280px;
	padding-top:10px;
	padding-right:10px;
	padding-left: 10px;
	padding-bottom:0;
}

.column2 {
	width: 280px;
	padding-top:10px;
	padding-right:10px;
	padding-left: 10px;
	padding-bottom:0;
}

.column3 {
	padding-top:10px;
	padding-right:10px;
	padding-left: 10px;
	padding-bottom:0;
	width: 280px;
}

/*End of Home Page Template*/

/* Page Template*/

.pageTemplate_contentRight {
	float: right;
	width: 650px;
	padding: 15px;
	background-color: #FFFFFF;
}

.pageTemplate_contentLeft {
	float: left;
	width: 250px;
 	padding:15px;	
	color:#FFFFFF;	
}

.pageTemplate_contentLeft a:link{
	text-decoration:none;
	color:#996633;
}
.pageTemplate_contentLeft a:active{
	text-decoration:none;
	color:#663300;
}

/* Bottom Navigation Bar*/

.pageFooter {
	clear: both;
	height: 30px;
	text-align: center;
	background-color: #000000;
}

.pageFooter ul{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	white-space:nowrap;
	
}

.pageFooter li{
	list-style-type:none;
	vertical-align: middle;
	display: inline;
	
}

.pageFooter li a{
	text-decoration:none;
	color:#FFFFFF;
	padding-right:10px;
	padding-left:10px;
}

.pageFooter li a:link{
	color:#FFFFFF;
}

.pageFooter a:visited{
	color:#FFFFFF;	
}

.pageFooter li a:hover{
	color: #FFFFFF;
	background-image: url(../images/template/bg.gif);
}


.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*.spacerImage {
padding:0;
vertical-align: middle;
}*/


.copyright {
	clear: both;
	height: 20px;
	color: #FFFFFF;
	/*background-color: #332211;*/
	text-align:center;
	background-image: url(../images/template/bg.gif);
}

.copyright ul{
	margin:0;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	white-space:nowrap;
	vertical-align: baseline;
}

.copyright li{
	list-style-type:none;
	display:inline;
}
/* ==================== top menu ==================== */

.menubar {
	list-style-type: none; 
	margin: 0; 
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	white-space:nowrap;
	font-size:16px;
	color: #FFFFFF; 
} 

.topitem {
	font-weight: normal; 
	float:left;
	display: block;
}
 
.topitem a, .topitem a:visited {
	font-weight: normal; 
	color: #FFFFFF; 
	padding-left:15px; 
	padding-right:14px; 
	padding-top:4px; 
	padding-bottom:5px; 
	display: block; 
	text-decoration: none; 
}

.topitem a:hover {
	color: #FFFFFF; 
	background-image: url(../images/template/bg.gif); 
	display: block; 
	text-decoration: none; 
	padding-left:15px; 
	padding-right:14px; 
	padding-top:4px; 
	padding-bottom:5px 
}
 
.home a, .home a:visited {
	font-weight: normal; 
	display: block; 
}
 
.home a:hover {
	background-image: url(../images/template/bg.gif); 
	display: block;  
}

.selected  {
	font-weight: normal;
	color:#CC0033; 
}

/* ==================== flyout menu ==================== */

ul.submenu {
	list-style-type: none; 
	position: absolute;
	margin: 0; 
	padding: 0;
	display: none; 
	width: 180px;
} 

ul.submenu li {
	padding: 0; 
	margin: 0; 
	font-size: 14px;
	text-align:left;
}

ul.submenu li a, ul.submenu li a:visited {
	padding: 3px 3px 3px 16px; 
	color: #000000; 
	border: 1px solid #ebebeb; 
	text-decoration: none; 
	margin: 0;
} 

ul.submenu li a:hover {
	padding: 3px 3px 3px 16px; 
	text-decoration: none; 
	background-image: url(../images/template/bg.gif); 
	color: #FFFFFF; 
	border: 1px solid #663300; 
} 

li:hover ul, li.over ul {
	margin: 0; 
	padding: 4px; 
	display: block; 
	background: #ebebeb;
} 

#dmenu li>ul {
	top: auto; 
	left: auto;
}

/* Center Top Navigation*/

.navBar_top_menu{
	padding-top:5px;
	margin:0;
}
.navBar_top_left {
	width: 240px;
	padding:0;
	margin:0;
	float: left;
}

.imageTopPadding {
	padding-top: 4px;
}

/*Index Page Columns*/

.columnContent {
	color: #FFFFFF;
}

.columnContent a:link{
	color:#FFFFFF;
}
.columnContent a:active{
	color:#996633;
}


hr {
	color: #332211;
	padding: 10px;
}

h1{
	text-align:center;
	font-size: 16px;
	font-weight:bold;
}

h2{
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

h3{
	text-align:left;
	font-size:12px;
	font-weight: bold;
	color: #332211;
}

h4{
	text-align:left;
	font-size:12px;
	font-weight: bold;
}

h5{
	text-align:left;
	font-size:10px;
	font-weight: bold;
	color: #663300;
}

h6{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0;
}

.indent20{
	text-indent: 20px;
}

.indent30{
	text-indent: 30px;
}

.indent48{
	text-indent: 48px;
}

.volLinks{
	text-indent: 275px;
	margin:0.5em;

}

/*.volLinks a:link{
color: #332211;
}*/
/* subPageTemplate
.subPageTitle {
	height: 80px;
	width: auto;
}
.subPageLinks {
	margin:0;
	padding:0;
}
.subPageLinks a:link {
	text-decoration: none;
}
.subPageLinks a:hover {
text-decoration: underline;
	
}
.subPageLinks a:visited {
	text-decoration: none;
	color:#CCFF66;
}*/

.volCaption{
	text-align: center;
}

/*.volCaption a:link{
color:#332211;
}

.volCaption a:visited{
color: #990033;
}*/

.formLabel{
	text-align: right;
	font-weight: bold;
}

hr.home{
	background:url(../images/template/home/hrimage.png) bottom left repeat-x; 
	clear:both;
	margin-left:auto; 
	margin-right:auto; 
	margin-top:0; 
	margin-bottom:10px; 
	text-align: center; 
	width:97%; 
	border:0px;/*hr Border must be 0 to display correctly in firefox */
	padding-top:0;
}

hr.home2{
	background:url(../images/template/home/hrimage.png) bottom left repeat-x; 
	clear:both;
	margin-left:15px; 
	margin-right:auto; 
	margin-top:0; 
	margin-bottom:10px; 
	text-align: center; 
	width:97%; 
	border:0px;/*hr Border must be 0 to display correctly in firefox */
	padding-top:0;
} 

.homeCol2Table{
	color:#FFFFFF;
	width:100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #332211;
	border-left-color: #332211;
}
	
.homeTable{
	color:#FFFFFF;
	margin-left:14px;
}

/* faqs page scroller */

#pscroller1{
	width: 140px;
	height: 200px;
	border: 0;
	padding-top: 25px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 45px;
	text-align: left;
	font-size: 8pt; 
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.careerOpps{
	text-align: center;
	font-size:14px;
	font-weight:bold;
}
.careerHeading{
	text-align: center;
	font-size:18px;
	font-weight:bold;
	letter-spacing: 8px;
}

hr.careers{
	width:95%;
	text-indent:22px;
	border:0px;
	background:url(../images/template/home/hrimage.png) bottom left repeat-x; 
	clear:both;
	margin-left:auto; 
	margin-right:auto; 
	margin-top:0; 
	margin-bottom:10px; 
	text-align: center; 
	padding-top:0;
}

/*#top a: {
color: #000000;
text-decoration:none;
}*/

.donateButton a:link{
	text-decoration: none;
	color:#FFFFFF;
}

.donateButton a:visited{
	color:#FFFFFF;
	text-decoration: none;
}

.donateButton a:active{
	text-decoration:none;
	color:#FFFFFF;
}

.donateButton a:hover{
	text-decoration:none;
	color:#FFFFFF;
}

.bodList{
	text-indent: 265px;
	margin:0.8em;
}

.padding20{
	padding-left:20px;
	padding-right:20px;
}

.volCalendarTable{
	width: 600px;
	margin-left: 25px;
}

.volCalendarDateHdr{
	text-align:center;
	color: #330000;
}

.volCalendarTimeHdr{
	text-align:center;
	color: #330000;
}

.volCalendarItemHdr{
	text-align:center;
	color: #330000;
}

.volCalendarDate{
	padding-left:10px;
	padding-top: 10px;
	width: 100px;
	height: 24px;
}

.volCalendarTime{
	padding-left:10px;
	padding-top: 10px;
	width: 150px;
	height: 24px;
}

.volCalendarItem{
	padding-left:10px;
	padding-top: 10px;
	width:200px;
	height: 24px;
}

.givingBullets {
	list-style-type: none;
	font-weight: bold;
}

.hospiceBullets {
	list-style-image: url(../images/template/bulletSquare.gif);
	list-style-position: outside;
	margin-left:20px;
	padding-bottom:12px;
}

.confirmation {
	
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
}
.volEventTable{
	width: 450px;
	margin-left: 25px;
}

/*hr.confirmation{
	background:url(../images/template/home/hrimage.png) bottom left repeat-x; 
	clear:both;
	text-align: center; 
	width:95%; 
	border:0px;
	padding:0;
	
} */
/*hr Border must be 0 to display correctly in firefox*/ 

.noBullets{
list-style:none;
}

.short{
font-size:2px;
padding:0;
margin:0;
}
