﻿@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% 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: 0;
	text-align: center;
}
#container {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #FFFFFF url(/images/top_backgrnd.gif) repeat-x top;
	padding: 22px 30px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 110px;
	text-align: left;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF url(/images/sidebar_backgrnd.jpg) repeat-x top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #97999c;
	text-align: left;
}
#mainContent {
	margin: 0px 0px 0px 155px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 20px 31px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #97999C;
} 
#productContent {
	margin: 0px 0px 0px 155px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #97999C;
} 
#footer {
	padding: 0px 0px 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF url(/images/footer_backgrnd.jpg) repeat-x bottom;
	font-size: 10px;
	color: #818386;
} 
#footer p {
	text-align: center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#utilityMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	height: 42px;
}
#tagline {
	text-align: right;
	height: 47px;
}
#utilityMenu a, #sidebar1 a {
	text-decoration: none;
	color:#000000;
}

#utilityMenu a:hover {
	text-decoration: underline;
	width: 902px;
}
#mainNav {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #FFFFFF;
	line-height: 17px;
	font-weight: bold;
	margin: 0px;
}
#mainNav a {
	color: #000000;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#mainNav a:hover {
	color: #002279;
}
.home_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 25px;
}
#outsideContainer {
	width: 960px;
	margin: 0px auto;
	border: 1px solid #CCCCCC;
	background: #FFFFFF url(../images/body_backgrnd.gif) repeat-x top;
}
#footer a.utility
{
	display: inline-block;
	padding: 0 10px;
	
	zoom: 1;
	*display: inline;
}

#footer a.utility, p.utility {
	font-size: 11px;
	text-decoration: none;
	color: #818386;
}
#footer a:hover.utility {
	text-decoration: underline;
}
#footer a, #footer p.mainNav {
	font-size:14px;
	text-decoration:none;
	color:#818386;
}
#footer a:hover {
	text-decoration:underline;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
#navBar {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.italic {
	font-style: italic;
}
#thinBar {
	margin: 0px;
	padding: 0px;
}
.consumer h1, .private h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
.consumer h1 {
	color: #55b326;
}
.private h1 {
	color:#55b326;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 3px;
	margin: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px; 
}
ol, ul {
/*	margin: 20px 20px 20px 20px;*/
	padding-bottom:5px;
}
.btn {
  background: #7ac242;
  background-image: -webkit-linear-gradient(top, #7ac242, #598a30);
  background-image: -moz-linear-gradient(top, #7ac242, #598a30);
  background-image: -ms-linear-gradient(top, #7ac242, #598a30);
  background-image: -o-linear-gradient(top, #7ac242, #598a30);
  background-image: linear-gradient(to bottom, #7ac242, #598a30);
  -webkit-box-shadow: 3px 3px 3px #666666;
  -moz-box-shadow: 3px 3px 3px #666666;
  box-shadow: 3px 3px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 8px 10px 8px 20px;
  text-decoration: none;
  width: 100px;
  float: right;
  margin: -38px 80px 0 0;
}
.btn:hover {
  background: #598a30;
  background-image: -webkit-linear-gradient(top, #598a30, #598a30);
  background-image: -moz-linear-gradient(top, #598a30, #598a30);
  background-image: -ms-linear-gradient(top, #598a30, #598a30);
  background-image: -o-linear-gradient(top, #598a30, #598a30);
  background-image: linear-gradient(to bottom, #598a30, #598a30);
  text-decoration: none;
}
#sidebar1 h1 {
	text-align: center;
	margin: 0px 0px 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 21px;
}
.consumer #sidebar1 h1 {
	background-image: url(../images/sidebarhd_backgrnd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.private #sidebar1 h1 {
	background-image: url(../images/sidebarhd_backgrnd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#leftNavLogos {
	text-align: center;
}
#leftNavLogos img {
	padding-top: 4px;
	padding-bottom: 4px;
	border:none;
}
.consumer #sidebar1 li {
	padding-bottom: 2px;
	list-style-image: url(../images/leftnav_grnbullet.gif);
}
.private #sidebar1 li {
	padding-bottom: 2px;
	list-style-image: url(../images/leftnav_grnbullet.gif);
}
.consumer #sidebar1 a:hover {
	color: #55b326;
}
.private #sidebar1 a:hover {
	color:#55b326;
}
#productSubnav, #dogSubnav, #catSubnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	line-height: 21px;
	margin: 0px;
	padding-right: 20px;
}
#productSubnav a, #dogSubnav a, #catSubnav a {
	color:#FFFFFF;
	text-decoration:none;
	padding: 0;
	margin: 0;
}
#productSubnav a:hover, #dogSubnav a:hover {
	color:#55b326;
}
#catSubnav a:hover{
	color:#002279;
}
#productSubnav {
	background-color: #002279;
}
#dogSubnav {
	background-color:#800000;
}
#catSubnav {
	background-color:#55b236;
}
#productFlavors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #002279;
	text-align: center;
	line-height: 24px;
	text-transform: uppercase;
}
#productContent #productCopy {
	margin-top: 28px;
	margin-right: 28px;
	margin-left: 28px;
}
#productCopy p.boldHead {
	font-weight:bold;
	font-size:12px;
	line-height:16px;
}
#sideBar1 a.header {
	color:#FFFFFF;
}
#sidebar1 h1 a {
	color: #FFFFFF;
}
.consumer a {
	color: #55b326;
	text-decoration: none;
}
.private a {
	color: #55b326;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
.private h2 {
	color: #55b326;
}

.consumer h2 {
	color:#55b326;
}
nutrition table styles--!>
.style2 {

	font-size: 14px;

	color: #FFFFFF;

}

.style3 {font-weight: bold}

.style4 {font-size: 12px}

.style5 {font-weight: bold}

td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.tableTitle {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;	
}
table {
	margin-top:10px;
}
#sidebar1 ul {
	padding-left:17px;
	margin-left:17px;
	padding-right: 4px;
}


/* DRUPAL THEMES FOR CAREERS PAGES */
#mainContentzoom .views-field-title .field-content
{
	font-weight: bold;
	font-size: 11px;
}

#mainContentDynamic {
	margin: 0px 0px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 20px 31px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
/*	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #97999C;  */
} 
.copyright {
margin-top: 8px;
}

#footer a, #footer p.mainNav {
    font-size: 11px;
}