* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 13px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	outline:none;
}
.clear {
	clear: both;
}
.hor-line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 6px;
}
#page-wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#page-wrapper #page-header {
	height: 88px;
}
#page-header #logo {
	width: 272px;
}
#page-wrapper #page-nav {
	height: 40px;
}
.nav-links {
	height: 40px;
}
.nav-links ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.nav-links li {
	display: inline;
	list-style-type: none;
}
.nav-links a#home {
	background-image: url(../images/nav-bg.jpg);
	display: block;
	float: left;
	width: 115px;
	height: 40px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: 0px 0%;
}
.nav-links a#home:hover {
	background-position: 0px 100%;
}
.nav-links a#home-active {
	display: block;
	float: left;
	width: 115px;
	height: 40px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	background-image: url(../images/nav-bg.jpg);
}
.nav-links a#about {
	background-image: url(../images/nav-bg.jpg);
	display: block;
	float: left;
	width: 144px;
	height: 40px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -115px 0%;
}
.nav-links a#about:hover {
	background-position: -115px 100%;
}
.nav-links a#about-active {
	display: block;
	float: left;
	width: 144px;
	height: 40px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -115px 50%;
	background-image: url(../images/nav-bg.jpg);
}
.nav-links a#therapy-providers {
	background-image: url(../images/nav-bg.jpg);
	display: block;
	float: left;
	width: 220px;
	height: 40px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -259px 0%;
}
.nav-links a#therapy-providers:hover {
	background-position: -259px 100%;
}
.nav-links a#therapy-providers-active {
	display: block;
	float: left;
	width: 220px;
	height: 40px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -259px 50%;
	background-image: url(../images/nav-bg.jpg);
}
.nav-links a#healthcare-clients {
	background-image: url(../images/nav-bg.jpg);
	display: block;
	float: left;
	width: 221px;
	height: 40px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -479px 0%;
}
.nav-links a#healthcare-clients:hover {
	display: block;
	float: left;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -479px 100%;
}
.nav-links a#healthcare-clients-active {
	display: block;
	float: left;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -479px 50%;
	background-image: url(../images/nav-bg.jpg);
	height: 40px;
	width: 221px;
}
.nav-links a#contact {
	background-image: url(../images/nav-bg.jpg);
	display: block;
	width: 155px;
	height: 40px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -700px 0%;
}
.nav-links a#contact:hover {
	display: block;
	text-indent: -999999px;
	background-position: -700px 100%;
}
.nav-links a#contact-active {
	background-image: url(../images/nav-bg.jpg);
	display: block;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -700px 50%;
	height: 40px;
	width: 155px;
}
.nav-links a#follow {
	background-image: url(../images/nav-bg.jpg);
	display: block;
	float: left;
	width: 145px;
	height: 40px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -855px 0%;
}
.nav-links a#follow:hover {
	background-image: url(../images/nav-bg.jpg);
	display: block;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -855px 100%;
}
.nav-links a#follow-active {
	background-image: url(../images/nav-bg.jpg);
	display: block;
	float: left;
	width: 145px;
	height: 40px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: -855px 50%;
}
#page-footer {
	clear: both;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
}
#page-footer .footer-links-container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	height: 144px;
}
.footer-links-container .footer-links {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	height: 130px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f3f3f3;
}
.footer-links h3 {
	font-size: 15px;
	margin-bottom: 10px;
}
.footer-links ul {
	font-size: 12px;
}
.footer-links  li {
	margin-bottom: 6px;
	list-style-type: none;
	background-image: url(../images/footer-link-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
	line-height: 13px;
}
.footer-links a {
	color: #333;
	text-decoration: none;
}
.footer-links a:hover {
	color: #C00;
	text-decoration: underline;
}
#page-footer .copy-right {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 11px;
}
.copy-right img {
	vertical-align: middle;
	margin-left: 3px;
}
.copy-right a {
	color: #333;
	text-decoration: none;
}
.copy-right a:hover {
	color: #333;
	text-decoration: underline;
}
