/* Body ----------------------------------------------------*/
body { background: url(../../images/body_bg.jpg) repeat-x #fff; }
/* Container -----------------------------------------------*/
#container {
	width: 917px;
	margin: 0 auto;
}
/* Header --------------------------------------------------*/
#header {
	float: left;
	background: url(../../images/header_bg.jpg) no-repeat;
	width: 917px;
	height: 123px;
}
#logo {
	display: block;
	background: url(../../images/logo.jpg) no-repeat;
	width: 140px;
	height: 85px;
	margin: 17px 61px;
	text-indent: -9999px;
	outline: none;
}
/* Navbar --------------------------------------------------*/
#navbar {
	clear: both;
	float: left;
	background-color: #78496b;
	width: 917px;
	padding: 3px 0;
	min-height: 32px;
}
.nav { margin: 0; }
.nav li { float: left; }
.nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	position: static;
	padding: 5px 20px;
}
.nav a:hover {
	background-color: #915e84;
	color: #fff !important;
}
.nav li a:hover, .nav li ul a { position: static; }
.nav li ul { /* second-level lists */
	position: absolute;
	background: #915e84;
	width: 130px;
	left: -9999em;
	z-index: 100;
	margin: 0;
	border: 1px solid #734A68;
}
.nav li ul ul { /* third-and-above-level lists */ margin: -18px 0 0 130px; }
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul { left: -9999em; }
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul { /* lists nested under hovered list items */ left: auto; }
/* Second-level and third-level lists */

.nav li ul li { background: transparent; }
.nav li ul li a {
	text-indent: 0;
	padding: 3px 0;
	height: auto;
}
.nav li ul a {  /*styling the second-level lists */
	text-indent: 0;
	padding: 0.175em 0.175em 0.25em .5em;
	color: #e8e8e8;
	background-color: #915e84;
	width: 130px;
}
.nav li ul ul { /* third-and-above-level lists */
	margin: -23px 0 0 130px;
	background: #915e84;
}
.nav li ul li a:hover { /*second-level list hover state */
	color: #fff;
	background-color: #734A68;
}
/* Banner --------------------------------------------------*/
#banner {
	clear: both;
	float: left;
	width: 917px;
	margin: 10px 0;
}
#banner-left, #banner-right {
	float: left;
	width: 247px;
}
#banner-left { margin-left: 15px; }
/* Sections ------------------------------------------------*/
#newsletter, #open247, #careers, #lifeline {
	display: block;
	width: 247px;
	height: 120px;
	margin-top: 10px;
	text-indent: -9999px;
	outline: none;
}
#newsletter { background: url(../../images/section_newsletter.jpg) no-repeat; }
#open247 { background: url(../../images/section_open247.jpg) no-repeat; }
#careers { background: url(../../images/section_careers.jpg) no-repeat; }
#lifeline { background: url(../../images/section_lifeline.jpg) no-repeat; }
/* Slideshow -----------------------------------------------*/
#slideshow {
	float: left;
	width: 376px;
	height: 243px;
	margin: 15px 10px 0;
	overflow: hidden;
}
/* Main ----------------------------------------------------*/
#main {
	clear: both;
	float: left;
	background: url(../../images/main_bg.jpg) repeat-x fixed;
	width: 869px;
	padding: 0 32px 0 16px;
}
/* Sidebar -------------------------------------------------*/
#sidebar {
	float: left;
	width: 252px;
	font-size: .825em;
}
#sidebar h3 {
	text-align: center;
	color: #78496b;
}
#sidebar h4 {
	margin-top: 1em;
	margin-left: 10px;
	margin-bottom: 1em;
	font-size: 1.4em;
}
/* Flower Box ----------------------------------------------*/
#flowerbox-top {
	float: left;
	background: url(../../images/flowerbox_top.gif) top left no-repeat;
	padding-top: 13px;
}
#flowerbox-btm {
	float: left;
	background: url(../../images/flowerbox_btm.gif) bottom left no-repeat;
	padding-bottom: 44px;
}
#flowerbox-mid {
	float: left;
	background: url(../../images/flowerbox_mid.gif) repeat-y;
	width: 216px;
	padding: 0 18px;
}
/* Content -------------------------------------------------*/
#content {
	float: left;
	background: url(../../images/content_bg.jpg) right 155px no-repeat;
	width: 577px;
	margin-left: 40px;
}
#content h3 { margin: .425em 0 .325em; }
#content .bullets {
	list-style-image: url(../../images/list_img.gif);
	margin-left: 40px;
	margin-bottom: 0;
}
#content h2 {
	background: url(../../images/home_care_services_in_Iowa.gif) top left no-repeat;
	width: 257px;
	height: 48px;
	margin-top: 40px;
	text-indent: -9999px;
	outline: none;
}
#content h3 {
	font-size: 1.4em;
	font-family: "Calbri", Verdana, Arial, Helvetica, sans-serif;
	color: #78496b;
	font-weight: 400;
}
#content .more {
	display: block;
	background: url(../../images/btn_moreinfo.gif) no-repeat;
	width: 262px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
#content ol {
	list-style: inside decimal;
	margin-left: 40px;
}
/* Footer --------------------------------------------------*/
#footer {
	clear: both;
	float: left;
	background-color: #78496b;
	width: 897px;
	padding: 8px 10px;
	margin-top: 10px;
}
#footer-nav {
	margin: 0;
	text-align: center;
}
#footer-nav li {
	display: inline;
	color: #fff;
}
#footer-nav a {
	clear: both;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px;
}
#footer-nav li:after { content: "|"; }
#footer-nav li.noborder:after { content: ""; }
/* Locations -----------------------------------------------*/
#locations {
	clear: both;
	float: left;
	background-color: #f6baba;
	width: 897px;
	padding: 5px 10px;
}
#locations table {
	width: 100%;
	margin: 1em auto;
	color: #333;
	text-align: center;
}
#locations th {
	font-weight: 700;
	text-align: center;
}
#locations td {
	font-size: 1em;
	padding: 0;
	text-align: center;
vertical-align: top;
}
#locations tr { margin-top: 10px; }
#copyright {
	margin-top: 1em;
	text-align: center;
	font-size: .825em;
	color: #674c59;
}
#cjcopyright {
text-align: center;
font-size: .8em;
}
#cjcopyright a {
color: #78496B;
}
/* Misc Styles ---------------------------------------------*/
.right { float: right; }
.noborder { border: 0 !important; }
.center { text-align: center; }
