@charset "utf-8";
/* CSS Document */

#wrap {
	width: 960px;
	margin: 0 auto;
}
#header {
	float: left;
	height: 32px;
	width: 960px;
	margin: 0 0 2px 0;
}
#header span.headerLeft {
	float: left;
	font-size: 16px;
	color: #FFF;
	background: url(../img/headLeft_bg.gif) no-repeat;
	height: 13px;
	width: 253px;
	margin: 10px 0 0 0;
}
#header span.headerRight {
	background: url(../img/headRight_bg.gif) no-repeat;
	float: right;
	height: 20px;
	width: 403px;
	margin: 5px 0 0 0
}

#header span.headerLeft span, #header span.headerRight span {
	display: none;
}
#banner {
	float: left;
	height: 52px;
	width: 960px;
	background: url(../img/logo.gif) no-repeat 15px 7px;
}
#banner a img {
	float: left;
	background-image: none;
	margin: 7px 0 0 15px;
	height: 45px;
	width: 819px;
	border: none;
}
#nav {
	float: left;
	height: 45px;
	width: 960px;
	background: url(../img/logo_bg.gif) no-repeat 15px;
}
#nav ul {
	float: right;
	list-style-type: none;
	height: 45px;
	background: url(../img/nav_bg.gif) no-repeat right bottom;
}
#nav li {
	width: 103px;
	margin: 0 0 0 7px;
	display: block;
	float: left;
	height: 30px;
}
#nav a {
	display: block;
	float: left;
	height: 30px;
	width: 103px;
}
#nav a.home {
	background: url(../img/navHome.jpg) 0 0 no-repeat;
}
#nav a.home:hover {
	background: url(../img/navHome.jpg) 0 -30px no-repeat;
}
#nav a.about {
	background: url(../img/navAbout.jpg) 0 0 no-repeat;
}
#nav a.about:hover {
	background: url(../img/navAbout.jpg) 0 -30px no-repeat;
}
#nav a.services {
	background: url(../img/navServices.jpg) 0 0 no-repeat;
}
#nav a.services:hover {
	background: url(../img/navServices.jpg) 0 -30px no-repeat;
}
#nav a.faqs {
	background: url(../img/navFaq.jpg) 0 0 no-repeat;
}
#nav a.faqs:hover {
	background: url(../img/navFaq.jpg) 0 -30px no-repeat;
}
#nav a.client {
	background: url(../img/navClient.jpg) 0 0 no-repeat;
}
#nav a.client:hover {
	background: url(../img/navClient.jpg) 0 -30px no-repeat;
}
#nav a.contact {
	background: url(../img/navContact.jpg) 0 0 no-repeat;
}
#nav a.contact:hover {
	background: url(../img/navContact.jpg) 0 -30px no-repeat;
}
#nav a span{
	display:none;
}
#content {
	float: left;
	width: 930px;
	background: #FFF;
	margin: 2px 0 0 0;
	padding: 12px 15px;
}
#teaser {
	float: left;
	height: 210px;
	width: 540px;
	background: url(../c_img/homeHealing.jpg) no-repeat;
	padding-top: 130px;
	padding-right: 5px;
}
#teaser h2, #teaser_two h2 {
	display: none;
	height:0;
	margin: 0;
	padding: 0;
}
#teaser h2 span, #teaser_two h2 span {
	display: none;
}
#teaser p {
	display: block;
	float: right;
	width: 170px;
	clear: right;
}
#teaser_two {
	float: right;
	width: 385px;
	padding: 50px 0 0 0;
	background: url(../c_img/homeNeed3.jpg) no-repeat;
	height: 300px;
}
#teaser_two p {
	float: right;
	display: block;
	width: 335px;
	clear: right;
	line-height:15px;
	padding: 0 10px 0 15px;
	margin:5px 0 2px 0;
}
#botMenu {
	float: left;
	height: 23px;
	width: 960px;
	background: url(../img/botMenu_bg.gif) repeat-x;
	overflow: hidden;
	padding-top: 37px;
}
#botMenu ul {
	list-style: none;
	float: left;
	width: 940px;
	margin: 0 10px;
}
#botMenu li {
	border-right: 1px solid #FFF;
	float:left;
}
#botMenu li.last {
	border-right: none;
}
#botMenu a {
	display: block;
	font-size: 11px;
	color:#FFF;
	padding: 0 8px;
	margin: 0;
	float:left;
	font-weight: bold;
	text-decoration: none;
}
#botMenu a:hover {
	color: #008080;
	background: #FFF;
}
#footer {
	float: left;
	width: 960px;
	margin: 0 0 15px 0;
}
#footer img {
	margin: 5px 15px 0 0;
	float: left;
}
#footer span {
	float: right;
	color: #008080;
	font-weight: bold;
	margin: 15px 0 0 0;
}