/* Default resets */
body, div, ul, li, p {
	margin:0;
	padding:0;
}


/* Base elements */
body {
	padding:0px 12px;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#d5c8b6;
}

img {
	border:0;
}

a, a img {
	outline:none;
}

ul {
	list-style:none;
}

ul li {
	font-size:1em;
}

li a {
	color:#0040e0;
	text-decoration:none;
}

li a:hover {
	color:#4488ff;
	text-decoration:underline;
}


/* Common */
.fullwidth {
	width:920px;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.clearfloat {
	clear:both;
}

.box {
	padding-top:10px;
}

.softedges {
	box-shadow:0 0 4px 0px rgba(0,0,0,0.5);
}

.caption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#856d65;
	text-shadow:1px 1px 0px rgba(255,255,255,0.7);
}


/* Clear fixes */
.clearfix:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
}

.clearfix2:after {
	/* less backwards compatible (e.g. older IE issues) */
	content:"";
	display:table;
	clear:both;
}


/* Container */
#container {
	margin:0 auto;
	background-color:#ebe8dc;
	padding:8px;
	border:1px solid #bdb09f;
	border-width:0px 1px;
	box-shadow:0 0 16px 1px rgba(0,0,0,0.15);
}


/* Header */
.header {
	margin-top:12px;
	margin-bottom:16px;
}

.header .logo {
	margin-left:6px;
	text-align:center;
	float:left;
}

.header .text {
	margin-top:30px;
	margin-right:10px;
	float:right;
	text-align:right;
	text-shadow:1px 1px 1px rgba(255,255,255,0.6);
}

.header .text .contact1 {
	font-weight:bold;
}

.header .text .contact2 {
	background:url(img/phone.png) no-repeat 0 50%;
	padding-left:18px;
}


/* Footer */
#footer {
	background-color:#856d65;
	color:#ffffff;
	height:40px;
	padding-top:10px;
	margin-top:4em;
	box-shadow:inset 0 0 2px 0px rgba(235,232,220,0.9);
}

#footer ul {
	text-align:center;
	padding-top:0.5em;
}

#footer ul li {
	display:inline;
	list-style-type:none;
	padding-right:15px;
}

#footer ul li a {
	color:#e7dedc;
}

#footer ul li a:hover {
	color:#fff;
	text-decoration:none;
}


/* Menu */
#menu {
	background:#d5cbbe url(img/menu.png) repeat-x 0% 50%;
	margin-bottom:2em;
	padding:1em 1px;
	/* box-shadow:0 0 2px 1px rgba(235,232,220,0.9); */
	box-shadow:inset 0 0 3px 0px rgba(255,255,255,0.3);
	border-radius:5px;
}

#menu li {
	display:inline;
	list-style-type:none;
	/* background:url(somebullet.png) no-repeat left center; */
	padding-left:6px;
	font-size:1.1em;
}

#menu li a {
	color:#51392f;
	padding:0.5em;
	text-decoration:none;
	border-radius:5px;
	text-shadow:1px 1px 1px rgba(255,255,255,0.6);
}

#menu li a:hover {
	background:url(img/menu_hover.png) repeat-x 0% 50%;
	background-color:#bfac96;
	background-color:#cbbead;
	color:#4b352c;
	text-decoration:none;
	box-shadow:inset 1px 1px 1px 0px rgba(99,50,45,0.1);
	text-shadow:1px 1px 1px rgba(255,255,255,0.5);
}

#menu li a.active {
	background:url(img/menu_active.png) repeat-x 0% 50%;
	background-color:#e0dacd;
	color:#000;
	box-shadow:inset 1px 1px 1px 0px rgba(99,50,45,0.3);
}


/* Main */
#main {
	/* height:440px; */
	/* overflow:auto; */
}

#main .leftcolumn {
	padding-left:10px;
}

#main .rightcolumn {
	padding-right:10px;
}

#main .singlecolumn {
	padding-left:10px;
	padding-right:10px;
}

#main a {
	color:#0040e0;
	text-decoration:none;
}

#main a:hover {
	color:#4488ff;
	text-decoration:none;
}


/* Team bios */
.team {
	padding-top:20px;
}

.member {
	background-color:#f1f0e8;
	margin-bottom:4px;
}

.member .bar {
	background:url(img/right.png) no-repeat 6px 50%;
	background-color:#e2decd;
	border-bottom:1px solid #d8d0ba;
	padding:4px 8px;
	padding-left:24px;
	cursor:pointer;
}

.member .bar:hover {
	background-color:#d5c8b6;
	border-bottom:1px solid #cbbba5;
}

.member.expanded .bar {
	background-image:url(img/down.png);
	border-bottom:1px solid #d3c9b1;
}

.member .bar .name {
	float:left;
}

.member .bar .addr {
	float:right;
	padding-left:20px;
	font-style:italic;
	color:rgb(70,70,70);
}

.member .bio {
	border:1px solid #e2decd;
	border-top:1px solid #e2decd;
	padding:8px;
	display:none;
}

.member.expanded .bio {
	display:block;
}

.member .bio .addr {
	padding-top:1em;
	font-style:italic;
	color:rgb(70,70,70);
}

.member .bio img {
	float:left;
	margin-right:12px;
	box-shadow:0 0 3px 0px rgba(0,0,0,0.4);
	border-radius:0px;
}


/*********************************************
 20250204 Responsive design mods for mobile.
*********************************************/

html {
  font-size: 1em;
}

@media (1000px < width <= 1500px) {
  html {
    font-size: 1.25rem;
  }

  p {
    font-size: 0.9em;
  }
}

@media (max-width: 1000px) {
  html {
    font-size: 1.5rem;
  }

  p {
    font-size: 0.75em;
  }
}

body {
    /* text-size-adjust: 100%; */
    font-size: 1em; /* TODO unset style.css property and remove. */
}

#menu {
    background-size: auto 100%;
    margin-bottom: 30px;
    /* max-height: 72px; */
}

#menu li {
    font-size: 1.25em;
}

#menu li a.active, #menu li a:hover {
    background-size: auto 100%;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .text {
    margin-top: 0;
    font-size: 1.2em;
}

.header .clearfloat {
    /* TODO delete div.clearfloat:last-child in .header then remove this. */
    display: none;
}

#footer {
    margin-top: 50px;
    padding-top: 0; /* TODO unset style.css property and remove. */
    height: auto; /* TODO unset style.css property and remove. */
}

#footer ul {
    display: flex;
    padding: 0.5em;
    align-items: center;
    justify-content: center;
}

.member > .bar > div {
  float: none !important;
}

.member > .bar > .name {
  font-size: 1.1em;
}

.member > .bar > .clearfloat {
  display: none;
}



