/*****************************************************************************************
*			Standard print styles
****************************************************************************************/
 
/* remove all background colors and images, set all text to black */
* 
{
	background-image: none !important;
	background-color: transparent !important;
	color: black !important;
	border-color: black !important;
}

/* Print Only */
.print-only
{
    display: block !important;
}

/* No print */
.no-print
{
	display: none !important;
}

/* remove all margins and padding from body and set page width to auto */
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 100%;
}

#page,
#center
{
	width: 100%;
}

/* logo height and width */
#logo,
#logo a
{
    height: auto;
    width: auto;
    line-height: normal;
    text-decoration: none;
}

#content-inner
{
    padding: 0;
    margin: 0;
}

/*****************************************************************************************
*			item visibility
****************************************************************************************/

#main-navigation,
#now-media
{
	display: none !important;
}

/*****************************************************************************************
*			header
****************************************************************************************/
#header
{
	margin: 0;
	height: auto;
	border-bottom: 1px solid #000;
}

/*****************************************************************************************
*			header
****************************************************************************************/
/** 2 Column Layout **/
.two-columns .left-column,
.two-columns .right-column {
	float: none;
	width: auto;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

/*****************************************************************************************
*			remove pretty bullet images
****************************************************************************************/
ul 
{
	list-style-image: none !important;
}

/*****************************************************************************************
*			remove excessive margins
****************************************************************************************/
#content h1, 
#content h2, 
#content h3, 
#content h4, 
#content h5, 
#content h6,
#content p
{
	margin-left: 0 !important;
	padding-left: 0 !important;
	float: none !important;
	width: 100% !important;
	height: auto !important;
	width: auto !important;
}

/*****************************************************************************************
*			footer
****************************************************************************************/
#footer
{
	border-top: 1px solid #000;
}

/* --------------------------------------
   Sifr print styles
-------------------------------------- */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
    display: none !important;
    height: 0;
    width: 0;
    position: absolute;
    overflow: hidden;
}
  
.sIFR-alternate {
    visibility: visible !important;
    display: block   !important;
    position: static  !important;
    left: auto    !important;
    top: auto    !important;
    width: auto    !important;
    height: auto    !important;
}