 /* ------------------------------------------------------------------------- *
  * CHIROPRACTIC CUSTOM STYLESHEET
  * Resplaces global.css and itools.css
  * Revised 2006-04-11: K.Sipe, S.Heath
  * Copyright Internet Matrix, Inc. 2002-2006
  * ------------------------------------------------------------------------- */


 /* ------------------------------------------------------------------------- *
  * undo some default styling of common (X)HTML browsers
  * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,li,pre,form,body,html,p,blockquote,fieldset,input,div,dd,dt,dl { 
	margin:0; 
	padding:0; 
}

/* prevent blue linked image borders */
a img, :link img, :visited img, :active img, :hover img { border:none; }


 /* ------------------------------------------------------------------------- *
  * Index News Letter Form
  * ------------------------------------------------------------------------- */

form#index { 
	width:120px; 
	margin:190px 0 20px 0; 
	padding-left: 50px;
}

form#index input, form#index textarea { 
	background-color:#fff; 
	border:1px solid #1e0228; 
	width:120px; 
	height:18px; 
	margin-bottom:4px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#000; 
}

form#index input.index-submit { 
	width:60px;  
	cursor:pointer; 
	BACKGROUND-COLOR: #527139; 
	COLOR: #fff; 
	FONT-FAMILY: verdana, Arial, helvetica, sans-serif; 
	FONT-SIZE: 10px;
}


/* News Letter Form */

#left-column form#inside {
	width:165px;
	padding: 20px 0 10px 40px;
}

input, textarea { 
	background-color:#fff; 
	border:1px solid #1e0228; 
	width:135px; 
	height:18px; 
	margin-bottom:4px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#000; 
}

textarea { height:60px; }

.submit { 
	width:60px;  
	BACKGROUND-COLOR: #CCDDEE; 
	COLOR: #000000; 
	FONT-FAMILY: verdana, Arial, helvetica, sans-serif; 
	FONT-SIZE: 10px;
	cursor: pointer; 
}


/*All Other Forms */

div#stress form { padding: 0; }

div#stress form input, div#stress form textarea { 
	background-color:#fff; 
	border:1px solid #1e0228; 
	height:18px; 
	margin-bottom:4px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#000;
}
				  
div#stress form input.schedule{ width:60px; }				  
				  
div#stress form input.radio{
	width:16px; 
	height:16px; 
	background-color:transparent;
}			

td input{
	width:150px; 
	height:20px; 
	background-color:transparent; 
	border:1px;
}

div#stress form input.date{
	width:50px; 
	height:16px; 
	background-color:#fff;
}	   

div#stress form textarea { 
	height:60px; 
	width:200px;
}

div#stress form .submit { 
	width:60px;  
	BACKGROUND-COLOR: #577238; 
	COLOR: #fff; 
	FONT-FAMILY: verdana, Arial, helvetica, sans-serif; 
	FONT-SIZE: 10px;
	cursor: pointer;
}

 /* ------------------------------------------------------------------------- *
  * basic elements
  * ------------------------------------------------------------------------- */

/* Used for iEdit - iEdit will not display nackground image */
body {
	text-align:left;	/* cross browser center-aligned page layout */
	background-color: #fff;	
}

body#body-bg {
	text-align:center;	/* cross browser center-aligned page layout */
	background-image: url("../images/body_bg.gif");
	background-repeat: repeat-x;
	background-color: #816D12;
	height:1100px;
}

ol li, td, p, ul, a:link, a:visited, h1, h2,h3, h4, h5, h6, .pageheading {font-family: "Century Gothic", Arial, helvetica, sans-serif;}

/* Default text characteristics */
li,td.forms,p{
	font-size:12px;
	text-decoration:none; 
	color:#464423;
}

td, p,dt, dd { line-height: 18px; }

li, td, p, pre, blockquote { margin-bottom:10px; }

/* Location page fix */
td.location{  font-size:12px;   text-decoration:none; color:#464423; }

/* Link characteristics */
a {text-decoration:underline; font-weight:bold; }

a:link, a:visited { 
	color:#126605;
	font-size:11px;
}

a:hover, #right-column a:hover.pageheading2 {
	color:#9E7F0F; 
	text-decoration:none; 
}

ul{ 
	padding:0 35px 0 5px; 
	margin: 0px 5px 5px 30px; 
	font-size:12px; 
	line-height:16px; 
	font-weight:normal;
	list-style-position: outside;
	list-style-type: square;
}

ol {padding: 0px 20px 10px 20px;}

li { margin-bottom:4px; }

h1 span, h2 span, h3 span { display:none; }

h1, .pageheading { 
	font-size:20px; 
	color: #fff;
	line-height: 30px;
}

h2, .pageheading2, #right-column  a.pageheading2  {
	font-size:16px; 
	color: #fff;
}

h3,.pageheading3 {
	font-size:12px; 
	color:#5E5307;
}

h1, .pageheading{
	margin-top:15px; 
	margin-bottom:15px; 
	padding:0px;
}

h2, .pageheading2, a.pageheading2{
	margin-top:15px; 
	margin-bottom:7px; 
	padding:0px;
}

h1,h2, .pageheading, .pageheading2 {padding: 0px 60px 0 0;}

h3, .pageheading3 {	
	padding: 0px 60px 0 0; 
	margin-bottom:0;
}

.pageheading, .pageheading2,.pageheading3 {
	margin-left:0px; 
	font-weight:bold;
}

strong.heading{ color:#fff; }

.important, STRONG.important {
	color: #5E5307;
	FONT-SIZE: 12pt;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}


 /* ------------------------------------------------------------------------- *
  * classes
  * ------------------------------------------------------------------------- */

h1.hidden, h2.hidden {margin:0; padding:0;}

.left { padding-left:10px; }

.right { text-align:right; }

.center { text-align:center; }

.hide { display:none; }

.thumbs-left { margin:-10px 15px 5px 10px; }

.thumbs-right { margin:2px 0 0 8px; }

.address{font-size:12px; font-weight:bold;}


 /* ------------------------------------------------------------------------- *
  * Index Page Block Level Elements
  * ------------------------------------------------------------------------- */

#index-wrap { 
	text-align:left;
	margin:0 auto;
	width:800px;
	background-image: url("../images/index_bg.gif");
	background-repeat: repeat-y;
}

#index-top {
	width:800px; 
	background-color:#660000;
	height:25px; 
	position:relative;
}

#index-top a.email {
	right:36px; 
	top:30px; 
	position:absolute; 
	width:23px; 
	height:16px;
}

#index-banner {
	background-image:  url("../images/index_01.jpg");
	height:310px;
	background-repeat: no-repeat;
}


 /* ------------------------------------------------------------------------- *
  * SPRITE NAVIGATION
  * ------------------------------------------------------------------------- */

#menu {
	margin:0;
	padding:14px 0 0 27px;
	width:773px;
	height:30px;
	background-image: url("../images/index_02.jpg");
	background-repeat: no-repeat;
}

#menu span { display: none; }

#menu li, #menu a { 
	height: 20px;			/* Each button must have the same height, define it here */
	display: block;
}
	
#menu a { padding-left:4px; }

#menu li { 
	margin-top:0; 
	padding-top:0;
	float: left;
	list-style: none;
	_display: inline;	/* fixes IE/Win double margin float bug (safe) */
}

/* width - width of each button, they will each most likely be unique */
#menu-01 { width:48px;   margin:0 0 0 7px ; padding:0; }
#menu-02 { width:64px;   left:0; padding:0; }
#menu-03 { width:89px;   left:0; padding:0; }
#menu-04 { width:121px;  left:0; padding:0; }
#menu-05 { width:71px;   left:0; padding:0; }
#menu-06 { width:99px;   left:0; padding:0; }
#menu-07 { width:67px;  left:0; padding:0; }
#menu-08 { width:95px;   left:0; padding:0; }
#menu-09 { width:90px;   left:0; padding:0; }

/* Changed values should match "width" numbers specified above */

/* SON OF SUCKERFISH */

#menu li ul {
	margin:0;
	padding:0;
	position: absolute;
	left: -9999px;
	background-color:#EAD97D;
	border-left: #FBF6CE 1px solid;
	border-bottom: #FBF6CE 1px solid;
	border-right: #FBF6CE 1px solid;
}
	
#menu li ul li { height: 20px; }	/* Height of each drop down menu item */

#menu li ul li a {
	width: 100%;
	height: 20px;			/* Height of each drop down menu item, should match above */
	line-height: 20px;			/* Height of each drop down menu item again, should match above */
}
	
#menu li ul li a span {
	display: block;
	padding-left: 5px;
}

/* Drop down link styles */

#menu a:link, #menu a:visited,  #menu a:active, #menu-02 ul li a:hover, #menu-03 ul li a:hover, #menu-04 ul li a:hover, #menu-05 ul li a:hover {
	font-size: 11px;
	font-weight:bold;
	color: #1A670E;
	text-decoration: none;
}
	
#menu a:hover{ color:#67560B; }

#menu li:hover ul, #menu li.sfhover ul	{ left: auto; }

/* Hover styles for drop down items */

#menu-02 ul li a:hover, #menu-03 ul li a:hover, #menu-04 ul li a:hover, #menu-05 ul li a:hover { 
	color: #fff;
	background-image: none;
	background-color:#AB991E;
}

/* width of drop down menu - choose width that allows items to display on one line */

#menu-02 ul, #menu-02 li { width: 134px; }	
#menu-03 ul, #menu-03 li { width: 134px; }		
#menu-04 ul, #menu-04 li { width: 134px; }		
#menu-05 ul, #menu-05 li { width: 134px; }	

 /* ------------------------------------------------------------------------- *
  * horizontal navigation
  * ------------------------------------------------------------------------- */

#nav { 
	margin:0; 
	padding:0; 
	background:url("../images/layout/top-sprite.gif") no-repeat; 
	height:39px; 
	position:relative;
}

#nav li {
	margin:0; 
	padding:0; 
	position:absolute; 
	top:0; 
}

#nav li, #nav a {
	margin:0; 
	padding:0; 
	height:39px; 
	display:block; 
}

#nav span { display:none; }

#nav-01 { width:62px; left:13px; }
#nav-02 { width:117px; left:76px; }
#nav-03 { width:116px; left:194px; }
#nav-04 { width:83px; left:310px; }
#nav-05 { width:116px; left:394px; }
#nav-06 { width:91px; left:512px; }
#nav-07 { width:87px; left:603px; }

#nav-01 a:hover { background:transparent url(../images/layout/top-sprite.gif) -13px -39px no-repeat; }
#nav-02 a:hover { background:transparent url(../images/layout/top-sprite.gif) -76px -39px no-repeat; }
#nav-03 a:hover { background:transparent url(../images/layout/top-sprite.gif) -194px -39px no-repeat; }
#nav-04 a:hover { background:transparent url(../images/layout/top-sprite.gif) -310px -39px no-repeat; }
#nav-05 a:hover { background:transparent url(../images/layout/top-sprite.gif) -394px -39px no-repeat; }
#nav-06 a:hover { background:transparent url(../images/layout/top-sprite.gif) -512px -39px no-repeat; }
#nav-07 a:hover { background:transparent url(../images/layout/top-sprite.gif) -603px -39px no-repeat; }


/* Index Layout */

#index-column-wrap{
	background-image:  url("../images/index_col_wrap.jpg");
	width:800px;
	background-repeat: no-repeat;
}

 /* ------------------------------------------------------------------------- *
  * Left Column on the Index Page
  * ------------------------------------------------------------------------- */

#index-left-column{ 
	margin-top:55px; 
	width:212px; 
	float:left;
}

#index-left-column form.index {margin: 20px 0 10px 20px;}

#index-left-column table {margin: 20px 20px 10px 20px;} 

#index-left-column p {padding: 0px 20px 10px 20px;} 

#index-interactive-spine{
	margin-bottom:100px; 
	height:400px;
	background-image: url("../images/spine-back.jpg");
	background-repeat: no-repeat;
}

#index-interactive-spine-spacer {height:340px;}

#index-interactive-spine object{margin:0 25px 0 60px;}


 /* ------------------------------------------------------------------------- *
  * Center Column on the Index Page
  * ------------------------------------------------------------------------- */

#index-center-column{ 
	margin-top:25px; 
	width:345px; 
	float:left;
}

#index-center-column p{ padding: 0px 40px 10px 20px;}

#index-center-column h1,.heading{ padding: 0px 20px 10px 30px;}

#index-center-column a.back-to-top {
	margin-left:250px; 
	width:100px; 
	height:16px;
}

#index-center-column img {padding:0; margin:0;}


 /* ------------------------------------------------------------------------- *
  * Expanded Index IDs
  * Used for Pods on Index page
  * ------------------------------------------------------------------------- */

#index-pod-left {padding: 0px 40px 20px 80px;}

#index-pod-right {padding: 0px 0px 20px 0px;}

#index-pod-center {padding: 20px 0px 20px 170px;}

#index-pod-left, pod-right{width:132px; float:left;}

#index-pod-center{width:132px; float:left;}


 /* ------------------------------------------------------------------------- *
  * Right  Column on the Index Page
  * ------------------------------------------------------------------------- */

#index-right-column{
	width:234px;
	float:left;
	/* background-image:  url("../images/layout_05.gif");
	background-repeat: no-repeat; */
}

#index-right-column p{ padding: 0px 40px 10px 20px;}

#index-right-column h2{ padding: 0px 10px 10px 0px;}

#index-right-column img.first {
	padding: 0 0 0 9px; 
	margin:0 0 0 0;
}

#index-right-column img {
	padding: 0 0 0 9px; 
	margin:0;
}

#summary-copy1 {
	height:280px; 
	padding-left:10px; 
	overflow:hidden;
}

#summary-copy1 h2{ margin:0 20px 0 40px; }

#summary-copy1-read-more {
	margin:10px 0 10px 0; 
	padding-left:10px;
}

#summary-copy2 {
	height:250px; 
	overflow:hidden;
}

#summary-copy2-read-more {
	margin:10px 0 10px 0; 
	padding-left:20px;
}


 /* ------------------------------------------------------------------------- *
  * Bottom on the Index Page
  * ------------------------------------------------------------------------- */

#index-bottom {
	text-align:center;
	margin:0 auto;
	background-image: url("../images/index_bottom.jpg");
	height:152px;
	clear:both;
	overflow:hidden;
	background-repeat: no-repeat;
}

#index-bottom p{ 
	margin-left:0; 
	margin-top:50px; 
	font-size:11px;
}	

#index-bottom a { 
	margin-left:10px; 
	margin-right:10px; 
	font-weight:normal; 
}

#index-bottom a, #bottom a:hover { text-decoration:none; }

#index-bottom a.first  { margin-left:0;}

#index-bottom a.back-to-top {
	right:36px; 
	top:0px; 
	position:relative; 
	width:23px; 
	height:16px;
}


 /* ------------------------------------------------------------------------- *
  * Inside Page Block Level Elements
  * ------------------------------------------------------------------------- */

#wrap {  
	text-align:left;
	margin:0 auto;
	width:800px;
	background-image: url("../images/inside_bg.gif");
	background-repeat: repeat-y;
}

#top {
	width:800px;
	height:25px; 
	position:relative;
}

#top a.email {
	right:36px; 
	top:30px; 
	position:absolute; 
	width:23px; 
	height:16px;
}

#banner {
	background-image: url("../images/layout_01.jpg");
	height:295px;
	background-repeat: no-repeat;
}

#top-nav{ 
	text-align:center; 
	padding-top:15px; 
	height:35px;
}

#column-wrap{
	width:800px;
	background-image: url("../images/inside_col_wrap.jpg");
	background-repeat: no-repeat;
}

#main-nav {left:0;   }

 /* ------------------------------------------------------------------------- *
  * Left Column on the Inside Page
  * ------------------------------------------------------------------------- */

#left-column{ 
	margin-top:55px; 
	width:236px; 
	float:left;
}

#left-column table {margin: 20px 20px 10px 20px;} 

#left-column p {padding: 0px 20px 10px 20px;} 

#inside-interactive-spine-spacer {height:350px;}

#inside-interactive-spine{
	margin-bottom:100px; 
	height:402px;
	background-image:url("../images/inside_interactive_spine.gif");
	background-repeat: no-repeat;
}

#inside-interactive-spine object{ margin:0 25px 0 50px;}

 /* ------------------------------------------------------------------------- *
  * Right Column on the Inside Page
  * ------------------------------------------------------------------------- */

#right-column{ 
	margin-top:23px; 
	width:500px; 
	padding: 0; 
	float:left;
}

#right-column p, #right-column  a.pageheading2 {padding: 0px 0 7px 0px;}

#right-column img {padding:0; margin:0;}

#link-x { 
	background-color:#FFFFFF;  
	margin-top:25px; 
	margin-bottom:25px; 
	padding:10px;
}

#link-x p, h1.link-x{ color: #003399;}

a h3{ 
	font-size:18px; 
	text-decoration:underline; 
	font-weight:bold;
}

a:hover h3 {
	color:#810608; 
	text-decoration:none; 
}

ul.services { margin-left:120px;}


 /* ------------------------------------------------------------------------ *
  * Bottom on the Inside Page
  * ------------------------------------------------------------------------ */ 
 
#bottom {
	text-align:center;
	margin:0 auto;
	background-image: url("../images/inside_bottom.jpg"); 
	background-repeat:no-repeat;
	height:152px; 	
	clear:both;
	overflow:hidden;
	position:relative;
}

#bottom p{ 
	margin-left:0; 
	margin-top:50px; 
	font-size:11px;
}	

#bottom a { 
	margin-left:10px; 
	margin-right:10px; 
	font-weight:normal; 
}

#bottom a, #bottom a:hover { text-decoration:none; }

#bottom a.first  { margin-left:0;}

#bottom a.back-to-top {
	right:36px; 
	top:0px; 
	position:absolute; 
	width:100px; 
	height:16px;
}


 /* ------------------------------------------------------------------------- */
 /* footer
  * ------------------------------------------------------------------------- */

#footer {
	width:680px;
	text-align:center;
	margin:0 auto;
}

#footer p { 
	font-size: 11px;
	color:#3F3507;
}

#footer a:link, #footer a:visited, #footer a:active { 
	font-size: 11px;
	text-decoration:underline;
	color:#BC9C0D;
	font-weight:normal;
}

#footer a:hover { 
	font-size: 11px;
	text-decoration:none;
	color:#BC9C0D;
	font-weight:normal;
}


 /* ------------------------------------------------------------------------- *
  * iTools
  * ------------------------------------------------------------------------- */
 

/* General */

.smallprint {
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #333333;
	font-size: 8pt;
}

.itool-parapgraph-header {
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #597238;
    font-weight: bold;
    text-decoration: none;
	FONT-SIZE: 11pt;
}

/* iCalendar */

#icalendar{
	margin-top:10px; 
	padding-top:10px; 
	margin-left:36px;
	width:480px; 
}

.itool-block, TD.itool-block {
	background: #D2DDB3;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #333333;
	font-size: 9px;
}

.itool-block-alt, TD.itool-block-alt {
	background: #A9D03F;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #333333;
	font-size: 9px;
}

.itool-block-blank, TD.itool-block-blank {
	background: #A0B46A;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #333333;
	font-size: 9px;
}

.itool-block-head, TD.itool-block-head {
	background: #758D33;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.itool-table {
	border-color:#000000;
	background-color:#EAF1D7;
}

.itool-block-text, TD.itool-block-text {
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #333333;
	font-size: 9px;
}


/* iEducate */

#ieducate{ 
	background-color:#FFFFFF;  
	margin-top:55px; 
	padding-top:10px; 
	padding-left:20px; 
	margin-left:20px; 
	width:480px; 
}

#ieducate p, #ieducate tr td p, #ieducate tr td, #ieducate table tr td ul li, #ieducate table tr td ol li{ color:#333; }

#ieducate tr td strong.pageheading { color: #597238; }

#ieducate a:link, #ieducate a:visited, #ieducate a:active, #ieducate li a.itool-small-menu:link, #ieducate li a.itool-small-menu:visited, #ieducate li a.itool-small-menu:active {
	color:#657E23;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	FONT-SIZE: 11px;
}

#ieducate a:hover, #ieducate li a.itool-small-menu:hover { color:#A98A13; }


/* iNewsletter */

#right-column #inews{ 
	padding:10px; 
	background-color:#FFFFFF; 
	width:480px;
}

#right-column #inews p, #right-column #inews ul li {color:#333333;}

#right-column #inews a:link, #right-column #inews a:active, #right-column #inews a:visited {color:#A98A13;}

#right-column #inews a:hover {color:#A98A13;}


/* iStore */

#istore-page{ 
	background-color:#FFFFFF;  
	margin-top:53px; 
	padding-top:10px; 
	margin-left:0; 
	width:480px;
}

#istore-page td.itool-tablehead {
	background: #758D33;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.itool-row, TD.itool-row {
	background-color:#fff;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #333333;
	font-size: 9pt;
}

.itool-row-alt, TD.itool-row-alt {
	background: #fff;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #333333;
	font-size: 9pt;
}

#istore-page td, #istore-page tr td p  {
	color:#333;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	FONT-SIZE: 11px;
}

#istore-page td a.itool-small-menu, #istore-page table tr td a {
	color:#A0B46A;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	FONT-SIZE: 11px;
}

#istore-page a:hover {
	color: #A98A13;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	FONT-SIZE: 11px;
}

#istore-page a.itool-row , #istore-page TD a.itool-row  {	
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #A0B46A;
	font-size: 11px;
}


/* Tips */

#tip-wrapper{width:80%;}

#tips-left-column{
	width:50%; 
	float:left;
}

#tips-left-column p{padding-right:10px;}

#tips-right-column p{padding:0 2px 0 5px;}

#tips-right-column{ 
	border:1px solid #000; 
	padding:0; 
	margin-right:10px; 
	width:33%; 
	float:left;
}

td span p img{
	margin-right:10px; 
	margin-bottom:8px;
}

td#quick-links p {
	font-size:12px;
	text-decoration:none; color:#000;
}

 /* ------------------------------------------------------------------------- *
  * End
  * ------------------------------------------------------------------------- */
