/* *****************************         BEGIN -  GENERAL TAGS         ******************************** */
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* *****************************         END - GENERAL TAGS         ******************************** */

/* *****************************         BEGIN - GENERAL TEXT         ******************************** */
.Content 
{
	font-size: 11px;
	color: #0E153F;
	width: 1000px;
	background-image: url(/images/bg_gradient.gif);
	background-repeat: repeat-x;
	margin: 40px 0px 0px 141px;
	padding: 40px 0px 0px 141px;
}

.Content_bold
{
	font-size: 11px;
	color: #0E153F;
	font-weight:bold;
}
.Content_white
{
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
}
.Content a 
{
	font-size: 11px;
	color: #A30051;
}

.PageHeader 
{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

.PageHeaderBlk 
{
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

.PageHeaderRed 
{
	color: #A30051;
	font-size: 18px;
	font-weight: bold;
}

.Footer 
{
	color: #0E153F;
	font-size: 10px;
	margin: 0px 0px 0px 141px;
	padding: 0px 0px 0px 141px;
}

.SidebarHeader 
{
	color: #FFE881;
	font-size: 18px;
	font-weight: bold;
}

/* *****************************         END - GENERAL TEXT         ******************************** */

/* *****************************         BEGIN - NAVIGATION         ******************************** */

.TopNav 
{
	background-color: #FFFFFF;
	height: 21px;
	margin: 0px 0px 0px 141px;
	padding: 0px 0px 0px 141px;
}

.NavBar 
{
	background-color: #A30051;
	height: 38px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

		/*			BEGIN - LowerNav       */

#LowerNav 
{
	height: 38px;
	margin: 0px 0px 0px 68px;
	padding: 0px 0px 0px 68px;
}
	
#LowerNav li 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	list-style-type: none;
}

#LowerNav a 
{
	float: left;
	padding: 38px 5px 0px 0px;
	overflow: hidden;
	height: 0px;  /*  !! THIS IS IMPORTANT. THIS HIDES THE TEXT. !! */
}
	
#LowerNav a:hover 
{
	background-position: 0 -38px;
}

#LN_Separator a  
{
	width: 3px;
	background: url(/images/nav_buttons/LN_Separator.gif) top left no-repeat;
}

#LN_Separator a:hover  
{
	width: 3px;
	background: url(/images/nav_buttons/LN_Separator.gif) top left no-repeat;
}
	
/*			BEGIN - LN_Programs       */

#LN_Programs a  
{
	width: 169px;
	background: url(/images/nav_buttons/programs_svcs_off.gif) top left no-repeat;
}
	
#LN_Programs a:hover  
{
	width: 169px;
	background: url(/images/nav_buttons/programs_svcs_on.gif) top left no-repeat;
}

#LN_Programs_Active a
{
	width: 169px;
	background: url(/images/nav_buttons/programs_svcs_on.gif) top left no-repeat;
}

#LN_Programs_Active a:hover
{
	width: 169px;
	background: url(/images/nav_buttons/programs_svcs_on.gif) top left no-repeat;
}

/*			END - LN_Programs       */

/*			BEGIN - LN_House       */

#LN_House a  
{
	width: 201px;
	background: url(/images/nav_buttons/hospice_house_off.gif) top left no-repeat;
}
	
#LN_House a:hover  
{
	width: 201px;
	background: url(/images/nav_buttons/hospice_house_on.gif) top left no-repeat;
}

#LN_House_Active a  
{
	width: 201px;
	background: url(/images/nav_buttons/hospice_house_on.gif) top left no-repeat;
}

#LN_House_Active a:hover  
{
	width: 201px;
	background: url(/images/nav_buttons/hospice_house_on.gif) top left no-repeat;
}


/*			END - LN_House       */

/*			BEGIN - LN_Contributions       */

#LN_Contributions a  
{
	width: 112px;
	background: url(/images/nav_buttons/contributions_off.gif) top left no-repeat;
}
	
#LN_Contributions a:hover  
{
	width: 112px;
	background: url(/images/nav_buttons/contributions_on.gif) top left no-repeat;
}

#LN_Contributions_Active a  
{
	width: 112px;
	background: url(/images/nav_buttons/contributions_on.gif) top left no-repeat;
}

#LN_Contributions_Active a:hover  
{
	width: 112px;
	background: url(/images/nav_buttons/contributions_on.gif) top left no-repeat;
}

/*			END - LN_Contributions       */

/*			BEGIN - LN_Contact       */

#LN_Contact a  
{
	width: 96px;
	background: url(/images/nav_buttons/contactus_off.gif) top left no-repeat;
}
	
#LN_Contact a:hover  
{
	width: 96px;
	background: url(/images/nav_buttons/contactus_on.gif) top left no-repeat;
}

#LN_Contact_Active a
{
	width: 96px;
	background: url(/images/nav_buttons/contactus_on.gif) top left no-repeat;
}

#LN_Contact_Active a:hover  
{
	width: 96px;
	background: url(/images/nav_buttons/contactus_on.gif) top left no-repeat;
}

/*			END - LN_Contact       */

/*			BEGIN - LN_News       */

#LN_News a  
{
	width: 124px;
	background: url(/images/nav_buttons/news_off.gif) top left no-repeat;
}
	
#LN_News a:hover  
{
	width: 124px;
	background: url(/images/nav_buttons/news_on.gif) top left no-repeat;
}

#LN_News_Active a
{
	width: 124px;
	background: url(/images/nav_buttons/news_on.gif) top left no-repeat;
}

#LN_News_Active a:hover  
{
	width: 124px;
	background: url(/images/nav_buttons/news_on.gif) top left no-repeat;
}


/*			END - LN_News       */

		/*			END - LowerNav       */

		/*			BEGIN - SubNav       */

.SubNavBar1 
{
	background-color: #4A5A86;
	font-size: 12px;
	font-weight: bold;
	vertical-align: text-bottom;
	height: 23px;
	margin: 0px 0px 0px 136px;
	padding: 0px 0px 0px 136px;
}

.SubNavBar2 
{
	background-color: #4A5A86;
	font-size: 12px;
	font-weight: bold;
	vertical-align: text-bottom;
	height: 23px;
	margin: 0px 0px 0px 318px;
	padding: 0px 0px 0px 318px;
}

.SubNavBar3 
{
	background-color: #4A5A86;
	font-size: 12px;
	font-weight: bold;
	vertical-align: text-bottom;
	height: 23px;
	margin: 0px 0px 0px 532px;
	padding: 0px 0px 0px 532px;
}

.SubNavBar4 
{
	background-color: #4A5A86;
	font-size: 12px;
	font-weight: bold;
	vertical-align: text-bottom;
	height: 23px;
	margin: 0px 0px 0px 657px;
	padding: 0px 0px 0px 657px;
}

.SubNavBar5 
{
	background-color: #4A5A86;
	font-size: 12px;
	font-weight: bold;
	vertical-align: text-bottom;
	height: 23px;
	margin: 0px 0px 0px 766px;
	padding: 0px 0px 0px 766px;
}

.SubNav 
{
	height: 23px;
	line-height: 20px;
	background: url(/images/nav_buttons/subnav_bak.gif) top left no-repeat #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.SubNav li 
{
	margin: 0px 5px 0px 3px;
	padding: 0px 5px 0px 3px;
	display: inline;
	list-style-type: none;
}

.SubNav a 
{
	color: #212D5F;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
	
.SubNav a:hover 
{
	color: #A30051;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.SubNav_Active a 
{
	color: #A30051;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.SubNav_Active a:hover 
{
	color: #A30051;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
		/*			END - SubNav       */



/* *****************************         END - NAVIGATION         ******************************** */

