* 
{
  padding: 0px;
  margin: 0px;
}

body {
	margin-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
	color: #252525;
	/*background-color: #cccccc;*/
	background: url(images/grayfabric.jpg);
	background-repeat: repeat;
}

h1 {
	margin: 0;
	font-size: 24px;
	text-align: left;
	letter-spacing: normal;
	font-weight: normal;
	color: #007966;
	padding-top: 20px;
	padding-bottom: 10px;
}

h2 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7253a1;
	padding-bottom:5px;
}

h2.hilite {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7253a1;
	line-height:26px;
	display: block;
	background-color: #cdb9e9;
	padding-bottom: 0;
}

h3 {
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #007966;
	letter-spacing: 1px;
}

h4 {
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7253a1;
	padding-bottom:5px;
}

a {
	color: #000;
	font-weight: bold;
}

a:hover {
	color: #663399;
}

ul {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	line-height: normal;
	font-weight: normal;
}

li{
	padding-bottom: 5px;
}


/* Content */

#main {
	margin: 0 auto;
	width: 880px;
	border: 1px solid #7253a1;
}

#content1 {
	margin: 0 auto;
	width: 880px;
	padding: 30px 60px 30px 60px;
	text-align: justify;
	background-color: #FFFFFF;
}

#content2 {
	margin: 0 auto;
	width: 880px;
	padding: 30px 40px 30px 40px;
	text-align: justify;
	background-color: #FFFFFF;
}

#left
{
  width: 247px;
	background-color: #ffffff;
	/*background-image: url(images/vertstripe.gif);*/
	background-repeat: repeat-y;
}

#hpright
{
	padding: 10px;
}

#hplist ul {
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: left;
	line-height: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #555555;
}

#hplist li{
	padding-bottom: 20px;
	padding-right: 400px;
}

#contact {
	background-color: #d3dee9;
	border-left: 1px solid #5b544c;
	border-right: 1px solid #5b544c;
	border-bottom: 1px solid #5b544c;
}

#contact td {
	padding-left: 20px;
}

#treatmenu {
	width: 250px;
}

#treatmenu a {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	color: #7253a1;
	font-weight: bold;
}

#treatmenu a:hover {
	color: #2e957c;
}

.treatments {
	width: 570px;
	background-color: #d6ece6;
	padding: 15px 10px 15px 15px;
	border: 1px solid #65ad99;
	display: none;
}

.policies {
	width: 570px;
	background-color: #d6ece6;
	padding: 15px 20px 15px 25px;
	border: 1px solid #65ad99;
	display: none;
}


.question {
	font-size: 16px;
	text-align: left;
	letter-spacing: normal;
	font-style: normal;
	color: #7253a1;
	padding: 15px 0px 5px 0px;
}

.note {
	font-style: italic;
	font-weight: normal;
	color: #007966;
}

.green14 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #007966;
}

.purple14 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #7253a1;
}

.address {
	font:16px Arial, Helvetica, sans-serif;
	color:#ffffff;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
	padding: 20px 30px 10px 0px; 
}

.phone {
	font:26px Arial, Helvetica, sans-serif;
	color:#ffffff;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
	padding-right:30px; 
}

.req {
	color: #990000;
}


/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-top:3px solid #9980bd;
}

#footerText {
	font:12px Arial, Helvetica, sans-serif;
	color:#7253a1;
	font-style: italic;
	font-weight: normal;
}

#footerText a {
	color: #7253a1;
	text-decoration: none;
}

#footerText a:hover {
	color: #2e957c;
	text-decoration: none;
}

