/* CSS Document */
body {
  text-align: center;
  font-size: 12px;
  font-family: Arial, Verdana, Tahoma;
  color: #000;
  background: url('/images/site-bg.gif') repeat-x top center #CE7801;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 24px;
  color: #000
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

div, p {
  line-height: 14pt;
}

img {
  border: 0;
}

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

a:hover {
  color: #000; 
}

#site {
  width: 765px;
  margin: 0 auto;
  text-align: left;
  background: url('/images/bg.gif') repeat-y;
}

#menu {
  width: 765px;
  height: 37px;
  background: #fff;
}

#menu-wrap {
  width: 761px;
  height: 37px;
  overflow: hidden;
  margin: 0 auto;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
}

#menu ul {
  width: 761px;
  height: 35px;
  padding: 0;
  margin: 0;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  list-style: none;
  overflow: hidden;
  margin-left: 0px;
}

#menu ul li {
  display: block;
  float: left;
}

#menu ul li a:link, #menu ul li a:visited {
  display: block;
  float: left;
  height: 35px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 3px;
  background: #000;
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#menu ul li a:hover {
  background: #CE7801;
}

.menu-home {
  width: 135px;
}

.menu-overview {
  width: 135px;
}

.menu-attorneyprofile {
  width: 201px;
}

.menu-directions {
  width: 140px;
}

.menu-contactus {
  width: 140px;
}

#header {
  width: 765px;
  height: 72px;
  background: url('/images/header.gif') center center no-repeat #fff;
}

#banner {
  width: 765px;
  height: 278px;
  background: url('/images/flash-banner.gif');
  margin-top: 1px;
}

#content {
  width: 765px;
}

#content-bottom {
  clear: both;
  width: 765px;
  height: 24px;
  margin: 0 auto;
  background: url('/images/content-bottom.gif') center center no-repeat;
  text-align: left;
}

#content-bottom a:link, #content-bottom a:visited {
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  margin: 2px 5px;
}

#content-bottom div {
  width: 557px;
  text-align: center;
}

#left {
width: 560px;
float: left;
text-align: justified;

}


#left-wrap {
  margin: 10px 20px;
}

#right {
  width: 188px;
  padding: 20px 5px;
  float: right;
  background: url('/images/right-bg.gif') repeat-y top center;
  text-align: right;
}

#footer {
  clear: both;
  width: 100%;
  height: 86px;
  background: url('/images/footer.gif') repeat-x;
  font-weight: bold;
  padding-top: 4px;
}

.home-list {
  width: 500px;
  height: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #0f3a72;
}

.home-list li {
  float: left;
  display: block;
  width: 250px;
}

.home-subtitle {
  
}
