@charset "utf-8";

/********************
	html elements
*********************/

/* top elements */
* {padding: 0; margin: 0; border:0;}

body {
	font-size: 13px;
	text-align: center;
	background: #F7FBF4;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;}
	
/* links, lists */
a {
	background: inherit;
	color: #3C5137;
	text-decoration: underline;}
	
a:focus {outline: none;}

a:hover {
	background: inherit;
	color: #5BB36F;}
	
a.highlight {font-weight: bold;}
	
ul, ol, li {
	padding-bottom: 5px;
	list-style-image: url(images/bullet.gif);
	margin-left: 10px;}

li.expanded {padding-bottom: 20px;}
li.form {list-style-image: none; list-style-type: none; padding-bottom: 5px;}
li.no-bullet {list-style-image: none; list-style-type: none; padding-bottom: 20px;}
li.numbered {list-style-image: none; margin-left: 30px; padding-bottom: 15px;}

/* headers */
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #3C5137;}
	
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #3C5137;
	margin-bottom: 15px;}
	
h2.index-treatments {margin-top: 10px;}
	
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;}

h3.faq-proprioceptive {margin-bottom: 5px;}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;}

h4.faq-proprioceptive {margin-top: 10px; margin-left: 20px; margin-bottom: 20px; color: #3C5137;}

h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 21px;
	color: #3C5137;}
	
h6 {
	font-size: 13px;
	margin-bottom: 15px;}
	
p {margin-bottom: 15px;}

p.condensed {margin-bottom: 8px;}

p.expanded {margin-bottom: 30px;}

p.footer-copyright {font-size: 12px; margin-bottom: 8px;}
p.footer-disclaimer {font-size: 11px; margin-bottom: 0px;}
	
p.faq-proprioceptive {margin-left: 40px;}

p.index-intro {
	color: #577753;
	text-align: center;
	font-weight: bold;}
	
p.index-videos-intro {margin-right: 8px; margin-left: 8px;}

p.index-videos {margin-top: 10px;}

.indent {position: absolute; left: 460px;}

blockquote {
	padding: 0px 10px 0px 34px;
	background-image: url(images/blockquote.gif);
	background-repeat: no-repeat;
	background-position: left top;}

/* images */
img.floatleft {
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;}
	
img.floatright {
	float: right;
	margin-bottom: 18px;
	margin-left: 18px;}
	
img.floatright-nomargin {
	float: right;
	margin-left: 18px;}
	
img.download {
	margin-left: 3px;
	margin-right: 2px;}
	
img.share {
	height: 16px;
	width: 125px;}
	
.line-dotted {
	margin-bottom: 15px;
	line-height: 0px;
	font-size: 0px;
	height: 1px;
	background: url(images/line-dotted.gif) repeat-x;
	margin-top: 15px;}
	
.line-dotted-faint {
	margin-bottom: 15px;
	line-height: 0px;
	font-size: 0px;
	height: 1px;
	background: url(images/line-dotted-faint.gif) repeat-x;
	margin-top: 15px;}
	
.line-solid {
	margin-bottom: 15px;
	line-height: 0px;
	font-size: 0px;
	height: 1px;
	background: url(images/line-solid.gif) repeat-x;
	margin-top: 15px;}

/* tables */
table {margin-bottom: 15px;}
	
tr {height: 20px;}

td {
	vertical-align: top;
	padding-right: 3px;
	padding-left: 3px;}

/* forms */
form.signup-index {
	background-color: #E6EDE4;
	border: 1px solid #CCDBC8;
	padding-top: 15px;
	width: 218px;}
	
form.signup {
	background-color: #E6EDE4;
	border: 1px solid #CCDBC8;
	width: 220px;}
	
label {
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block}
	
input {
	background: #FFFFFF;
	border: 1px solid #CCDBC8;
	padding-right: 1px;
	padding-left: 1px;}
	
.submit input {
	color: #000;
	background: #CCDBC8;
	border: 2px outset #CBDCC7;
	margin-left: 56px;}
	
/********************
	layout
*********************/
	
#container {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/container.jpg) repeat-y left top;
	text-align: left;}
	
#subcontainer {
    width: 794px;
	padding-right: 23px;
	padding-left: 23px;}
	
#banner {
	width: 794px;
	height: 62px;
	float: left;
	background: url(images/banner.jpg) no-repeat left top;
	color: #FFFFFF;
	font-size: 4px;}
	
#banner-signup {
	width: 794px;
	height: 63px;
	float: left;
	background: url(images/banner-signup.jpg) no-repeat left top;
	color: #FFFFFF;
	font-size: 4px;}
	
#header {
	width: 776px;
	float: left;
	margin-top: 15px;
	background-color: #F7FBF4;
	padding-left: 18px;
	margin-bottom: 15px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;}
	
#header-index {
	width: 502px;
	height: 137px;
	float: left;
	margin-top: 12px;}

/* navigation */
#nav {
    width:794px;
	height: 30px;
	margin: 0px;
	float:left;
	background:#F7FBF4;
	line-height:normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6EDE4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6EDE4;}
	
#nav ul {
	width: 794px;
	margin: 0px;
	padding: 0;
	float: left;
	background-color: #EDF2EC;
	display: inline;
	font-weight: bold;
	list-style-image: none;}
	
#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFFFFF;}
	
#nav li a {
	margin: 0px;
	padding: 6px 15px;
	display: block;
	text-decoration: none;
	font-weight: bold;}
	
#nav li a:hover {
	color: #6C9362;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DEE8DB;}
	
#nav li a#nav-current {
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;}
	
#nav li a#nav-current-index {
	padding-left: 18px;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;}
	
#nav li.share {padding: 6px 15px 5px;}

#nav li a.share {
	padding: 0px;
	background-color: #EDF2EC;}
	
#nav li a:hover.share {
	background-color: #EDF2EC;
	border: none;}

#nav li a#nav-current.share {
	background-color: #EDF2EC;
	border: none;}
	
#nav li a#homealign {padding-left: 18px;}

/* content */
#primary-content {
	width: 758px;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 20px;}

#primary-content-index {
	width: 502px;
	float: left;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 20px;}
	
#primary-content-links {
	width: 758px;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 0px;}
	
#sidecontent-index {
	width: 480px;
	float: left;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ECF1EB;
	background-color: #FCFCFC;
	text-align: center;}
	
#sidecontent-index2 {
	width: 218px;
	float: right;
	display: inline;
	padding-right: 20px;
	padding-left: 18px;
	background-image: url(images/vertborder.gif);
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-bottom: 10px;}
	
#sidecontent-chiropractic {
	width: 220px;
	float: right;
	margin-bottom: 18px;
	margin-left: 18px;
	background-image: url(images/vertborder.gif);
	background-repeat: repeat-y;
	display: inline;
	padding-left: 18px;}
	
#sidecontent-chiropractic2 {
	margin-top: 10px;
	clear: left;}
	
#sidecontent-links {
	width: 250px;
	float: right;
	border: 1px solid #ECF1EB;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 65px;}

#column-container-links {
	width: 502px;
	float: left;}

.column-left-links {
	float: left;
	width: 202px;}

.column-right-links {
	float: left;
	width: 300px;}
	
#sidecontent-news {
	width: 300px;
	float: right;
	margin-bottom: 18px;
	margin-left: 18px;
	display: inline;
	border: 1px solid #ECF1EB;
	margin-top: 22px;
	padding-top: 8px;
	padding-right: 12px;
	padding-left: 12px;
	background-image: url(images/headlines.jpg);
	background-repeat: repeat-x;
	background-position: left top;}
	
.sidecontent-treatments {
	width: 639px;
	float: right;
	padding-right: 5px;}
	
.sidecontent-treatments2 {
	width: 750px;
	margin: 25px auto;
	text-align: center;}
	
.sidecontent-proprioceptive {
	width: 400px;
	float: left;
	margin-bottom: 20px;
	margin-left: 168px;
	border: 1px solid #ECF1EB;
	padding: 10px;
	background-color: #FCFCFC;}
	
.sidecontent-proprioceptive2 {margin-left: 17px; margin-right: 16px;}
	
.title-proprioceptive {text-indent: 196px;}

/* footer */
#footer {
	width: 758px;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D3E0D1;
	border-bottom-color: #D3E0D1;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 18px;
	margin-left: 23px;
	text-align: center;}
	
/* alignment classes */
.float-left {float: left;}

.float-right {float: right;}

.align-right {
	text-align: right;
	padding-right: 5px;}

.spacer {
	margin-top: 10px;
	margin-bottom: 10px;}
	
/* reset class */
.clear {clear: both;}
