:-moz-any-link:focus {
	outline: none;
}
body {
	min-width: 1000px;
	background-color: #5d5a4b;
	font-family: Verdana, Arial, sans-serif;
}
p {
	font-size: 1.4em;
}
label {
	display:block;
	font-size:1.3em;
	font-weight:bold;
}
textarea {
	font-size: 1.3em;
	line-height: 1.3em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	border: 1px solid #999999;
	width: 524px;
	height: 150px;
}
input {
	font-size: 1.3em;
	line-height: 1.3em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	border: 1px solid #999999;
	width: 262px;
}
/*input.short {
	width: 120px;
	margin-right: 15px;
}*/
a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
h3 {
	font-size: 1.8em;
	margin-bottom: 10px;
	color: #333333;
	font-weight: bold;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.clear {
	clear: both;
}

/* HEADER STYLES */
#header {
	width: 100%;
	background: url(/images/header-fill.jpg) repeat-x top left;
	position: relative;
	height: 109px;
}
#header div {
	height: 109px;
}
#header h1 {
	display: none;
}
.headerLeft {
	width: 390px;
	background: url(/images/header-left.jpg) no-repeat top left;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.headerRight {
	width: 390px;
	background: url(/images/header-right.jpg) no-repeat top left;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}
.headerWidth {
	width: 780px;
}

/* NAVIGATION STYLES */
#nav {
	height: 41px;
	width: 100%;
	background: url(/images/nav-fill.jpg) repeat-x top left;
}
.navLeft {
	width: 58px;
	height: 41px;
	background: url(/images/nav-left-cap.jpg) no-repeat top left;
	float: left;
}
.navLinks {
	height: 41px;
	padding: 0px 0px;;
	background: url(/images/nav-bkg.jpg) repeat-x top left;
	float: left;
}
.navRight {
	width: 66px;
	height: 41px;
	background: url(/images/nav-right-cap.jpg) no-repeat top left;
	float: left;
}
.navLinks li {
	float: left;
}
.mainNavLink {
	display: block;
	padding: 5px 5px 7px 10px;
	margin: 6px 0px;
	text-decoration: none;
	color: #333333;
	font-size: 1.3em;
	font-weight: bold;
}
.arrowDown {
	background: url(/images/tick-down.gif) no-repeat 94% 10px;
	padding-right: 20px;
}
.navHover .arrowDown {
	background: url(/images/tick-down-hover.gif) no-repeat 94% 10px;
}
.navClicked .arrowDown {
	background: url(/images/tick-down-hover.gif) no-repeat 94% 10px;
}
.navHover .mainNavLink {
	background-color: #726d5a;
	color: #ffffff;
}
.navClicked .mainNavLink {
	background-color: #726d5a;
	color: #ffffff;
}
.subNav {
	display: none;
	position: absolute;
	margin: -5px 0px 0px 0px;
	border-top: 3px solid #726d5a;
	z-index: 8;
}
.subNav li {
	float: none;
	border: 3px solid #726d5a;
	background-color: #cecdc9;
	border-top: none;
}
.subNav li a {
	display: block;
	padding: 9px;
	text-decoration: none;
	color: #333333;
	font-size: 1.3em;
	font-weight: bold;
}
.subNav li a:hover {
	background-color: #726d5a;
	color: #ffffff;
	cursor: pointer;
}

/* MAIN CONTAINER STYLES */
#container {
	width: 100%;
	background-color: #ffffff;
	position: relative;
}
#mainContent h2 {
	 width: 660px;
	 height: 27px;
	 margin-bottom: 15px;
	 background: url(/images/Welcome2FCC.jpg) no-repeat top left;
}
#container h2 span {
	 display: none;
}
#mainContent {
	padding: 20px 10px 20px 70px;
	min-width: 845px;
}
#homeContentLeft {
	float: left;
	width: 223px;
}
#homeContentLeft p {
	margin-bottom: 10px;
	line-height: 1.5em;
}
.mainContentBtn {
	width: 223px;
	height: 97px;
}
.mainContentBtn span {
	display: none;
}
.mainContentBtn a {
	display: block;
	width: 223px;
	height: 97px;
}
#btnHoxie {
	background: url(/images/btn-hoxie.jpg) no-repeat top left;
}
#btnImpBeef {
	background: url(/images/btn-imp-beef.jpg) no-repeat top left;
}
#homeContentRight {
	background: url(/images/home-non-flash.jpg) no-repeat top left;
	width: 620px;
	height: 430px;
}
#content p {
	font-size: 1.4em;
	margin-bottom: 10px;
	line-height: 1.5em;
}
#content h2 {
	color: #5D5A4B;
	font-size: 2.4em;
	font-weight: bold;
	margin-bottom: 15px;
}
#content {
	padding: 15px 10px 20px 70px;
}
#container .floatNav {
	padding: 15px 210px 20px 70px;
	min-height: 200px;
}
#content img {
	margin: 0px 10px 10px 10px;
}
.boldTan {
	color: #5D5A4B;
	font-weight: bold;

}
#content .styledList {
	margin-left: 27px;
}
#content .styledList li {
	font-size: 1.4em;
	line-height: 1.5em;
	list-style-type: square;
	list-style-position: outside;
}
#secondaryNav li {
	float: left;
	border-left: 1px solid #5D5A4B;
	padding: 0px 8px;
	margin-bottom: 15px;
}
#secondaryNav .first {
	border-left: none;
	padding-left: 0px;
}
/*#secondaryNavTop {
	background: url(/images/sub-top-bkg.jpg) bottom left no-repeat;
	height: 10px;
	width: 194px;
	background-color: #ffffff;
}
#secondaryNavBottom {
	background: url(/images/sub-bottom-bkg.jpg) top left no-repeat;
	height: 10px;
	width: 194px;
	background-color: #ffffff;
}
#secondaryNav {
	width: 194px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #cecdc9;
	margin: 15px 5px 0px 0px;
	z-index: 100;
	background: url(/images/sub-bkg.jpg) top left repeat-y;
}*/
#secondaryNav ul {
	padding: 0px 10px;
}
#secondaryNav li {
	padding-bottom: 5px;
}
#secondaryNav a {
	color: #990000;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}
#secondaryNav a:hover {
	color: #FF001C;
	text-decoration: underline;
}
#content .preHead {
	color: #5D5A4B;
	margin-bottom: 0px;
	font-style: italic;
	font-weight: bold;
}
#imperialImageGallery {
	background: url(/images/imperial-image-gallery-noflash.jpg) no-repeat top left;
	height: 470px;
	width: 742px;
}
.bkgKansas {
	background: url(/images/factoid-kansas-720.jpg) no-repeat 70px 45px;
}
.bkgKansas h2 {
	padding-top: 180px;
}
.bkgNebraska {
	background: url(/images/factoid-nebraska-720.jpg) no-repeat 70px 45px;
}
.bkgNebraska h2 {
	padding-top: 180px;
}
#whoWeAreLeft {
	background: url(/images/about-bkg-left.jpg) no-repeat top left;
	width: 502px;
	height: 612px;
	float: left;
}
#whoWeAreRight {
	float: left;
	width: 354px;
}
#whoWeAreRightBkg {
	background: url(/images/about-bkg-right.jpg) no-repeat top left;
	width: 354px;
	height: 311px;
}
.whosWhoPhoto {
	width: 149px;
	height: 152px;
	position: relative;
	float: left;
}
.whosWhoPhotoOverlay {
	background: url(/images/people/pic-overlay-150.gif) no-repeat top left;
	width: 152px;
	height: 152px;
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
}
#content .whosWhoPhoto img {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 4;
	top: 0px;
	left: 0px;
}
.whosWhoPerson {
	clear: both;
	margin-bottom: 15px;
	float: left;
}
.whosWhoPerson p {
	margin-left: 170px;
}
#content .whosWhoName {
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: 0px;
}
.industryLinksLeft {
	float: left;
	background: url(/images/links-bkg.jpg) no-repeat top left;
	width: 319px;
	height: 489px;
}
.industryLinksRight {
	margin-left: 349px;
}
#content .industryLinkIntro {
	margin-bottom: 30px;
}
#content .industryLink {
	font-size: 1.7em;
	color: #5D5A4B;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 20px;
}
#content .industryLink a {
	font-size: .8em;
}
.industryLinkHolder {
	height: 500px;
	/*width: 90%;*/
	overflow: auto;
	padding: 15px;
	border: 1px solid #cccccc;
	margin-right: 40px;
}
.testimonialsPhoto {
	width: 149px;
	height: 152px;
	position: relative;
	float: left;
}
.testimonialsPhotoOverlay {
	background: url(/images/people/pic-overlay-150.gif) no-repeat top left;
	width: 152px;
	height: 152px;
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
}
#content .testimonialsPhoto img {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 4;
	top: 0px;
	left: 0px;
}
.testimonialsPerson {
	clear: both;
	margin-bottom: 15px;
	float: left;
}
#content .testimonialsPerson p {
	margin-left: 170px;
	width: 550px;
	font-size: 1.5em;
}
#content  .testimonialsBy {
	width: 550px;
	font-style: italic;
	text-align: right;
	font-size: 1.4em;
}

/* FOOTER STYLES */
#footer {
	background: url(/images/footer-bkg.jpg) repeat-x top left;
	height: 30px;
	width: 100%;
}
#footerRight {
	background: url(/images/footer-right-bkg.jpg) repeat-x top left;
	height: 30px;
	float: right;
}
#footerRightCap {
	background: url(/images/footer-right-cap.jpg) no-repeat left top;
	width: 37px;
	height: 30px;
	float: right;
}
#footerRight p {
	font-size: .9em;
	position: relative;
	top: 14px;
	padding-right: 8px;
}