﻿@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.main-panel p {
	margin-top: 10px;
	line-height: 20px;
}

div.main-panel strong {
	color: #999;
}

div.main-panel a {
	color: #A886BD;
	font-weight: bold;
}

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.main-panel img.img-left {
	position: relative;
	float: left;
	margin: 15px 15px 10px 0;
	border: 5px solid #FFF;
}

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;
}