@charset "utf-8";

body  {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: #f4edd6;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #9c4623;
}

h1	{
	color: #00674e;
	border-bottom: 1px solid #00674e;
}

a:link, a:active, a:visited	{
	text-decoration: none;
	color: #00674e ;
}

a:hover	{
	text-decoration: underline;	
}

.hospice	{
	padding-top: 20px;
}

.hospice #container { 
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #CCC;
	text-align: left;
} 

.hospice #header { 
	background: #FFF;
} 

.hospice #header h1 {
	margin: 0;
	padding: 10px 0;
	color: #000;
}
.hospice #sidebar {
	float: left;
	width: 200px;
	padding: 15px 10px 15px 20px;
}

.hospice #mainContent { 
	margin: 0 0 0 250px;
	padding: 0 20px;
}

.hospice #mainContent2 { 
	margin: 0 0 0 250px;
	padding: 0 20px;
	background: url(images/elements.gif) repeat-y;
}

.hospice #footer {
	padding: 0 10px 0 20px;
	color: #000;
}

.hospice #footer p	{
	margin: 0;
	padding: 10px 0;
	font: 11px Verdana, Geneva, sans-serif;
	background: #f4edd6;
}

.fltrt	{
	float: right;
	margin-left: 8px;
}

.fltlft	{
	float: left;
	margin-right: 8px;
}

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

.markermenu	{
	width: 200px; /*width of menu*/
	padding: 45px 0 0 0;
	line-height: 165%;
}

.markermenu ul	{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	border: 1px solid #CCC;
}

.markermenu ul li a	{
	background: #FFF url(images/arrow.png) no-repeat 10px center;
	font: 13px 'Lucida Sans', 'Trebuchet MS', sans-serif;
	color: #054535;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}

* html .markermenu ul li a	{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 180px;
	font: 13px 'Lucida Sans', 'Trebuchet MS', sans-serif;
	color: #054535;
}

.markermenu ul li a:visited, .markermenu ul li a:active	{
	color: #054535;
}

.markermenu ul li a:hover	{
	color: #000;
	background-color: #efe7cd;
	background-image:url(images/arrow.png); /*onMouseover image change. Remove if none*/
}

.markermenu ul li a:active	{
	color: #000;
	background-color: #efe7cd;
}

ul.bullet li {
list-style-image: url(images/bullet.png);
}

/* Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */

.block	{
	padding: 10px;
	background-color: #f4edd6;
	font-style: italic;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #f4edd6;
}

.docpic	{
	float: left;
	text-align:left;
	margin:0px;
	padding:0px 6px 0px 0px;
}

.block2	{
	padding: 10px;
	background-color: #f4edd6;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #f4edd6;
}