/* Pony Express Bank FIRST Branch - print.css */

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

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

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

.header {
	background-image: none;
	position: static;
	height: 8em;
	width: 100%;
}
.header #headerTagline {display: none;}
.header .leftSide, .header .rightSide {
	display: none;
}

#printLogo {
	display: block;
}
#logo a {
	display: none;
}

#tagline {
	color:#000000;
}

#wrapper {
	background-image: none;
	padding: 0;
	margin: 0;
}

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

/*====== Footer ====================*/
#footer {
	position:static;
	background: none;
	color: #000;
	margin-top: 20pt;
}
#footer #footerLogos {
display: block;
}
#footerContent {
	text-align: left;
}
#footer img.froiLogo {
	display: block;
}
#footerNav {display: none;}
#footer #eh, #footer #fdic, #footer #firstROI {display: none;}
#footer a {
	color: #000000;
}

/*====== Main Content =================================================================================*/
#mainContent {
	color: #000000;
	width: auto;
	float: left;
	padding: 0;
	margin: 0;
}

/*====== Left Column ==================================================================================*/
#leftColumn {
display: none;
}

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

#map {
	width: 640px;
}

/*====== Product Page =================================================================================*/
#productSummary {
	border-bottom: none;
}
#productPhoto, #productPhoto img, .addthis_toolbox, .addthis_default_style, #productButtons, #productDetails #dtBackground {
display: none;
}
dl#productTabs dt.firstChild {
	border-left: none;
}
dl#productTabs dt {
	clear: both;
	background-image: none;
	background-color: transparent;
	color: #000;
}
dl#productTabs dt.selected {
	background-color: transparent;
	color: #000;
}
dl#productTabs {
	height: auto !important;
}
dl#productTabs dd {
	clear: both;
	border-top: none;
	display: block;
}
#productDetails .pane {
	clear: both;
	display: block !important;
	position: static;
	top: 0;
	left: 0;
	width: 80%;
}

