/* Homepage Stylesheet for Compassionate Care Hospice
 * CSS: cch-style-home.css
 * URL: http://www.cchnet.net/
 */

#socialMedia {
    position: absolute;
    float: right;
    right: 17px;
    top: 40px;
}

#bgScenery {
	position: relative;
	top:   -8px;
	margin: 0 auto;
	width:  900px;
	height: 1000px;
	background-image: url('/images/bg-scenery.png');
}

#cchTagline {
	position: absolute;
	z-index: 15;
	top: 50px;
	left: 50px;
	width: 552px;
	height: 107px;
	background-image: url('/images/cch-tagline.png');
}

#chapAccredited {
	position: absolute;
	bottom: 154px;
	right: 330px;
	width: 83px;
	height: 92px;
	background-image: url('/images/chap-accredited2.png');
}

#sun {
	position: absolute;
	z-index: 10;
	top: 310px;
	width: 327px;
	height: 417px;
	background-image: url('/images/sun.png');
}

#house {
	position: relative;
	z-index: 20;
	top:    190px;
	width:  635px;
	height: 712px;
	background-image: url('/images/house.png');
}

#sideText {
	background-image: url('/images/side-text-bg-mid.png');
	width: 204px;
	position: absolute;
	right: 0;
	top: 240px;
	font-family: "Georgia", serif;
	padding: 0 50px;
}

#sideText h1 {
	font-family: "Georgia", serif;
	font-size: 24px;
	font-weight: normal;
	font-style: oblique;
}

#sideText p {
	line-height: 25px;
}

/* -- navigation different for homepage -- */

#nav-about-us { 
	left: 274px; 
	top:  126px;   
}

#nav-understanding { 
	left: 261px; 
	top:  260px;   
}

#nav-services { 
	left: 120px; 
	top:  430px;   
}

#nav-locations { 
	left: 276px; 
	top:  470px;   
}

#nav-career-ops { 
	left: 120px; 
	top:  260px;   
}

#nav-caring-sharing { 
	left: 420px; 
	top:  260px;   
}

#nav-giving-back { 
	left: 420px; 
	top:  430px;   
}

#nav-contact { 
	left: 157px; 
	top:  483px;   
}

#loginBox {
	position: absolute;
	right: 0;
	padding-top: 10px;
	padding-right: 20px;
}

#loginBox a {
	color: #113C53;
	text-decoration: none;
	padding-left: 10px;
	border-left: 1px solid black;
}

#loginBox a:hover {
	color: white;
}

