body {
  margin: 0;
  padding: 0;
  width: 770px;
  background-color: #ccc;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #595959;
  font-size: 11px;
}

h6 {
  display: none;
}

#container {
  width: 770px;
  margin: 0;
  padding: 0;
  text-align: left;
  background: url(../images/content_bg.gif) repeat-y;
}

#header {
  height: 120px;
  /*background-image: none;
  background-repeat: no-repeat;
  background-position: 0px 100%;*/
  background-color: #5a6a8e;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 10px;
}

#header #logoplate {
  margin: 20px 10px 5px 10px;
  padding-bottom: 5px;
  border-bottom: 3px solid #fff;
}

#logoplate #logo {
  float: left;
  /*background: url(../images/PorzioLogo.gif) no-repeat;*/
  width: 182px;
  height: 43px;
}

#logoplate #logo #printlogo,
#logoplate #plate #printheader,
#headerplate #printplate {
  display: none;
}

#logoplate #logo #viewlogo,
#logoplate #plate #viewheader,
#headerplate #viewplate {
  display: inline;
}

#logoplate #plate {
  margin-left: 465px;
  text-align: right;
  margin-top: 5px;
  /* background: 100% 0 url(../images/headerplate.gif) no-repeat; */
  width: 282px;
  height: 43px;
}

#header #headerplate {
  margin: 5px 20px 20px 10px;
  /* background: 50% 0 url(../images/attorneyatlawplate.gif) no-repeat; */
  /*width: 168px;*/
  width: 182px;
  height: 10px;
  text-align: center;
}

#subnav {
  float: left;
  width: 203px;
  margin: 0;
  padding: 0;
  font-size: 11px;
}

#subnav #officeinfo {
  font-size: 11px;
  margin: 80px 0 20px 0;
}

#subnav ul {
/*
  padding-right: 10px;
  width: 80%;*/
list-style-type: square;
margin-top: 5px;
margin-left: 15px;
padding-top: 0;
padding-left: 0;
padding-right: 10px;
font-size: 11px;
}

#subnav li {
  line-height: 120%;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 5px;
}

#subnav h1 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #982a47;
  margin-bottom: 5px;
}

#subnav p {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-right: 10px;
}

#subnav #officeinfo p {
  margin: 0 0 5px 0;
}

#subnav #officeinfo p a {
  color: #595959;
  text-decoration: none;
}

#subnav #officeinfo p a:hover {
  color: #982a47;
}

#subnav, #content {
  padding-top: 30px;
}

#subnav #education,
#subnav #baradmissions,
#subnav #officeinfo {
  margin-left: 10px;
}

#content {
  margin-left: 213px;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 20px;
  /*font-size: 12px;*/
  height: 1%;   /* IE\Win Hack : Fixes 3-pixel jog for div next to floated div. */
}

#footer {
  height: 15px;
  font-size: 10px;
  color: #fff;
  background-color: #982a47;
  padding: 10px;
  clear: both;
}

#content #contactinfo {
  margin-top: 10px;
  /*clear: both;*/
  height: 108px;
  vertical-align: baseline;
}

#content img,
#subnav img {
  border: none;
}

#content #contactinfo img.biophoto {
  display: inline;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  /*border: 3px solid #982a47;*/
}

#content #contactinfo h1 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  /*padding: 0 10px;*/
  padding: 0;
  color: #982a47;
  line-height: 80%;
}

#content #contactinfo h2 {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  margin: 5px 0 50px 0;
  /*padding: 0 10px;*/
  padding: 0;
}

#content #contactinfo h3 {
  font-size: 11px;
  font-weight: normal; 
  margin: 0;
  /*padding: 0 10px;*/
  padding: 0;
}

#content h1 {
  font-size: 11px;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #072b61;
  /*clear: both;*/
}

#content h1.practice {
  margin-top: 15px;
}

#content h2 {
  font-size: 13px;
  font-weight: bolder;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 30px;
}

#content p {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  line-height: 150%;
}

#content ul {
  /*margin: 0;
  padding: 0 0 0 15px;*/
  list-style-type: square;
  margin-top: 5px;
  margin-left: 15px;
  padding-left: 0px;
  padding-right: 10px;
}

#content li {
  margin-bottom: 5px;
  line-height: 150%;
}

/* Link Styles */
#contactinfo a {
  color: #595959;
  text-decoration: none;
}

#contactinfo a:hover {
  color: #982a47;
}