@charset "utf-8";
/**********************************************************************
 * STANDARD BODY
 *********************************************************************/
BODY {
	background-color: #030;
	margin: 0px;
	background-image: url(/images/backdrop.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Configure most block-level elements for full-bleed presentation */
PRE, BLOCKQUOTE, ADDRESS, NOSCRIPT
	,	H1, H2, H3, H4, H5, H6
	,	DIV, TABLE
	,	FORM, FIELDSET {
	padding: 0px;
	margin: 0px;
}
NOSCRIPT {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: blink;
	background-color: #FFFFCC;
	margin: 2em;
	padding: 1em;
	clear: both;
	border: 2px groove #FF9933;
	display: block;
}
/**********************************************************************
 * HEADERS
 *********************************************************************/
#viewPortBody #rightPanel H1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	text-transform: capitalize;
	clear: both;
	background-color: #000066;
	color: #FFFFFF;
}
#viewPortBody #rightPanel H2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-top: 1em;
	border-bottom: 1px solid #369;
	clear: both;
}
#viewPortBody #rightPanel H3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	clear: both;
}
P {
	margin-top: 0px;
	margin-bottom: 1em;
}
UL, OL, DL {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 1em;
}
OL LI OL {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#viewPortBody {
	width: 1000px;
	background-color: #39f;
	margin: 0px auto;
}
#viewPortBody #headBanner {
	height: 110px;
	padding: 0;
	overflow: hidden;
}
#viewPortBody #headBanner #companyLogo {
	height: 110px;
	width: 146px;
	background-image: url(/images/LWCSC_Logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	overflow: hidden;
}
#viewPortBody #headBanner #headTitleBlock {
	width: 854px;
	height: 110px;
	margin: auto;
	padding: 0;
	background-image: url(/images/Oklahoma_Sunset.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
}
#viewPortBody #headBanner #headTitleBlock H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-variant: small-caps;
	font-style: italic;
	text-align: right;
	color: #009;
	margin: 0px;
	padding-right: 0.25em;
	float: right;
}
#viewPortBody #leftPanel {
	float: left;
	width: 146px;
}
#viewPortBody #leftPanel #productLinkTable {
	border: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.tdAbutton {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.tdAbutton A {
	text-decoration: none;
	border: none;
	border: 1px #fff outset;
	background-color: #036;
	color: #fff;
	padding: 0.25em;
}
.tdAbutton A:hover {
	text-decoration: none;
	border: 1px #fff outset;
	background-color: #09c;
	color: #fff;
	padding: 0.25em;
}
.productLinkImage {
	border: 0px;
	width: 100px;
	height: 50px;
}
.boxedListMenu {
	width: 100%;
	padding: 0;
	margin: 0;
	border-right: 1px solid #666;
	background-color: #9cc;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
}
.boxedListMenu LI {
	margin: 0;
	border-top: 1px solid #003;
	list-style-type: none;
}
.boxedListMenu LI A {
	display: block;
	padding: 2px 2px 2px 0.5em;
	border-left: 10px solid #369;
	border-right: 1px solid #69C;
	border-bottom: 1px solid #369;
	background-color: #036;
	color: #fff;
	text-decoration: none;
	width: 128px;
}
.boxedListMenu LI A:hover {
	border-left: 10px solid #036;
	border-right: 1px solid #69C;
	border-bottom: 1px solid #369;
	background-color: #69F;
	color: #fff;
}
.boxedListMenu #boxedListSelected {
	display: block;
	padding: 2px 2px 2px 0.5em;
	border-left: 10px solid #6fc;
	border-right: 1px solid #69C;
	border-bottom: 1px solid #369;
	background-color: #69c;
	color: #6ff;
	text-decoration: none;
}
#viewPortBody #rightPanel {
	float: left;
	width: 850px;
	background-color: #fff;
	border: 2px #0ff inset;
}
#viewPortBody #footBanner {
	clear: both;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #00c;
	color: #fff;
	text-align: center;
	font-size: 9px;
}
.companyLogoTitle {
	visibility: hidden;
}
.productEntry {
	clear: both;
	margin-bottom: 0.25em;
}
.productText {
	vertical-align: top;
}
.productThumb {
	clear: both;
	float: left;
	height: 40px;
	width: 40px;
	cursor: pointer;
	margin-bottom: 0.25em;
	margin-right: 0.25em;
}
.productZoom {
	clear: both;
	float: left;
	height: 125px;
	width: 125px;
	cursor: pointer;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
}
.captionedPhoto {
	clear: both;
}
.captionedPhoto IMG {
	border-top: 5px ridge #000000;
	border-left: 5px ridge #000000;
	border-right: 5px ridge #000000;
	margin-bottom: 0;
	padding: 0;
}
.captionedPhoto P {
	text-align: center;
	width: 400px;
	margin-top: 0;
	margin-bottom: 1em;
	padding: 0;
	padding-top: 0.25em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-left: 5px ridge #000000;
	border-right: 5px ridge #000000;
	border-bottom: 5px ridge #000000;
	position: relative;
	top: -0.5em;
	background-color: #eee;
}
.nonPrint {
	visibility: visible;
}
.catchTABLE {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}
.catchTABLE CAPTION {
	font-weight: bold;
	text-decoration: underline;
}
.catchSpeciesTD {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	white-space: no-wrap;
}
.catchWeightTD {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	white-space: no-wrap;
}
