/* CSS Document */
body {
	background:url(../Image/marblish.jpg) repeat;
	font-size:100%;
	font-family: "Times New Roman", Times, serif;
	}
	
.html {
	color: #330033;
	background-color: #FFFFCC;
	height: auto;
	width: 100%;
	border: thin groove #000000;
	padding:5px;
	font-weight:bold;
	}
	
span.html a {
	padding:5px;
	text-decoration:none;
	font-weight:500;
	}
	
span.html a:hover {	
	color:#FFFF66;
	}	

H1 {
	font-family: "Times New Roman", Times, serif;
}
.h1 {
	color: #FFFFCC;
	background-color: #330033;
	margin: 20px;
	padding: 20px;
	height: auto;
	width: auto;
	border: medium groove #000000;
}	

.h2 {
	color: #330033;
	text-decoration: underline;
}	
	
a:link {
	color: #330033;

}	

a:visited {
	color: #660033;
}

a:hover {
	color: #FFFF66;
	background-color: #330033;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
div#bio {
	margin:0 auto;
	padding:10px;
	background:#f2f2f2 url(../Image/gavel-bg.jpg) no-repeat bottom right;
	border-left:1px solid #666;
	border-top:1px solid #666;
	border-bottom:3px solid #666;
	border-right:3px solid #666;
	width:600px;
	min-height:481px;
	height:auto !important;
	height:481px;
	}
	
div#bio p {
	margin:0 0 10px 0;
	font-size:1em;
	color:#000;
	}
		
div#bio h2 {
	margin:0;
}

div#bio div#contact-info {
	width:300px;
	min-height:210px;
	height:auto !important;
	height:210px;
	margin-top:15px;
	}
	
div#bio div#contact-info p{	
 	padding:0;
	margin:0;
	}
	
img.insetLeft {
	display:block;
	margin:5px 10px 0 0;
	float:left;
	border:1px solid #000;
	}
	
ul#attorneyLinks {
	width:440px;
	margin:0 auto;
	padding:0;
	}
	
ul#attorneyLinks li {
	float:left;
	list-style-type: none;
	margin:0 10px;
	}

ul#attorneyLinks li img {
	display:block;
	border:1px solid #000;
	margin:0 auto;
	}		
	
ul#attorneyLinks li a {	
	font-weight:bold;
	}
	