html {
	background-color: #8bf;
        background: linear-gradient(150deg, #8bf, #adf);
}
ul#navigationbar {
	background-color: transparent;
        background-image: url(Images/transparent-brushed.png);
}
#pagetitle img {
	float: left;
	margin: 0 1em 1ex 1ex;
	height: 2em;
	width: auto;
}
#pagetitle span.subtitle {
	font-size: 75%;
}

h1 {
	margin-bottom: 0;
	font-size: 230%;
}

h2 {
	margin-bottom: 0.25ex;
	text-decoration: underline;
}

#leftcolumn {
        min-width: 30ex;
        max-width: 50%;
	padding-right: 5em;
}

#map {
	position: relative;
}
#map img {
	width: 100%;
	height: auto;
}
#map span {
	display: block;
	text-align: center;
}

#officehours th {
	text-align: left;
}

dl.services dt {
	display: inline;
	font-weight: bold;
	float: left;
}
dl.services dt:after {
	content: '–';
}
dd {
	margin-bottom: 1em;
}
ul.associations {
	list-style-type: none;
	padding-left: 0;
}
ul.associations > li {
	margin: 1em 0 1em 0;
}
ul.associations ul {
	padding-left: 3em;
	list-style-type: disc;
}
dd > ul.associations {
	margin: 0 0 1em 0;
	list-style-type: disc;
}
dd > ul.associations > li {
	margin: 0 0 0 0;
}
.credentials {
	font-style: italic;
}
h3.fees, h4.fees {
	margin-bottom: 0;
}
table.fees {
	border: thin solid black;
	border-collapse: collapse;
}
table.fees caption {
	margin-top: 1em;
	text-align: left;
	font-weight: bold;
}
table.fees th,
table.fees td {
	border: thin solid black;
	padding: 0.25ex 1ex;
}
.fineprint {
	margin-top: 0.3ex;
	font-size: 90%;
}

