
/* ------------------------------------------------------------------
	PRINT STYLESHEET
	
	Project: GFD
	Created: 2008-08-07
	Created by: Dawn Wentzell dawn@rkd.ca
	
------------------------------------------------------------------- */

body { 
	line-height: 14px;
	}

.PrintOnly { display: block; }
.NoPrint { display: none; height:0; }

#Header,
	#Menu,
	#SubMenu,
	#Image,
	#Footer .Links,
	.WhatsThis { display: none; }

#Container {
	margin: 0;
	width: 610px;
	margin-bottom: 0px;
	height: auto;
	}
form { height: 0; } /* form is 0 so the footer is not pushed to the bottom for printing */

.FooterPush { height: 0px; }
#Footer {
	background: #FFF url(none);
	height: 10px;
	padding:0;
	margin:0;
	}
	#Footer .Inner {
		margin: 0;
		width: 610px;
		padding-top: 0;
		}
		#Footer .Copyright {
			float: none;
			text-align: center;
			}

#Content, #ContentWide {
	width: 610px;
	padding: 0;
	margin: 0;
	float: none;
	height: auto;
	}
		#Consumers #Content,
			#Funeral #Content,
			#Members #Content,
			#Main #ContentWide,
			#Members #ContentWide { background-image: url(none); }

.TextHighlight, .Highlight, .GeneralBorder, .bordertext { line-height: 14px; }

.FormTable { margin: 4px 0; }
	.FormTable td, .FormTable th { padding: 1px 4px; }
