@charset "utf-8";
/* CSS Document */

body {
  padding: 0;
  margin: 0;
  background: #000000 url(../images/background.jpg) no-repeat center top;
  width: 100%;
}

h1 {
font-size: 20px;
font-family: Verdana;
margin: 0 0 10px 0;
}

h2 {
text-decoration: underline;
font-weight: bold;
font-family: Verdana;
font-size: 12px;
}

.smallitalic {
font-size: small;
font-style: italic;
}

.investigationsreport {
margin-left: 80px;
}

#container {
width: 750px;
height: 505px;
margin: 250px auto 0 auto;
padding: 15px 40px 20px 20px;
}

#content {
width: 565px;
height: 435px;
float: right;
overflow: auto;
}

#content a {
color: #8D0505;
}

#content ol li {
list-style-image: url(../images/bullet.png);
margin-left: 20px;
}

#directionsdiv {
width: 500px;
height: 299px;
background: #000000 url(../images/directions_background.jpg) no-repeat center top;
margin: 0 auto;
}

#directionsform {
position: absolute;
margin: 190px 0 0 289px;
}

#directionsbutton {
margin-left: 20px;
}

#navigation {
height: 430px;
width: 180px;
float: left;
color: #FFFFFF;
font-size: 26px;
}

#navigation a {
color: #FFFFFF;
text-decoration: none;
}

#navigation a:hover {
color: #937752;
}

#navigation ul ul {
margin-left: 20px;
}

#footer {
margin-top: 495px;
height: 30px;
color: gray;
font-size:10px;
text-align: center;
}

#footer a {
color: gray;
text-decoration: none;
}
