body
{
background-image:url('images/background.jpg');
}
 
#logo
{
height:300px;
width:300px;
margin:10% auto -15px;
}
.login
{
height:100px;
width:300px;
margin:10px auto;
text-align:center;
}
 
#gtn
{
height:300px;
width:300px;
}
 
.index
{
text-align:center;
color:white;
text-decoration:none;
}
.index a:hover
{
color:grey;
}
.logreg
{
color:white;
text-decoration:none;
}
.navigationa
{
    position:absolute;
    z-index:2;
    text-align:center;
    font-size:14px;
    right:100px;
    top:15px;

}
.navigation
{
    position:fixed;
    top:0;
    width:100%;
    height:35px;
    text-align:center;
    padding-top:15px;
    background-color:rgba(1,1,1,0.8);
}
.navigation a
{
    font-size:14px;
    padding-left:15px;
    padding-right:15px;
    color:white;
    text-decoration:none;
}
.navigation a:hover
{
    color:grey;
}
.county
{
    text-decoration:underline;
}
.locationsul
{
    list-style-type:none;
    padding:0;
    margin:0;
}
.jeffcounty
{
    position:absolute;
    height:350px;
    width:155px;
    margin:100px 20px;
}
.jeffcounty a:hover
{
    color:grey;
}
.lewiscounty
{
    position:absolute;
    height:350px;
    width:125px;
    margin:100px 200px;
}
.lewiscounty a:hover
{
    color:grey;
}
.stlawrencecounty
{
    position:absolute;
    height:350px;
    width:200px;
    margin:100px 640px;
}
.stlawrencecounty a:hover
{
    color:grey;
}
.oswegocounty
{
    position:absolute;
    height:350px;
    width:150px;
    margin:100px 350px;
}
.oswegocounty a:hover
{
    color:grey;
}
.rivers
{
    position:absolute;
    height:350px;
    width:100px;
    margin:100px 515px;
}
.rivers a:hover
{
    color:grey;
}
ul li a
{
    text-decoration:none;
    color:black;
}