/* Print
-------------------------------------------- */
html, body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin: 0;
}

p {
    font-size: 11px;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #747577;
}

/* WIDE
-----------------------------------------*/
#wide h4, #wide_img_right h4 {
	color: #000;
	font-size: 13px;
	margin-bottom: 20px;
}

#wide h3, #wide_img_right h3 {
	color: #d43329;
	font-size: 18px;
	margin-bottom: 18px;
}

#wide h5, #wide_img_right h5 {
	color: #e9982d;
	font-size: 12px;
	border-left: 12px solid #e9982d;
	padding-left: 5px;
	line-height: 12px;
}

#wide p, #wide_img_right p,
#wide a, #wide_img_right a {
	font-size: 12px;
}

#wide a, #wide_img_right a {
	color: #f00;
}

#wide .highlight, #wide_img_right .highlight {
	font-weight: bold;
	color: #e9982d;
}

img {
    border: 0;
	padding: 0 0 15px 0;
}

.none {
	display: none;
}

#header h1 .none {
	display: block;
}

#right, #footer, #header-banner, #header-bottom ul {
	display: none;
}

/* APPLICATIONS (DOWNLOADS)
-----------------------------------------*/
a.pdf,
a.doc,
a.xls,
a.txt,
a.file {
	width: auto;
	display: block;
	float: none;
	padding: 6px 30px 6px 20px;
}

a.pdf { background: transparent url(images/icon_pdf.gif) 0 5px no-repeat; }
a.doc { background: transparent url(images/icon_word.gif) 0 5px no-repeat; }
a.xls { background: transparent url(images/icon_xls.gif) 0 5px no-repeat; }
a.txt { background: transparent url(images/icon_txt.gif) 0 5px no-repeat; }
a.file { background: transparent url(images/icon_file.gif) 0 5px no-repeat; }

#right, #wide {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}