/*---------------------+
 | Site: Any |
 | Part: Print styles  |
 +---------------------*/


/* Hide unnecessary elements
=====================================================================*/
#admin, 
#credit, 
#content-secondary, 
#content-tertiary, 
#header,
* html #content-tertiary, 
#footer,
#footer li a, 
#highlights-secondary, 
#investors, 
#logo, 
#nav {
	display: none !important;
}


/* Basics
======================================================================*/
body { background: none; padding: 0; border: 0; }
ul { list-style: square; margin-left: 2em; }
ul li { background: none; padding: 0; }


/* Core layout
======================================================================*/
#content, 
#content-primary, 
#header-content,
#highlights, 
#highlights-primary, 
.home #content, 
.home #content-primary-secondary, 
.home #content-primary, 
.home #content-secondary, 
#page,
* html #page {
	background: none;
	border: 0;
	
	position: static !important;
    float: none !important;
    display:block;

	max-width: 100%;
	min-width: 0;
	padding: 20px 0 0 0;
	width: 100%;
	
	clear:both;
}

#content, 
#content-primary-secondary, 
#content-primary, 
#content-secondary,
#page-shadow,
#bottom-shadow
{
	background:none;
	border: 0;
	
	position: static !important;
    float: none !important;
    display:block;

	/*max-width: 100%;
	min-width: 0;*/
	padding: 20px 0 0 0;
	width: 100%;
	
	clear:both;
}

#highlights { border-bottom: 1px solid #ddd; padding-bottom: 1em; }
#footer { background: none; border-top: 1px solid #ddd; }
#header { margin-bottom: 4em; border:0;}


/* Content
======================================================================*/
/*--- Footnotes ---*/
#footnotes li { background: none; }

/*--- Footer ---*/
#footer li { border: 0; }

/*--- Header ---*/
#logo-print { display: block; }

/*--- Highlights ---*/
#highlights, #highlights h2 { color: #000; }
#highlights a { color: #214497; }

#header-links, #header-logo, #header-secondary
{
    display:none;
}
#imgHeader, #content-primary
{
    display:block;
}

p.skip
{
    display:none;
}
