a:link { color: blue; text-decoration: underline }
a:visited { color: brown; text-decoration: none }
a:active { color: red; text-decoration: none }
a:hover { color: green; text-decoration: none }

#locations a:link { color: inherit; text-decoration: underline }
#locations a:visited { color: inherit; text-decoration: none }
#locations a:hover { background-color:#ccc; text-decoration: underline }

body {
  margin: 0;
  padding: 0;
  color: black;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 14pt;
  background-color: white;
}

li {
  margin-left: 0;
  margin-right: 10%;
  margin-top: .5em;
  margin-bottom: .5em;
}

.highlight_1 {
  font-weight: bold;
}
.lake {
  font-weight: bold;
  color: blue;
}
.river {
  font-weight: bold;
  color: brown;
}
.stream {
  font-weight: bold;
  color: red;
}
.nertz {
  font-weight: bold;
  color: green;
}


#main {
  position: relative;
  top:0;
  left:  0;
  width: 100%;
  margin-top: 10px;
}

#content {
  margin: 0 0 0 0;
  border: 1px solid #b9d2e3;
  background-color: white;
  color: black;
}
#content .inner {
  margin: 10px 20px 10px 40px;
}
#content .inner h2 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size: 110%;
}

#content .inner .blog h2 {
  border-bottom: none;
  padding-bottom: 0.2em;
  font-size: 110%;
}


#content .inner h3 {
  color: #245185;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size: 90%;
}
#wrapper {
  color: black;
  margin: 0px 4px 3px 4px;
  padding: 0px 10px 10px 10px;
  background-color: white;
  min-width: 300px;
  max-width: 1200px;
}

.contact_table {
	border-collapse: collapse;
	text-align: left;
}

.contact_table th {
  padding: 10px 8px;
  border-bottom: 2px solid;
  background-color:#eee;
}

.contact_table td {
	padding-left: 7px;
	padding-right: 7px;
}
.first_tr {
	border-bottom: hidden;
        vertical-align: top;
}
.second_tr {
	border-bottom: 2px solid;
        vertical-align: top;
}

#contact {
	background-color: #C9C9C9; color: black;
}
td.left {
  text-align: left;
  padding: 10px;
}

.left td {
  text-align: left;
  padding: 10px;
}
td.right {
  text-align: right;
  padding: 10px;
}

.right td {
  text-align: right;
  padding: 10px;
}

td.center {
  text-align: center;
  padding: 10px;
}

.fmt_All {
  color: inherit;
}.fmt_ImmediateFamily {
  color: green;
}
.fmt_Family {
  color: red;
}

	/* 
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
	@media 
	only screen and (max-width: 660px),
	(min-device-width: 668px) and (max-device-width: 1024px)  {
	
		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		tr { border: 1px solid #ccc; }
		
		td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			padding-left: 50%; 
		}
		
		td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
		
		/*
		Label the data
		
		td:nth-of-type(1):before { content: "Link"; }
		td:nth-of-type(2):before { content: "Date"; }
		td:nth-of-type(3):before { content: "Description"; }
		td:nth-of-type(4):before { content: "Access"; }*/
	}
	
	/* Smartphones (portrait and landscape) ----------- */
	@media only screen
	and (min-device-width : 320px)
	and (max-device-width : 480px) {
		body { 
			padding: 0; 
			margin: 0; 
			width: 100%; }
		}
	
	/* iPads (portrait and landscape) ----------- */
	@media only screen and (min-device-width: 668px) and (max-device-width: 1024px) {
		body { 
			width: 100%; 
		}
	}
