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

body {
	font-family: 'Arial';
	font-size: 13px;
	line-height: 19px;
	background-image: url('/images/bg-shadow2.png');
	background-repeat: repeat-y;
	background-position: 50%;
}

h1 {
	font-size: 25px;
	color: #001E4D;
	font-family: "Trebuchet", "Trebuchet MS", sans-serif;
	margin-top: 25px;
}

h2 {
	font-size: 16px;
	color: #001E4D;
	font-family: "Trebuchet", "Trebuchet MS", sans-serif;
	margin-top: 25px;
}

h3 {
	font-size: 14px;
	color: #002D71;
	font-weight: normal;
}

img {
	border: 0;
}

.cb:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#navBottom {
	position: relative;
	top: 170px;
	z-index: 4;
	margin:  0 auto;
	width:   70%;
	font-family: "Arial", sans-serif;
	text-align:   center;
	border-top:   2px solid black;
	padding-top:  10px;
}

	#navBottom a {
		color: black;
		text-decoration: none;
	}

	#navBottom a:hover {
		color: green;
	}

#navTop {
	position: relative;
	top: 170px;
	z-index: 4;
	margin:  0 auto;
	width:   70%;
	font-family: "Arial", sans-serif;
	text-align:   center;
	border-top:   2px solid black;
	padding-top:  10px;
}

	#navBottom a {
		color: black;
		text-decoration: none;
	}

	#navBottom a:hover {
		color: green;
	}

.houseNav {
	position: absolute;
	z-index: 30;
	display: block;
}

#nav-about-us { 
	width:  74px; 
	height: 27px; 
	background-image: url('/images/nav-about-us-off.png'); 
}

#nav-understanding { 
	width:  103px; 
	height: 41px; 
	background-image: url('/images/nav-understanding-off.png'); 
}

#nav-services { 
	width:  94px; 
	height: 27px; 
	background-image: url('/images/nav-services-off.png'); 
}

#nav-locations { 
	width:  73px; 
	height: 38px; 
	background-image: url('/images/nav-locations-off.png'); 
}

#nav-career-ops { 
	width:  100px; 
	height: 41px; 
	background-image: url('/images/nav-career-ops-off.png'); 
}

#nav-caring-sharing { 
	width:  73px; 
	height: 41px; 
	background-image: url('/images/nav-caring-sharing-off.png'); 
}

#nav-giving-back { 
	width:  86px; 
	height: 30px; 
	background-image: url('/images/nav-giving-back-off.png'); 
}

#nav-contact { 
	width:  84px; 
	height: 27px; 
	background-image: url('/images/nav-contact-off.png'); 
}

.locationBlock {
	float: left;
	margin-bottom: 30px;
	width: 370px;
}

.locationBlock h2 {
	margin-bottom: 0;
}

ol {
	padding: 0 0 0 20px;
}

ol li {
	margin-bottom: 10px;
}

table.formTab tr td {
	vertical-align: top;
}

a.backButton {
	display: block;
	text-decoration: none;
	font-weight: normal !important;
	font-size: 12px;
	width: 200px;
}

.jobPosition {
	margin-bottom: 25px;
	padding-top: 10px;
	border-top: 1px solid black;
}

/* -- for hover preview styles, see hover-preview.css -- */

