/* Default layout styling for all pages (silver hex is b9b9b9) */
body {
background: #5570a7;
}

/* Header styling */
#header {
height: 100px;
margin: 0 0 10px 0;
border: 1px solid #eeee90;
background-color: #000;
text-align: center;
padding: 0;
}

#header h1 {
padding: 0;
font-size: 30px;
}

#header p {
padding: 0;
font-size: 11px;
font-weight: normal;
font-style: italic;
}

#lh_imgbox {
position: absolute;
top: 25px;
left: 20px;
}

#rh_imgbox {
position: absolute;
top: 25px;
right: 20px;
}

/* Styling for main content area */
#main {
margin-left: 23%;
margin-bottom: 10px;
padding: 10px;
border: 1px solid #eeee90;
background-color: #5570a7;
text-align: center;
}

#main h4 {
font-size: 14px;
}

#main p {
font-size: 12px;
}

#main ul {
color: #eeee90;
font-family: Verdana,Arial,sans-serif;
font-size: 11px;
font-weight: bold;
list-style-type: disc;
margin: 0;
padding: 10px;
}

#main a:link {
color: #eeee90;
}

#main a:visited {
color: #000;
}

#main a:hover {
color: yellow;
}

#main a:active {
color: #FFF;
}

#pastvehicles li {
color: #b9b9b9;
font-size: 14px;
}
/* Navbar styling */
#navbar {
position: absolute;
top: 123px;
left: 10px;
width: 18%;
margin-bottom: 5px;
padding: 10px;
border: 1px solid #eeee90;
background-color: #000;
text-align: left;
}

#navbar p {
border-bottom: 1px dashed #eeee90;
}

#navbar ul {
list-style-type: none;
margin: 0;
padding: 0;
color: #eeee90;
border: 1px solid #000;
font: bold 14px Verdana,Arial,sans-serif;
}

#navbar ul a:link {
color: #eeee90;
}

#navbar ul a:visited {
color: #666;
}

#navbar ul a:hover {
color: green;
}

#navbar ul a:active {
color: #FFF;
}

#current {
color: red;
}

#pastpages li {
font-size: 12px;
margin: 5px;
}

#matuskanav li {
font-size: 12px;
margin: 5px;
}

#bicyclenav li {
font-size: 12px;
margin: 5px;
}

#vehiclenav li {
font-size: 12px;
margin: 5px;
}

#nav62 li {
font-size: 12px;
margin: 5px;
}

#nav63 li {
font-size: 12px;
margin: 5px;
}

/* Footer styling */
#footer {
border: 1px solid #eeee90;
background-color: #b9b9b9;
text-align: center;
}

#footer p {
padding: 0;
font-size: 10px;
font-weight: normal;
font-style: italic;
color: #000;
}
/* Class for photocaption styling */
p.photocaption {
font-style: italic;
font-weight: normal;
}

