@import url('https://fonts.googleapis.com/css2?family=Red+Rose:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');

a {
	text-decoration: none;
}

a:link {
	color: #3366CC;
}

a:hover {
	color: #CC3300;
}


body {
  font-family: Verdana, sans-serif;
  font-size: 80%;
	margin: 0px;
	background: url(../images/ttc_bkgd.jpg) repeat;
	background-color: #D9DEE4;
}

div, p, table, tr, th, td, ol, ul, li, dl, dt, dd, label, form, header, section {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}

p {
  margin: 0.5em 0;
}

td {
  font-size: inherit;
}

ul {
  padding: 0 0.5em;
	margin: 0 1.5em;
}

li {
  margin-left: 0;
  padding: 0;
	text-indent: 0;
}

ol {
  padding: 0;
	margin: 0 2em;
}

/* Custom Classes */

.font7pt {
  font-size: 0.7em;
}

.font8pt {
  font-size: 0.8em;
}

.font9pt {
  font-size: 0.9em;
}

.bold {
  font-weight: bold;
}

.bluebold {
  font-weight: bold;
	color: #003399;
}

.bluebold8pt {
  font-weight: bold;
	color: #003399;
	font-size: 0.8em;
}

.addresscolumn {
	font-size: 0.8em;
  width: 165px;
	position: absolute;
	left: 0;
	float: left;
	text-align: left;
	margin: 0 10px;
}

.leftcolumn {
	float: left;
	clear: none;
	width: 45%;
	padding: 0px;
	margin: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.rightcolumn {
	float: left;
	clear: none;
	width: 45%;
	padding: 0px;
	margin: 0px;
}

.maincolumnmargin {
	/* height: auto; */
	margin: 0px;
	padding: 0px 20px;
}
.onecolumnclear {
  width: 92%;
  clear: both;
	margin: 0px;
	padding-top: 10px;
}
.thumbnails {
	float: left;
	clear: none;
  padding: 0;
	margin: 0;
  width: 43%;
	min-width: 110px;
  max-width: 350px;
	z-index: 50;
}
.thumbnails img {
  padding: 2px 1px;
}

.mainphotofloat {
  width: 320px;
	height: auto;
	margin-right: 10px;
	float: left;
}
.photofloat {
  /*width: 320px; */
	width: auto;
	height: auto;
	margin-right: 10px;
	float: left;
}

.sidebar {
	width: 35%;
	height: auto;
	/* float: left;
	margin-left: 521px; */
	padding: 5px 0 5px 10px;
	position: absolute;
	right: -1px;
	visibility: visible;
	z-index: 25;
}

.sidebar img {
  padding: 5px;
}

/* Custom IDs */

header {
  /* position: static;
	width: 80%; */
	height: 80px;
	padding: 15px 0px 5px 105px;
	font-size: 0.9em;
	font-style: italic;
	color: #416297;
}

#tagline {
	padding-left: 30px;
	padding-bottom: 12px;
	vertical-align: bottom;
	font-size: 1.5em;
}

#content_top {
	padding-left: 185px;
	min-height: 240px;
  height: auto;
	clear: both;
	background-image: url(../images/ttc_bkgd_dk.jpg);
	background-position: 0px -100px;
	background-repeat: repeat;
}

#content_bottom {
  padding: 10px 20px 0 185px;
  clear: both;
}

#leftnav, nav {
	background-color: #3399CC;
	position: absolute;
	left: 0;
	text-align: right;
	vertical-align: middle;
	float: left;
	width: 185px;
	height: 240px;
	overflow: visible;
	border-collapse: collapse;
    font-family: 'Michroma', cursive;
    font-size: 14px; 
    color: #ffffff;
}

#leftnav ul, nav ul {
  margin: 0px;
  padding: 0px;
	border: 0px;
}

#leftnav li, nav li {
	text-indent: 0;
	list-style: none;
	height: 30px;
	margin: 0px;
	padding: 0px 6px 0 0;
	border: 0px;
	border-top: 1px solid #99CCFF;
	line-height: 30px;
    background-color: #3399cc;
    font-family: 'Michroma', cursive;
    font-size: 8px;
    vertical-align: baseline;
    color: #ffffff;
    FONT-WEIGHT: BOLD;
    letter-spacing: 0.25em;
}
.cap { font-size: 9px; }
#leftnav li:hover, nav li:hover {
  background-color: #006699;
}

#leftnav a, nav a {
height: 30px;
  margin: 0px;
  padding: 0px;
    color: #ebe9e9;
}
#leftnav a:hover, nav a:hover {
    color: #ebe9e9;
}

#leftnav img, nav img {
  margin: 0px;
  padding: 0px;
	border: 0px;
}

#captions {
  padding: 2px 0;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #336699;
}

#description {
  font-size: 0.9em;
  font-style: normal;
  font-weight: normal;
  color: #000;
	padding-bottom: 25px;
	width: 75%;
}

footer {
  padding: 5px 10px 5px 185px;
	text-align: left;
	font-size: 0.75em;
	clear: both;
	color: #666666;
}