<!--
html
{
	width: 100%;
	height: 100%;
}

body
{
	display: table;
	margin: 0px;
	width: 100%;
	height: 100%;
	color: black;
	background-color: white;
	font-size: 11pt;
	font-family: Georgia, "Times, Times New Roman", serif;
}

body.photo_banner
{
	margin: 0px;
	color: black;
	background-color: white;
}

a			{ color: blue; text-decoration: none; }
a:link		{ color: blue; text-decoration: none; }
a:visited	{ color: blue; text-decoration: none; }
a:hover		{ color: blue; text-decoration: underline; }

a.menu			{ font-weight: bold; color: white; text-decoration: none; }
a.menu:link		{ font-weight: bold; color: white; text-decoration: none; }
a.menu:visited	{ font-weight: bold; color: white; text-decoration: none; }
a.menu:hover	{ font-weight: bold; color: white; text-decoration: underline; }

a.menu2			{ font-weight: bold; color: white; text-decoration: none; }
a.menu2:link	{ font-weight: bold; color: white; text-decoration: none; }
a.menu2:visited	{ font-weight: bold; color: white; text-decoration: none; }
a.menu2:hover	{ font-weight: bold; color: white; text-decoration: underline; }

a.footer
{
	color: white;
}

.page_title
{
	text-align: center;
	color: black;
	font-size: 13pt;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Georgia, "Times, Times New Roman", serif;
}

span.page_title
{
	text-align: center;
	color: black;
	font-size: 15pt;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Georgia, "Times, Times New Roman", serif;
}

/*span.product_title
{
	font-weight: bold;
} from a diff site ??? /**/

span.therapy_name
{
	text-align: center;
	font-size: 13pt;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Georgia, "Times, Times New Roman", serif;
}

div.therapy
{
	position: relative;
	display: inline-block;
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	border: none;
}

div.logo
{
	display: table-row;
	max-width: 100%;
	max-height: 205px;
	text-align: center;
	color: black;
	background-color: white;
	border: none;
}

div.menu
{
	display: table-row;
	width: 100%;
	min-height: 44px;
	height: auto;
	text-align: center;
	vertical-align: middle;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 13pt;
	font-family: Georgia, "Times, Times New Roman", serif;
	color: white;
	background-color: RGB(0, 0, 255);
	border: none;
}

div.menu_link
{
	position: relative;
	display: inline-block;
	margin-left: 2%;
	min-width: 125px;
	width: 11%;
	height: 44px;
	line-height: 44px; /* used to easily vertically align text, from: http://vanseodesign.com/css/vertical-centering/ */
	text-align: center;
	border: none;
}

div.menu_buffer
{
	display: inline-block;
	width: 100%;
	height: 20px;
	border: none;
}

div.body
{
	display: table-row;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: top;
	font-size: 13pt;
	color: black;
	background-color: white;
	background-image: url('images/background.jpg');
	background-repeat: repeat-y;
	/*-webkit-background-size:	100% auto;
	-moz-background-size:		100% auto;
	-o-background-size:			100% auto;
	background-size:			100% auto;/**/
	-webkit-background-size:	cover;
	-moz-background-size:		cover;
	-o-background-size:			cover;
	background-size:			cover;
	border: none;
}

div.our_services
{
	position: absolute;
	z-index: 1;
	visibility: hidden;
	width: 200px;
	text-align: center;
	background-color: RGB(0, 0, 255);
	border-top: 1px solid white;		/* this is NOT debug code */
	border-left: 1px solid white;		/* this is NOT debug code */
	border-right: 1px solid white;		/* this is NOT debug code */
}

div.layer_link
{
	padding: 10px;
	max-width: 100%;
	height: 20px;
	text-align: left;
	font-variant: small-caps;
	font-size: 11pt;
	font-family: Georgia, "Times, Times New Roman", serif;
	color: white;
	background-color: RGB(0, 0, 255);
	border-bottom: 1px solid white;		/* this is NOT debug code */
}

div.covid_text
{
	/*background: rgba (255, 255, 255, 0.75);*/

	/*opacity: .75;*/						/* Standard: FF gt 1.5, Opera, Safari, CSS3 */
	/*filter: alpha(opacity=75);*/			/* IE lt 8 */
	/*-ms-filter: "alpha(opacity=75)";*/		/* IE 8 */
	/*-khtml-opacity: .75;*/					/* Safari 1.x */
	/*-moz-opacity: .75;*/					/* FF lt 1.5, Netscape */

	background-color: white;
	opacity: 0.75;
	filter: alpha(opacity=75);			/* For IE8 and earlier */

	display: inline-block;
	margin-bottom: 20px;
	padding: 5px 5px 5px 5px;						/* top, right, bottom, left */
	width: 80%;
	max-width: 800px;
	text-align: left;
	line-height: 30px;
	font-size: 13pt;
	font-family: Georgia, "Times, Times New Roman", serif;
	color: black;
	border: 3px solid RGB(235, 222, 52);
}

div.page_text
{
	/*background: rgba (255, 255, 255, 0.75);*/

	/*opacity: .75;*/						/* Standard: FF gt 1.5, Opera, Safari, CSS3 */
	/*filter: alpha(opacity=75);*/			/* IE lt 8 */
	/*-ms-filter: "alpha(opacity=75)";*/		/* IE 8 */
	/*-khtml-opacity: .75;*/					/* Safari 1.x */
	/*-moz-opacity: .75;*/					/* FF lt 1.5, Netscape */

	background-color: white;
	opacity: 0.75;
	filter: alpha(opacity=75);			/* For IE8 and earlier */

	display: inline-block;
	margin-bottom: 20px;
	padding: 5px 5px 5px 5px;						/* top, right, bottom, left */
	width: 80%;
	max-width: 800px;
	text-align: left;
	line-height: 30px;
	font-size: 13pt;
	font-family: Georgia, "Times, Times New Roman", serif;
	color: black;
	border: 3px solid RGB(0, 0, 255);
}

/*div.preload
{
	display: none;
} not needed anymore ??? /**/

div.footer_buffer
{
	display: inline-block;
	width: 100%;
	height: 88px;
	border: none;
}

div.footer_left
{
	float: left;
	display: inline-block;
	padding-left: 2%;
	padding-top: 0px;
	width: 32%;
	height: 44px;
	line-height: 44px; /* used to easily vertically align text, from: http://vanseodesign.com/css/vertical-centering/ */
	text-align: left;
	vertical-align: middle;
	font-size: 9pt;
	color: white;
	background-image: none;
	border: none;
}

div.footer_center
{
	float: left;
	display: inline-block;
	padding-top: 0px;
	width: 32%;
	height: 44px;
	line-height: 44px; /* used to easily vertically align text, from: http://vanseodesign.com/css/vertical-centering/ */
	text-align: center;
	vertical-align: middle;
	font-size: 9pt;
	color: white;
	background-image: none;
	border: none;
}

div.footer_right
{
	float: left;
	display: inline-block;
	padding-top: 0px;
	padding-right: 2%;
	width: 32%;
	height: 44px;
	line-height: 22px; /* used to easily vertically align text, from: http://vanseodesign.com/css/vertical-centering/ */
	text-align: right;
	vertical-align: middle;
	font-size: 9pt;
	color: white;
	background-image: none;
	border: none;
}

div.photo_banner
{
	margin: 0px;
	padding: 0px;
	height: 200px;
	text-align: left;
	vertical-align: top;
}

iframe.photo_banner_container
{
	display: inline-block;
	margin-bottom: 10px;
	width: 85%;
	max-width: 800px;
	height: 200px;
	overflow: hidden;
	background: white;
	border: none;
}

iframe.google_maps_container
{
	width: 85%;
	max-width: 600px;
	height: 400px;
	border: none;
}

/*img.small_pic_link
{
	border: solid;
	border-width: 1px;
	border-color: black;
} not needed anymore ??? /**/

/*hr
{
	border: 0;
	height: 5px;
	width: 90%;
	background: RGB(0, 0, 255);
	display: inline;
}

hr.test
{
	border: 0;
	height: 3px;
	background: RGB(0, 0, 255);
	background-image: linear-gradient(to right, RGB(255, 255, 255), RGB(0, 0, 255), RGB(255, 255, 255));
}

hr.test_org
{
	border: 0;
	height: 3px;
	background: #333;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
}*/

pre
{
	margin-top: 0px;
	margin-bottom: 0px;
}

p
{
	margin: 0px;
}

footer
{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: RGB(0, 0, 255);
}
-->