body {
  -moz-box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 10pt;
  background-color: #4A5F30;
}
p {
  -moz-box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
}
img {
  -moz-box-sizing: border-box;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
}
div {
  -moz-box-sizing: border-box;
}
table {
  -moz-box-sizing: border-box;
  border-width: 0px;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
}
tr {
  -moz-box-sizing: border-box;
  vertical-align: top;
}
td {
  -moz-box-sizing: border-box;
  vertical-align: top;
  font-family: inherit;
  font-size: 10pt;
  margin: 0px;
  padding: 0px;
}
ul {
  -moz-box-sizing: border-box;
  margin: 2px 10px 24px 24px;
  padding: 0px;
}
form {
  -moz-box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

a {
  color: #CE4D36;
  text-decoration: none;
}
a:hover {
  color: #CE4D36;
  text-decoration: underline;
}


#searchdiv {
  -moz-box-sizing: border-box;
  padding: 24px 12px 18px 0px;
  float: right;
  color: #FFFFFF;
  margin-top: 24px;
}

#searchform {
  margin: 0px;
  padding: 0px;
}

#searchlabel {
  font-size: 10pt;
}

#searchbox {
  padding: 0px;
  margin: 0px;
  color: #000000;
  height: 20px;
  font-size: 10pt;
  background-color: #FFFFFF;
}

#quickmenu {
  -moz-box-sizing: border-box;
  float: right;
  clear: right;
  background: #C1C1C1 url("/img/quickmenu-topleftcorner.gif") top left no-repeat;
  height: 22px;
  padding: 2px 12px;
  margin-top: 16px;
  white-space: nowrap;
}

#quickmenu a {
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

#quickmenu a:hover {
  color: #000000;
  text-decoration: underline;
}

#mainmenu {
  -moz-box-sizing: border-box;
  clear: both;
  background: #FFDC55 url("/img/menu-topleftcorner.gif") top left no-repeat;
  padding: 0px;
}

#mainmenu a {
  display: block;
  color: #000000;
  border: solid 1px #FFDC55;
  padding: 1px 8px;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
#mainmenu a:hover {
  color: #000000;
  border: solid 1px #FFFFFF;
  background-color: #FFFFFF;
  text-decoration: none;
}
#mainmenu a.current {
  color: #000000;
  border: solid 1px #EBEBEB !important;
  background-color: #EBEBEB !important;
  text-decoration: none;
}

#mainmenu_expansion {
  background-color: #EBEBEB;
  color: #000000;
  padding: 10px 12px;
  font-size: 10pt;
  line-height: 150%;
  border-bottom: solid 2px #FFDC55;
}

#mainmenu_expansion a {
  display: inline;
  color: #000000;
  border: 0px;
  padding: 0px;
  font-size: 10pt;
}

#mainmenu_expansion a:hover {
  text-decoration: underline;
  border: 0px;
  background-color: #EBEBEB;
}

.page_content {
	background-color: #FFFFFF;
	min-height: 200px;
}

.page_body {
	padding: 32px 12px 12px;
}

* html .page_body { /* Tan Hack */
	height: 1%; /* Holly Hack */
}

#copybar {
  -moz-box-sizing: border-box;
 	background: #FFDC55 url("/img/copybar-bottomleftcorner.gif") bottom left no-repeat;
  height: 22px;
  padding: 3px 12px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  font-size: 9pt;
}

div.page_head {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}

.header {
  font-size: 14px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
}

.header2 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}

div.headerul {
	border-bottom: solid 1px #999999;
	text-align: center;
	margin: 12px 0px;
  font-size: 14px;
  font-weight: bold;
}

div.rightcol_section {
	margin: 24px 0px;
	clear: left;
}

div.home_feature {
	padding: 24px 16px;
	background-color: #EBEBEB;
	-moz-box-shadow: 8px 8px #C1C1C1;
	-webkit-box-shadow: 8px 8px #C1C1C1;
	box-shadow: 8px 8px #C1C1C1;
	border: solid 1px #333333;
}

* html div.home_feature { /* Tan Hack */
	height: 1%; /* Holly Hack */
}

.home_feature_title {
	font-size: 12pt;
	font-weight: bold;
}

div.poultry_news {
	padding: 0px 24px 24px 36px;
}

div.home_box_tabbed_top {
	background: #C1C1C1 url('img/toprightcornertab.gif') no-repeat right top;
	padding: 2px;
	margin: 0px 8px;
	text-align: center;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
}

div.home_box {
	margin: 0px 8px;
	border: solid 1px #C1C1C1;
	padding: 12px;
}

div.secpg_right_panel {
  -moz-box-sizing: content-box;
  float: right;
  width: 263px;
  background-color: #EBEBEB;
  padding: 18px 12px;
  margin-left: 10px;
  /*
  border-left: solid 2px #FFDC55;
  border-bottom: solid 2px #FFDC55;
  */
	-moz-border-radius: 0 0 0 12px;
	-webkit-border-radius: 0 0 0 12px;
	-khtml-border-radius: 0 0 0 12px;
	border-radius: 0 0 0 12px;
}

div.login {
	background-color: #BBBBBB;
	color: #000000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	margin: 0px 0px 12px 0px;
	-moz-box-shadow: 0 0 2px 1px #AAAAAA;
	-webkit-box-shadow: 0 0 2px 1px #AAAAAA;
	box-shadow: 0 0 2px 1px #AAAAAA;
}

.toc {
  border: solid 1px #DBD69F;
  background-color: #F4F1D0;
  padding: 6px;
}
div.majorsection {
  padding-top: 24px;
}
span.majorsection {
  font-size: 18px;
  font-weight: bold;
}
span.small {
  font-size: 10px;
}

#scrollnews {
	width: 380px;
	height: 190px;
	padding: 12px 0px;
}
.newssection {
  padding-top: 14px;
  font-size: 14px;
}
.newsheadline {
  padding-top: 6px;
}
.newsdate {
  padding-top: 16px;
  font-weight: bold;
}
.newspara {
  margin-top: -8px;
}

table.wpsamemdir {
	width: 100%;
  border-collapse: collapse;
  border: solid 2px #000000;
}

table.wpsamemdir td {
  padding: 4px;
  border: solid 1px #000000;
}

.hatcherycolumnheader {
	border-bottom: solid 1px #000000;
	background-color: #CC3333;
	color: #FFFFFF;
	padding: 4px 8px 2px 8px;
	font-size: 13pt;
	font-weight: bold;
	margin: 12px 12px 0px 12px;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 4px 2px #FF9999;
	-webkit-box-shadow: 0 0 4px 2px #FF9999;
	box-shadow: 0 0 4px 2px #FF9999;
}

.hatcherycolumn {
	border: solid 1px #FF9999;
	margin: 0px 12px;
	padding: 12px;
	-moz-box-shadow: 0 0 4px 2px #FF9999;
	-webkit-box-shadow: 0 0 4px 2px #FF9999;
	box-shadow: 0 0 4px 2px #FF9999;
}


/* Sitewide Block Element Classes */

input.text, select, textarea {
    border: solid 1px #4A5F30;
    margin: 2px;
    color: #000000;
    padding-left: 2px;
}

input.button {
    border: solid 1px #000000;
    background-color: #CCCCCC;
    color: #000000;
    padding: 1px;
    font-weight: 700;
}

td.vamid {
    vertical-align: middle;
}
td.vabot {
    vertical-align: bottom;
}
.mv8 {
    margin-top: 8px;
    margin-bottom: 8px;
}
.pt18 {
    padding-top: 18px !important;
}
.pt24 {
    padding-top: 24px !important;
}
.pr16 {
    padding-right: 16px !important;
}
.left {
    text-align: left;
    padding: 0px;
    margin: 0px;
}
.center {
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.right {
    text-align: right;
    padding: 0px;
    margin: 0px;
}
.justify {
    text-align: justify;
    padding: 0px;
    margin: 0px;
}
.indent {
    padding: 0px 24px;
    margin: 0px;
}
.boxed1 {
    border: solid 1px #000000;
    padding: 8px;
    background-color: #FFFFFF;
}
.whitemsg {
    font-size: 10pt;
    font-weight: 900;
    color: #FFFFFF;
}
.fade1 {
	color: #666666;
}


/* Sitewide Inline Element Classes (text span styles) */

.error {
    font-weight: bold;
    color: #FF0000;
}
.notice {
    color: #444488;
}
.success {
    color: #448844;
}
.rednotice {
    color: #FF0000;
}
.tip1 {
    color: #777777;
}
.fade {
    color: #999999;
}
.small {
    font-size: 8pt;
}
.hidden {
    display: none;
}
.explh {
  line-height: 130%;
}
.explh2 {
  line-height: 170%;
}
.imgcaption {
  font-size: 10px;
}

.ylwboxmsg {
  background-color: #FFEE33;
  border: solid 1px #BBAA11;
  padding: 8px;
  font-size: 12pt;
  font-weight: bold;
}
.ylwboxmsgsm {
  background-color: #FFEE33;
  border: solid 1px #BBAA11;
  padding: 8px;
  font-size: 10pt;
  font-weight: bold;
}
.ltylwboxmsg {
  background-color: #FFF699;
  border: solid 1px #BBAA11;
  padding: 8px;
  font-size: 12pt;
  font-weight: bold;
}
.ltylwboxmsgsm {
  background-color: #FFF699;
  border: solid 1px #BBAA11;
  padding: 8px;
  font-size: 10pt;
  font-weight: bold;
}
.redboxmsg {
  background-color: #EE0000;
  border: solid 1px #000000;
  padding: 8px;
  font-size: 12pt;
  font-weight: bold;
  color: #FFFFFF;
}
.redboxmsgsm {
  background-color: #EE0000;
  border: solid 1px #000000;
  padding: 8px;
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
}
.redboxmsgsm ul {
  -moz-box-sizing: border-box;
  margin: 2px 10px 2px 24px;
  padding: 0px;
}

@media print {
	.secpg_right_panel {
		display:none;
	}
	#searchdiv {
		display:none;
	}
	#quickmenu {
		display:none;
	}
	#mainmmenu {
		display:none;
	}
}