body	{
	margin: 0;
	background-color: #123261;
	}
	
/* universals */

div	{
	margin: 0;
	padding: 0;
	border: 0;
	}
	
img	{
	border: 0;
	vertical-align: bottom;
	}
	
a	{
	outline: none;
	}
	
a:link {
	color: #6d5941;
	text-decoration: underline;
	}
	
a:visited {
	color: #6d5941;
	text-decoration: underline;
	}
	
a:hover	{
	color: #6d5941;
	text-decoration: underline;
	}
	

	
/* end universals */
	
div#container	{
	margin: 30px auto 0;
	width: 800px;
	background: url("/graphics/bg-container.gif") left top repeat-y; /* this is here to create appearance of equal height columns */
	}
	
div#top	{
	height: 127px;
	}
	
div#top img	{
	float: left;
	}
	
div#nav, div#menu	{
	margin: 0;
	width: 152px;
	background-color: #aecd8a;
	padding-top: 36px;
	padding-bottom: 15px;
/* hides from IE Mac \*/
	clear: left;
/*end hide from IE Mac */
	float: left;
	}
	
div#nav img	{
	display: block;
	padding-bottom: 21px;
	}
	
div#content, div#homecopy	{
	float: left;
	margin: 0;
	width: 648px;
	background-color: #e1fcad;
	padding: 34px 0 20px; 0;
	font: 14px/18px arial, sans-serif;
	color: #6d5941;
	}
	
*html div#content	{
	width: 533px;		/* substracts left and right padding of paragraphs from total width for ie6 incorrect box model */
	}
	
div#content	{
	height: 418px;
	overflow: auto;
	}
	
div#content p, div#homecopy p	{
	padding: 0 80px 0 35px;
	}
	
*html div#content p, *html div#homecopy p	{
	width: 533px;
	padding: 0 20px 0 30px;
	}
	
div#content p:first-child, div#homecopy p:first-child	{
	margin-top: 0;
	}
	
div#homecopy p	{
	font-style: italic;
	}
	
div#homecopy p.practitioners	{
	margin-top: 0;
	padding: 0 0 0 35px;
	float: left;
	font-style: normal;
	}
	
div#homecopy p.address	{
	margin: 0 auto;
	padding-top: 44px;
	text-align: center;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	}
	
table.biographies	{
	margin-top: 18px;
	}
	
table.biographies td	{
	vertical-align: top;
	padding: 0;
	width: 300px;
	}
	
table.biographies td.left	{
	padding-right: 13px;
	padding-left: 35px;
	}
	
table.biographies td.right	{
	padding-right: 50px;
	padding-left: 13px;
	}
	
h1	{
	margin: 0 80px 0 35px;
	font-weight: bold;
	font-size: 16px;
	color: #48694d;
	}
	
h2	{
	margin: 30px 80px 0 35px;
	font-weight: bold;
	font-size: 14px;
	}
	
h3	{
	margin: 25px 80px 18px 35px;
	font-weight: bold;
	font-size: 14px;
	}
	
h4	{
	margin: 0 80px 0 35px;
	font-weight: bold;
	font-size: 14px;
	}
	
h1 a:link, h2 a:link, h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited	{
	text-decoration: none;
	color: 6d5941;
	}
	
ul	{
	list-style-type: circle;
	margin-left: 35px;
	margin-right: 80px;
	}
	
ul.faq	{
	list-style-type: none;
	margin: 0 80px 25px 50px;
	}
	
ol	{
	margin-left: 35px;
	margin-right: 80px;
	}
	
table.conditions	{
	margin: 0 35px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	}
	
table.conditions td	{
	vertical-align: top;
	font-size: 11px;
	}
	
table.conditions td.header	{
	font-weight: bold;
	background-color: #bbdb7e;
	}
	
table.conditions td ul	{
	margin: 0 0 0 0.5em;
	padding: 0.5em;
	}
	
table.conditions td ul li	{
	margin: 0;
	padding: 0;
	}
	
dl.hours	{
	margin: 0 0 0 35px;
	}
	
dl.hours dt	{
	width: 8em;
	float: left;
	clear: left;
	text-align: left;
	}
	
dl.hours dd	{
	margin-left: 10em;
	}

dl.events	{
	margin: 0 0 0 35px;
	}
	
dl.events dt	{
	width: 15em;
	float: left;
	clear: left;
	text-align: left;
	}
	
dl.events dd	{
	margin-left: 15em;
	margin-right: 5em;
	}
	
	
	
	
