@charset "UTF-8";
/* CSS Document-Matts fix */

/* Hospice -- 2 columns */



div#container{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #CC6633;
	border-right: 1px solid #CC6633;
	border-left: 1px solid #CC6633;
	clear: both;
	background-image: url(../images/sitewide/structural/fauxColumn-750-peach.gif);
	background-repeat: repeat-y;

}
#topnavcont	 {
	width:600px; 

/* ------------- SITE HEAD  ---------------------*/

}
div#left_header_pg2{
	width: 750px;
	background-color: #990000;
	margin: 0px;
	padding: 0px;
	height: 115px;
}

.img{
	margin: 0 16px 16px 0;
	margin: 0 16px 16px 0;
	float: left;
	border: 1px solid #333333;
}	

div#leftwrapper{
	width: 750px;
	margin: 0px;
	padding: 0px;
	border-bottom: 3px solid #df5f22;
}	

/* ---------------MAIN Content Area (Center Column)---------------*/



div#centercolumn{ /* note: top nav included here */
	width: 600px;
	float: right;

}
div#maincontent{
	clear: left;
	padding-top: 10px;
	margin: 0; 

}
div#maincontent h1{
	margin-bottom: 20px;

}
div#maincontent h1.nobotmargin{
	margin-bottom: 0px;

}
div#maincontent h4.red{
	color: #990000;
}
.donationbutton{
	margin: 6px 12px 12px 20px;
	
/*========================BEGIN Footer==================*/
}
div#bottomband img{
	width: 750px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cc9933;
	border-left-color: #cc9933;
}
div#footer {
	width:750px;
	background-color:#999999;
	padding: .8em 0 .8em 0;
	text-align: center;
	font-size:12px;  /* sets the font size of all links */
	color: #f9f9e5;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #cc9933;
}

div#footer_container {
	width:750px;
	border-top: 2px solid #cc9933;
	background-color:#511F1E;

}
div#footer_left{
	float: left;
	width: 193px;
}

div#footer_mid{
	float: left;
	width: 360px;
	margin: 0 0 3px 0;
}
div#footer_rt{
	float: left;
	width: 193px;
}
div#footer_bot{
	width: 750px;
}
 div#footer ul {margin:2px 0;} /* vertical spacing between the lists */
 div#footer li {display:inline; /* the key CSS - makes the lists display horizontally */
						color:#333333; /* sets the color of the vertical lines */
						border-left:1px solid; /* creates the vertical line to the left of each list items */
						color:#AFF; /* sets the color of the vertical lines  - links colored below */
						padding:0 5px 0 9px; /* horiz space between links and vert lines - needed diff l & r values to center */
						}
 div#footer li:first-child {border-left:0;} /* removes the left border of the first list item - IDWIMIE */
 div#footer ul li a {text-decoration:none; /* removes the underlining off the links */
 							 color:#666666; /* the color of the links */
							 }
 div#footer ul li a:hover {text-decoration:underline;} /* underlines the links when hovered */
 div#footer ul.fineprint li {color:#333333;} /* color for copyright and vert dividers on last row */
 div#footer ul.fineprint li a {color:#333333;} /* had to explicitly color these or they inherit white from div#footer li */
  div#footer ul.fineprint li a:hover {color:#990000;} /* turns bottom row white when hovered */


/*==================================================END Footer=================================================*/


