@charset "UTF-8";

/* Hospice -- 3 columns */




/* ================================ Body and Main Structure ==============================*/

body {
	margin:0;
	padding:0;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(../images/sitewide/structural/yellowgradient.jpg);

}
div#container{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #CC6633;
	border-right: 1px solid #CC6633;
	border-left: 1px solid #CC6633;
	background-color: #efd4c1; /*--rose--*/
	background-image: url(../images/sitewide/structural/fauxColumn-950-peach.gif);
	background-repeat: repeat-y;

}
div#fauxcolumncontainer{
	width: 950px;
	clear: both;
}
div#left{
	width: 600px;
	float: left;
	margin: 0px;
	padding: 0px;
}
div#right{
	width: 350px;
	float: left;
	background-color: #fef9e5; /*--cream--*/
}
div#left_header{
	width: 600px;
	background-color: #df5f22;
	margin: 0px;
	padding: 0px;
	height: 169px;
}
		
div#leftwrapper{
	width: 600px;
	margin: 0px;
	padding: 0px;
	border-top: 3px solid #df5f22;
}	

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #666666;
}



/* ================================TOP NAV ==============================*/

#topnavcont	 {
	width:450px; 	/* makes the div full width */
	float:left; /*makes the div enclose the list -- BUT doesn't seem to do anything if taken out*/
	border-top:1px solid #960;
	border-bottom:1px solid #999;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	height: 28px;
	font-weight: bold;
	background-color: #9fdbe1;
	
}
#topnav {
	margin: 0;
	padding: 0;
	float: left;
	text-align: right;
}
#topnav li {
	float:left;	
	position:relative; 
	list-style-type:none; 
	height: 27px;
	border-right:1px solid #999; 
	color: #f9f9e5;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	}

#topnav li:first-child {
	border-left:1px solid #999; /*the first vertical line on the menu */
	}
#topnav a {
	display:block; /*makes list items in drop down highlight and wrapped lines indent correctly */
	padding:4px 8px 4px 8px; 
	text-decoration:none;
	line-height: 19px;
	margin: 0;
	color:#5a5a5a;
	float: left;

	}
#topnav a{  /* a fix for IE5/Mac that fixes link size problem ... first, links float left, then unfloat left in all but IE5/Mac */
	float: none;
}

#topnav a:hover {
	color:#663333;
	background-color:#f2d6a5;
	margin: 0;
	}
/* top nav horizontal menu ends here */

/* ==========TOP NAV- Drop Down Starts here ==============================*/

#topnav li ul {
	margin: 0px; 
	position:absolute;
	width:15em;
	left:0px;
	top: 27px;
	display: none;
	padding:0px;
	}
#topnav li:hover ul, #topnav li.hover ul {	
	display: block;
	border-top: 1px solid #999;

}	

#topnav li ul li, #topnav li ul li {
	width:100%;
	border-left:1px solid #999; 
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	padding:0;
	background-color: #f9f9e5;
	text-align: left;
	font-weight: normal;

}
#topnav li ul li a, #topnav li ul li a {
	color: #000;
}
#topnav li ul li a.bullet {
	padding-left: 12px;
	font-style: italic;
}
#topnav li ul li a:hover.bullet{
	margin-left: 0;
	background-color: #EBBF76;
}


/* the drop-down ends here */


/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html #topnav {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #999; /* adds the rightmost menu vertical line to the ul */
	margin-left:0px; /* IE doubles the given value above - why? */
	}
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  #topnav li ul {
	border-top:1px solid #069;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down */
* html #topnav li ul li ul { 
  left:9.85em; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  left:10em;
  }
/* and the "be nice to Opera" rule */
html>body #topnav li ul li ul {
  left:10em;
  }

/* an Opera-only hack to fix a redraw problem by invisibly extending the ul */
/* the first-level drop stays open for 100px below the bottom but at least it works */
/* this can be reduced to as little as 22px if you don't have pop-outs */
/* the pop-out menu stays open for 22px below the bottom but at least it works */


@media all and (min-width: 0px){
   body #topnav li ul {padding-bottom:200px;}
   body #topnav li ul li ul {padding-bottom:22px;}
   body #topnav li ul li ul li ul li:hover {visibility:visible;} /* same effect as display:block in this situation */

   }
/*end Opera hack */
/* end of hack zone */
/* END OF LIST-BASED MENU */

/* finally after feeding values to all others, we deal with MAc5 IE */
/* IE5 Mac can't do drop-downs so we need to present the info in a different way*/
/* we present the drop down choices in a row and never show any second-level drops */
 /* this stylesheet is read by IE5 Mac only - hack omits 'url' and leave no space between @import and ("   */

@import("ie51_menu_hack.css"); 


/* =====================END OF TOP NAVIGATION ===============================*/

/* ====================LEFT NAV =========================*/


#leftnavcont {
	width:150px;
	margin: 0;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	border-top:1px solid #960;
}
.leftnavTOL{ /* possible background image for left nav column*/
	background-image: url(../images/sitewide/structural/TOL-NavBkg.gif);
	background-repeat: repeat-y;
}
#leftnav {
	width: 150px;
	margin: 0px;
	padding:0px;
}
#leftnav li {
	border-bottom:1px solid #960;
	list-style-type:none;
	margin:0px;
	position:relative; /* positioning context for the absolutely positioned drop-down */
	padding: 0px;
	background-color: #fdf9e5;
}		

#leftnav a {
	text-decoration:none;
	color:#5a5a5a;
	padding-left:6px;
	line-height: 26px;
	display:block;
	margin-bottom: 0px;
	margin-top: 0px;
}
#leftnav a:hover {
	color:#663333;
	background-color:#d7cfb9;
}
/* a hack for IE Win only \*/	
* html #leftnav ul {border-top:1px solid #960;}
/*end of hack */


.redbar {
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #993333;
	background-color: #Edbc7d; /* light orange */
	margin-left: 0px;
	height: 28px;
	display: block;
	padding:0;
}
.greenbar-light {
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #ddaf66;
	background-color: #CCCC99; /* light green */
	margin-left: 0px;
	height: 28px;
	display: block;
	padding:0;
}
.greenbar {
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #8ca786;
	margin-left: 0px;
	height: 28px;
	display: block;
	padding:0;
}
.bluebar {
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #668ca3;
	background-color: #ECD2A8;
	margin-left: 0px;
	height: 28px;
	display: block;
	padding:0;
}
.pinkbar {
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #dbafac;
	margin-left: 0px;
	height: 28px;
	display: block;
	padding:0;
}
.tealbar {
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #30aebd;
	background-color: #ECD2A8;
	margin-left: 0px;
	height: 28px;
	display: block;
	padding:0;
}
.purplebar {
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #663399;
	margin-left: 0px;
	height: 28px;
	display: block;
	padding:0;

}
.bluenav {
	background-color: #B8CBDA;
	margin-left: 0px;
	height: 28px;
	display: block;
}
/* ==========LEFT NAV- Drop Down Starts here ==============================*/
/* These styles create the dropdown menus. */
	
#leftnav li ul {
	position:absolute;
	width:12em; 
	left:150px; 
	top: 0;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border-top: 1px solid #960;
	border-left: 1px solid #960;
	border-right: 1px solid #960;
	background-color: #f9f9e5;

}
#leftnav li:hover ul, #leftnav li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #960;

}	
#leftnav li ul li {
	width:100%;
	border-left:0 solid #999;
	border-bottom:1px solid #960;
	border-right:0 solid #999;
	padding: 0px;
	text-align: left;
	margin: 0px;
	line-height: 26px;
	display:block;
	}

#leftnav li a {
	display: block;
	text-decoration:none;
	color:#5a5a5a;
	padding: 0 0 0 6px;
	margin: 0;
	line-height: 26px;
	height: 28px;
	overflow:hidden;
}
#leftnav li ul li a:first-child {
	border-top:0px solid #960; 
	line-height: 26px;

}
#leftnav li ul a:hover {
	color:#663333;
	background-color:#d7cfb9;
	line-height: 26px;
	border-top: 1px solid #960;
	border-bottom: 1px solid #960;

}
/* the drop-down ends here */

/* ==========LEFT NAV-content beneath menu items ==============================*/


#callus{
	color: #333333;
	background-color: #fdf9e5;
	background-color: #D8D8C5;
	text-align: center;
	margin: 0px;
	padding: 6px 0 0 0;
	border-top: 3px solid #960;
	border-bottom: 4px solid #960;
}
#callus h2{
	font-size: 18px;
	color: #333333;
	text-align: center;
	height: 26px;
	line-height: 26px;
	margin: 0px;
	padding: 0px;

}
#callus h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	height: 32px;
	line-height: 32px;
	margin: 0px;
}

#callus p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	height: 22px;
	line-height: 22px;
	margin: 0px;

}
#leftnavtree img{
	margin: 0;
	padding: 0;
	height: 253px;
	vertical-align: bottom;
}

/*========================BEGIN Footer==================*/

div#bottomband img{
	width: 950px;
	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:950px;
	background-color:#999999;
	padding: .3em 0 0 0;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	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:950px;
	border-top: 2px solid #cc9933;
	background-color:#511F1E;
}
div#footer h2 {
	font-size: 14px;
	font-weight: bold;
	color: #f9f9e5;
	margin: 0 0 3px 0;
}
div#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 2px 0;
	color: #f9f9e5;
}
div#footer_left{
	float: left;
	width: 280px;
	margin: 0 0 3px 0;
	padding: 6px 0;
	border-right: 1px solid #30AFC0;
}
div#footer_mid{
	float: left;
	width: 370px;
	margin: 0 0 3px 0;
	padding: 6px 0;
}
div#footer_rt{
	float: left;
	width: 280px;
	margin: 0 0 3px 0;
	padding: 6px 0;
	border-left: 1px solid #30AFC0;

}
div#footer_bot{
	width: 950px;
	margin: 0;
	padding: 3px 0;
	border-top: 1px solid #CC6633;
	clear: both;
	background-color: #D3D3D3;
}
 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=================================================*/

	
	
/*===========================START:Clearfix====================================*/


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;}	     /* further ensures the period is not visible */


.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*=======================================END Clearfix ============================================*/
