﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	background: #DDD url(../images/background.jpg) top center no-repeat;
}

h2 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #777;
}

a {
	text-decoration: none;
	outline: none;
	color: #777;
}

div#page-wrap {
	position: relative;
	width: 900px;
	margin: 20px auto;
}

div#header h1,
h2 {
	position: relative;
	height: 110px;
	width: 900px;
	margin-bottom: 20px;
	text-indent: -99999px;
}

div#header h1 {
	background: url(../images/header.png) 0 0 no-repeat;
}

div#header h2 {
	background: url(../images/sub_header2.png) 0 0 no-repeat;
}

div#content {
	position: relative;
	min-height: 360px;
	background: url(../images/nav_panel_middle.png) 0 0 repeat-y;
}

div#content-top {
	position: relative;
	height: 20px;
	background: url(../images/panels_top.png) top left no-repeat;
}

div#content-bottom {
	position: relative;
	height: 20px;
	background: url(../images/panels_bottom.png) top left no-repeat;
}

ul#navigation {
	position: absolute;
	top: -8px;
	left: 0;
	width: 220px;
	list-style-type: none;
}

ul#navigation li a {
	display: block;
	height: 44px;
	width: 170px;
	margin: 16px auto;
	line-height: 43px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #888;
	background: url(../images/buttons.png) 0 0 no-repeat;
}

ul#navigation li a:hover {
	background: url(../images/buttons.png) 0 -44px no-repeat;
}

ul#navigation li a.menu-selected {
	color: #FFF;
	background: url(../images/buttons.png) 0 -88px no-repeat;
}

ul#navigation li a.menu-selected:hover {
	background: url(../images/buttons.png) 0 -132px no-repeat;
}

div#main {
	position: relative;
	float: right;
	width: 660px;
}

div.main-panel {
	position: relative;
	padding: 0 20px 0px 20px;
	font-size: 13px;
	color: #777;
	background-color: #EEE;
	border-left: #FFF solid 4px;
	border-right: #FFF solid 4px;
}

div.main-panel h3 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: normal;
	color: #AAA;
}

div.intro-section {
	overflow: hidden;
	margin: 8px 0 22px 0;
	padding: 18px 18px 16px 18px;
	background: #f6f1f8;
	border: 1px solid #e4d8ea;
	border-radius: 6px;
}

div.intro-section h3 {
	margin-bottom: 12px;
	font-size: 28px;
	line-height: 1.2;
	color: #8f6ea8;
}

div.intro-section p {
	line-height: 22px;
}

div.main-panel p {
	margin-top: 10px;
	line-height: 20px;
}

div.main-panel strong {
	color: #999;
}

div.main-panel a {
	color: #A886BD;
	font-weight: bold;
}

p.cta-group {
	margin-top: 14px;
}

a.cta-button {
	display: inline-block;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 6px;
	padding: 10px 18px;
	background-color: #c8a7d8;
	color: #FFF !important;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

a.cta-button:hover {
	background-color: #b890cb;
	text-decoration: none;
}

div.main-panel ul {
	position: relative;
	padding-top: 10px;
	padding-left: 30px;
	line-height: 25px;
	list-style: outside;
}

div.main-panel ul.double-col-list {
	float: left;
	width: 40%;
}

div.info-diagram {
	margin: 16px 0;
	padding: 14px;
	text-align: center;
	background: #f7f3f9;
	border: 1px solid #e4d8ea;
	border-radius: 6px;
}

div.info-diagram h4 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #8f6ea8;
}

div.diagram-flow {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	gap: 6px;
	line-height: 1.4;
}

span.diagram-box {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 103px;
	min-height: 64px;
	margin: 0;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
	background: #FFF;
	border: 1px solid #d9cbe2;
	border-radius: 4px;
	color: #666;
	font-size: 13px;
	font-weight: bold;
}

span.diagram-arrow {
	display: inline-block;
	flex: 0 0 auto;
	margin: 0;
	vertical-align: middle;
	font-size: 22px;
	color: #a886bd;
}

div.main-panel img.img-left {
	position: relative;
	float: left;
	margin: 15px 15px 10px 0;
	border: 5px solid #FFF;
}

div.intro-section img.img-left {
	margin: 6px 18px 8px 0;
	border: 4px solid #FFF;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

div.main-panel img.img-right {
	position: relative;
	float: right;
	margin: 15px 0 10px 15px;
	border: 5px solid #FFF;
}

div.main-panel img.signature {
	position: relative;
	margin: 15px 0 10px 0;
}

div.main-panel-separator {
	position: relative;
	height: 60px;
	background: url(../images/main_panel_separator.png) top left no-repeat;
}

div.main-panel br {
	line-height: 5px;
}

div.clear {
	clear: both;
}

div#footer {
	position: relative;
	height: 28px;
	margin-top: 20px;
	padding-left: 20px;
	background-color: #999;
	border: #FFF solid 4px;
}

div#footer p {
	position: relative;
	margin: 0;
	line-height: 26px;
	font-size: 11px;
	color: #FFF;
}

/* Moved from contact.html inline styles */
.auto-style1 {
	text-align: left;
}

.auto-style2 {
	border-style: solid;
	border-width: 2px;
	margin: 2px;
}

.auto-style3 {
	border: 2px solid #ebebeb;
}

.auto-style4 {
	margin-top: 4px;
	margin-bottom: 4px;
}

/* Icon Grid Container - Compact Layout */
.icon-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	align-items: center;
	justify-items: center;
	margin: 20px 0;
	padding: 10px;
}

.icon-grid img {
	margin: 0 5px;
}

.clinic-address {
	width: 206px;
}

.clinic-map {
	display: block;
	margin: 10px 0;
}

.clinic-map-link {
	display: inline-block;
	margin-bottom: 10px;
}

.icon-grid a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.icon-grid img {
	max-width: 100%;
	height: auto;
	display: block;
}

.email-button {
	display: inline-block;
	padding: 8px 14px;
	background-color: #a886bd;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
}

.email-button:hover {
	background-color: #8f6fa6;
}

div.main-panel a.email-button {
	color: #fff;
}