@charset "utf-8";
/* CSS Document */


/* ########################################################
Sioux Falls Area Chamber of Commerce
Copyright 2009
Thane Barnier, Programer & Project Lead
Jill Blom, Assistant programmer and designer
Jen Terveen, Designer

Print Stylesheet
This stylesheet strips graphical elements so that when the 
page is printed, readabiltiy is increased and the printer
doesn't use as much ink.
############################################################ */


/* Page container */
#container {
	width: 7in;
/*	padding: 15px;*/
}

/*Various divs that hold the content. Divs are nested */
#content, #page, #main_content {
	width: 7in;
	color: #002776;
}

/* Hides graphical page elements */
#home_location, #home_nav, #main_nav, #header_banner, #sidebar, #sidebar_cnews, #sidemenu, .footer_column_01, .footer_column_02, .footer_column_03, .footer_column_04, .footer_column_05 {
	width: 0;
	height: 0;
	overflow: hidden;
}

/* SFACC logo */
#header_logo {
	width: 7in;
	height: 120px;
	text-align: left;
}

/* Site footer and address container */
#footer, #footer_logo {
	width: 121px;
	float: left;
	color: #999;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
	margin-top: 10px;
}

/* Hides logo in footer*/
#footer_logo img {
	width: 0;
	height: 0;
	overflow: hidden;
}

/* Copyright notice and CoSentry logo */
#copyright {
	width: 550px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	clear: both;
	margin-top: -66px;
	float: right;
	line-height: 14px;
}

/* Hides CoSentry logo in Copyright */
#copyright img {
	width: 0;
	height: 0;
	overflow: hidden;
}