/* Subpage Stylesheet for Compassionate Care Hospice
 * CSS: cch-style-sub.css
 * URL: http://www.cchnet.net/
 */

#bgSubpage {
  position: relative;
  top: -8px;
  margin: 0 auto;
  width: 900px;
  min-height: 862px;
  background-image: url('/images/bg-subpage.png');
  background-repeat: no-repeat;
  background-position: top;
}

#subNav {
  position: relative;
  top: 100px;
  margin: 0 auto;
  width: 900px;
  height: 125px;
}
.headerArea {
  position: relative;
  top: 10px;
  width: 740px;
  margin: 0 auto;
  margin-bottom: 30px;
	min-height: 300px;
}

.contentArea {
  position: relative;
  top: 130px;
  width: 740px;
  margin: 0 auto;
  margin-bottom: 30px;
	min-height: 300px;
}

.contentArea a {
	color: #001E4D;
	font-weight: bold;
	text-decoration: none;
}

.contentArea a:hover {
	color: blue;
}

#homeContact {
  position: absolute; 
  top: -30px;
  right: 40px;
  color: #113C53;
  font-size: 15px;
}

#homeContact a {
  color: #113C53;
  text-decoration: none;
}

#homeContact a:hover {
  color: white;
}

img.title {
	display: block;
}

/* -- addthis buttons -- */

#addThis {
	position: absolute;
	right:   81px;
	bottom: -53px;
}

#socialMedia {
	position: absolute;
	right: 40px;
	top:  -90px;
}

/* -- navigation different for subpage. to see general
 * -- styles, see cch-style.css ---------------------*/

#nav-about-us { 
	left: 400px; 
	top:  82px;
}

#nav-understanding { 
	left: 25px; 
	top:  70px;
}

#nav-services { 
	left: 146px; 
	top:  82px;
}

#nav-locations { 
	left: 260px; 
	top:  70px;
}

#nav-career-ops { 
	left: 780px; 
	top:  70px;
}

#nav-caring-sharing { 
	left: 540px; 
	top:  70px;
}

#nav-giving-back { 
	left: 660px; 
	top:  82px;
}

/* -- end nav styles -- */


/* -- suckerfish drowpdown menu -- */

#subNav ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 10;
}

#subNav ul li {
  float: left;
  position: relative;
  width: 200px;
  padding: 0;
  margin: 0;
}

#subNav ul li ul {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}

#subNav li ul {
  display: none;
  position: absolute; 
  top: 10px;
  left: 0;
  padding: 0;
  margin: 0;
}

#subNav li ul li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-family: "Verdana", sans-serif;
  font-size: 10px;
  padding: 3px;
  border: 1px solid #002D71;
  margin-bottom: 1px;
  background: #BBD2F9;
  color: blue;
}

#subNav li ul li a:hover {
  background: #D2E1FA;
  color: #001E4D;
}

#subNav li ul li a:visited {
  color: blue;
}

#subNav li > ul {
}

  #subNav li:hover ul { 
	display: block; 
}

