@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-color: #CCC;
	background-image: url(/images/bg/top-header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	color:#000;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}
#SiteOutline {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#HeaderOutline {
	height: 134px;
	background-image: url(/images/bg/header.jpg);
	background-repeat: no-repeat;
}
#ContentOutline {
	margin-top:1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	background-color: #FFF;
	background-image: url(/images/bg/text-bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.breadcrumb h1 {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
}
.breadcrumb {
	font-size: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
}
.breadcrumb a {
	color: #000;
	text-decoration: underline;
}
.breadcrumb a:hover {
	color: #000;
	text-decoration: none;
}

.InnerContentOutline {
	width: 788px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 40px;
}
.doctor-name {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.doctor-bio {
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 40px;
}
.doctor-picture {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}
.ed-name {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps;
}
.sub-ed-name {
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 5px;
}

.ed-info {
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 40px;
}
.adobe {
	font-size: 12px;
}
.web {
	font-size: 10px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.copyright {
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contact_form fieldset {
	border: 0 none;	
}
.contact_left {
	float: left;
	width: 500px;
}
.contact_right {
	float: right;
	width: 225px;
	text-align: center;
	margin-top: 55px;
}

#contact_form {
	margin-top: 30px;
}
#name, #phone, #email, #comment {
	color: #333;
	padding: 3px;
	font-weight: bold;
}
.input-name {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.input-value {
	float: left;
	text-align: left;
	width: 300px;
	margin-bottom: 10px;
}
.submiter {
	margin-top: 5px;
	margin-left: 225px;
	text-align: left;
}
.fake_shadow {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6a8ecb;
	border-right-color: #142D35;
	border-bottom-color: #142D35;
	border-left-color: #6a8ecb;
}
.link_area .link_image {
	float: left;
	width: 200px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
.link_area .link_href {
	float: left;
	width: 500px;
}
.link_area .link_desc {
	float: left;
	width: 500px;
	margin-top: 10px;
}
#form_field {
	display:none;
}
.address_title {
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 5px;
}
.address {
	margin-bottom: 15px;
}
.welcome h1, h2 {
	font-size: 16px;
	margin-top: 0px;
	padding-top: 15px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
}
.ed-images {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.first:first-letter {
  	font: italic 24px Verdana, Geneva, sans-serif;
}
#map {
	margin-left: 7px;
	margin-top: 35px;
}
#referringForm {
	margin-left: 25px;
}
#patientName, #phone, #appointment, #referred {
	color: #333;
	padding: 3px;
	font-weight: bold;
}
#appointment {
	width: 200px;
}
#patientName {
	width: 300px;
}
#referred {
	width: 200px;
}
#phone {
	width: 150px;
}
.topside td {
	border-top: 1px solid #000; 
} 
td.rightside {
	border-right: 1px solid #000; 
} 
td.leftside {
	border-left: 1px solid #000; 
} 
.formLabel {
	font-size: 12px;
	margin-left: 15px;
	margin-top: -2px;
	margin-bottom: 15px;
}
.tableFont {
	font-size: 10px;
}
.tableFont2 {
	font-size: 12px;
}









.cleardiv {
	clear:both;
	height: 0px;
	font-size: 0px;
}
