/* Print and v4 browser styles */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	background: #fff;
	width: 7.75in;
	padding: 0;
}

/* Links -------------------------------------------------------------- */
a{
	color: #9B2013;
}
a:visited{
	color: #713C36;
}
a:hover{
	text-decoration: none;
}
#footerlinks, #footerlinks a{
	color: #444;
}
h1 a, h1 a:visited{
	text-decoration: none;
	color: #000;
}

/* Headings ----------------------------------------------------------- */
h1{
	font-size: 190%;
}
h2{
	font-size: 150%;
	color: #222;
}
h3{
	font-size: 130%;
}
h4{
	font-size: 120%;
}
h5, h6{
	font-size: 100%;
}

/* Main Section ------------------------------------------------------- */
#productsnav{
	display: none;
}


/* Footer ------------------------------------------------------------- */
#footer, #feature{
	border-top: 2px solid #999;
	padding-top: 1em;
}
#footer address{
	float: left;
	margin-right: 1em;
	text-align: center;
}
#footer{
	float: left;
	text-align: center;
	width: 100%;
}
#footer address a.go{
	display: block;
}
#footer address.minneapolis{
	margin-left: 1in;
	display: inline;
}
#footer address.desmoines{
	margin-right: 1in;
}
#footerlinks{
	padding: 0.75em 0.25em 0 0.25em;
	border-top: 3px solid #a6a6a6;
	font-size: 90%;
	line-height: 1.4;
}


/* Misc ------------------------------------------------------------- */
.clear{
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	clear: both;
}
.more{
	text-align: right;
	font-weight: bold;
}
address{
	font-style: normal;
}
h2 strong{
	font-size: 90%;
	color: #777;
	display: block;
}