@charset: 'utf-8';

body {
    font-family: Arial, "DejaVu Sans", sans-serif;
    background-color: white; 
}

body a {
    text-decoration: none;
    color: #777;
}

body a:hover
{
    text-decoration: underline;
    color: #FFF;
}


#Container {
    margin: 0 auto;
    max-width: 760px;
    padding: 1em;
}

#Container h1, #Container h2, #Container h3 {
    font-family: "Times New Roman", serif;
    font-weight: bold;
    letter-spacing: 1px;
    color: #506070;
}

#Container h3 {
    font-style: italic;
}

#Titlebox {
    /* background-position: top center; */
    /* background-image: url("./img/example.png"); */
    /* background-repeat: no-repeat; */
    /* text-indent: -9999px; */
    /* height: 180px; */
}

#navbox {
    background-color: green;
    margin: 0;
}

#navbox ul#navlist {
    padding-left: 0;
    margin: 1em 0em;
    width: 100%;
}

#navbox ul li { display: inline; }

#navbox ul li a {
    line-height: 150%;
    padding: 0.2em 1em;
    text-decoration: none;
}

#navbox ul a:link, #navlist a:visited {
    color: #FFF;
    text-decoration: none;
}

#navbox ul a:hover {
    color: #608090;
    background-color: #FFF;
    text-decoration: none;
}

#image 
{
    float: right;
    margin-left: 2em;
}

#vid
{
    float: right;
    margin-left: 2em;
}

#bodytext {
    text-align: left;
    color: #406070;
    /* overflow: auto; */
}

#bodytext a, a:link {
    color: blue;
    text-decoration: none;
    border: none;
}

#bodytext a:hover
{
    text-decoration: underline;
    color: #FFF;
}

#bodytext p { max-width: 760px; }

#bodytext p.answer {
    padding-left: 2em;
    margin-top: -1em;
}

#listbox {
    background-color: #F5F5F5;
}
#facilities #listbox {
    margin-top: -20px;
}
#listbox li {
    list-style-type: square;
    text-align: left;
    padding-right: 10px;
}
#DirectionsTable td {
    color: #406070;
    background-color: #F5F5F5;
}

#Footer {
    background-color: darkgreen;
    padding: 5px;
    color: #FFF;
    margin-top: 2em;
}

.thumbnail {
    float: left;
    /* width: 60px; */
    border: 1px solid #999;
    margin: 0 15px 15px 0;
    padding: 5px;
    text-align: center;
}

.thumbnail img {
    border: 0;
}

.clearboth { clear: both; }


#subfooter {
    margin-top: 2em;
}
#contact {
    border: 2px solid black;
    float: left;
}
#slogan {
    text-align: center;
}
