body{
    background-color: #00529c;
    background-image: url(../images/background.png);
    background-repeat: repeat;
    background-position: top center;
    font-family: times,serif;
    font-size: 16px;
}

img{
    border-width: 0px;
}

a:link, a:hover, a:visited{
    color: #000;
}

#container {
    position: relative;
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 848px;
    background-image: url(../images/container.png);
}

#header {
    background-image: url(../images/top.png);
    background-repeat: no-repeat;
}

#pageHeader {
    font-size: 20px;
    color: #00529c;
}

#nav-menu
{
    position:absolute;
    left: 20px;
    width:150px;
    font-size: 18px;
}

#lawyer-list a {
    line-height: 3em;
    text-decoration:none;
}

#nav-list {
    width: 150px;
}

#nav-menu ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 150px;
}

#nav-menu li a
{
    height: 25px;
    padding-top: 5px;
    text-indent: 10px;
    display: block;
    color: black;
    text-decoration: none;
    text-align: left;
}

#nav-menu li a:Hover
{
  background-color: #93a4d0;
  color: #fff;
}

#nav-menu li.subMenu{
    text-indent: 15px;
    font-size: 14px;
    
}

#nav-menu li.subMenu a{
    height: 22px;
    text-indent: 25px;
    font-size: 14px;
}

#content {
    color: black;
    width: 667px;
    margin-left: 175px;
    border-left: 1px dashed #00529c;
    background-image: url(../images/content.png);
    background-repeat: no-repeat;
    background-position: 50% 150px;
}

#info {
    margin: 30px 30px 0px 30px;
    text-align: justify;
}

#map {
  width: 620px;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  color: black;
  border: 1px solid #979797;
}

#bottom {
    height:5px;
    background-image: url(../images/bottom.png);
    background-repeat: no-repeat;
}

#footer{
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    line-height: 1.75em;
}

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