body {
font-family: Candara, Roboto, Arial, Helvetica, sans-serif;
font-size: 1.1em;
color: #000000;
background-color: #000055;
padding: .5em 3em;
}

a:link {
color: #0000ee;
}

a:visited {
color: #cc0000;
}

a:hover {
color: black;
}

a:active {
color: #00ff00;
}

a img {
border: none;
}

.bold {
font-weight: bold;
}

caption {
font-weight: bolder;
font-size: 1.2em;
color: #990000;
text-align: left;
letter-spacing: 2px;
}

.center {
text-align: center;
}

.cities {
column-width: 250px;
column-count: auto;
margin: 1em 0;
}

.color {
color: #cc0000;
}

#content {
float: left;
height: 100%;
margin: auto;
width: 74%;
}

.county-button {
display: inline-block;
border-radius: 8px;
border: thin solid #000055;
margin: 2px;
min-width: 9em;
padding: 3px;
text-align: center;
text-decoration: none;
}

.county-button:hover {
background-color: #eee;
}

.county-list {
list-style-type: none;
}

#footer {
clear: both;
background-image:url(http://www.usgwarchives.net/tx/images/oldwood.jpeg);
border-radius: 0px 0px 10px 10px;
font-size: 1.1em;
font-weight: bold;
margin: 0 auto;
padding: 1em 1em .5em 1em;
text-align: center;
}

h1,h2,h3,h4,h5 {
color: #000080;
}

#header {
background-image:url(http://www.usgwarchives.net/tx/images/oldwood.jpeg);
border-radius: 10px 10px 0px 0px;
margin: 0 auto;
padding: 5px 0;
text-align: center;
width: 100%;
}

.heading {
font-size: .8em;
font-variant: small-caps;
}

hr {
margin: 1em 10em;
color: #990000;
background-color: #990000;
border: 2px solid #990000;
}

.index {
margin: 0 auto;
text-align: center;
width: 50%;
}

#inner-wrapper {
border-radius: 1em;
}

.italic {
font-style: italic;
}

.list-ul li:nth-child(1) {}
.list-ul li:nth-child(2) {}
.list-ul li:nth-child(3) {}

#logo {
border-radius: 10%;
height: auto;
margin: 0 auto;
width: 25%;
box-shadow: 0 0 8px 8px #e4d7c5 inset;
}

#menu {
float: right;
padding: 10px;
width: 22%;
}

#outer-wrapper {
border-radius: 1em;
background-color: #fff;
padding: 1em;
}

.table-alpha {
margin: 0 auto;
text-align: center;
width: 70%;
}

.table-divider {
color: #990000;
font-size: .9em;
font-weight: bold;
font-variant: small-caps;
text-align: center;
}

.table-list {
width: 100%;
}

.table-list td {
padding: 5px;
width: 33%;
}

.table-main {
background-color: #fcfcfc;
border: thin gray dotted;
border-collapse;
font-size: .9em;
margin-bottom: 2em;
text-align: left;
width: 100%;
}

.table-main tr:hover {
background-color: #f7f7f7;
}

.table-managers {
border-collapse: collapse;
font-size: .9em;
line-height: 130%;
margin: 1em auto;
text-align: center;
width: 100%;
}

.table-managers td {
border: thin solid black;
height: 3em;
}

.table-regions {
background-color: #fcfcfc;
border: thin gray dotted;
border-collapse: collapse;
font-size: .9em;
margin: 1em 0 2em 0;
text-align: left;
width: 100%;
}

.table-regions td {
padding: 5px;;
}

.table-regions tr {
border-bottom: thin solid black;
}

.table-small {
letter-spacing: 1px;
margin: 0 auto;
text-align: center;
width: 75%;
font-weight: bold;
}

.thumb {
height: auto;
width: 100px;
}

.vets {border-collapse: collapse; border: 2px solid #000080; margin: 1em 0; font-size: .9em;}
.vets td {padding: 3px 1em; border: 1px solid #ddd;}
.vet-title {border-bottom: 2px solid #000080; font-weight: bold; color: #000080;}
.vets td:nth-child(1) {}
.vets td:nth-child(2) {font-weight: bold;}

.volunteer {
border: thin solid gray;
border-collapse: collapse;
margin: 1em 0;
width: 100%;
}

.volunteer td {
border-bottom: thin solid #ccc;
}


@media only screen and (max-width : 1050px) {
body {
padding: 0;
}
}

@media only screen and (max-width : 1020px) {
#content {
border: 0;
float: none;
width: auto;
}
#inner-wrapper {
padding: 10px;
}
#menu {
float: none;
text-align: center;
width: auto;
}
#outer-wrapper {
margin: 0;
padding: 0;
}
}

@media only screen and (max-width : 820px) {
#menu {
margin-top: 1em;
}
}
