/*
    20:20 Front End Starter Kit
    Generic print styles;
*/

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, dl, dh, dd
{
    margin: 0;
    padding: 0;
}

#extra,
#flexible,
#skipLink,
#primaryNavigation,
#siteInformation ul,
#branding,
#skipLinks,
#aRss,
#breadcrumb,
#selectService,
#secondaryNavigation,
#primaryWidgets,
.genericCta,
#sort
{
	display: none;
}

object, embed {
	display: none;
}

body {
	font-size: 0.76em;
	background-color: #fff;
	color: #000;
	font-family: Arial, Sans-Serif;
}

h1 {
	font-size: 30px;
	margin: 15px 0 15px 0;
	clear: left;
	color: #aaaaaa;
	font-style: oblique;
	border-bottom:1px solid #aaaaaa;
	padding-bottom: 15px;
}

h1 span.hide {
	position:static;
}

#siteInformation {
	border-top: 1px solid #aaaaaa;
	padding-top: 15px;
}

h2 {
	margin: 15px 0 10px 0;
	font-size: 20px;
}

h3 {
	margin: 0 0 10px 0;
	font-size: 14px;
	display: block;
	clear: both;
}

h4 {
	margin: 0 0 0 0;
	font-size: 0.9em;
	display: block;
	clear: both;
}

p {
	margin-bottom: 20px;
}

.leadItem p {
	font-size: 16px;
	color:#aaaaaa;
}

blockquote {
	margin-bottom: 20px;
	font-size: 16px;
	color:#aaaaaa;
}

em {
	font-style:normal;
	font-weight: bold;
}

ul {
	list-style-type:disc;
	margin-bottom: 20px;
	list-style-position: inside;
	margin-left: 0;
}

ol {
	list-style-type:decimal;
	margin-bottom: 20px;
	list-style-position: inside;
	margin-left: 0;
}

a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

dl {
	margin: 25px 0 10px 25px;
}

dt {
	font-weight: bold;
	font-size: 1.1em;
}

body img {
	margin: 0 10px 5px 0;
	padding: 5px;
	border: 1px solid #aaa;
	clear:left;
	float: left;
}