/****************************************
* Sets layout styles for print			*
*										*
* Author: Gary Windels					*
* Last revised: 1/11/09					*
*										*
****************************************/

/*= Reset Tags
****************************************/

body {
	margin: 6% 10%;
	padding: 0;
	text-align: left;
	background: none;
}


/*= Header Layout
****************************************/

#header {
	display: none;
}

/*= Column Layout
****************************************/

#canvas {
	width: 750px !important;
	padding: 0;
	margin: 0;
	background: none;
	overflow-x: visible;
}

#content {
	padding: 0;
	background: none;
	width: auto;
}

#leftcolumn {
	margin-top: 220px;
	margin-left: 0;
	margin-right: 40px;
}

#rightcolumn {
	width: auto;
	padding: 0;
	float: none;
}


/* Breadcrumb Navigation Layout
****************************************/

#rightcolumn #breadcrumb {
	display: none;
}

/*= Content Layout
****************************************/

#leftcolumn .panel {
	background: none;
	border: 1px solid #999;
}

#leftcolumn .panel h1 {
	text-shadow: none;
	background: none;
	color: #000;
}

#rightcolumn #flashheaderwrapper {
	display: none;
}

#rightcolumn div.gallery {
	margin-top: 20px;
}

#rightcolumn h1.imageheader {
	height: 180px;
	margin-bottom: 30px;
	width: 100%;
}

#rightcolumn h1.imageheader img {
	left: 0;
	width: 750px;
	height: 180px;
}

#rightcolumn .features li {
	padding-left: 0;
	list-style: circle;
	background: none;
}

#rightcolumn div.callout .features li {
	background: none;
}

/* Button Styles */

#rightcolumn a.fancybutton {
	font-size: 30px;
	color: #333;
	background: none;
}

#rightcolumn a.fancybutton span {
	background: none;
}

/*= Sub Nav Layout
****************************************/

.subnav {
	display: none;
}


/*= Footer Layout
****************************************/

#footer {
	display: none;
}

/*= Sub Footer Layout
****************************************/

#subfooter {
	display: none;
}
