/*
remove items
for clean printing
---------------------
*/

div.clear { clear: both; }
.for_accessibility { display: none; }
h1,
div#section_banner_about,
div#section_banner_services,
div#section_banner_industry,
div#section_banner_resources,
div#section_banner_contact,
div#main_nav,
div#sub_nav,
form,
form p,
input { display: none; }

/*
main sections
---------------------
*/

body
{
	margin: 1in;
	color: black;
	background-color: white;
	font: 10pt/16pt Verdana, Arial, sans-serif;
}

div#content { display: block; }

div#content p.welcomebox
{
	display: block;
	width: 3.75in;
	padding: 40pt;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2in;
	line-height: 20pt;
	border: 1.5pt dotted #ddd;
}

/*
headings
---------------------
*/

h3
{
	margin: 0 0 24pt 0;
	padding: 0;
	color: #333;
	font-size: 16pt;
	font-weight: normal;
	letter-spacing: 1pt;
}

h4
{
	margin: 32pt 0;
	padding: 0;
	color: #666;
	font-family: Georgia, serif;
	font-size: 14pt;
	letter-spacing: 1pt;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

/*
general text
---------------------
*/

p
{
	margin: 16pt 0;
	text-align: left;
}

dt
{
	margin-top: 16pt;
	font-weight: bold;
}

dd { margin: 4pt 20pt 4pt 15pt; }
ul { margin: 0; }

li
{
	margin: 4pt 20pt 4pt 0;
	list-style-type: circle;
}

li ul { margin: 4pt 0 4pt 0; }

blockquote
{
	margin-left: 20pt;
	font-style: italic;
}

p.blockquotesource
{
	font-style: normal;
	color: #666;
	font-size: 10pt;
	text-align: center;
}

strong
{
	font-weight: bold;
	font-style: normal;
}

em
{
	font-style: italic;
	font-weight: normal;
}

address
{
	margin: 16pt 0;
	font-style: normal;
}

a
{
	color: black;
	font-weight: normal;
	text-decoration: none;
}

img { border: none; }

/*
extra typesetting styles
---------------------
*/

div.eventlisting img { display: none; }

div.eventlisting
{
	display: block;
	margin: 16pt 0;
	padding: 32pt;
	border: 1pt dashed #666;
}

div.eventlisting h5
{
	margin: 0 0 8pt 0;
	font-style: italic;
	font-size: 11pt;
	color: #333;
}

p.datelocation { margin: 0; }

/*
footer
---------------------
*/

div#footer
{
	display: block;
	width: auto;
	margin-top: 0.75in;
	color: #999;
	font: 9pt/12pt Verdana, Arial, sans-serif;
	border-top: 1pt solid #999;
}

div#footer p { margin: 14pt 30px; }
div#footer a { color: #999; }
