/*
Print Styles
The layout styles are essentially the same.  This stylesheet removes text-replacement and other non-printable web effects.

This CSS was created by EA Wright Design (www.eawright.com) for Edwards, Sieh, Smith & Goodfriend, P.S. (www.essglaw.com)
(c) Copyright 2004 Edwards, Sieh, Smith & Goodfriend, P.S.
*/


/* MISC  */
.none,
#navmenu { 
	display: none; 
	}


.clear { 
	display: block;
	clear: both; 
	visibility: hidden;
	margin: 0;
}



/* BASICS */

html {
	background-color: #fff;
	color: #000;
	font-size: 9pt;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 125%;
}



h1 {
	margin: 1em 0 .7em 0;

	color: #000;
	font-weight: normal;
	font-family: Palatino, Georgia, "Times New Roman", serif; /*  */
	font-size: 2.6em;
	line-height: 1em;
}

h2 {
	margin: 2em 0 .5em 0;

	color: #000;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.2em;
}

h4, th {
	margin: 2em 0 .4em 0;

	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

h5 {
	margin: 2em 0 .4em 0;

	font-size: 1em;
	font-weight: normal;
	color: #000;
}

p {
	font-size: 1em;
	margin: 0 0 1em 0;
}

img {
	padding: 3px;
	border: 1px solid #ccc;
}

/* links */

:link, :visited {
	color: #000;
	text-decoration: underline;
}



hr {
	border: 1px solid #fff;
	border-bottom: 2px solid #ccc;
	
	background:  transparent;
}

/* HEADER */

#header p {

	color: #000;
	font-weight: bold;
	font-family: Perpetua, Georgia, "Times New Roman", serif; /*  */
	font-size: 1em;
}

/* MAINCONTENT */

#maincontent #map {
	position: absolute;
	right: 0;
	top: 5.5em;
}

#maincontent img.headshot {
	float: left;
	margin: 0 20px 20px 0;
}

#maincontent h1 :link.footnote, 
#maincontent h1 :visited.footnote, 
h2 :link, h2 :visited {
	text-decoration: none;
	color: #000;
}

h2 :link:hover, h2 :visited:hover {
	text-decoration: none;
	color: #000;
}

#maincontent h2.first {
	margin-top: .8em;
}

#maincontent h2.subtitle { 
	display: block;
	margin: -.4em 0 1.2em 0;
	color: #000; 
}

#maincontent p.resume_contact {	padding-top: 1em; }

#maincontent p.quote_source { text-align: right; }

#maincontent ul {
	/*border: 1px solid cyan; */ 
	margin: 0;
	padding: 0;
	
	list-style-type: none;
}

#maincontent li { margin: 0 0 .6em 0; }

#maincontent ul ul, #maincontent ol ul, #maincontent ul.bullets {
	margin: .2em 0 2em 1.5em;
	list-style: square outside;
}

#maincontent ul.quotes li { margin-bottom: 2.5em; }



/* SIDEBAR */

#sidebar {
	border-top: 8px solid #ccc;
	border-bottom: 8px solid #ccc;

	margin: 35px 0 0 0;
}

/* NEWS BOX */

#newsbox {
	position: relative;
	display: block;
	
	margin: 35px 0;
	padding: 0 20px 2em 20px;
	border: 1px solid #333;
	
	color: #000 ;
	background: #ccc;

}

#newsbox * {
	color: #000 ;
}

/* FOOTER */

#footer {
	padding: 25px 0;
}



/* TABLE (Appellate Process) */

div#fees_table {
	position: relative;
	padding: 0 0 35em 0; /* padding pushes down the container to make room for the absolute-positioned table */
	
	/* IE/Win value */
	_padding-bottom: 33em;
	
	/* IE/Mac value */
	/*\*//*/ padding-bottom: 37em; /**/  

	
}

table * {
	xborder: 1px solid cyan;
}

table#table_fees {
	position: absolute;
	right: 0;
	width: 650px;
	
	border-collapse: collapse;
	border: 1px solid #8995B0;
	margin: 10px 0 0 0 ;
	padding: 0; 
	padding-left: 30px;

	background: #F6F9FF;
}

th {
	text-align: left;
	margin: 0;
	padding: 12px 0 6px 0 ;
}

th.possible_outcome {
	width: 33%;
	padding: 12px 10px 6px 20px ;
}

td {
	vertical-align: top;
	padding: 10px 6px 10px 0;
}

td.possible_outcome {
	width: 33%;
	padding: 10px 10px 10px 20px ;
}



table.cost_outcome, 
table.cost_outcome tr, 
table.cost_outcome th, 
table.cost_outcome td { 
	border-collapse: collapse;
	border: 0; 
	margin: 0;
	padding: 0;
	
}

table.cost_outcome {
	margin: 0;
}

table.cost_outcome td {
	margin: 0 4px 0 0;
}

table.cost_outcome tr.total * {
	border-top: 1px solid #000;
}	

table.cost_outcome td.cost {
	width: 5em;
	border: 0px solid cyan;
	margin: 0
}