* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:76.1%;
	line-height: 1.45;
	color: #2f2c3a;/*	background defined in clinic.css */
}
p {
	margin: 0em 0em 1em 0em;
	padding: 0em;
}
h1 {
	font: bold 1.5em Times, "Times New Roman", serif;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}
h2 {
	font: bold 1em Verdana, Helvetica, Arial, sans-serif;
	margin: 0px 0px 2px 0px;
	text-transform: uppercase;
}
a:link, a:visited {
	color: #870101;
	text-decoration: none;
}
a:hover {
	color: #b50101;
	text-decoration: underline;
}
#wrapper {
	width: 765px;
	margin: 0 auto;
	position: relative;
}
#container-content {
/*	background defined in clinic.css */
}
#logo {
	width: 330px;
	height: 120px;
	margin: 0 0 17px 0;/*	background defined in clinic.css */
}
#circle-photo {
	width: 247px;
	height: 224px;
	position: absolute;
	top: 22px;
	right: 0px !important;
	right: -1px;/*	background defined in clinic.css */
}
#circle-bkgd {
	width: 518px;
	padding-bottom: 20px;/*	background defined in clinic.css */
}
#content {
	border-top: 1px #191919 dashed;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	background-color: #f2e5c1;
}
#leftcol-home {
	float:left;
	width:175px;
	background-color: transparent;
	margin: 0;
	padding: 20px 0;
	font: .9em Arial, Verdana, Helvetica, sans-serif;
}
#leftcol-home h3 {
	font: 1.1em Times, "Times New Roman", serif;
	color: #593200;
	text-transform: uppercase;
	margin: 0 0 6px 0;
}
#rightcol-home {
	float:right;
	width:275px;
	background-color: transparent;
	margin: 0;
	padding: 20px 0 0px 10px;
	border-left: 1px #191919 dashed;
}
#maincol-2nd {
	float:left;
	width:475px;
	background-color: transparent;
	margin: 0;
	padding: 20px 0 10px 0;
}
#maincol-2nd ul {
	margin: 6px 60px 10px 50px;
	padding: 0;
}
#maincol-2nd ul li {
	line-height: 1.2em;
	margin: 4px 0;
	padding: 0;
}
#doc-bio {
	margin: 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px #8c7a5a dashed;
}
#doc-bio img {
	float: left;
	margin-right: 15px;
}
#doc-bio p {
	margin-left: 115px;
}
#doc-bio ul {
	margin-left: 135px;
}
#footer {
	margin: 0;
	padding: 0;
	width: 765px;
	height: 115px;/*	background defined in clinic.css */
}
#copyright {
	padding: 2px 0 8px 0;
	width: 765px;
	height: auto;
	/*	background defined in clinic.css */
text-align: center;
	font: italic .9em Verdana, Arial, Helvetica, sans-serif;
}
#copyright a {
/*text-decoration: none;
color: #000000;
font: normal;*/
}
.bold {
	font-weight: bold;
}
.faq-question {
	margin: 10px 0 5px 0;
	font: 1.4em Times, "Times New Roman", serif;
	color: #794111;
}
.faq-answer {
	margin: 0 0 5px 18px;
	font: 1em Verdana, Helvetica, Arial, sans-serif;
	line-height:1.3em;
}
.faq-Q {
	font: bold .9em Verdana, Helvetica, Arial, sans-serif;
	color: #794111;
}
.faq-A {
	font: bold 1em Verdana, Helvetica, Arial, sans-serif;
	color: #977d54;
}
.lcs {
	text-transform: lowercase;
}
/************************************************ TECH *********/
.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
.hidden {
	position: absolute;
	left: -10000px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/************* MAIN TAB SETTINGS *********************/
#tabs {
	padding: 0;
	margin: 22px 0 -1px 17px;
	font: bold 1em Times, "Times New Roman", serif;
	/*border-bottom: 1px #a3997e solid;*/
width: 550px;
	height: 22px;
	position: relative;
	text-transform: uppercase;
}
#tabs ul {
	list-style-type: none;
	margin: 0 0 0 18px;
}
#tabs ul li {
	float: left;
	width: 98px;
	height: 22px;
	line-height: 22px;/*	background defined in clinic.css */
}
#tabs ul li a {
	display: block;
	width: 98px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	color: #4c4c4c;/*	background defined in clinic.css */
}
#tabs ul li a:hover {
	color: #804000;
	background: transparent none;
}
#tabs ul li a#current {
	color: #804000;
	display: block;
	width: 98px;
	height: 26px;
	z-index: 1000;
	position: absolute;
	top: -3px;/*	background defined in clinic.css */
}
#tabs ul li a#current:hover {
	color: #804000;
	display: block;
	width: 98px;
	height: 23px;
	background: transparent none;
	z-index: 100;
	position: absolute;
	top: 0px;
}

