@charset "utf-8";
body {
	font-family: "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #fffbef;
	font-size: 14px;
}
.callus {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.callus a {
	color: #500087;
}


.nav {
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-bottom: 15px;
}
.nav a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 10px;
}
.nav a:hover {
	color: #FFFF66;
	text-decoration: none;
}

#doctors {
	clear: none;
	float: right;
	position: relative;
	z-index: 1;
	overflow: hidden;
	top: 10px;
	visibility: visible;
	right: 20px;
}
.main {
	font-size: 14px;
	color: #000000;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: justify;
}
.main a {
	color: #510089;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #7C47A3;
	font-weight: bold;
}

.footer a {
	color: #000000;
	text-decoration: none;
	margin-right: 10px;
}
.footer a:hover {
	color: #510089;
	text-decoration: none;
}

.main h1 {
	font-size: 18px;
	color: #510089;
}
.main h2 {
	font-size: 16px;
	color: #C78A0E;
}
.main h2 a {
	color: #C78A0E;
	text-decoration: underline;
}

.main h3 {
	font-size: 14px;
	color: #510089;
}


.bgnav {
	background-image: url(images/bg_nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
}
.bgheader {
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 282px;
}

.bgmain {
	background-color: #EEE9F0;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 38px;
}
.bgfooter {
	background-color: #fffbef;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 150px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #510089;
}
.footer {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 13px;
}
.picleft {
	float: left;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 15px;
}
.picright {
	float: right;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 15px;
}
.darkgrey {
	color: #575757;
}

.services  li {
	padding-bottom: 10px;
}
.required {
	color: #CC0000;
}
