@charset "UTF-8";
/* CSS Document */
body {
	background-color: #f1f1f1;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 35px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 4px 0;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 2px 0;
}
p {
	margin: 0 0 10px 0;
	text-align: justify;
}
table {
	border-collapse: collapse;
}
td {
	padding: 0;
	vertical-align: top;
}
ol {
	list-style-type: decimal;
	margin: 16px 0;
	padding: 0;
	width: 400px;
}
ol li {
	display: list-item;
	line-height: 16px;
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 40px;
	padding: 0;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
br.clear {
	clear: both;
}
#container {
	margin: 0 auto;
	width: 760px;
}
.logo {
	width: 222px;
}
#main {
	background: transparent url(/images/body_hm.png) 0 0 no-repeat;
}
.services #main {
	background: transparent url(/images/body_services.png) 0 0 no-repeat;
}
.procedures #main {
	background: transparent url(/images/body_procedures.png) 0 0 no-repeat;
}
.bio #main {
	background: transparent url(/images/body_bio.png) 0 0 no-repeat;
}
.gallery #main {
	background: transparent url(/images/body_philos.png) 0 0 no-repeat;
}
.press #main {
	background: transparent url(/images/body_hm.png) 0 0 no-repeat;
}
.contact #main {
	background: transparent url(/images/body_contact.png) 0 0 no-repeat;
}
#content {
	margin: 10px auto;
	width: 450px;
}
.intro #content {
	margin: 0;
	width: auto;
}
.menu {
	height: 14px;
	list-style-type: none;
	margin: 14px 16px;
	padding: 0;
}
.menu li {
	float: left;
	font-size: 11px;
	margin: 0 16px;
	padding: 0;
}
.services #main table ul {
	list-style-type: disc;
	margin: 0 30px;
	padding: 0;
}
.services #main table li {
	font-weight: bold;
	margin: 4px 0;
	padding: 0;
}
.service ul {
	list-style-type: disc;
	margin: 0 30px;
	padding: 0;
}
.service h2 {
	width: 300px;
}
.service li {
	margin: 1px 0;
	padding: 0;
}
.faq dt {
	font-size: 12px;
	font-weight: bold;
	margin: 16px 0 4px 0;
}
.faq dd {
	font-weight: normal;
	margin: 0 16px;
	width: 400px;
}
.faq a,
.faq a:link,
.faq a:visited,
.faq a:hover,
.faq a:active {
	color: #444;
	text-decoration: none;
}
.faq a:hover {
	text-decoration: underline;
}
.faq a img {
	height: 9px;
	margin: 0 0 0 4px;
	vertical-align: baseline;
	width: 9px;
}
.gallery .gallery h3 {
	clear: both;
	font-size: 11px;
	margin: 10px 0 4px 0;
}
.gallery .gallery div {
	margin: 0 0 55px 0;
	width: 200px;
}
.gallery .gallery a {
	background-color: #999;
	border: 1px solid #777;
	display: block;
	float: left;
	height: 12px;
	margin: 2px 3px 1px 0;
	width: 12px;
}
.gallery .gallery a:hover {
	background-color: #bbb;
	border: 1px solid #eee;
}
.gallery .gallery img {
	height: 12px;
	width: 12px;
}
.press dl {
	height: 330px;
	overflow: auto;
	padding: 0 16px 0 0;
	width: 430px;
}
.press dt {
	border-bottom: 1px solid #999;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}
.press dd {
	margin: 4px 0;
}
.contact .phone b {
	margin: 0 3px 0 10px;
}
.contact #content ul,
.contact #content li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.contact .route {
	width: 140px;
}
.contact #content .route ul {
	margin: 0 0 10px 0;
}
.contact .directions {
	width: 290px;
}
.contact .directions.border {
	border-left: 5px solid #ddd;
	padding-left: 15px;
}
.contact .directions h3 {
	margin-top: 0;
}
