a {
  text-decoration: none;
  color: #30504f;
}
a:visited {
  color: #30504f;
}
a:hover, a:visited:hover {
  color: #e2ba1b;
}
body {
  background-color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 80%;
  padding: 0;
  margin: 0;
}
h1, h2, h3 {
  /* font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
  font-family: times;
  margin: 0px;
  margin-bottom: 6px;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
#page {
  text-align: left;
}
#header {
  font-family: times;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #ccce9e;
  font-size: 18pt;
  background-color: #30504f;
  text-align: center;
  letter-spacing: 11px;
}
#header a, #header a:hover {
  color: #ccce9e;
}
#main {
  background-color: white;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('/images/background.jpg');
  background-repeat: no-repeat;
  min-height: 493px;
}
#content-wrapper {
  width: 800px;
}
#content {
  padding: 25px;
  padding-top: 10px;
  margin-left: 230px;
  min-height: 493px;
  background-color: #fff;
}
#content h1 {
  font-style:italic;
  color: #30504f;
  font-size: 190%;
}
#content h2 {
  color: #30504f;
  font-size: 120%;
  margin-bottom: 25px;
}
#content h3 {
  color: #30504f;
  font-size: 110%;
}
#content p {
  line-height: 130%;
}
#sidebar-wrapper {
  float: left;
  width: 230px;
}
#sidebar {
  font-size: 95%;
  margin: 15px;
  margin-top: 0px;
  padding: 10px;
  text-align: right;
}
#sidebar ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
}
#sidebar li {
  margin-bottom: 14px;
  text-transform: uppercase;
  color: #472b30;
}
#sidebar img {
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#footer {
  float: left;
  font-size: 90%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 230px;
  color: #f9e8ad;
}
#shadow {
  clear: left;
  height: 27px;
  width: 100%;
  background-image: url('/images/shadow.gif');
  background-repeat: repeat-x;
  border: 0px;
  margin: 0px;
  padding: 0px;
}
#attorney_menu {
  float:left;
  margin-right: 15px;
  margin-bottom: 15px;
}
#attorney_menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#attorney_menu ul li {
  margin-bottom: 6px;
}
#attorney_menu a {
  text-decoration: none;
  text-transform: uppercase;  
}
#attorneys img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.portfolio_side {
  float: right;
  width: 300px;
  text-align: center;
/*  margin-left: auto;
  margin-right: auto;
  display: block; */
}
.portfolio_nav {
  letter-spacing: 4px;
}
.prop {
  height:493px;
  float:left;
  width:1px;
}
.prop_clear {
  clear:both;
  height:1px;
  overflow:hidden;
}
