html,html body
{
	background-color: #fff9d6;
	color: #000;
	margin: 0em;
	padding: 0em;
	font-family: "charlotte sans",verdana,sans-serif;
}

div.banner
{
	margin: 0px;
	padding-top: 0.1em;
	width: 99%;
	height: 125px;
	background-color: #f1ffda;
	/*border: thin solid #d2e0bb;*/
	border: thin solid #859270;
	border-left-width: thick;
	border-top-style: none;
}

div.menu
{
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
	width: 17%;
	background-color: #f1ffda;
	vertical-align: middle;
	float: left;
}

div.content
{
	top: 117px;
	margin-left: 18%;
	right: 1%;
	padding: 0em;
	font-size: small;
}

div.menu a
{
	background-color: #f1ffda;
	display: block;
	width: 100%;
	min-height: 2.3em;
	margin: 0px;
	padding: 0.1em 0.2em;
	/*border: thin solid #d2e0bb;*/
	border: thin solid #859270;
	border-top-style: none;
	border-left-width: thick;
	text-decoration: none;
	overflow: hidden;
	color: #112211;
	font-weight: bold;
}

div.menu a:hover
{
	background-color: #d2e0bb;
	border-left-color: #f1ffda;
}

div.menu img { padding-top: 2em; }
	

h1
{
	margin: 0.1em auto 0.1em;
	text-align: center;
	text-transform: uppercase;
}

h2 { margin: auto 0.2em 0.5em 0.7em }

/* Footer */

div#sitebysig
{
	text-align: center;
	font-size: small;
	border-top: solid thin #ccc;
	margin-top: 1ex;
	clear: both;
}


div.qual
{
/*	float: right;*/
	background-color: #f1ffda;
	position: absolute;
	right: 1%;
	text-align: right;
	max-height: 100px;
	font-size: small;
}

div.qual h2 { margin: 0.1em }

div.qual p { margin: 0.1em }

p { margin: 1em }

p.pre-ul { margin-bottom: 0em }

ul { margin-top: 0em }

li { margin: 0.4em 1em 0.4em }

dt
{
	margin: 1em 1em auto;
}

div.banner img
{
	/*position: absolute;
	left: 18%;*/
	float: left;
	margin-left: 0.5em;
	padding: 3px;
	/*background: white;
	border: thin solid black;*/
}

div.content img
{
	margin: 0.7em;
	float: left;
	outline: #000000 solid thin;
}

div.content img.right
{
	float: right;
	clear: right;
}

div.content img.center
{
	float: none;
	clear: both;
	display: block;
	margin: auto;
}

h2.clear { clear: both }

div.testimonial
{
	border: thin dotted black;
	margin: 2em;
	padding: 0.5em;
	background: #ddffff;
	text-align: center;
}

div.practitioner
{
	width: 235px;
	float: right;
	text-align: center;
	margin-bottom: 2em;
}

div.practitioner img
{
	float: none;
}

div.practitioner h2
{
	margin-bottom: 0em;
}

div.practitioner p
{
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	height: 4ex;
}

span.linktitle { text-decoration: underline }

div#map
{
	float: right;
	margin-right: 2em;
	border: thin solid black;
	width: 450px;
	height: 300px;
	text-align: center;
}

div#map img { outline: none }

div#map p { margin: 0.1em }

img#mappic
{
	width: 100%;
	height: 100%;
	margin: 0;
}

dd img
{
    padding: 5px;
    float: none;
    background-color: white;
    border: thin black solid;
}
