body {
	margin: 0;
	padding: 0;
	background-color: white;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 800px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 138px;
}
#header h1 {
	text-indent: -5000px;
	position: absolute;
	top: 10px;
	left: 255px;
	width: 526px;
	height: 109px;
	margin: 0;
	padding: 0;
	background: url(images/headertext.png) no-repeat;
}
#nav1 {
	position: absolute;
	top: 18px;
	left: 30px;
}
#nav1 ul {
	margin: 0;
	padding: 0;
}
#nav1 li {
	margin: 0;
	padding: 1px 0;
	list-style: none;
}
#nav1 li a {
	text-indent: -5000px;
	width: 220px;
	height: 27px;
	display: block;
}
.hhvna {
	background: url(images/nav1_hhvna.png);
}
.mvh {
	background: url(images/nav1_mvh.png);
}
.hcinc {
	background: url(images/nav1_hcinc.png);
}
#nav1 p {
	position: relative;
	top: 17px;
	left: 390px;
	text-align: center;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #008CA7;/*#658C85;*/
	clear: left;
	margin: 0;
	padding: 0;
}
#homepic {
	position: absolute;
	top: 121px;
	left: 0;
	width: 798px;
	height: 189px;
	background: url(images/headerpic.jpg);
}
#nav2 {
	position: absolute;
	top: 119px;
	left: 0;
	z-index: 500;
}
#home #nav2 {
	top: 309px;
}
#nav3 {
	position: absolute;
	top: 588px;
	left: 0;
	z-index: 400;
}
#home #nav3 {
	top: 766px;
}
#nav2, #nav3 {
	width: 100%;
	float: left;
}
#nav2 ul, #nav3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 20px;
	float: left;
}
div>#nav2 a, div>#nav3 a {
	opacity:.97;
	filter: alpha(opacity=97);
	-moz-opacity: 0.97;
}
#nav2 ul ul, #nav3 ul ul {
	position: absolute;
	top: auto;
	display: none;
}
#nav2 ul ul ul, #nav3 ul ul ul {
	top: 0;
	left: 100%;
}
#nav2 li, #nav3 li {
	position: relative;
	float: left;
	width: 133px;
}
#nav2 a, #nav3 a {
	display: block;
	color: #82A689;
	border: 1px solid #82A689;
	margin: 0;
	padding: 2px 0;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #D4F699;
	height: 14px;
}
#nav2 ul a, #nav3 ul a {
	font-weight: bold;
	font-size: 10px;
}
#nav2 ul ul a, #nav3 ul ul a {
	font-weight: normal;
	font-size: 9px;
}
div#nav2 ul ul ul a, div#nav3 ul ul ul a {
	background-color: #dff7b4;
}
#nav2 a.larger {
	height: 24px;
}
#nav2 a.cap {
	text-transform: none;
}
#nav2 ul ul li a.submenu, #nav3 ul ul li a.submenu {
	background: #D4F699 url(images/arrowright.gif) 100% 99% no-repeat;
}
#nav2 ul ul li a.submenuLeft {
	background: #D4F699 url(images/arrowleft.gif) 0% 99% no-repeat;
}
div#nav3 ul ul {
	top: -120px;
}
div#nav3 ul ul.short {
	top: -40px;
}
div#nav3 ul ul.short2 {
	top: -80px;
}
div#nav3 ul ul.short3 {
	top: -20px;
}
div#nav3 ul ul ul {
	position: absolute;
	top: -200%;
}
div#nav3 ul ul ul.menuUp {
	top: -400%;
}
div#nav3 ul ul ul.menuUp2 {
	top: -300%;
}

div#nav2 li:hover ul ul,
div#nav2 li li:hover ul ul,
div#nav2 li li li:hover ul ul,
div#nav2 li li li li:hover ul ul,
div#nav3 li:hover ul ul,
div#nav3 li li:hover ul ul,
div#nav3 li li li:hover ul ul,
div#nav3 li li li li:hover ul ul {
	display:none;
}

div#nav2 li:hover ul,
div#nav2 li li:hover ul,
div#nav2 li li li:hover ul,
div#nav2 li li li li:hover ul,
div#nav3 li:hover ul,
div#nav3 li li:hover ul,
div#nav3 li li li:hover ul,
div#nav3 li li li li:hover ul {
	display:block;
}

#nav2 ul ul ul ul.menuleft {
	left: -100%;
	width: 133px;
}
#nav2 ul ul ul ul.menuUp {
	top: -400%;
}
#content {
	position: absolute;
	top: 137px;
	left: 0;
	width: 640px;
	height: 451px;
	overflow: auto;
	font-size: 12px;
	z-index: 5;
}
#home #content {
	top: 329px;
	height: 437px;
}
#content p, #content h2, #content h3, #content h4 {
	margin: 1em 1.5em 1em 207px;
	line-height: 1.5em;
}
#content h2, #content h3, #content h4 {
	padding: 0;
	color: #658C85;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 21px;
}
#content h3 {
	font-size: 16px;
}
#content h4 {
	font-size: 14px;
}
#home #content p, #home #content h3 {
	margin-left: 296px;
}
#content a {
	color: #658C85;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
p#quotenav {
	text-align: right;
}
#content ul, #content ol {
	margin: 1em 2em 1em 237px;
	padding: 0;
	line-height: 1.5em;
}
#content ol {
	margin-left: 207px;
}
#content ol li p {
	margin-left: 0;
	width: auto;
	float: left;
}
#content ul ul {
	margin-left: 3em;
}
#home #content ul {
	margin-left: 330px;
	font-size: 11px;
}
#home #content li {
	margin: 0 1em 0 0;
	padding: 0;
}
#home #content ul.agencylist {
	margin: 0;
	margin-left: 315px;
	height: 30px;
}
#home #content ul.agencylist li {
	margin: 0;
	padding: 0 30px 0 0;
	float: left;
} 
#home #content p.homep1 {
	margin-top: 0.7em;
	margin-bottom: 0.2em;
}
#home #content p.homep3 {
	margin-top: 1em;
	clear: left;
}
#givingopps #content ul p {
	margin-left: 5px;
	margin-right: 0.5em;
}
#hc_services #content ul {
	margin-bottom: 28em;
}
#mvh_services #content ul {
	margin-bottom: 16em;
}
#resources #content ul {
	margin-bottom: 18em;
}
#mvh_specialprograms #content ul {
	margin-bottom: 20em;
}
#mvh_volunteers #content ul {
	margin-bottom: 14em;
}
#topten #content ul, #whyjoinus #content ul {
	list-style-image: url(images/bullet_star.gif);
	margin-top: 2em;
}
#content li {
	padding-bottom: 0.75em;
	margin-right: 1em;
}
#communities #content ul {
	list-style-type: none;
}
#communities #content ul div {
	float: left;
	margin-right: 10px;
}
#communities #content h3 {
	clear: left;
}
#contact #content form {
	margin-bottom: 3em;
}
#content form p {
	clear: both;
	margin: 1em inherit;
	padding: 0;
}
#content label {
	float: left;
	width: 90%;
}
#onlinereferral #content input {
	width: 80%;
}
#onlinereferral #content textarea {
	width: 80%;
	height: 50px;
}
#contact #content select {
	height: 85px;
}
#content p.quote {
	width: 40%;
	float: right;
	font-style: italic;
	text-align: right;
	line-height: 1.4em;
	margin: -2em 1.5em 1em 0.5em;
}
.goldseal {
	background: url(images/JC_goldseal.gif) no-repeat;
	position: absolute;
	left: 540px;
	top: 365px;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
}
#vna_about .goldseal {
	top: 270px;
	left: 465px;
}
#hc_about .goldseal {
	top: 660px;
	left: 432px;
}
#mvh_about .goldseal {
	top: 434px;
	left: 463px;
}
#contentpic {
	position: absolute;
	top: 137px;
	left: 0;
	width: 168px;
	background: url(images/contentpic_services.jpg) no-repeat;
	z-index: 10;
	height: 330px;
}
#home #contentpic {
	top: 315px;
	width: 267px;
	background: url(images/contentpic_home.jpg) no-repeat;
}
#contentpic #links {
	position: relative;
	top: 0;
	left: 0;
	width: 168px;
	height: 411px;
	z-index: 50;
}
#contentpic #link1 {
	position: absolute;
	top: 33px;
	left: 0;
	width: 168px;
	height: 130px;
}
#contentpic #link1 a {
	width: 168px;
	height: 130px;
	display: block;
}
#contentpic #link2 {
	position: absolute;
	top: 165px;
	left: 0;
	width: 168px;
	height: 50px;
}
#contentpic #link2 a {
	width: 168px;
	height: 50px;
	display: block;
}
#vna_arrangeforcare #contentpic {
	background: url(images/contentpic_arrangeforcare2.jpg) no-repeat;
}
#vna_about #contentpic {
	background: url(images/contentpic_services3.jpg) no-repeat;
}
#vna_services #contentpic {
	background: url(images/contentpic_services2.jpg) no-repeat;
}
#mvh_arrangeforcare #contentpic {
	background: url(images/contentpic_arrangeforcare1.jpg) no-repeat;
}
#mvh_about #contentpic {
	background: url(images/contentpic_qanda2.jpg) no-repeat;
}
#mvh_services #contentpic {
	background: url(images/contentpic_mvhspecialprograms.jpg) no-repeat;
}
#hc_services #contentpic {
	background: url(images/contentpic_services4.jpg) no-repeat;
}
#faq #contentpic {
	background: url(images/contentpic_qanda1.jpg) no-repeat;
}
#arrangeforcare #contentpic {
	background: url(images/contentpic_arrangeforcare3.jpg) no-repeat;
}
#hc_about #contentpic {
	background: url(images/contentpic_about.jpg) no-repeat;
}
#officelocations #contentpic {
	background: url(images/contentpic_officelocations.jpg) no-repeat;
}
#benefits #contentpic {
	background: url(images/contentpic_benefits.jpg) no-repeat;
}
#contact #contentpic {
	background: url(images/contentpic_contact.jpg) no-repeat;
}
#applyonline #contentpic, #careers_contact #contentpic {
	background: url(images/contentpic_careers.jpg) no-repeat;
}
#employees #contentpic {
	background: url(images/contentpic_employees.jpg) no-repeat;
}
#vna_volunteers #contentpic {
	background: url(images/contentpic_vnavolunteers.jpg) no-repeat;
}
#mvh_volunteers #contentpic {
	background: url(images/contentpic_mvhvolunteers.jpg) no-repeat;
}
#currentopenings #contentpic {
	background: url(images/contentpic_vnaopportunities.jpg) no-repeat;
}
#meetourstaff #contentpic {
	background: url(images/contentpic_meetourstaff1.jpg) no-repeat;
}
#meetourstaff2 #contentpic {
	background: url(images/contentpic_meetourstaff2.jpg) no-repeat;
}
#meetourstaff3 #contentpic {
	background: url(images/contentpic_meetourstaff3.jpg) no-repeat;
}
#meetourstaff4 #contentpic {
	background: url(images/contentpic_meetourstaff.jpg) no-repeat;
}
/*#tellus #contentpic {
	background: url(images/contentpic_tellus.jpg) no-repeat;
}*/
#educationalprogs #contentpic {
	background: url(images/contentpic_speakersbureau.jpg) no-repeat;
}
#mvh_specialprograms #contentpic {
	background: url(images/contentpic_mvhspecialprograms.jpg) no-repeat;
}
#completeservices #contentpic {
	background: url(images/contentpic_about2.jpg) no-repeat;
}
#onlinereferral #contentpic {
	background: url(images/contentpic_onlinereferral.jpg) no-repeat;
}
#waystogive #contentpic {
	background: url(images/contentpic_howtogive.jpg) no-repeat;
}
#whyjoinus #contentpic {
	background: url(images/contentpic_whyjoinus.jpg) no-repeat;
}
#phonereferral #contentpic {
	background: url(images/contentpic_phonereferral.jpg) no-repeat;
}
#whatishospice #contentpic {
	background: url(images/contentpic_whatishospice.jpg) no-repeat;
}
#news #contentpic {
	background: none /*url(images/contentpic_events.jpg) no-repeat*/;
}
#communities #contentpic {
	background: url(images/contentpic_communities.jpg) no-repeat;
	width: 388px;
	z-index: 0;
}
#currentopenings #contentpic {
	background: url(images/contentpic_currentopenings.jpg) no-repeat;
}
#hospicehouse #contentpic {
	background: url(images/contentpic_hospicehouse.jpg) no-repeat;
}
#press #contentpic {
	background: url(images/contentpic_pressreleases.jpg) no-repeat;
}
#mdportal {
	position: absolute;
	top: 475px;
	left: 0;
	width: 166px;
	background: url(images/portal.png) no-repeat;
	z-index: 10;
	height: 82px;
	border: 1px solid #888;
}
#mdportal a {
	display:block;
	width: 166px;
	height: 82px;
}
#home #mdportal {
	top: 588px;
	width: 265px;
	height: 154px;
	background: url(images/portal_large.png) no-repeat;
}
#mdportal a {
	width: 265px;
	height: 154px;
}
#sidebar {
	position: absolute;
	top: 137px;
	left: 640px;
	width: 160px;
	height: 245px;
	font-size: 9px;
}
#home #sidebar {
	top: 329px;
}

#sidebar p.star a {
	text-indent: -5000px;
	background: url(images/star.gif) #fff;
	display: block;
	width: 90px;
	height: 86px;
	border: 0;
	margin: 0 0 0 35px;
}
#sidebar p.tall, #sidebar p.taller {
	margin: 0 auto;
}
#sidebar p.tall a {
	height: 45px;
	line-height: 1.5em;
	background: #fff;
	color: #008B8B;
	border: none;
}
#sidebar p.taller a {
	height: 45px;
	line-height: 1.5em;
	background: #fff;
	color: #008B8B;
	border: none;
	text-transform: none;
}
#sidebar form {
	margin: 2em 1em 0.5em 1em;
}
/*#home #sidebar form {
	margin: 1em;
}*/
#hhouselogo {
	background: url(images/MV-Hosp-logo.gif);
	width: 160px;
	height: 58px;
	/*margin-bottom: 25px;*/
}
#mdportalbutton {
	background: url(images/b_mdportal.png);
	width: 160px;
	height: 80px;
}
#passportlogo {
	width: 160px;
	height: 175px;
	background: url(images/passport-icon.png);
	margin-bottom: 1em;
}
#feasterfiveicon {
	width: 160px;
	height: 124px;
	background: url(images/feasterfive-icon.png);
	margin-bottom: 1em;
}
#SAVETHEDATEicon {
	width: 160px;
	height: 122px;
	background: url(images/SAVETHEDATE-icon.png);
	margin-bottom: 0.5em;
	margin-top: -3.7em;
}
#CCFund {
	width: 160px;
	height: 30px;
	/*background: url(images/CCFund-icon.png) no-repeat;*/
	margin-bottom: 0.5em;
	/*border-top: 1px solid #008B8B;*/
}
#Nowak {
	width: 160px;
	height: 82px;
	background: url(images/nowak.png) no-repeat;
	margin-bottom: 0.5em;
	border-top: 1px solid #008B8B;
}
#Janavicus {
	width: 160px;
	height: 82px;
	background: url(images/janavicus.png) no-repeat;
	margin-bottom: 0.5em;
	border-top: 1px solid #008B8B;
}
#Janavicus2 {
	width: 160px;
	height: 97px;
	background: url(images/janavicus2.png) no-repeat;
	margin-bottom: 0.5em;
}
#caribbean {
	width: 160px;
	height: 81px;
	margin-bottom: 0.5em;
	border-top: 1px solid #008B8B;
}

#mihc {
	width: 160px;
	height: 120px;
	color:#2fb5bc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
}

#mvhp {
	width: 160px;
	height: 140px;
	color:#2fb5bc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
}

#ryvc {
	width: 160px;
	color:#2fb5bc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/ryvc.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
}

#hhhvna {
	width: 160px;
	color:#2fb5bc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
}


a.ryvc {text-decoration: none; }

a.ryvc:link {
		margin:0 !important;
		color: #1586a8 !important;
		background-color: transparent !important;
		border: none;
		text-align:left !important;
		text-transform: none;
}
a.ryvc:visited {
		color: #77bdd2 !important;
		background-color: transparent !important;
}
a.ryvc:hover {
		color: #77bdd2 !important;
		text-decoration: none;
		background-color: transparent !important;
}
a.ryvc:active {
		color: #77bdd2 !important;
		background-color: transparent !important;
}

p.sidebar {
		margin:0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		line-height:normal;
		padding:0 0 8px 8px;
}


#UpcomingEvents {
	width: 160px;
	height: 61px;
	background: url(images/UpcomingEvents.png) no-repeat;
	margin-bottom: 0.5em;
	border-top: 1px solid #008B8B;
}
#Albert {
	width: 160px;
	height: 93px;
	background: url(images/Albert.png) no-repeat;
	margin-bottom: 0.5em;
}
#train {
	width: 160px;
	height: 59px;
	background: url(images/foodwine1.png) no-repeat;
	margin-bottom: 0;
}
#train0 {
	width: 160px;
	height: 184px;
	background: url(images/foodwine4.png) no-repeat;
	margin-bottom: 0.1em;
}
#train1 {
	width: 160px;
	height: 21px;
	background: url(images/foodwine5.png) no-repeat;
	margin-bottom: 0.1em;
}
#train2 {
	width: 160px;
	height: 23px;
	background: url(images/foodwine6.png) no-repeat;
	margin-bottom: 0.1em;/*
	border-top: 1px solid #008B8B;*/
}
#train3 {
	width: 160px;
	height: 19px;
	background: url(images/foodwine7.png) no-repeat;
	margin-bottom: 0.3em;/*
	border-top: 1px solid #008B8B;*/
}
#feaster, #candles {
	width: 160px;
	height: 100px;
	background: url(images/feaster.png) no-repeat;
	margin-bottom: 0.3em;
	border-top: 1px solid #008B8B;
}
#candles {
	background: url(images/candles.png) no-repeat;
}
#gift {
	width: 160px;
	height: 61px;
	margin-bottom: 0.3em;
	border-top: 1px solid #008B8B;
	background-repeat: no-repeat;
}
#new2011 {
	width: 160px;
	height: 25px;
	margin-bottom: 0.3em;
	border-top: 1px solid #008B8B;
	background-repeat: no-repeat;
}
#HCE, #pinnacle {
	width: 160px;
	height: 110px;
	background: url(images/HCElogo.png) no-repeat;
	margin-bottom: 0.3em;
	border-top: 1px solid #008B8B;
}
#pinnacle {
	background: url(images/pinnacle.png) no-repeat;
}
#sponsors {
	position: relative;
	width: 160px;
	height: 150px;

}
#sponsor1 {
	position: absolute;
	top: 20px;
	left: 0;
	width: 160px;
	height: 55px;
	z-index: 100;
}
#sponsor2 {
	position: absolute;
	top: 95px;
	left: 0;
	width: 160px;
	height: 53px
	z-index: 100;
}
#hhouselogo a, #mdportalbutton a, #passportlogo a, #feasterfiveicon a, #SAVETHEDATEicon a,/* #CCFund a,*/ #Breakfast a, #UpcomingEvents a, #Albert a, #train a, #train0 a, #train1 a, #train2 a, #train3 a, #Nowak a, #Janavicus a, #Janavicus2 a, #dinner a, #candles a, #feaster a, #gift a, #HCE a, #pinnacle a, #caribbean a, #sponsor1 a, #sponsor2 a, #new2011 a {
	width: 160px;
	height: 58px;
	border: none;
	background: none;
	display: block;
}
#HCE a, #pinnacle a {
	height: 110px;
}
#gift a {
	height: 61px;
}
#new2011 a {
	height: 25px;
}
#candles a, #feaster a {
	height: 100px;
}
#mdportalbutton a {
	height: 80px;
}
#passportlogo a {
	height: 223px;
}
#feasterfiveicon a {
	height: 124px;
}
#SAVETHEDATEicon a {
	height: 122px;
}
/*#CCFund a,  {
	height: 74px;
}*/
#CCFund a {
	height: 30px;
	line-height: 1.5em;
}
#caribbean a {
	height: 81px;
}
#Janavicus2 a {
	height: 97px;
}
#Albert a {
	height: 93px;
}
#train a {
	height: 59px;
}
#train0 a {
	height: 194px;
}
#train1 a {
	height: 21px;
}
#train2 a {
	height: 23px;
}
#train3 a {
	height: 19px;
}
#flashvideo {
	position: relative;
	left: 207px;
	z-index: 0;
}
#flashvideo p {
	margin-left: 0;
	width: 380px;
}
#flashvideo img {
	border: none;
	margin-left: 140px;
}
iframe {
	width: 630px;
	height: 411px;
	margin-left: 168px;
	border: 0;
}
#applyonline #content, #currentopenings #content {
	width: 800px;
}
