@charset "UTF-8";

html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #CCDAE5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

/* TYPE
================================================== */

h1,h2,h3,h4,h5,h6,p,ol,ul,dl {
	margin: 0;
	padding: 0;
}

h1,h3,p,ol,ul,dl {
	margin-bottom: 16px;
}

h1 {
	font-size: 16px;
	color: #305374;
}

h2 {
	font-size: 12px;
	color: #305374;
}

h2 .light {
	font-weight: normal;
}

h2 a { text-decoration: none; }
h2 a:hover { text-decoration: underline; }

h3 {
	font-size: 14px;
}

p,ul,ol,dl { line-height: 140%; }

ul,ol {
	margin-left: 3em;
}

blockquote { margin: 0 3em; }

a { color: #305374; }

a img {
	border: none;
}

table {
	border-collapse: collapse;
	margin-bottom: 20px;
}

th {
	text-align: left;
	color: #305374;
	background-color: #ccdae5;
}

th,td {
	padding: 5px;
	border: 2px solid #305374;
}

td {
	vertical-align: top;
}

table ul {
	margin: 0 0 0 1.5em;
}

.shaded-box {
	margin: 30px 0;
	padding: 15px 15px 5px;
	background-color: #ccdae5;
}


/* STRUCTURE
================================================== */

#container {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #000;
	border-top: none;
}

#left-col {
	float: left;
	width: 240px;
}

#right-col {
	float: right;
	width: 590px;
	padding-right: 30px;
}

.clear { clear: both; }
.block { display: block; }

img.block.in-text {
	margin-bottom: 20px;
}

.img-right {
	float: right;
	display: block;
	margin-left: 20px;
	margin-bottom: 10px;
}

.img-center {
	display: block;
	margin: 0 auto 20px;
}


/* HEADER
================================================== */

#header {
	position: relative;
	height: 231px;
	background-image: url(../images/template/header_bg.gif);
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top: 28px;
	left: 89px;
	display: block;
	height: 106px;
	width: 159px;
}

#header-inner {
	position: absolute;
	top: 40px;
	left: 575px;
}

#headline-1 {
	font-size: 28px;
	color: #00457c;
	margin-bottom: 2px;
}

#headline-2 {
	font-size: 21px;
	color: #b8cbd9;
	margin-bottom: 15px;
}

#header-locations {
	margin: 0 0 0 2px;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
}

#header-locations li {
	float: left;
	padding-right: 25px;
}

#header-locations a {
	color: #00457c;
	text-decoration: none;
}

#header-locations a:hover {
	color: #b8cbd9;
}

#header-locations span {
	display: block;
	margin-top: 2px;
	padding: 2px;
	font-size: 10px;
	color: #00457c;
	background-color: #ccdae5;
}

/* NAVIGATION
================================================== */

#nav {
	margin-bottom: 20px;
	padding-top: 40px;
	padding-bottom: 17px;
	background-image: url(../images/template/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

#nav ul {
	margin: 0;
	padding: 0 18px 12px 0;
	list-style: none;
	background-image: url(../images/template/nav_bg_inner.gif);
	background-repeat: no-repeat;
	font-family: Georgia, Times New Roman, serif;
	font-size: 13px;
	font-weight: bold;
}

#nav li {
	margin-bottom: 5px;
}

#nav a {
	display: block;
	padding: 5px 0 5px 20px;
	background-color: #00457c;
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	background-color: #414141;
}

#current-promo {
	margin-bottom: 30px;
}

#current-promo h3 {
	margin-bottom: 8px;
	text-align: center;
}

#current-promo img {
	display: block;
	margin: 0 auto;
}


/* FOOTER
================================================== */

#footer {
	padding: 10px;
	border-top: 40px solid #00457c;
}


/* HOME
================================================== */

#gallery {
	margin-bottom: 30px;
}

#gallery img {
	display: block;
	margin: 0 auto;
}

#gallery-controls {
	margin-top: 15px;
	text-align: center;
}


/* TEAM
================================================== */

.bio {
	margin-bottom: 20px;
}

.bio h2 {
	margin-bottom: 16px;
}

.bio-img {
	float: left;
	margin-right: 30px;
	border: 1px solid #000;
}

.bio-text {
	float: left;
	width: 438px;
}


/* CONTACT
================================================== */

.location {
	border-top: 1px dashed #ccc;
	padding-top: 30px;
	margin-top: 30px;
}

.location.last {
	margin-bottom: 30px;
}

.map {
	float: right;
	text-align: center;
}

.map img {
	display: block;
	margin-bottom: 5px;
}

.hours {
	margin-bottom: 0;
}

.hours th,
.hours td {
	padding: 0 0 5px 0;
	border: none;
}

.hours th {
	padding-right: 20px;
	background: none;
	font-weight: normal;
	color: #000;
}


/* BOOK APPOINTMENT
================================================== */

.error {
	font-weight: bold;
	color: #c00;
}

.reqd { color: #c00; }

.centered {
	text-align: center;
}

.label {
	text-align: right;
}

.success {
	border: 2px solid #305374;
	padding: 10px 10px 0;
}

.success h2 {
	margin-bottom: 16px;
}