@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #f2f1df;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 888px;
}
.oneColLiqCtrHdr #paperlogo{
	position: absolute;
	top: 40px;
	right: 46px;
}
.oneColLiqCtrHdr #searcharea{
	position: absolute;
	top: 93px;
	right: 46px;
	width: 200px;
}
.searchbttn {
	float: none;
	margin-left: 0px;
	position: absolute;
	top: 0px;
	right: 24px;
	padding: 0px;
}
.oneColLiqCtrHdr #legalnoticetext{
	position: absolute;
	color:#ffffff;
	top: 98px;
	left: 10px;
	z-index:10;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 600px;
}

.oneColLiqCtrHdr #fllegal{
	background-color:#ffffff;
	background-image: url(/images/fl_bg.gif);
	height: 36px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	min-width: 888px;
}
.oneColLiqCtrHdr #fllegaltext{
	padding-top: 0px;
	padding-left: 10px;
	margin: 0;
	float:right;
}
.oneColLiqCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
	background-image: url(/images/hdr_bg.gif);
	background-repeat: repeat-x;
	position:relative;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f2f1df;
	text-align: center;
}
#adimage  {
	margin-right: auto;
	margin-left: auto;
	width: 98%;
}
.searchadimage {
	width: 279px;
	float: left;
}


.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#c11717;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.poweredby {
	color: #FFF;
	font-size: 11px;
}

a.poweredby:link {
	color: #FFF;
	text-decoration: none;
}

a.poweredby:visited{
	color: #FFF;
	text-decoration: none;
}
a.poweredby:hover{
	color: #FFF;
	text-decoration: underline;
}
a.poweredby:active{
	color: #FFF;
	text-decoration: none;
}


.flt-left {
	float: left;
}
.oneColLiqCtrHdr #control {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
	background-image: url(/images/control-bkg.gif);
	background-repeat: repeat-x;
	font-family: verdana, helvitica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 110px;
	position: relative;
}
.oneColLiqCtrHdr #control #fixedbox {
	padding: 0px;
	width: 810px;
	height: 110px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.oneColLiqCtrHdr #control #functions {
	height: 110px;
	width: 410px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	background-image: url(/images/zoom-bkg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
	position: relative;
}



.oneColLiqCtrHdr #control #compdata {
	font-size: 14px;
	font-weight: normal;
	width: 25%;
	left: 0px;
	top: 0px;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
}
.oneColLiqCtrHdr #control #complinks {
	font-size: 12px;
	font-weight: normal;
	width: 174px;
	padding-left: 10px;
	right: 0px;
	height: 100px;
	top: 0px;
	float: right;
	position: relative;
	padding-top: 3px;
}
.oneColLiqCtrHdr #functions #zoom-out {
	position: absolute;
	height: 37px;
	width: 38px;
	left: 120px;
	top: 53px;
}
.oneColLiqCtrHdr #functions #zoom-out a:hover {
  background-position: -38px 0%;
}
.oneColLiqCtrHdr #functions #zoom-out a {
	background-image: url(/images/zoom-out-ext.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 38px;
	display: block;
}
.oneColLiqCtrHdr #functions #zoom-out-more {
	position: absolute;
	height: 37px;
	width: 38px;
	left: 74px;
	top: 53px;
}
.oneColLiqCtrHdr #functions #zoom-out-more a:hover {
  background-position: -38px 0%;
}
.oneColLiqCtrHdr #functions #zoom-out-more a {
	background-image: url(/images/zoom-out-more-ext.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 38px;
	display: block;
}
.oneColLiqCtrHdr #functions #zoom-out-even-more {
	position: absolute;
	height: 37px;
	width: 38px;
	left: 28px;
	top: 53px;
}
.oneColLiqCtrHdr #functions #zoom-out-even-more a:hover {
  background-position: -38px 0%;
}
.oneColLiqCtrHdr #functions #zoom-out-even-more a {
	background-image: url(/images/zoom-out-even-more-ext.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 38px;
	display: block;
}
.oneColLiqCtrHdr #functions #emailicon   {
	position: absolute;
	width: 24px;
	left: 28px;
	top: 15px;
}
.oneColLiqCtrHdr #functions #dnldicon   {
	position: absolute;
	width: 24px;
	left: 154px;
	top: 11px;
}
.oneColLiqCtrHdr #functions #printicon   {
	position: absolute;
	width: 24px;
	left: 304px;
	top: 11px;
}
.oneColLiqCtrHdr #functions #email-text {
	position: absolute;
	left: 58px;
	top: 13px;
}
.oneColLiqCtrHdr #functions #dnld-text {
	position: absolute;
	left: 180px;
	top: 13px;
}
.oneColLiqCtrHdr #functions #print-text {
	position: absolute;
	left: 328px;
	top: 13px;
}
.tinypt {
	font-size: 10px;
}





.company {
	font-family: verdana, helvitica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.oneColLiqCtrHdr #functions #zoom-in {
	position: absolute;
	height: 37px;
	width: 38px;
	left: 248px;
	top: 53px;
}
.oneColLiqCtrHdr #functions #zoom-in a:hover {
  background-position: -38px 0%;
}
.oneColLiqCtrHdr #functions #zoom-in a {
	background-image: url(/images/zoom-in-ext.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 38px;
	display: block;
}
.oneColLiqCtrHdr #functions #zoom-in-more {
	position: absolute;
	height: 37px;
	width: 38px;
	left: 294px;
	top: 53px;
}
.oneColLiqCtrHdr #functions #zoom-in-more a:hover {
  background-position: -38px 0%;
}
.oneColLiqCtrHdr #functions #zoom-in-more a {
	background-image: url(/images/zoom-in-more-ext.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 38px;
	display: block;
}
.oneColLiqCtrHdr #functions #zoom-in-even-more {
	position: absolute;
	height: 37px;
	width: 38px;
	left: 340px;
	top: 53px;
}
.oneColLiqCtrHdr #functions #zoom-in-even-more a:hover {
  background-position: -38px 0%;
}
.oneColLiqCtrHdr #functions #zoom-in-even-more a {
	background-image: url(/images/zoom-in-even-more-ext.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 38px;
	display: block;
}
.oneColLiqCtrHdr #functions #full {
	position: absolute;
	height: 46px;
	width: 46px;
	left: 182px;
	top: 48px;
}
.oneColLiqCtrHdr #functions #full a:hover {
  background-position: -46px 0%;
}
.oneColLiqCtrHdr #functions #full a {
	background-image: url(/images/full-ext.gif);
	background-repeat: no-repeat;
	height: 46px;
	width: 46px;
	display: block;
}

.oneColLiqCtrHdr .row-clear {
	padding-top:10px;
	text-align:left;
	font-size: 14px;	
}
.searchtd {
	font-size: 14px;
	padding: 10px;
}
.searchheader {
	font-size: 12px;
	text-align: left;
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 3px;
}


.oneColLiqCtrHdr .row-bkg {
	padding-top:10px;
	text-align:left;
	background-image: url(/images/altrow-separator.gif);
	background-repeat: repeat-x;
	font-size: 14px;
}

