table#floorplans
{
	width: 100%;
}

table#floorplans thead th
{
	padding: 0.25em;
	font-weight: bold;
	text-align: center;
	white-space: pre;
	border-bottom: 1px solid #808080;
	vertical-align: top;
}

table#floorplans tbody td
{
	padding: 0.25em;
	font-size: 0.9em;
	text-align: center;
	border-bottom: 1px solid #C0C0C0;
	vertical-align: top;
}

table#floorplans th:first-child, table#floorplans td:first-child, table#floorplans .name
{
	text-align: left;
	width: 33%;
	vertical-align: top;
}

table.gallery
{
	width: 100%;
}

table.gallery td
{
	text-align: center;
	vertical-align: middle;
}

table.gallery td img
{
	margin: 0 auto;
	border: 1px solid black;
	display: block;
}

#photoNav a { text-decoration: none; }
#photoNav a:hover { font-weight: bold; }

a img { border: none; text-decoration: none; }
a:hover img, a img:hover { border: none; text-decoration: none; }

/* WICHITA ZONES */
table#WichitaZones { width: 100%; }
table#WichitaZones thead th { width: 25%; color: #FFF; }
table#WichitaZones thead th a { color: #FFF; text-decoration: none; }
table#WichitaZones thead th a:hover { text-decoration: underline; }
th#Northwest { background-color: #20548D; }
th#Northeast { background-color: #B67068; }
th#Southwest { background-color: #FAB37D; }
th#Southeast { background-color: #94799A; }
table#WichitaZones tbody td { vertical-align: top; }
table#WichitaZones ul, table#WichitaZones li { margin-left: 0px; padding-left: 0px; }
table#WichitaZones ul { padding-left: 1.5em; margin-top: 0.25em; }