@import url(./global.css);

.treatments{
	/* text image replacement */
	text-indent:-2000px;
	margin-top: 5px;
	padding-bottom: 8px;
	background: url(../img/treatments.png) no-repeat top left;
}
img{
	border: solid 1px #ccc;
	padding: 4px;
	background: #eee;
}
img.right{
	float:right;
	margin: 1em 1em 0.5em 1em;
}
#lower img{
	margin: 1em 0 0.5em 1em;
}
#upper{
    float: left;
	margin: 0;
	padding: 0 1.5em;
}
#upper p {
	font-size: 10.5pt;
	margin: 5px auto;
	line-height: 15pt;
}
#upper ul{
	margin-left: 3em;
}
#upper li{
	font-size: 10pt;
	list-style: square inside;
	color: #222277;
}
#leftOneCol{
	width: 38em;
	float: left;
	margin: 1em;
}
#rightOneCol{
	width:33em;
	float:left;
	margin:1em 1em;
}
#lower h4{
	margin: 1em 0 0.5em 0;
	font-size: 10pt;
	color: #333399;
	padding-bottom: 3px;
	border-bottom: 1px solid #aaa;
}
#lower h5{
	text-align:right;
	font-size:8pt;
	margin-right: 3em;
}
#lower h5:before{
	content:"Price: ";
}
#lower p{
	font-size:10pt;
	line-height: 15pt;
	margin-bottom: 0.5em;
}
#lower ul{
	margin-left: 2em;
}
#lower li{
	font-size: 9pt;
	list-style: square;
	color: #222277;
	margin-bottom: 3px;
}

