﻿body
{
	font-family: Arial, Sans-Serif;
	font-size: .8em;
	line-height: 1.4em;
	color: #262626;
}

img
{
	border: none;
}

h1
{
	font-size: 2em;
	line-height: 1.2em;
	color: #163a4f;
	font-weight: normal;
	margin: 0px 0px 14px 0px;
}

h2
{
	font-size: 1.6em;
	color: #163a4f;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

h3
{
	font-size: 1.4em;
	color: #163a4f;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

h4
{
	font-size: 1.2em;
	color: #163a4f;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

h5
{
	font-size: 1em;
	color: #163a4f;
	margin: 0px;
}

hr
{
	color: #4a7682;
	height: 1px;
	border: none;
	border-bottom: solid 1px  #4a7682;
	margin-bottom: 18px;
		position: relative;
	clear: both;
}

ul
{
	margin: 0px 0px 18px 30px;
}

	li
	{
		margin: 0px;
		padding: 0px;
		margin-left: 40px;
		position: relative;
		left: 30px;
	}

p
{
	margin: 0px 0px 18px 0px;
}

a:link, a:visited
{
	color: #d2e1e1;
	font-weight: bold;
}

a:hover, a:active
{
	color: #91b6b6;
}

table
{
	border-collapse: collapse;
}

table th, table td
{
	vertical-align: top;
}

/***********************************/
/******** Spa Content Pages ********/
/***********************************/

/* Clinical Staff */

.staffimg
{
	float: left;
	margin: 0px 10px 10px 0px;
}

/***********************************/
/************* Common **************/
/***********************************/

.imageleft
{
	float: left;
	margin: 0px 10px 10px 0px;
}

.imageleftBorder
{
	float: left;
	padding: 4px;
	background-color: #bbd2d2;
	border: solid 1px #4a7682;
	margin: 0px 25px 10px 0px;
	display: block;
}

.imageright
{
	float: right;
	margin: 0px 0px 10px 10px;
}

.imagerightBorder
{
	float: right;
	padding: 4px;
	background-color: #bbd2d2;
	border: solid 1px #4a7682;
	margin: 0px 0px 10px 25px;
	display: block;
}

.center
{
	display: block;
	text-align: center;
}

/* Ionized Foot Bath */

.footbathchart
{
	font-weight: bold;
	width: 100%;
	background-color: #fff;
	border: solid 1px #426e88;
}

	.footbathchart th
	{
		color: #fff;
		background-color: #426e88;
	}

	.footbathchart th, .footbathchart td
	{
		text-align: left;
		padding: 2px 5px;
		border: solid 1px #426e88;
	}
	
	.yellowgreen
	{
		background-color: #acc718;
	}
	
	.orange
	{
		background-color: #f18800;
	}
	
	.brown
	{
		color: #fff;
		background-color: #452c00;
	}
	
	.black
	{
		color: #fff;
		background-color: #000;
	}
	
	.darkgreen
	{
		color: #fff;
		background-color: #004500;
	}
	
	.whitefoam
	{
	}
	
	.whitecheese
	{
		background-color: #eeebe3;
	}
	
	.blackflecks
	{
		color: #fff;
		background-color: #000;
	}
	
	.redflecks
	{
		color: #fff;
		background-color: #8e0000;
	}
