﻿body
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #0098d1;
	margin: 0px;
}

html, form
{
	margin: 0px;
}

img
{
	border: none;
}

h1
{
	color: #00374f;
	font-size: 18px;
	margin: 0px 0px 18px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: solid 1px #00374f;
}

h2
{
	color: #00374f;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}

h2 a:link, h2 a:visited
{
	color: #00374f;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
}

h2 a:active, h2 a:hover
{
	color: #16a6dd;
}

h3
{
	color: #16a6dd;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
}

h3.padbot
{
    margin-bottom: 15px;
}

h4
{
	color: #00374f;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

hr
{
	color: #081c3d;
	border: none;
	border-bottom: solid 1px #081c3d;
	height: 1px;
}

p
{
	margin: 0px 0px 10px 0px;
}

ul
{
	margin: 0px 0px 10px 30px;
}

a:link, a:visited
{
	color: #002c69;
	font-weight: bold;
}
a:active, a:hover
{
	color: #2fbdf2;
}

.clear
{
    clear: both;
}

/* layout */

#header
{
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	width: 915px;
	height: 143px;
	position: relative;
	margin: 0px auto 0px auto;
}

	.logo
	{
		display: block;
		width: 345px;
		height: 200px;
		position: absolute;
		left: 8px;
	}

	#nav
	{
		width: 500px;
		height: 22px;
		position: absolute;
		top: 60px;
		left: 400px;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		border-bottom: solid 1px #02afef;
	}
	
	#nav li
	{
		display: inline;
	}
	
	#nav a
	{
		color: #0a1f42;
		font-weight: bold;
		display: block;
		height: 20px;
		float: left;
		padding: 0px 20px 0px 0px;
		margin: 0px 0px 0px 0px;
		text-decoration: none;
	}
	
	#nav a:hover
	{
		color: #02afef;
		border-bottom: solid 2px #02afef;
	}
	
	#nav .active
	{
	    color: #02afef;
		border-bottom: solid 2px #02afef;
	}

#container
{
	width: 915px;
	position: relative;
	margin: 0px auto 0px auto;
}

	.tagline
	{
		position: absolute;
		top: 2px;
		left: 370px;
	}

	#lefty
	{
		background-image: url(images/side_bg.gif);
		background-repeat: no-repeat;
		width: 345px;
		min-height: 200px;
		float: left;
		padding: 20px 8px 0px 8px;
	}
	
	#righty
	{
		width: 546px;
		position: relative;
		top: -60px;
		float: right;
	}
	
		#righty .content
		{
			background-color: #fff;
			width: 524px;
			border: solid 1px #081c3d;
			margin: 10px 0px 10px 0px;
			padding: 10px;
		}

#footer
{
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	height: 200px;
}

	#footer .inner
	{
		width: 915px;
		position: relative;
		margin: 0px auto 0px auto;
	}

		#btm-logo
		{
			display: block;
			background-image: url(images/btm-logo.gif);
			background-repeat: no-repeat;
			width: 307px;
			height: 116px;
			position: absolute;
			left: 30px;
		}
		

		#footernav
		{
			width: 500px;
			height: 22px;
			position: absolute;
			top: 30px;
			left: 400px;
			margin: 0px;
			padding: 0px;
			list-style-type: none;
			border-bottom: solid 1px #0a1f40;
		}
		
		#footernav li
		{
			display: inline;
		}
		
		#footernav a
		{
			color: #0a1f40;
			font-weight: bold;
			display: block;
			height: 20px;
			float: left;
			padding: 0px 20px 0px 0px;
			margin: 0px 0px 0px 0px;
			text-decoration: none;
		}
		
		#footernav a:hover
		{
			border-bottom: solid 2px #0a1f40;
		}
		
		#footernav .active
		{
		    border-bottom: solid 2px #0a1f40;
		}

/* homepage layout */

.default
{
	background-image: url(images/bg_default.gif);
	background-repeat: repeat-x;
	background-color: #c1c7d0;
}

	.default #righty
	{
		top: -30px;
	}

	.default #subheader
	{
		background-image: url(images/subhead.jpg);
		background-repeat: no-repeat;
		width: 915px;
		height: 157px;
		position: relative;
	}
	
	#homeside
	{
		color: #fff;
		background-image: url(images/home-sd-bg.gif);
		background-repeat: no-repeat;
		width: 278px;
		height: 425px;
		position: relative;
		margin: 0px 17px 20px 18px;
		padding: 15px;
	}
	
		#homeside hr
		{
			color: #fff;
			border-bottom: solid 1px #fff;
		}
		
		#homeside h2
		{
			font-size: 14px;
			color: #fff;
			margin: 0px;
		}
		
		#homeside strong
		{
			background-image: url(images/arrows.gif);
			background-repeat: no-repeat;
			background-position: right;
			padding: 0px 20px 0px 0px;
			margin: 0px 5px 0px 0px;
		}
	
	#homeside a
	{
		color: #fff;
        text-decoration: none;
	}
	
	#homeside a:hover
	{
        color: #2fbdf2;
        text-decoration: underline;
	}
	
	/* home content */
	
	.lasertherapy
	{
		display: block;
		background-image: url(images/laser-therapy.gif);
		background-repeat: no-repeat;
		width: 260px;
		height: 101px;
		float: left;
		margin: 0px;
	}
	
	.chiropractic
	{
		display: block;
		background-image: url(images/chiropractic.gif);
		background-repeat: no-repeat;
		width: 248px;
		height: 101px;
		float: left;
		margin: 0px 30px 0px 0px;
	}

/* interior layout */

.interior
{
	background-image: url(images/bg_int.gif);
	background-repeat: repeat-x;
	background-color: #c1c7d0;
}

	.interior #subheader
	{
		background-image: url(images/int_subhead.jpg);
		background-repeat: no-repeat;
		width: 915px;
		height: 80px;
		position: relative;
	}
	
/* left boxes */

#lefty .email
{
    width: 308px;
    margin: 0px 17px 20px 18px;
}

#lefty .box
{
	background-image: url(images/left-bg.gif);
	background-repeat: repeat-y;
	width: 308px;
	margin: 0px 17px 20px 18px;
}

	#lefty .box .top
	{
		background-image: url(images/left-top.gif);
		background-repeat: no-repeat;
		height: 32px;
		position: relative;
		top: -1px;
		padding: 5px 5px 0px 5px;
	}
	
	#lefty .box .content
	{
		background-image: url(images/left-bottom.gif);
		background-repeat: no-repeat;
		background-position: bottom;
		min-height: 102px;
		position: relative;
		top: 1px;
		padding: 0px 8px 8px 8px;
	}

		*html #lefty .box .content
		{
			height: 102px;
		}
		
		#lefty .subnav
		{
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
		
			#lefty .subnav li
			{
			}
			
			#lefty .subnav li a
			{
				color: #00374f;
				line-height: 37px;
				height: 37px;
				display: block;
				background-image: url(images/sn-inactive.gif);
				background-repeat: no-repeat;
				background-position: 3px 17px;
				text-decoration: none;
				padding: 0px 0px 0px 10px;
				border-bottom: solid 1px #0a1f42;
			}
			
			#lefty .subnav li a:active, #lefty .subnav li a:hover
			{
				color: #109ace;
				line-height: 37px;
				height: 37px;
				display: block;
				background-image: url(images/sn-active.gif);
				background-repeat: no-repeat;
				background-position: 3px 17px;
				text-decoration: none;
				padding: 0px 0px 0px 10px;
				border-bottom: solid 1px #0a1f42;
			}
			
#lefty .imgbox
{
	width: 308px;
	margin: 0px 17px 20px 18px;
}

/* Testimonials */

.testimonials
{
	font-style: italic;
}	

	.testimonials span
	{
		display: block;
		font-style: normal;
		font-weight: bold;
	}	
	
/* faq */

.faq
{
}
	.faq .q
	{
		background-image: url(images/q.gif);
		background-repeat: no-repeat;
		display: block;
		font-weight: bold;
		min-height: 20px;
		padding: 0px 0px 0px 28px;
	}
		*html .faq .q
		{
			height: 20px;
		}
	
	.faq .a
	{
		background-image: url(images/a.gif);
		background-repeat: no-repeat;
		display: block;
		min-height: 20px;
		padding: 0px 0px 0px 28px;
	}
		*html .faq .a
		{
			height: 20px;
		}

/* Tips */

	.backpacksafety
	{
		display: block;
		background-image: url(images/backpacksafety.gif);
		background-repeat: no-repeat;
		width: 248px;
		height: 51px;
		float: left;
		margin: 10px 30px 4px 10px;
	}
	
	.liftingsafely
	{
		display: block;
		background-image: url(images/liftingsafely.gif);
		background-repeat: no-repeat;
		width: 248px;
		height: 51px;
		float: left;
		margin: 10px 0px 4px 0px;
	}
			
/* Myths and Facts */

.myth
{
	border-top: solid 1px #081c3c;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

	.myth span
	{
		font-size: 14px;
		display: block;
		font-weight: bold;
	}	

.fact
{
}	

	.fact span
	{
		font-size: 14px;
		display: block;
		font-weight: bold;
	}		
	
/* Promotion */

.promo
{
	margin: 0px 15px 0px 15px;
}	
	
/* Contact */

.contactleft
{
	width: 250px;
	float: left;
	margin: 0px 10px 20px 0px;
}

.contactright
{
	width: 250px;
	float: left;
	margin: 0px 0px 20px 0px;
}
			
/* Common */

.romanlist
{
	list-style-type: upper-roman;
}

	.romanlist ul
	{
		list-style-type: disc;
	}

.form
{
}	
	.form th
	{
		text-align: right;
	}
		
.icons
{
	float: left;
	margin: 0px 10px 20px 0px;
}
	
.button
{
	color: #091e41;
	text-decoration: none;
	line-height: 22px;
	display: block;
	background-image: url(images/button-bg.gif);
	background-repeat: no-repeat;
	height: 22px;
	float: left;
	margin: 0px 10px 0px 0px;
}
	.button span
	{
		display: block;
		background-image: url(images/button-right.gif);
		background-repeat: no-repeat;
		background-position: right;
		height: 22px;
		position: relative;
		left: 1px;
		padding: 0px 10px 0px 10px;
	}
	
.imgborder-sm
{
	background-color: #fff;
	padding: 1px;
	border: solid 1px #091e41;
}	

.imgborder-lg
{
	background-color: #fff;
	padding: 4px;
	border: solid 1px #091e41;
}

.imgright
{
	float: right;
	margin: 0px 0px 10px 10px;
}

.imgleft
{
	float: left;
	margin: 0px 10px 10px 0px;
}

.imgcenter
{
	display: block;
	position: relative;
	text-align: center;
	margin: 0px auto 0px auto;
}

.center
{
	text-align: center;
}

.treatments a, .nodecor a
{
    text-decoration: none;
}

.fineprint
{
    font-size: 10px;
    line-height: 14px;
}

.flash
{
    background: #fbfcf7 url(images/ajax-loader.gif) center center no-repeat;
    border: 1px solid #6f6f6d;
    padding: 2px;
}