
body#index #flashintro {
  margin: 0;
  padding: 0;
  float: left;
}
#slideshow2 {
	position: relative;
	width: 360px;
	height: 290px;
	overflow: hidden;
  margin: 0;
  padding: 0;
  float: left;
}


body#index #bodytext {
  padding: 1em;
  margin: 0 0 0 360px;
}

body#index #main {
  background: white url(/images/stripes-right-360.png) repeat-y;
  margin: 0;
  padding: 0;
}
/* IE win hack \*/
* html body#index #main { height: 290px; }
* html body#index #content { height: 1%; }
/* */

body#index #main p {
  margin-top: 0;
  min-height: 0;
}

body#index #attorneys {
  clear: both;
  padding: 1em;
  border-top: 2px solid #036;
  background: #ccc;
}
body#index #attorneys {
  text-align: center;
}
body#index #attorneys blockquote {
  margin-bottom: 0;
}
body#index #attorneys img {
  margin: 0px;
  border: 1px solid #036;
}
body#index #attorneys a:hover img {
  margin: 0;
  border: 1px solid #036;
}

body#index #attorneys :link, body#index #attorneys :visited { border-bottom: none; }


.dh5 {
	width:91px;
	height:118px;	
	border:1px solid #002c5d;	
	margin:5px 5px 5px 0;
	
	/* required to hide the image after resized */
	overflow:hidden;


}
.dh5 {
	
 float:left;
 position:relative;
 left:30%;
 text-align:center;

}
.dh5 a:active{
background:#000;
	color:#fff;
	font-weight:bold;
}
.dh5 a:visited{
background:#000;
	color:#fff;
	font-weight:bold;
}
.dh5 a:link{
background:#000;
	color:#fff;
	font-weight:bold;
}
.dh5 a:hover{
background:#000;
	color:#fff;
	font-weight:bold;
}



.dh5 .caption {
	width:91px;
	height:30px;
	background:#000;
	color:#fff;
	font-weight:bold;
		
	/* fix it at the bottom */
	position:absolute;
	bottom:-1px; /* fix IE issue */
	left:0;

	/* hide it by default */
	display:none;

	/* opacity setting */
	filter:alpha(opacity=70);    /* ie  */
	-moz-opacity:0.7;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.7;    /* for really really old safari */  
	opacity: 0.7;    /* css standard, currently it works in most modern browsers like firefox,  */

}

.dh5 .caption a {
	text-decoration:none;
	color:#fff;
	font-size:11px;	
	
	/* add spacing and make the whole row clickable*/
}

img {
	border:0;
	
	/* allow javascript moves the img position*/
}

.clear {
	clear:both;	
}



