/*
	# Company: Reload Consulting
	# CSS Author: Nick Maller (www.defythypixel.com)
	# File: print.css
*/

/* 
	** Print exclusions
*/
.navigation,
fieldset legend,
.footer,
.flash-replaced embed,
.flash-replaced object,
.sidepanel,
.page-info img,
h1 img,
h2 img,
hr
{
	display: none;
}

/* 
	** Global reset and setting vertical rhythm
*/
*
{
	margin: 0;
	padding: 0;
}
body
{
	color: #555;
	font-size: 11pt;
	font-family: Arial, Sans-Serif;
}

/* 
	** Headings
*/
h1,
h2,
h3,
h4,
h5,
h6
{
	padding: .1cm 0 .3cm;
	color: #111;
}
h1 {	font-size: 14pt; }
h2 {	font-size: 13pt; }
h3 {	font-size: 12pt; }
h4 {	font-size: 11pt; }
h5 {	font-size: 11pt; }
h6 {	font-size: 11pt; }


/* 
	** Content Elements
*/
p,
ul,
ol,
dl,
fieldset
{
	padding-bottom: .4cm;
}
ul li,
ol li
{
	margin-left: .5cm;
}


/* 
	** Links
*/
a:link,
a:visited
{
	color: #066391;
}
a:hover
{
	color: #0082c3;
}
a img
{
	border: 0;
}

/* 
	** table.tables
*/
table.table
{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	
	font-size: 90%;
}
table.table caption
{
	text-align: left;
	font-weight: bold;
}
table.table th,
table.table td
{
	padding: .4cm;
	
	border: 1px solid #eaeaea;
}
table.table th
{
	text-align: left;
}
table.table thead th,
table.table thead td
{
	background-color: #eaeaea;
}




fieldset
{
	border: 0;
}

h1
{
	padding-bottom: 0;
}
.breadcrumb
{
	padding-bottom: .4cm;
}
.feature-box img.focal
{
	float: right;
}
.header
{
	padding-bottom: .3cm;
}
.header img
{
	border-left: 300px solid #000;
	border-right: 300px solid #000;
}