/* Alden State Bank - print.css */

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

a {
	color: #000;
	text-decoration: none;
}

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

/*====== Header ================*/
img#printLogo{
	display: block;
	height: 58px;
}
#leftCol{
	display: none;
}
#rightCol{
	width: 100%;
}
#header {
	background: none;
	position: static;
	height: 10px;
	margin-bottom: 10px;
	width: 100%;
}
#logo img {
	display: none;         
}

#printLogo{
	display: block;
}

#logo a , #loginDS{
	display: none;
}

#tagline {
	color:#000000;
}

#wrapper {
	padding: 0;
}

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

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

#footer #footerNav {
	display: none;
}

#footer p {
	text-align: left;
	width: 600px;
}

#eh, #fdic, #footerNav, #footerNav2{
	display: none;
}

#printFooter {
	display: block;
}

#footer img.froiLogo {
	display: block;
}

#footer a {
	color: #000000;
}

/*====== Main Content =================================================================================*/
#mainContent {
	color: #000000;
	width: 100%;
	float: none;
}

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

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

#map {
	width: 640px;
}
#content{
	width: 100%;
}
#productPageTopInfo{
	width: 100%;
}
/*====== Product Page =================================================================================*/
#productPage #productIntro {
border: none;
height: 200px;
padding: 0;
position: relative;
}

#productPage #productIntro .imageClicker, #productImage, #productOverlay, #tellMeMoreButton, .addthis_toolbox, .addthis_default_style, #productTop img {
	display: none;
}

#rightColumn, #productDetails, #productTabs.on dd{
	border: 0;
	width: 100%;
}
dl#productTabs {
	height: auto !important;
}                
dl#productTabs dt, dl#productTabs dt.selected {
	clear: both;
	color :#000;
	display: block !important;	
	font-size: 1.2em;
	font-weight: bold;
	float: none;
	height: auto;
	width: auto !important;
}
dl#productTabs dd {
	border: none;
	clear: both;
	display: block !important;
	position: static !important;
	width: 100% !important;
}
ul{
	list-style-type: disc;
	list-style-position: inside;
}
