/* northernskiesfcu - print.css */

* {
	background:none;
	margin: 0;
	padding: 0;
	overflow: visible !important;
}

body {
	background-color: #FFF;
	font-size: 12pt;
	color: #000000;
}

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

#header {
	width: 100%;
	margin:auto;
}
#logoPrint { 
	display:block !important;    
}
#logo img {
	display: none;         
}

#tagline {
	color:#000000;
}

#wrapper {
	padding: 0;
}

#ultraTopNav, .textSize, #searchForm, #primaryNav, #downstreamObl, #downstreamObl a.iframe, #printThisPage, #printLink {
	display: none;
}

/*====== Footer ====================*/
#footerNav, #firstROI, #eh, #fdic{
	display: none !important;
}

#footer {
	bottom:0;
	right:0;
	background: none;
	color: #000;
	margin-top: 20px;
	text-align:right;
	font-size:80%;
}

#footer img.froiLogo {
	display: block;
}

#footer a {
	color: #000000;
}

/*====== Main Content ==========================*/
#mainContent {
	color: #000000;
	width: auto;
	float: left;
	min-height:auto !important;
}
#content {
	/*width:auto;*/
}
/*====== Left Column ===========================*/
#leftColumn {
	display: none;
}

/*====== Category Page ==========================*/
#catBreadcrumb {
	display: none;
}

#map {
	width: 640px;
}

/*====== Product Page ============================*/
#productPhoto, #productButtons, .addthis_toolbox, .addthis_default_style, #applyNow {
	display: none;
}

#productSummary {
	min-height:auto !important;
	padding: 0;
}
dl#productTabs {
	/*height: auto !important;*/
	min-height:auto !important;
	padding: 0;
}

dl#productTabs dt {
	float: none !important;
	border: none;
	padding: 20px 0 0 0 !important;
	color: #000000 !important;
}

dl#productTabs dd {
	clear: both;
	border-top: none;
	display: block;
}

#productDetails .pane {
	clear: both;
	display: block !important;
	position: static !important;
}
#ncua {
	right:0 !important;
}
