	.whitetext {color: #FFFFFF;}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: center;
    background: #006600;
    margin: 0;
}

a {
  color: #336633;
}
 
 a:visited{
   color: #669966;
 }
a:hover{
  color: #990000
}


h2{
  text-align: center;
  color: #336633;
  font-size: 18pt;
}

h1 {
    text-align: center;
  color: #336633;
}

h3{
	color:#363;
	font-size:16pt;
}

h4{
	color:#363;
	font-size: 13pt;
	font-style: italic;
	}

.wrapper {
   margin-left: auto; 
   margin-right: auto; 
   width: 721px;
   background: #FFF;
   position: relative;
}
 .topouter {
   width: 721px; 
   height: 200px; 
  /* margin-top: -125px; */
   margin-left: auto; 
   margin-right: auto; 
   clear: both; 
   text-align: left;
   background: #006600;
 }

.topinner img{
  /*width: 733px;
  margin-top: 129px; 
  position: absolute;
  left: 0;*/
}

.topinner h1{
	display: none;
}

#header{
  z-index: 10;
}

#eggs{
  z-index: 100;
  display: block;
   top: 60px;
   position: absolute;
  left: -20px;
}

.menubar{
background-color: transparent;
color: #FFFFFF;
font-weight: bold;
line-height: 110%;
text-align: left;
/*margin-top: 312px;*/
position: absolute;
padding-left: 222px;
top: 183px;
left: 0;
}

.menubar ul li a {
background-color: #006600;
color: #FFFFFF;
font-weight: bold;
text-align: center;
text-decoration: none;
padding: 0px;/*
margin: 0px 15px 0px 15px;*/
font-size: 10pt;
height: 100%;
}

.menubar a:hover {
background-color: #009900;
}

.sidemenu{
  background: #FFF;
  width: 140px;
  float: left;
  padding: 3px;/*
  border-right: #999 solid 1px;*/
  margin-right: 3px;
  font-size: 10pt;
  height: 100%;
}



.content {
    background: #FFF;
  text-align: justify; 
  width: 520px;
}

  @media (min-width: 450px) {
  	.content {
  margin-left: 140px;
		padding: 10px 20px 0 20px;
	    overflow: visible;
	    width: 520px;

	}
  }

.content p{
  line-height: 135%;
  }

.footer {
    background: #FFF;
  clear: both;
  width: 701px;
  padding: 10px;
  border-bottom: 10px solid #006600;
}

.infobox{
/*  background: #ddffbf;*/
  background-color: #FFC;
  padding: 10px;
  color: #000;
  border: 2px solid #090; 
}

.infobox input{
  margin: 0px 0 3px 0;
  background-color: #eFe;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: 2px groove #090;
 }

#proc_dates {
  border: 1px solid black;
  text-align: center;
  font-size: 9.5pt; 
}

#proc_dates td {
  /*width: 71px;*/
  border-bottom: 1px dashed black;
  margin: 0;
  text-align: left;
}

#proc_dates .lastrow{
	border-bottom: none;
	}
	
#turkey_table {
  border: 1px solid black;
  text-align: center;
  border-bottom: 0;
}

#turkey_table td.number_chickens {
width: 100px;
text-align: left;
}


#turkey_table td {
  width: 100%;
  border-bottom: 1px dashed black;
  margin: 0;
  text-align: left;
}

/*Navigational*/

#nav, #nav ul {
padding: 0;
		 margin: 0;
		 list-style: none;
     background-color: #006600;
line-height: 1;
}

 #nav a {
			display: block;
			width: 7em;
}

#nav li {
background-color: #006600;
color: #FFFFFF;
font-weight: bold;
text-align: left;
text-decoration: none;/*
margin: 0px 15px 0px 15px;*/
font-size: 10pt;
height: 100%;
float: left;
		 width: 7em;
}

#nav li a {
background-color: #006600;
color: #FFFFFF;
font-weight: bold;/*
text-align: center;*/
text-decoration: none;
padding: 2px 0px 2px 0px;/*
margin: 0px 15px 0px 15px;*/
font-size: 10pt;
height: 100%;
}

#nav li a:hover {
background-color: #009900;
}

#nav li ul {
		position: absolute;
		width: 12em;
		left: -999em;
}

#nav li ul a {
border-top: 2px outset #090;
border-left: 2px outset #090;
border-right: 2px outset #005500;
border-bottom: 2px outset #005500;
width: 12em;
}


#nav li ul a:hover {
background-color: #009900;
border-top: 2px inset #005500;
border-left: 2px inset #005500;
border-right: 2px inset #0A0;
border-bottom: 2px inset #0A0;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 13em;
}

#nav li:hover ul {
     left: auto;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
     left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
     left: auto;
}