* {border: 0; margin: 0; padding: 0; }
body {
	background: #FDC82C url(images/Watermark.jpg) no-repeat;;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%; height: 100%;
}

a, a:link, #content ul li a, #content ul li a:link { color: #0072BC;}
a:hover, #content a:hover, #content p a:hover #content ul li a:hover 
	{ color: #5F1385; }
a:visited { color: #0072BC; }
h1,h2,h3,h4,h5 {
	font-family: papyrus, Georgia, "Times New Roman", Times, serif;
	color: black;
}
p { margin: .5em 0em;}	
	
#banner {
	margin:0; padding: 0;
	clear: both;
}
	#banner h1 {
		height:75px;
		font-size: 50px;
		color: #5F1385;
		margin-top: 18px;
		margin-left: 175px;
		padding-top: 15px;
		margin-right: 7px;
		background: url(images/back2lifelogo.jpg) no-repeat right top;
	}
	#banner #metanav { display: none;}
	#banner #metanav ul {
		display: inline;
		list-style: none;
		font-size: 12px;
		font-weight: bold;
		position: absolute;
		top: 113px;
		right: 0px;
		border-top: solid 1px #5F1385;
	}
		#banner #metanav ul li {
			border-right: solid 1px #5F1385;
			float: left;
			position: relative;
		}
		#banner #metanav ul li a {
			display: block;
			text-decoration: none;
			padding: 2px .7em;
		}
		#banner #metanav ul li a:hover {background-color: #D5E7B2;}
		#banner #metanav ul ul { 
			display: none;
			}
			#banner #metanav li:hover ul {
				/*display: block;*/
				border-top: 0;		
				position: absolute;
				top:1.5em;
				}
			#banner #metanav ul ul li {
				background-color: #FFF1d8;
			}
	
div#leftnav {
	position: relative;
	top: 20px;
	left: 30px;
	width: 200px;
	float: left;
	display: block;
	padding-bottom: 30px;
}

	* html>body div#leftnav /* because IE/Mac has issues */
		{ margin-left: 30px; }
		
	div#leftnav a {
		display: block;
		font-size: 18px;
/*		line-height: 40px;*/
/*		padding-right: 1em;
		padding-left: 35px; */
		text-decoration: none;
		padding: .7em .7em .7em 35px;
		background-image: url(images/greenbullet.gif);
		background-repeat: no-repeat;
		background-position: left;
	}
	div#leftnav a:hover {
		color: #5f1385;
		background-image: url(images/green-blue-bullet.gif);
		}

	div#leftnav ul {
		list-style: none;
		font-weight: bold;
	}
	div#leftnav ul li {
		list-style: none;
		position: relative;
/*		float: right;
		width: 100%; */
	}
		* html div#leftnav ul li { display/*winIEhack*/: inline;}
		div#leftnav li:hover, 
		div#leftnav li.sfHover {
			/*background-position: 0px;*/
			background: #FEE9A8 url(images/gradient-back.gif);
			}
		div#leftnav ul ul{
			display: none;
			position: absolute;
			left: 100%;
			top: 0;
			background-color: #FEE9A8;
			width: 10em;

		}
		div#leftnav li:hover ul,
		div#leftnav li.sfHover ul {
			display: block;
			background: #FEE9A8 url(images/TR-roundcorner.gif) no-repeat right top;
			padding-top: 5px;
			z-index: 1000;
			border-bottom: 1px solid #5F1385;
/*			width: 100%;*/
			}
		div#leftnav ul ul a {
			padding: 0px;
			background-image: none;
			font-size: 12px;
			line-height: 16px;
		}
			div#leftnav ul ul a:hover {
				background-image:none;
				color: #5f1385;
			}	
		div#leftnav ul ul li {
			padding: .25em .5em;
			border-right: 1px solid #5F1385;
			background-color: #FEE9A8;
/*			position: relative;
			float: none;
			width: 100%; */
			}
			div#leftnav ul ul li:hover, 
			div#leftnav ul ul li.sfHover {background-image:none;}
		
	
		
#content {
	position: relative;
	margin: 2em 250px 1em 230px;
	color: #38451F;
	display: block;
}
	#content h1 {
	background: url(images/content-h1-back-alt.gif) no-repeat;
	padding-left: 55px;
	}
	#content h2 {
		background: url(images/content-h2-back.gif) no-repeat bottom left;
		margin: .3em 1em .1em 1.5em;
		border-bottom: solid 1px #0072bc;
		line-height: 0.9em;
		padding: 0.6em 0 0em 35px;
	
	}
		#content h2 a { color: #5F1385; text-decoration: none;}
		#content h2 span.price {
			float: right;
			font-size: 0.8em;
			color: #5F1385;
		}
	#content h3 {
	margin-left: 35px;
	text-align: center;
	color: #5F1385;
	padding-top: .3em;
	border-bottom: solid 1px #5F1385;
	border-top: solid 1px #5F1385;
	background-color: #FBF08B;
	}
	#content h4 {
	margin-left: 45px;
}
	#content p {
		margin-left: 2.5em;
	}
		#content p span.time {
	float: right;
	color: black;
	font-size: 0.9em;
	margin-right: 1em;
	top: -1em;
		}
	#content table {
		margin-bottom: .5em;
		margin-left: 2.5em;
		border: none;
		width: 90%;
	}
		#content table thead {
			background-color: #FBF08B; 
			font-weight: bold;
			text-align: center;
		}
		#content table td { position: static; border-bottom: dotted 1px #5F1385; }
		#content table td a {
			border: solid 0px black;
			text-decoration: none;
			position: static;
		}
		#content table td a:hover {
			/* had to add these meaningless rules to get IE to see popups */
			direction: ltr;
			text-indent: 0;
		}
		#content table a p {
			display: none; 
			border: solid 0px black;
			font-size: 90%;
			position: absolute;
			margin-top: .7em;
				z-index: 1000;
			width: 20em;
			padding: 1em;

		}
		#content table a:hover p {
			display: block; 
			border: solid 1px purple;
			background-color: #FBF08B;
			color: black;
			}
		#content table td.price {
			text-align: right;
	
			width: 5em;
			color: #5F1385;
			font-size: .9em;
		}

	#content img {
		float: right;
		margin: 10px;
		padding: 5px;
		border: 1px solid #5F1385;
		background-color: #FEE9AA;
		z-index: 2000;
	}
		#content img.noborder { padding:0; border:0; }
		#content a:hover img { background-color: #FFF;}
	#content .contactinfo p {
		color: #0072BC;
		margin: 0px;
	}
	#content ul, dl {
	margin: 0em 3.3em;
	list-style: circle;
	}
	#content dt {
		font-weight: bold;
		color: #0072BC;
		margin-top: .5em;
	}
		#content dt em { font-weight: normal;}
	#content dd {
		font-size: 90%;
		margin-left: 2em;
		margin-top: .2em;
	}
	#content dd ul { margin-left: 1em;}
	#content dl#practitionerlist {
		margin-left: 2.5em;
		position: relative;
	}

		#content #practitionerlist dd {
			margin: 0 0 .7em 0;
		}
		#content #practitionerlist .practitioner a {
			width: 24em;
			font-family: papyrus, Georgia, "Times New Roman", Times, serif;
			font-weight: bold;
			color: #5F1385;
		}
		#content #practitionerlist dd.specialities ul {
			float: left;
			width: 27em;
			margin-bottom: .7em;
		}
		#content #practitionerlist .specialities li { 
			float: left; 
			width: 13em;
			}
		#content #practitionerlist .specialities a {
			width: 16em;
			display: block;
			font-size: 90%;
			}
			#content #practitionerlist .specialities a:hover { color: #5F1385; }
		#content #practitionerlist .availability {
			margin-left: 2em;
		}
		
#footer {
	position: relative;
	border-top: solid 1px #5f1385;
	background-color: #FEEFC4;
	text-align: center;
	height: 2em;
	margin-top: 2em;
	padding-top: 0.3em;
	clear: both;
	background-image: url(images/gradient-back.gif);
	background-position: -1000px;	
	background-repeat:no-repeat;
	/*bottom: 0px;*/
	}
	#footer p {
		font-size: 0.7em;
		display: inline;
		font-weight: bold;
		background: url(images/footer-p-background.gif) no-repeat left;
		padding: .5em .8em .8em 30px;
		margin-top: 0.8em;
	}
#announcements {
	position: absolute;
	top: 170px;
	right: 20px;
	width: 200px;
	font-size: 0.8em;
		}
	.announcement {
		border: 1px solid #B4D36F;
		background-color: #FBF08B;
		margin-bottom: 1em;
	}

	.announcement h1 {
	/*	border-bottom: solid 1px #5f1385;*/
		font-size: 1.3em;
		background-image: url(none);
		color: #5F1385;
		border-bottom: solid 1px #0072BC;
		margin: 0 0.7em .5em 0.7em;
	}
	.announcement p {
		margin: 0 0.7em .5em 0.7em;
	}
	.announcement a { font-weight: bold;}	
/*#banner, #leftnav, #content, #footer { border: solid 1px red; }*/
.tooshort {
	height: 3em;
}
#followthru {margin: 0 25%; }
