/* CSS Print for CRKLaw.com - David Mead http://www.dmwebsites.com */

body {
	background-color: #FFF;
	font: normal 100.01% Georgia, "Times New Roman", Times, serif;
	color: #000;
	}
	
h1,
h2,
h3,
p,
ul {
	height: auto;
	}
	
h1 {
	margin-top: 3em;
	font-size: 125%;
	}
	
h2 {
	margin-top: 0.75em;
	font-size: 110%;
	}
	
h3 {
	margin-top: 2em;
	font-size: 90%;
	}
	
p {
	margin-top: 2em;
	font-size: 76%;
	line-height: 1.5em;
	}
	
ul {
	margin: 0.25em 1em 0 1em;
	padding-left: 0.5em;
	}
	
li {
	margin-bottom: 0.75em;
	margin-right: 2em;
	font-size: 76%;
	}
	
li li {
	font-size: 100%;
	}
	
img {
	display: block;
	border: none;
	}
	
img.headshot {
	float: right;
	margin: 4em 0 2em 2em;
	}
	
a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #000;
	}
	
	
/*STRUCTURE =NAV 
-----------------------------------------------*/	
ul#navMain {
	display: none;
	}


/*STRUCTURE =contentLeft 
-----------------------------------------------*/	
div#contentLeft {
	width: 98%;
	text-align: right;
	}

#contentLeft address {
	font-size: 76%;
	}

#contentLeft p {
	margin: 0.5em 1em 0 0;
	}
	
* html body #contentLeft p {
	margin-right: 0;
	}
	
img#logo {
	position: absolute;
	top: 0;
	left: 0;
	}

	
/*STRUCTURE =classes
-----------------------------------------------*/		
.hide {
	display:none;
	}