@charset "utf-8";
/* CSS Document */

/*tag styles*/


td img {
	display: block;
	text-align: center;
	}
	

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../tiles/lgrey008.jpg);
	background-repeat: repeat;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #F00;
	text-decoration: underline;
}



ul {
	
}

li {
	
}





table {
}


td {
	text-align: left;

}

blockquote {
	
}





/*basic IDs*/

#header1 {

}

#header2 {

}


#horizontalnavbar {
	
}


#verticalnavbar {
	
}


#maintable1 {
	background-image: url(../images/gradient2.png);
	background-repeat: repeat-x;
	height: 600px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-position: top;
	background-color: #EFDFFF;
	
}

#maintable2 {
	
}

#maintable3 {
	
}

#maintable4 {
	
}

#wrapper1 {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #31174c;
	
}

#wrapper2 {
	background-color: #F7EAF1;
	height: auto;
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	
}

#wrapper3 {
	
}

#wrapper4 {
	
}

#footer1 {
	

}

#footer2 {
	

}


#horizontalbanner1 {
	
}

#horizontalbanner2 {
	
}



#verticalbanner1 {
	
}

#verticalbanner2 {
	
}



/*freequently used classes*/



.floatleft  {
	float:left;
}

.floatright  {
	float:right;
}

.clearboth  {
	clear:both;
}

.padding10px {
	padding:10px;
}

.padding20px {
	padding:20px;
}

.transparency  {
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}


.centered_div {
width: 100px;
height: 100px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -50px;
margin-top: -50px;

}



/* miscellaneous combos and overrides */
#navbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #CCC;
	background-color: #31174C;
	background-repeat: no-repeat;
	padding: 5px;
	font-variant: small-caps;
	font-weight: lighter;
}

#navbar a {
	color: #FFF;
	text-decoration: none;
}

#navbar a:hover {
	color: #FF6;
	text-decoration: underline;
}
h1 {
	font-size: 20px;
	color: #333;
}
#treatments {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #38026F;
	text-decoration: none;
	list-style-type: none;
	font-weight: lighter;
	font-style: italic;
	line-height: 225%;
	text-align: left;
	text-indent: -20;
}
#treatments a {
	color: #38026F;
	text-decoration: underline;
}
#treatments a:hover {
	text-decoration: none;
}
p {
	line-height: 120%;
	font-size: 16px;
}
h2 {
	font-size: 18px;
	
}

.side {
	list-style-image: url(../images/leaf.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
	color: #60C;
	margin-left: 23px;
	list-style-type: none;
}
.side tr td a:hover {
	color: #60c;
	text-decoration: underline;
}

.side tr td a {
	text-decoration: none;
	color: #60c;
}


.side tr td h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #60c;
	margin-left: 26px;
}

.side tr td p {
	font-size: 14px;
	font-style: normal;
	margin-left: 30px;
	margin-bottom: -10px;
}

.5pixspacer { height: 5px; }

