body {
  background: #cccccc;
  margin: 0;
}
/*search box*/
#search {
  float: right;
  clear: right;
  width: 315px;
  margin-top:10px;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 12px;
}


/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* forms */

input, select, {font-size:12px}

/* classes */

.error { color: red; }

/* page structure & layout */

#page {
  background: #dfe8f2;
  margin: 0 auto;
  text-align: left;
  width: 1000px;
}

#header {	
  /* background: #ffffff; */
  background-image: url("/public/images/BgBanner.jpg");
  border-bottom: 3px solid #ffffff;
  height: 125px;
  position: relative;
  padding-top:20px;
  padding-left:10px;
  z-index: 800;
}

#header h6 a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #820024;
}


#content {
  float: left;
  background: white;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
  line-height: 15px;
  padding:0px;
  margin-top:10px;
  margin-left:10px;
  width: 660px;
  z-index: 100;
}
#content2010 {
  float: left;
  background-image: white;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
  line-height: 15px;
  padding:0px;
  margin-top:10px;
  margin-left:10px;
  width: 660px;
  z-index: 100;
}

#sidebar {
  float: right;
  clear: right;
  width: 320px;
  margin-top:5px;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 12px;
 }


/* footer */
#footer {
  border-top: 1px solid #666666;
  clear: both;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;  
  font-size: 10px;
  height: 70px;
  background: #cccccc;
}

#footer p {
  line-height: 1.5em;
  margin-top: 15px;
  text-align: center;
}
#footer a {
  color: #666666;
  text-decoration: underline;
}

/* header */

#header h1 a {
  color: #820024;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  line-height: normal;
}
#header h1 a:hover {color: #005375;}

#headLink a{
  font-family: Arial;
  color: #820024;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
}

#headLink a strong{
  font-family: Arial;
  color: #005375;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
}

#headLink a:hover {
  font-family: Arial;
  color: #005375;
  text-decoration: underline;
  font-weight: bold;
}


/* content */

#content h1 {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
 }
#content p {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}
#content h2 {
  color: #820024;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 10px;
}
#content h2 a{
  color: #820024;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
#content a {
  color: #005375;
  text-decoration: underline;
  font-weight: bold;
}
#content a:hover {
  color: #820024;
}
#content h3 {
  background: none;
  font-size: 13px;
  font-weight: bold;
  color: #820024;
}

#content h6 {
  color: #820024;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
#content h6 a{
  text-decoration: none;
}
#content h4 {
  color: #005375;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
#content h5 {
  color: #005375;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#content p, {
  line-height: 1.5em;
  margin: 0px;
}
#content ol {
  line-height: 1.8em;
  margin: 0 30px 20px 50px;
}
#content ol li {
  line-height: 1.8em;
  padding-left: 2px;
}
#content ul {
  line-height: 1.8em;
  margin: 0 30px 20px 30px;
}
#content ul li {
  line-height: 1.8em;
  list-style: square;
  padding-left: 2px;
}
#content blockquote {
  color: #000000;
  margin: 0 10px 20px 10px;	
}

/* secondary content */

#sidebar h3 {
  font-family: Arial, Helvetica, sans-serif;  
  color: #820024;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  padding: 7px 0 7px 0;
}
#sidebar h4 { 
  font-family: Arial, Helvetica, sans-serif;
  color: black; 
  font-weight: normal; 
  font-size: 12px;
  line-height: normal;
}
#sidebar h2 { 
  font-family: Arial, Helvetica, sans-serif;
  color: black; 
  font-weight: bold; 
  font-size: 14px;
  line-height: normal;
}

#sidebar ul {
  margin: 7px 0 20px 20px;
}
#sidebar ul li {
  line-height: 18px;
  list-style: square;
}	
#sidebar a {
  color: #4B798B;
  font-weight: bold;
}
#sidebar a:hover { color: #820024; font-weight: bold;}

.blue {
  color: #005375;
}

/* misc */

a img { border: none; }
acronym { cursor: help; }
.show { display: inline; }

/* classes */

.right, .left {
  background: #fff;
  border: 1px solid #e3e7e8;
  float: left;
  margin: .5em 12px 6px 0;
  padding: 6px;
}
.right {
  float: right;
  margin: .5em 0  6px 12px;
}
.left {
  float: left;
  margin: .5em 12px 6px 0;
}

/* comment */
.comment-form-body {
  width: 450px;
}

.find_firm_results
{
  text-align: left;
  overflow: scroll;
  overflow-x: hidden;
  height: 300px;
  border-style:solid;
  border-color:#cccccc;
  border-width: 1px;	
}

.city_state_zip
{
  margin: 0px 0px 0px 54px;	
}

.find_a_firm
{
}

.firm_result
{
  padding-left: 5px;
}

.firm_result_solid
{
  padding-left: 5px;
  background-color: #cccccc;	
}

.message
{
  border-style: solid;
  border-color: #666666;
  border-width: 2px;
  width: 400px;
  height: 25px;
  background-color: #cccccc;
  color: #990000;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
}

<STYLE TYPE="text/css">
<!--
.indented
   {
   padding-left: 50pt;
   padding-right: 50pt;
   }
-->
</STYLE>
