@charset "utf-8";
/* CSS Document */

body 
  {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 20px;
	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: #5a4f33;
	font-size:13px;
  }

#container 
  {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:auto;
  }
  
    #scroll_top
	 { 
	  width: 1100px;
	  margin: 0 auto;
	  background-image: url("images/scroll_upper_right.jpg");
	  background-position: top right;
	  background-repeat:no-repeat;
	  overflow: auto;
	  }
	  
	 #scroll_bottom
	 { 
	  width: 1100px;
	  margin: 0 auto;
	  background-image: url("images/scroll_lower_left.jpg");
	  background-position: bottom left;
	  background-repeat:no-repeat;
	  overflow: auto;
	  }

	#mainBanner
	  {
		padding-top: 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	  }

	#header
	 {
	  width:370px;
	  float:left;
	  height:72px;
	 }
	
	#header_nav
	 {
	  width:560px;
	  float:left;
	  height:30px;
	  font-family: "Times New Roman", Times, serif;
	  font-size: 11px;
	  vertical-align:middle;
	  margin-top:38px;
	  text-align:right;
	  letter-spacing: 1px;
	  }
	  
	#footer
	 {
	 float:left;
	 text-align:center;
	 width:940px;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 8px;
	 color: #5a4f33;
	 padding-top:15px;
	 padding-bottom:20px;
	  }
	  
	#content_img
	 {
	float:left;
	margin-right: 40px;
	margin-bottom:0px;
	  }
	
	#content_copy
	 {
	margin-top:40px;
	float:left;
	text-align:left;
	width:88%;
	  }
	
	#content_copy h3 
	 {
		 padding-left: 20px;
	 }
	#content_copy h1
	 {
		 font-size: 26px;
	 }
	#content_copy p
	 {
		 padding-left: 20px;
	 }
.floatLeftQuote  {
	list-style-type: disc;
	}	  
	  
	ul
{
	margin-left: 0;
	padding-left: 1em;
}

#foodSafetyFirst {
}

	.picture_ul
{
  TOP: 2px !important;
  LEFT: 5px !important;
  margin-right: 10px;
  POSITION: relative;
  FONT-FAMILY:  Arial, Helvetica, sans-serif;
  TOP: 2px;
  LEFT: 5px;
}

	.careers_ul
{
  TOP: 2px !important;
  LEFT: 5px !important;
  margin-right: 10px;
  POSITION: static;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  TOP: 2px;
  LEFT: 5px;
}


	.sitemap_ul
{
  TOP: 5px !important;
  LEFT: 10px !important;
  bottom: 5px; !important;
  POSITION: relative;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  line-height: 13pt;
  TOP: 5px;
  LEFT: 10px;
}
	  
  
/*/////////////////////////////*/

a.nav:link
 {
  font-family: "Times New Roman", Times, serif;
  font-size:11px;
  text-decoration:none;
  color: #5a4f33;
  }
  
a.nav:visited
 {
  font-family: "Times New Roman", Times, serif;
  font-size:11px;
  text-decoration:none;
  color: #5a4f33;
  }
  
#foodSafetyFirst {
  float: right;
}

#foodSafetySecond {
	padding-top: 20px;
}
  
a.nav:hover
 {
  font-family: "Times New Roman", Times, serif;
  font-size:11px;
  text-decoration:none;
  color: #e12237;
  }
  
.nav_current
 {
  font-family: "Times New Roman", Times, serif;
  font-size:11px;
  color:#e12237;
  text-decoration:none;
  }
  
a.footer:link
 {
  font-family: "Times New Roman", Times, serif;
  text-decoration:none;
  color: #5a4f33;
  font-size:11px;
  }
  
a.footer:visited
 {
  font-family: "Times New Roman", Times, serif;
  text-decoration:none;
  color: #5a4f33;
  font-size:11px;
  }
  
  
a.footer:hover
 {
  font-family: "Times New Roman", Times, serif;
  text-decoration:none;
  color: #e12237;
  font-size:11px;
  }
  
a.sitemap:link
 {
  font-family: "Times New Roman", Times, serif;
  text-decoration:none;
  color: #5a4f33;
  font-size:13px;
  }
  
a.sitemap:visited
 {
  font-family: "Times New Roman", Times, serif;
  text-decoration:none;
  color: #5a4f33;
  font-size:13px;
  }
  
  
a.sitemap:hover
 {
  font-family: "Times New Roman", Times, serif;
  text-decoration:none;
  color: #e12237;
  font-size:13px;
  }
  
a.copy:link
 {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;
  color: #5a4f33;
  font-size:15px;
  }
  
a.copy:visited
 {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;
  color: #5a4f33;
  font-size:15px;
  }
  
  
a.copy:hover
 {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
  color: #e12237;
  font-size:15px;
  }
  
a.copy_red:link
 {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
  color: #e12237;
  font-size:13px;
  }
  
a.copy_red:visited
 {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
  color: #e12237;
  font-size:13px;
  }
  
  
a.copy_red:hover
 {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
  color: #e12237;
  font-size:13px;
  }
  
a.copy_red_sm:link
 {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
  color: #e12237;
  font-size:11px;
  }
  
a.copy_red_sm:visited
 {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
  color: #e12237;
  font-size:11px;
  }
  
  
a.copy_red_sm:hover
 {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
  color: #e12237;
  font-size:11px;
  }
    
/*/////////////////////////////*/
  
#content
  {
	width: 936px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
  }

	#mainContent_left
	 { 
	  float: left;
	  width:165px;
	  padding:20px 0px 20px 0px;
	  }
	  
	#mainContent_center
	 { 
	  float: left;
	  width: 500px;
	  padding:15px 50px 20px 50px;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size:12px;
	  line-height:18px;
	  vertical-align:top;
	  }
	  
	#mainContent_right
	 { 
	  float: left;
	  width: 165px;
	  padding:20px 0 20px 0;
	  }
	  
	#sub_nav
	 { 
	  float: right;
	  width: 560px;
	  margin-right:10px;
	  letter-spacing: 1px;
	  }
	  
	#mainContent_right_image
	 { 
	  float: right;
	  width: 170px;
	  padding:45px 30px 20px 30px;
	  font-family: helvetics, times new roman;
	  font-size:16px;
	  color:#FFFFFF;
	  line-height:18px;
	  }
	  
	.mainContent_right_image_header
	 {
	  font-size:26px;
	  font-style:italic;
	  }
	  
/*/////////////////////////////*/
	  
#ScrollBox
 {
  width:780px;
  border: 1px solid #aa780e;
  margin-right:0px;
  float:right;
  background-color:#FFFFFF;
  }
  
   #scrollContent {
	   /* border: solid 2px #000000; */
		font-family:"Times New Roman", Times, serif;
		font-size:12px;
	    height: 380px;
		overflow:auto;
		padding-left:10px;
  		margin-right:0px;
		color: #535529;
    }

  
/*/////////////////////////////*/

/*////// CAREER SECTION ///////*/

#careerQuote
 {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 14px;
  line-height: 18px;
  color: #aa780e;
  padding-left: 90px;
  padding-right: 30px;
  }
  
  #careerQuoteTop
	  {
	  border-bottom: solid 1px black;
	  height: 26px; 
	  }
  
  #careerQuoteBottom
	  {
	  border-top: solid 1px black;
	  height: 26px; 
	  }
	  
  #careerQuoteCopy
	  {
	    padding-left: 20px;
	    padding-right: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-family:"Times New Roman", Times, serif;
		font-style:italic;
		font-size:12px;
		color: #aa780e;
	  }

  #apply_large
  {
	background: #535529;
	color: #FFFFFF;
	text-align: center;
	width:90px;
	text-transform: uppercase;
	float: left;
	height: 25px;
	margin-top: -30px;
	padding-top: 5px;
  }
  
  #current_openings
  {
	background: #535529;
	color: #FFFFFF;
	text-align: center;
	width:230px;
	text-transform: uppercase;
	float: left;
	height: 25px;
	margin-top: -30px;
	padding-top: 5px;
  }
  
  #current_openings A:link, #current_openings A:visited
  {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
  }
  
  #apply_large A:link, #apply_large A:visited
  {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
  }
  
 #apply_large A:hover
  {
	color:#E9E8C7;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
  }
  
  #apply
  {
	background: #535529;
	color: #FFFFFF;
	text-align: center;
	width:200px;
	text-transform: uppercase;
	float: right;
	height: 25px;
	margin-top: -30px;
	padding-top: 5px;
  }
  #apply A:link, #apply A:visited
  {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
  }
  
 #apply A:hover
  {
	color: #E9E8C7;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
  }
  
  .operationLoc
	{
	  font-size: 20px;
	}
	
  .inlineQuote
	{
	  width: 740px;
	  font-size: 12px;
	  font-style: italic;
	  text-align: left;
    }

/*/////////////////////////////*/

.header
 {
  text-align:left;
  color: #e12237;
  font-size:20px;
  font-family:"Times New Roman", Times, serif;
  font-weight:bold;
  }
  
.career_header
 {
  text-align:left;
  color: #e12237;
  font-size:14px;
  font-weight:bold;
  font-family:"Times New Roman", Times, serif;
  }

.sub_header
 {
  color: #e12237;
  font-size:18px;
  font-family:"Times New Roman", Times, serif;
  }

/* Home page banner with dynamic images - cgs */
#homePageBanner {
	height: 376px;
	width: 933px;
	background-image: url(images/main_banner2.jpg);
	position: relative;
}

#imageGallery {
	position: absolute;
	border: solid 1px #E95500;
	background-color: #000000;
	/* This image should be the last image in your gallery sequence */
	background-image: url(images/gallery/main.jpg);
	background-image: center center;
	overflow: hidden;
	width: 671px;
	height: 287px;
	margin-top: 28px;
	margin-left: 36px;
	top: 15px;
}

