/* --------------------------------------
   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%;
}

table {
    width: auto !important;
}

#page,
#center
{
	width: 100%;
}

/* logo height and width */
#logo,
#logo a
{
    height: auto;
    width: auto;
}

/* --------------------------------------
   Item Visibility
-------------------------------------- */
#main-navigation,
#now-media,
#hero-banner,
#breadcrumb-navigation,
.two-columns .left-column,
a.credit,
#logo
{
	display: none !important;
}

#content h1 {
    font-family: Arial,Verdana,Helvetica,sans-serif;
}

/* --------------------------------------
   Header
-------------------------------------- */
#header
{
	margin: 0;
	height: auto;
	border-bottom: 1px solid #000;
}

#content,
.two-columns,
.two-columns-inner,
#footer,
#content.filled {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
    min-height: 0;
    width: auto;
}

.two-columns .right-column {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    float: none;
}

.two-columns .right-column-inner {
    padding: 45px 0;
}

ul,
ul li,
ol,
ol li {
    background: none !important;
    border: none !important;
}

ul,
ul li {
    list-style: disc none outside !important;
}

/* --------------------------------------
   Columns
-------------------------------------- */
/** 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 Image Bullets
-------------------------------------- */
ul 
{
	list-style-image: none !important;
}

/* --------------------------------------
   Remove Typography 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;
}

.divided-form .left-column-form,
.divided-form .right-column-form {
    width: 325px;
    *width: 300px;
}

.read-only-form-item .value {
    width: 160px;
    *width: 140px;
}

/* expand all faqs */
#content dl.faq-list dt {
    margin-bottom: 0.5em !important;
    width: auto !important;
    border: none !important;
}
#content dl.faq-list dd {
    display: block !important;
    border: none !important;
}
#content dl.faq-list dd div {
    padding: 0 !important;
    border: none !important;
}
#content dl.faq-list dt a {
    border: none !important;
    padding: 0 !important;
    text-transform: none !important;
}

/* --------------------------------------
   Footer
-------------------------------------- */
#footer
{
	border-top: 1px solid black;
	display: block;
	float: none;
	padding-left: 0;
	padding-right: 0;
}

#footer ul li {
    display: none;
}

#footer ul li:first-child {
    display: block;
}

/* --------------------------------------
   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;
}

/* remove clearfix to stop problems with print styles chopping off pages of text */
/* and fix our visibility */
#content,
.two-columns,
.two-columns-inner,
.right-column,
.right-column-inner,
.divided-form {
    overflow: visible !important;
    display: block !important;
    height: auto !important;
    float: none !important;
}