/* commnatlbank.com - print.css */

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

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

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

#header {
	position: static;
	height: 8em;
	width: 100%;
}
#logo {
	display: none;         
}

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

#header #printLogo {
	display: block;
}
#tagline {
	color:#000000;
}

#wrapper {
	padding: 0;
}

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

/*====== Footer ====================*/
#footer {
	position:static;
	background: none;
	color: #000;
	margin-top: 20pt;
}

#footer img.froiLogo {
	display: block;
}

#footer a {
	color: #000000;
}
#footer #eh, #footer #fdic {
position: static;
}
/*====== Main Content =================================================================================*/
#mainContent {
	color: #000000;
	width: auto;
	float: left;
}

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

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

#map {
	width: 640px;
}

/*====== Product Page =================================================================================*/
#productPhoto img {
display: none;
}
#productSummary h1 {
background:none;
color:#000;
float:none;
margin:0;
padding:0;
width:100%;
}
#productSummary h3 {
float:none;
margin:0;
padding:0;
width:100%;
}
dl#productTabs {
	height: auto !important;
}                
dl#productTabs dt, dl#productTabs dt.selected {
	clear: both;
	color:#000;
	display: block !important;	
	float:left;
	height:auto;
	width:auto !important;
}
dl#productTabs dd {
	border: none;
	clear: both;
	display: block !important;
	position: static !important;
	width: 100% !important;
}
#productDetails p {
	clear: both;
}
