/* CSS Document */

/*_____ HTML STYLES _____*/
body	{
	margin: 0;
	padding: 0;
	background: #F7D4D9;
	font-family: "Times New Roman", Times, serif;
}
h1, h2, h3, h4, form	{
	margin: 0;
}
h2	{
	font-family: "Times New Roman", Times, serif;
	color: #B10021;
	font-size: 2em;
	margin-bottom: 1em;
}
#home h2	{
	font-size: 1.5em;
}
h3, dt	{
	color: #2957A5;
	font-size: 1.3em;
	padding-bottom: .1em;
	margin-bottom: .2em;
	background: #FFF url(/images/line_hr.gif) repeat-x bottom left;
}
a	{
	color: #36C;
}
a:hover	{
	color: #B10021;
}
dl	{
	padding: 1em 0 0 0;
	background: #FFF url(/images/line_hr.gif) repeat-x top left;
}
dt	{
	background: none !important;
	margin: 0;
	padding: 0;
}
dd	{
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	
	background: #FFF url(/images/line_hr.gif) repeat-x bottom left;
}
em	{
	font-style: italic;
	font-weight: bolder;
	padding: 0 .3em;
}
img	{
	border: 1px solid #8BB7EA;
	padding: 2px;
}
acronym	{
	background: transparent url(/images/line_hr.gif) repeat-x bottom left;
	cursor: help;
}
address	{
	margin: 1em 0;
}

/*_____ GENERAL LAYOUT _____*/
.clear	{
	height: 0;
	line-height: 0px;
	visibility: hidden;
	display: block;
	clear: both;
}
object	{
	margin: 0;
	padding: 0;
}
.hr	{
	height: 1px;
	line-height: 1px;
	margin: 1.5em 0;
	background: #FFF url(/images/line_hr.gif) repeat-x center left;
}
	.hr hr	{
		position: absolute;
		top: 0;
		left: -9999px;
	}
.popup	{
	background: url(/images/link.gif) no-repeat center right;
	padding-right: 12px;
}

/*_____ LAYOUT STYLES _____*/
#wrapper	{
	width: 776px;
	position: relative;
	left: 50%;
	margin-left: -388px;
	background: #FFF url(../images/bkgd_wrapper.gif) repeat-y;
}

/*_____ BRANDING / HEADER _____*/
#branding	{
	height: 206px;
}
#branding h1	{
	position: absolute;
	top: 0;
	left: -999em;
}
#flashcontent img	{
	margin: 0;
	padding: 0;
	border: none;
}

/*_____ MAIN CONTENT _____*/
#content	{
	width: 415px;
	margin-right: 16px;
	margin-left: 0;
	padding: 0 30px 15px 30px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}
blockquote	{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	font-size: 1.2em;
	margin: 0 5em 1.5em 2em;
}
#switcher	{
	margin: 1em 0;
	line-height: 2em;
	text-align: right;
	color: #999;
	font-size: .9em;
	position: relative;
	right: -20px;
}
	#switcher a	{
		text-decoration: none;
		padding: 0 .3em;
		color: #999;
	}
	#switcher a:hover	{
		background: #F7D4D9;
		color: #36C;
	}

/*_____ SECONDARY CONTENT / MENU _____*/
#secondary	{
	float: left;
	width: 259px;
	margin-left: 16px;
	margin-right:0;
	padding-top: 30px;
	background: #5294E0;
	font-size: 1.1em;
}
	#secondary ul	{
		margin: 0;
		padding: 0;
		list-style: none;
		border-top: 1px solid #FFF;
		width: 259px;
		display:block;
	}
	html>body #secondary {
  		width:259px;
		margin-left:16px;
	} 
	#menu_bottom	{
		display: block;
		height: 93px;
		background: transparent url(../images/bkgd_menu.jpg) repeat-x bottom left;
		margin:0;
		padding:0;
	}
	#secondary li	{
		margin: 0;
		padding: 0;
		background: #356FD5 url(../images/bkgd_button.jpg) no-repeat center left;
	}
	#secondary li a	{
		color: #FFF;
		display: block;
		width: 258px;
		text-decoration: none;
		padding: .5em 0;
		background: #356FD5 url(../images/bkgd_button.jpg) no-repeat center left;
		border-bottom: 1px solid #FFF;
		text-indent: 40px;
	}
	#secondary li a:hover	{
		background: transparent url(../images/bkgd_button.jpg) no-repeat center right;
		color: #B10021;
	}
	#secondary ol	{
		background: #F0B1BA;
		color: #B10021;
		list-style: disc;
		margin: 0;
		padding-top: .7em;
		padding-bottom: .7em;
		border-bottom: 1px solid #FFF;
		padding-left: 35px;
	}
	#secondary ol li	{
		background: none !important;
		line-height: 1.5em;
	}
	#secondary ol li a	{
		background: none !important;
		border: none;
		color: #B10021;
		width: 226px;
		padding: 0;
		text-indent: 0;
		text-decoration: underline;
	}
	#secondary ol li a:hover	{
		color: #FFF !important;
	}
	
	#home #btn_home a,
	#about #btn_about a,
	#contact #btn_contact a,
	#home_health #btn_home_health a,
	#hospice #btn_hospice a,
	#services #btn_services a
	{
		background: #F4C5CC url(../images/bkgd_button.jpg) no-repeat center right;
		color: #B10021;
	}

/*_____ FOOTER _____*/
#footer	{
	width: 761px;
	position: relative;
	left: 50%;
	margin: 0 0 0 -388px;
	
	background: #F7D4D9 url(../images/bkgd_footer.gif) no-repeat center top;
	line-height: 4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: right;
	padding-right: 15px;
	color: #B10021;
}
#footer a	{
	color: #B10021;
}