/* This is the Interactive Catalog */

.blue{
color: #004a85; 
font-size: 11PT; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
font-weight: none; 
text-decoration: none;
}

.black{
color: #000000; 
font-size: 9PT; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
font-weight: none; 
text-decoration: none;
}

a.bluebutton {
text-align: center;
padding-bottom: 10px;
margin: 0px 20px 0px 0px;
padding-left: 25px;
padding-right: 25px;
display: inline-block;
background: url(images/Bluebutton.png) repeat-x 0px 0px;
color: #fff;
font-weight: bold;
padding-top: 10px;
-moz-border-radius: .5em;
-webkit-border-radius: .5em;
border-radius: .5em;
text-decoration: none;
}

a.bluebutton:hover {
background : #86c00a;
}

.interactive-background {
border-bottom: #d3d3d3 1px solid;
border-left: #d3d3d3 1px solid;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 5px;
background: url(images/interactivebackground.png) #fff repeat-x 0px 1px;
border-top: #d3d3d3 1px solid;
border-right: #d3d3de 1px solid;
padding-top: 0px;
}

.catalog-table {
text-align: center;
width: 225px;
}

.categorynavigation {
font-size: 9pt; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;  
color: #3466cb;
text-align: left; 
padding-left: 2px; 
font-weight: bold; 
margin-bottom: 5px; 
margin-top: 6px;
}

.bodytags {
font-size: 12px;
font-family: Verdana, Helvetica, sans-serif;
line-height: 16px;
}

.h1tags {
font-size: 13px;
font-family: Verdana, Helvetica, sans-serif;
font-weight: 600;
}

/* This is the Ink Header Category */

#inkcontainerheader {
	width: 771px;
	height: 110px; /* If you change this value, be sure to change the footer column's height as well */
	margin: 0;
clear:both;
}

#inkcontainerheader h2 {
	font-family: Arial;
	font-size: 16px; 
	margin-top: 10px;
}

#inkcontainerheader h4 {
	font-family: Verdana;
	font-size: 12px;
	color: white;
	margin: 0px;
	padding: 3px;
}

#inkcontainerheader p {
	font-family: Arial;
	font-size: 12px;
}

.inkheaderfooter {
    border-top:0px solid #ccc;
	background: url(/images/bg_shade.jpg) repeat-x;
	height: 120px; /* If you change this value, be sure to change the footer's height as well as the column's height. */
}

.inkheadercolumn1 {
	float: left;
	width: 550px;
	margin-top: 0px;	
	margin-left: 20px;
}

.inkheadercolumn2 {
	float: left;
	border: 0px solid #ccc;
	background: #005EC2;
	width: 180px;
	margin-top: 12px;
	margin-left: 10px;	
}

.inkheadercolumn2 {
	/float: left; /* IE Fix */
	/border: 0px solid #ccc;
	/background: #005EC2; 
	/width: 150px; 
	/margin-top: 12px; 
	/margin-left: 16px; 
}

.inkfinderbox {
	border: 2px solid #c7cd00;
	border-top: 0px;
	width: 168px;
	height: 60px;
	padding: 4px;
	background: white;
}

.inkfinderbox {
	/border: 2px solid #c7cd00; /* IE */
	/border-top: 0px;
	/width: 170px;
	/height: 70px;
	/padding: 3px;
	/line-height: 14px;
}

.clearline {
	clear: both; 
	margin-top: 5px;
}