/* CSS Document */
A 			{ color: #99FF00; text-decoration: none; } 
A:link		{ color: #003399; text-decoration: none; } 
A:visited	{ color: #003399; text-decoration: none; } 
A:active	{ color: #9C382C;  } 
A:hover		{ color: #003399; text-decoration: underline; }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #D45500;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #D45500;
	}
p {
	font-family: Georgia, Times New Roman, serif;
	font-size: medium;
	font-style: normal;
	line-height: 1.50em;
	color: #000000;
	}
p.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 1.25em;
	color: #000000;
	}
p.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 1.25em;
	color: #000000;
	}
p.info {
	font-family: Georgia, Times New Roman, serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 1.25em;
	color: #000000;
	}
	
ul {
	font-family: Georgia, Times New Roman, serif;
	font-size: medium;
	font-style: normal;
	line-height: 1.5em;
	color: #000000;
	}
	
blockquote 	{
	font-family: Georgia, Times New Roman, serif;
	font-size: medium;
	font-style: normal;
	line-height: 1.25em;
	color: #000000;
	}

div#header {
	padding-left:5px;
	padding-right:5px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	}
	
div#nav {
	padding:10px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	text-align:right;
	}
	
div#content {
	padding:10px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
}
div#footer {
	padding:5px;
}

div#highlight {
border:dashed;
border-width:1px;
border-color:#666666;
padding:5px;
}

div#million {
float:right;
padding:5px;
}

#content img {
	clear: left;
	float: left;
}

div#image {
	clear:left;
	float:left;
	}
div#superlawyer {
	clear:left;
	float:left;
	padding:10px;
	width:300px;
	}