<!--
html, body {
	margin: 0px;
	padding: 0px;
}
* {
	float: none;
	margin: 0px;
	padding: 0px;
}
/* IE 5.5/6 png transparency */
.png {
	behavior: url(/scripts/iepngfix.htc);
}
body,td,th {
	font-family: Verdana, Helvetica, sans-serif;
	color: #696969;
	line-height: 1.4em;
	font-size:11px;
}
form {
	margin: 0px;
	padding: 0px;
}
form td {
	padding-top: 3px;
	padding-bottom: 3px;
}
label.error {
	display:block;
	color: red;
	vertical-align: top;
 }
label {
	display: block;
}
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
p {
	padding-bottom: 15px;
}
ul,ol {
/* Marign-left needs to be kept as below to alow bullets to show up in KTML editor*/
    margin-left:1.5em;
    padding:0;
}
blockquote {
	padding-left:20px;
}
li {
	padding: 0px;
	margin: 0px;
	position: relative;
}

#subnav td{
	font-size:11px;

}


li #tier3{
	padding-left: 0px;
	color:#666666;
}


.clear {
	clear: both;
}
.right {
	float: right;
	display:inline;
}
.left {
	display:inline;
	float: left;
}
select, textarea, input {
	border: 1px solid #a0a0a0;
	color: #526180;
	margin: 0px;
	padding: 1px;
}

a, a:link, a:visited, a:active {
	color: #0e4676;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#hpcontainer {
	padding: 0px;
	margin: 0px;
	float:left;
	position: relative;
	width: 1006px;
	z-index: 10;
	text-align: left;
	float:left;
}

.hpnewsitem {
	position:relative;
	float:left;
	width: 270px; 
	height:80px;
	color: #6B6B6B;
}

#innercontainer {
	width: 937px;
	background: #FFF;
	float:left;
}
#header {
	text-align:left;
	width: 937px;
	height: 155px;
	display:block;
	position: relative;
}
#logo {
	position: absolute;
	left: 0px;
	top: 24px;
	width: 1000px;
	height: 67px;
	background: url(../images/Stillman_bground.gif) repeat-x;
	}
#logo img{ 
	float:left;
	padding:0;
	margin:0;
}

#shadowContainer {
	position: absolute;
	left: 0;
	top: 87px;
	width: 1006;
} 

#menu {
	position:absolute;
	top: 116px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	float:left;
}
#menu li {
	float: left;
	display: inline;
	padding: 0px;
	margin:0px;
}
td.rightcol {
	width: 256px;
	background-image:url(../images/bg-rightcol.gif);
	background-repeat:repeat-y;
	background-position: top left;
	
}

.colbox {
	padding-bottom:5px;
	width: 236px;

	/* border-bottom: 1px dotted #bcc9d6; */
	margin-bottom: 10px;
	position:relative;
	float:right;
	line-height: 18px;

}

.colbox table{	
margin: 3px 0 3px 0;
	}	
	
.colbox td {	
	font-size: 10px;
	}	

.colbox img{
float: left;
margin-top: 2px;
margin-right: 4px;
}

td.threeColLeft{
	width: 375px;
	padding-right: 20px;
	font-size: 12px;
	text-align:justify;


}

td.threeColCenter {
	width: 225px;
	background-image:url(../images/bg-rightcol.gif);
	background-repeat:repeat-y;
	background-position: top left;
	padding-left: 20px;
	
}

td.threeColRight {
	width: 225px;
	background-image:url(../images/bg-rightcol.gif);
	background-repeat:repeat-y;
	background-position: top left;
	padding-left: 20px;
	
}


td.twoColLeft{
	width: 425px;
	padding-right: 20px;
	font-size: 12px;
	text-align:justify;

}


td.twoColRight {
	width: 425px;
	background-image:url(../images/bg-rightcol.gif);
	background-repeat:repeat-y;
	background-position: top left;
	padding-left: 20px;
	
}

.rightcolbox {
	padding-bottom:5px;
	border-bottom: 1px dotted #bcc9d6;
	margin-bottom: 20px;
}
#headerimg {
	float:left;
	display:block;
	position:relative;
	width: 937;
	height: 128;
	text-align: left;
	clear:left;
}

#maintable {
	clear: left;
	float:left;
	width: 904px;
}
#maincontent {
	width: 628px;
	float: left;
	background: #FFF;
	position: relative;
	overflow: hidden;
	font-size:12px;
	line-height: 1.5em;
	padding-right: 15px;
	text-align:justify;
}

#maincontentProfessional {
	width: 628px;
	float: left;
	background: #FFF;
	position: relative;
	overflow: hidden;
	font-size:12px;
	line-height: 1.5em;
	padding-right: 15px;
}

#maincontentProfessional .attorneyImage {
float: left; 
margin-right: 20px;
border: 1px solid #969696;
}

#maincontent .lefthalf, #maincontentProfessional .lefthalf {
	width:300px;
	float: left;
	display: inline;
}
#maincontent .righthalf, #maincontentProfessional .righthalf {
	width:320px;
	float: right;
	display: inline;
}



.divider {
	display:block;
	width: 100%;
	font-size: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0px;
	height: 1px;
	overflow:hidden;
	background: url(../images/divider-bio.gif) left top repeat-x;
}

.dividerNoRule {
	display:block;
	width: 100%;
	font-size: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 0px;
	height: 1px;
	overflow:hidden;
}

#breadcrumbs {
	text-align:right;
	position: absolute;
	top: 2px;
	right: 28px;
	width: 600px;
	font-size: 85%;
}
#bioheaderimg {
	float:left;
	display:block;
	position:relative;
	width: 937;
	height: 128;
	text-align: left;
}
#breadcrumbs {
	text-align:right;
	position: absolute;
	top: 2px;
	right: 28px;
	width: 600px;
	font-size: 85%;
}

.pdf, a.pdf, a.pdf:link, a.pdf:hover, a.pdf:active, a.pdf:visited {
	margin: 1px 0px 1px 0px;
	padding: 4px 0px 4px 20px;
	background: url(../images/dl-pdf.gif) left 2px no-repeat;
}
.doc, a.doc, a.doc:link, a.doc:hover, a.doc:active, a.doc:visited {
	margin: 1px 0px 1px 0px;
	padding: 4px 0px 4px 20px;
	background: url(../images/dl-doc.gif) left 2px no-repeat;
}
.htm, a.htm, a.htm:link, a.htm:hover, a.htm:active, a.htm:active {
	margin: 1px 0px 1px 0px;
	padding: 4px 0px 4px 20px;
	background: url(../images/dl-htm.gif) left 3px no-repeat;
}
.ppt, a.ppt, a.ppt:link, a.ppt:hover, a.ppt:active, a.ppt:active {
	margin: 1px 0px 1px 0px;
	padding: 4px 0px 4px 20px;
	background: url(../images/dl-ppt.gif) left 3px no-repeat;
}
.xls, a.xls, a.xls:link, a.xls:hover, a.xls:active, a.xls:active {
	margin: 1px 0px 1px 0px;
	padding: 4px 0px 4px 20px;
	background: url(../images/dl-xls.gif) left 3px no-repeat;
}
#bodyfooter {
	padding: 9px 15px 9px 15px;
	background: #001427;
	width:949px;
	float:left;
}



h1 {
	padding:0px;
	margin:0px;
	font-size:19px;
	line-height: normal;
	margin-bottom: 0px;
	font-weight: normal;
	display:inline;
}
h2 {
	padding:0px;
	margin:0px;
	font-size:19px;
	line-height: normal;
	margin-bottom: 0px;
	font-weight: normal;
	display:inline;
}
h3 {
	padding:0px;
	margin:0px;
	color: #ffffff;
	padding-bottom: 0px;
	padding-top: 3px;
	font-size:14px;
	font-weight: normal;
	line-height:1.5em;
}
h4 {
	padding:0px;
	margin:0px;
	padding-bottom: 0px;
	padding-top: 3px;
	font-size:13px;
	line-height: normal;
	color:#003366
}
h5 {
	width: 620px;
	padding-left: 20px;
}
h5 {
	padding:0px;
	margin:0px;
	font-size:17px;
	line-height: normal;
	color: #FFF;
}
h6 {
	padding:0px;
	margin:0px;
	font-size:12px;
	color:#f17d00;
	background: url(../images/divider-bio.gif) left bottom repeat-x;
	height: 30px;
}

div #pagetitle {
	padding:0px;
	margin:0px;
	font-size:16px;
	line-height: normal;
}


#hpMain {
background: url(../images/hp_main_1.jpg) left top;
width:920px; 
 height:198px;
  display:inline; 
  overflow:hidden;
  padding: 74px 0 0 44px;
}

#hdInternal {
background: url(../images/hd_Attorneys.jpg) left top;
width:924px; 
 height:72px;
  display:inline; 
  overflow:hidden;
  padding: 40px 0 0 40px;
  margin-bottom: 0px;
}

#pageTitle {
  padding-bottom: 10px;
}
/* Nav */

ul.hpnav {
margin-left:0em;
}

ul.hpnav li {
	list-style-type: none;
             float:left;
}

ul.hpnav li a {
	float: left;
}

#hpheadlines {
	width: 885px;
	margin-top: 26px;
	margin-left: 44px;
		display:inline;
	float: left;

}


#bioContactInfo {
	width: 450px;
	display:inline;
	float: left;
	margin-bottom: 20px;
	margin-top: 0px;
}


	#bioContactInfo table{	
	font-size:10px;
	margin: 1px 0 1px 0;
	}
	
		#bioContactInfo td{	
	font-size:10px;
	}

#bioContactInfo img{
float: left;
margin-top: 2px;
margin-right: 5px;
}

#containerContent {
	float:left;
	display:inline;
	width: 904px;
	margin-top:25px;
	margin-left: 30px;
}

#footer {
	float:left;
	display:inline;
	width: 964px;
	margin-top:25px;
	background-color: #e7e7e7;
		padding: 10px 0 10px 0;
	font-size: 10px;
}

#footerICVM {
	float:left;
	display:inline;
	width: 970px;
	margin-top:10px;
	text-align:right;
	font-size: 10px;
}

.listitem {
	float: none;
	margin-top:10px;
	margin-bottom:10px;
}
	.listitem .date {
		font-size: .9em;
	}

.resourceNoLink {
	font-weight:normal;
}

.newsHead {
color: #0e4676;
font-weight:bold;
}

#containerContent {
padding-top: 10px;
}

.cfdebug {
clear: left;
float:left;
}
-->
