* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	/* Background Image by Squidfingers  http://squidfingers.com/patterns */
	background: #ccc url(/img/img_63b.gif);
	margin: 1em 5%;
	font-size: medium;
}
* html body {
	margin: 1em 0;
	font-size /* no ie 6 */ :small;
}

#pagewrap {
	background: #FFE532;
	max-width:700px;
	min-width:500px;
	margin: 0 auto;
	border: 1px solid #FEDE00;
}

* html #pagewrap {
	width: 700px;
}
#main {
	padding: 6px;
}
#content {
	border: 1px solid #E5C800;
	background: white;
	line-height: 1.4;
	padding: 1em;
}
* html #content {
	height: 1%;
}

p#hardto {
	text-align: center;
	font-size: 110%;
	line-height: 1.6;
}
p#hardto span {
	display: block;
	font-weight: bold;
	font-size: 120%;
}
a img {
	border: none;
}
h1 {
	display: block;
	/*height: 200px;*/ /* needs to match the height of the background img on #content */
	color: #E60000;
	text-align: center;
	margin: .5em;
	clear: both;
	font-size: 2em;
	line-height: 1.4;
}
body#letter h1 {
	padding: 0;
	margin: .5em auto;
}
h2 {
	margin: 1.2em 0 1em;
	color: #CD0000;
	text-align: center;
	clear: both;
}

h3 {
	display: block;
	/*height: 200px;*/ /* needs to match the height of the background img on #content */
	color: #000000;
	text-align: left;
	clear: both;
	font-size: 150%;
	line-height: 2;
}

p {
	margin-bottom: 1em;
}
blockquote {
	border: 1px solid #ddd;
	margin: 5px 0 10px 5px;
	padding: 28px;
	background: #fff url(../img/left_quote.gif) no-repeat left top;
}
blockquote p {
	margin-bottom: .6em;
}
cite {
	font-style: italic;
	color: #666;
	display: block;
	text-align: right;
	margin-right: -24px;
	margin-bottom: -24px;
	padding: 0 48px 24px 0;
	background: transparent url(../img/right_quote.gif) no-repeat right bottom;
}

dfn, abbr {
	border: 1px dotted #666;
	border-width: 0 0 1px;
	cursor: help;
}
ul {
	margin: 0 1.5em 1em;
	padding: 0 0 0 30px;
}
ul li {
	margin: 0; padding: 0 0 0 20px;
	list-style: none;
	background: url(../img/silver_ball.gif) no-repeat 2px 8px;
	margin-bottom: .4em;
}

iframe {
	position: absolute;
	left: -9999px;
}

.clearing {
	clear: both;
}

span.emph {
	font-weight: bold;
}
span.emph2 {
	text-transform: uppercase;
}
span.highlight {
	background: #FCFBC5;
}
ul.statements {
	margin: 0;
	padding: 0;
}
ul.statements li {
	padding: 0;
	margin-bottom: 1em;
	background: none;
}

img.decorative {
	float: left;
	margin: 0 1em .5em 0;
}
img.decorative1 {
	float: right;
	margin: 0 0 .5em 1em;
}
img#donphoto {
	float: left;
	margin: .5em 1em .5em 0;
}



div#callnow,
div#contactform {
	width: 400px;
	margin: 1em auto;
	border: 2px solid #E5C800;
	text-align: center;
	padding-bottom: 1em;
}
div#callnow h2,
div#contactform h2 {
	background: #FFE532;
	display: block;
	margin: 0;
}
div#callnow address.phone {
	margin: .8em 1em;
	font-size: 1.6em;
	font-weight: bold;
}
div#callnow #clinicname {
font-size: 1.2em;
}
div#contactform fieldset {
	border: none;
	padding-top: .8em;
}
div#contactform div {
	clear: both;
	padding-bottom: .5em;
}
div#contactform fieldset label {
	margin-right: 1em;
	width: 45%;
	text-align: right;	
}
div#contactform fieldset input {
	width: 50%;
}

div#contactform textarea#comments {
	display: block;
	width: 380px;
	margin: 0 auto;
}
div#contactform input.button {
	font-weight: bold;
}

div#contactform a:hover {
	color: black;
}
div#contactform a {
	text-decoration: underline;
	color: #CC0000;
}


form div.required label {

}
div.errors {
	width: 500px;
	margin: 1em auto;
	padding: 1em;
	text-align: center;
}
div.errors li {
	color: red;
	text-align: center;
	background: none;
	padding: 0;
	list-style: square;
}
form div.error,
div.errors,
tr.errors td,
tr.errors th {
	border: 1px solid red;
	background-color: #FFC8C8;
}


/***************** bottom stuff ***********/

div#copyright {
	text-align: center;
	font-size: .9em;
}

div#credit cite {
	margin: 0; padding: 0;
	background: none;
	margin-top: 1.5em;
	text-align: center;
	font-size: .8em;
	color: #999;
}

div#credit a {
	color: #999;
	text-decoration: underline;
}
div#credit a:hover {
	color: white;
}

div#foot {
	text-align:center;
	font-size: 90%;
	font-weight: heavy;
	margin-bottom: 10px;/*	border-bottom: 1px dashed red; */
}
div#foot a:hover {
	color: black;
}
div#foot a {
	text-decoration: underline;
	color: #CC0000;
}
p.centralpoint {
	font-size: 130%;
	padding: 2px;
	margin: 0 1.5em 1em;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #2916F3;
}
