/*	
	Version: 1.0
	Print Stylesheet 
	Template: Aronson Asset Management | Project: SITE NAME HERE
*/

body {
	font-family: 'myriad-pro', arial, sans-serif!important;
	background: none;
	color: black;
	border-top:none!important;
	font-size: 10pt!important;
	overflow-x: visible; 
}

#header, #logo, #nav-primary, .nav, #phone, #primary, .footercontainer {
	display: none;
}

#wrapper {
	margin-top: 0!important;	
	width: 100%!important;
	float: none;
}

#print-only {
	float: left;
	display: block;
	height: 30px;
	width: 100%;
}

.printOnly {
  display: inline;
}

.logoPrint {
	float: left;
}

.printPhone {
	float: right;
	text-align: right;
	font-family: 'myriad-pro', arial, sans-serif!important;
	font-weight: 700;
}

p {
	width: 90%;
}

ol {
	clear: both;
	padding: 15px 0 0 0!important;
}

ol li {
	list-style-type: decimal;
	padding: 0;
	margin-left: 18px;
}

ul {
	clear: both;
	padding: 0!important;
}

ul li {
	list-style-type: square;
	padding: 0;
	margin-left: 18px;
}

html a:link, html a:visited {
	color: #444!important;
}

hr {
	display: none;
}
	
h1 {
    border-bottom: 1px solid #DDDDDD;
    clear: left;
    font-size: 30px;
    font-weight: 400; /* regular 400, medium 500, semibold 600 */
    letter-spacing: -1px;
    line-height: 36px;
    margin-bottom: 20px;
    padding: 17px 0 10px;
}

h3 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 400; /* regular 400, medium 500, semibold 600 */
	padding: 0 0 14px 0;
}

h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 8px;
}

#print-footer {
	display: block;
	border-top: 1px solid #999;
	padding: 20px 0 0 0;
}

#print-footer p {
	font-size: 8pt;
	line-height: 14pt;
color: #000;
padding: 0 0 10px 0;
margin-bottom: 0;
}