/* Print CSS Document for Heidgerd Law Office, LLP
Author: Strategic Insights, contact Jennifer Hoy
Site design: Strategic Insights
Date Created: 08/12/2009
Last Updated: 08/12/2009
Copyright: Strategic Insights */


/*-------------------------
Structure
------------------------*/

body {
	width: 7.5in;
	font-family: Times, 'Times New Roman', serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #000;
	background-color: #fff;
	
}
div {
	margin: 0;
	padding: 0;
	
}
div#header {
	border-bottom: 1pt solid #000;
	
}
div#columns {
	margin: .15in 0;
	
}
div#col-left, div#col-right {
	float: left;
	
}
div#col-left {
	width: 5in;
	padding-right: .22in;
	border-right: .5pt solid #000;
	
}
div#col-right {
	width: 2in;
	padding-left: .25in;
	
}
div#footer {
	padding-top: .15in;
	border-top: .5pt solid #000;
	clear: both;
	
}

/*-------------------------
Secondary divs
------------------------*/

div#footer div.innercol-right {
	display: none;
	
}
div#gmaps {
	display: none;
	
}

/*-------------------------
Images
------------------------*/

img {
	display: none;
	
}
img#print-logo {
	display: block;
	margin-bottom: .14in;
	
}

/*-------------------------
Forms
------------------------*/

form {
	display: none;
	
}

/*-------------------------
Headlines
------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15pt 0;
	font-family: Helvetica, Arial, sans-serif;
	
}
h1 {
	font-size: 18pt;
	line-height: 20pt;
	
}
h2 {
	font-size: 14pt;
	line-height: 18pt;
	
}
h3 {
	font-size: 12pt;
	line-height: 15pt;
	margin-bottom: 7.5pt;
	
}
dd h3 {
	margin: 0 0 7.5pt 13pt;
	
}

/*-------------------------
Paragraphs
------------------------*/

p {
	margin: 0 0 15pt 0;
	
}

/*-------------------------
Lists
------------------------*/

ul#jsddm {
	display: none;
	
}
ul {
	margin: 0 0 15pt 0;
	
}
ul li {
	margin: 0 0 3.25pt 0;
	
}
ul li ul {
	margin-bottom: 0;
	
}
dd ul li {
	text-indent: 0;
	
}
dl {
	margin: 0 0 15pt 0;
	
}
dt {
	margin: 0 0 3.25pt 13pt;
	text-indent: -13pt;
	
}
dd {
	margin: 0 0 0 13pt;
	padding: 0;
	text-indent: -13pt;
	
}

/*-------------------------
Misc. typography
------------------------*/

address {
	font-style: normal;
	
}

/*-------------------------
Main navigation
------------------------*/

/*-------------------------
Inline nav + buttons
------------------------*/

a {
	color: #000;
	background-color: inherit;
	text-decoration: none;
	
}