@charset "UTF-8";
/* CSS Document */

/* general backgroudn and link styles */
body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  margin: 0 0 0 0;
}

td {vertical-align:top}

a {
  text-decoration:none;
  cursor:pointer;
  color:#313131;
}

li {
  position:relative;
  left:-24px;
  padding-bottom:5px;
}

.highlight {
  font-weight:bold;
  color:#3E3E0A; /*666600*/
}

/* styles used for frameset object presentation */
td.banner {
  background-color:#3E3E0A;
}
td.links {
  text-align:right;
  font-size:9px;
  padding:4px 2px 0px 0px;
}
td.links a{
  text-decoration:none;
  cursor:pointer;
  padding:0px 3px 0px 3px;
}

img.title {
  position:absolute;
  left:115px;
  top:12px;
}
img.subtitle {
  position:absolute;
  left:370px;
  top:52px;
}

/* styles related to the navigator */
td.navigator {
  width:162px;
  font-size:8pt;
  padding:8px 0px 6px 3px;
  cursor:pointer;
  overflow:visible;
}
td.navigator:hover {
  background-image:url(../images/bar.gif);
  background-repeat:no-repeat;
  background-position:0% 100%;
}
/* styles related to the content pane */
table.content {
  width:100%;
  height:100%;
  border:0px;
  padding:0px;
  margin:0px;
}
td.content {
  width:516px;
  height:410px;
  font-size:8pt;
  border-top:4px solid #FFFFFF;
  border-left:12px solid #FFFFFF;
  border-bottom:10px solid #FFFFFF;
  padding:5px 7px 7px 12px;
  background-color:#F4F2EB; /*F4F2EB*/
  overflow:auto;
}
iframe.content{
  width:550px;
  height:400px;
  overflow:hidden;
  border:0px;
}
.title {
  color:#3E3E0A;
  font-size:16pt;
}

/* locator styles for the attorneys' display list */
table.attorneys {
  border:0px;
  padding:0px 0px 0px 0px;
}
td.attorneys {
  font-size:8pt;
  padding:2px 0px 0px 8px;
  cursor:pointer;
}
td.attorneys:hover {
  background-image:url(../images/bar.gif);
  background-repeat:no-repeat;
  background-position:0% 95%;
}
a.attorneys {
  color:#313131;
}
div.attorneys {
  overflow:auto;
}

/* styles used to present Google Maps */
div.map {
  width:540px;
  height:400px;
  text-align:left;
}

/* styles used to present Google Map infoWindow objects */
table.info {
  height: 210px; 
  width: 325px; 
  border: none;
  background-color:#F4F2EB;
}
td.info {
  font-size:10px;
  color:#313131;
  text-align:left;
  padding-left:5px;
}
td.info P:first-letter {
  font-weight:bold;
  color:#3E3E0A; /*666600*/
}
h1.info {
  font-weight:bold;
  font-size:13pt;
  line-height:5pt;
}
h2.info {
  font-weight:bold;
  font-size:10pt;
/*  line-height:3pt;*/
}
a.info {
  color:#993300;
}
img.info {
  border: none;
  height: 120px;
  padding: 5px 0px 5px 7px;
}
div.info {
	height:185px;
	width:325px;
}
input.info {
	width:230px;
	background-color:#FFFFCC;
}
td.directions { /* directions links font size */
	font-size:7pt;
}

td.disclaimer {
  text-align:justify;
  padding:5px;
  font-size:7pt;
  color:#BBB;
}
td.credits {
  text-align:right;
  padding:5px 0px 0px 3px;
  font-size:7pt;
  color:#BBB;
}