/* Template Second Branch - print.css */

* {
	margin: 0;
	padding: 0;
	/*overflow: visible !important;*/
	float: none !important;
	/*font-size: 20px !important;*/
}

body {
	background-color: #FFF;
	color: #000000;
}

p {
	font-size: 13pt;
	line-height: 14pt;
}

a {
	color:#666666;
	text-decoration: none;
}
/*====== Header ================*/

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

#logo a {
	display: none;
}

#tagline {
	color:#000000;
}

#wrapper {
	padding: 0;
}

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

#productSummary {
	min-height: auto!important;
}

#productHead {
}

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

#footer #firstROI, #footer #eh, #footer #fdic {
	position: relative;
	display: none;
	width: 100%;
}

#footer #firstROI img {
	display: block;
}
#footer #footerNav, #footer .fdicTAGPLink, #footer p {
	text-align:left;
	padding: 5px;
}
#footer a {
	color: #000000;
}
#contentWrapper {
	border: none;
}

/*====== Main Content =================================================================================*/
#mainContent {
	color: #000000;
	width: auto;
	float: left;
}
#quickLinks {
	display: none;
}
.label {
	display: inline;
}

/*====== Left Column ==================================================================================*/

body.rates #logo {
	margin:0 0 20px;
}
#leftColumn, #featuredColumn {
	display: none;
}
#rates table {
	float: left;
}
/*====== Category Page =================================================================================*/
#breadCrumbs {
	display: none;
}

#map {
	width: 640px;
}

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

#productHead p.textVariant1 {
	font-size: 18px;
}

dl#roi_tabs dd.pane {
	font-size: 18px;
}
/*============= Rates ============================== */
body.rates {
    font-size: 13pt;
    margin: 10px;
}

#rates.individualPage h2 {
	border-top: 1px solid #999;
	padding: 15px 0 5px 5px;
}

#rates table {
margin: 0 0 1em;
width: 542px;
font-size: 13pt;
line-height: 14pt;
color: #666666;
text-align: left;
vertical-align: top;
border: 1px solid #999;
}

#rates table th, #rates table td {
padding: 3px 7px;
text-align: left;
vertical-align: top;
}

#rates table td.leftCol {
width: 200px;
}

#rates table tr.nth-row-even th, #rates table tr.nth-row-even td {
background: #ededed;
}

#rates.individualPage table tr.nth-row-1 {
background: #cccccc !important;
color: #333333;
}

#rates table .nth-column-1 {
width: 60%;
border-right: 1px solid #999;
}

#rates table .nth-column-1.leftCol {
width: 20%;
}

#rates table .nth-column-2 {
width: 20%;
border-right: 1px solid #999;
}

#rates table .nth-column-3{
width: 20%;
}

#rates table td.nth-column-2, #rates table td.nth-column-3 {
text-align: center;
}

#rates.individualPage p.secondary {
	font-size: 0.8em;
	font-style: italic;
	margin: 0 0 0 1em;
}
#rates p.disclaimer {
	font-style: italic;
	color:#666666;
	font-size:12pt;
	line-height:13pt;
	margin: 0 0 6pt 0;
	font-weight: normal;
}
