@charset "UTF-8";
/*
  GLOABL.CSS FILE FOR TRIUMPH FOOD / WWW>TRIUMPHFOODS.COM>
  CREATED 01/08/2009
  SCOTT WILMARTH
  COPYRIGHT RIVER CITY STUDIO 2009
*/

/* General styles ______________________ */

body {
   background-color: #00456B;
   margin:0px;
   padding: 0px;
}
body, td, th {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #000000;
   text-align: left;
}
a:link, a:visited, a:active {
   color: #00456B;
   text-decoration: underline;
}
a:hover {
   text-decoration: none;
   color: #72A492;
}

h1, h2, h3, h4, h5, h6 {
   font-family: Georgia, Times New Roman, Times, serif;
   color: #00456B;
   margin: 12px 0px 12px 0px;
   padding: 0px 0px 0px 0px;
}
h1 {
   font-size: 18px;
   padding: 0px 0px 0px 0px;
}
h1.greenBullet {
   padding: 0px 0px 0px 28px;
   background-image:url(/_img/gHeaderBulletGreen.gif);
   background-position: 0px 50%;
   background-repeat: no-repeat;
}
h2 { font-size: 16px; }
h3 { font-size: 13px; }
/* page layout ______________________ */
#pageContainer {
   background-image: url(/_img/gContainerBackgroung.gif);
   background-repeat: repeat-y;
   background-position: left top;
   width: 900px;
   position: relative;
   padding: 0px 0px;
   margin: 0px auto;
   background-color: #FFFFFF;
}
#header {
   margin: 0px;
   padding:0px;
   position: relative;
   height: 179px;
   background-repeat: no-repeat;
   background-position: 182px 141px;
}
address {
   position:absolute;
   text-align: right;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-style: normal;
   font-size: 12px;
   color: #457059;
   margin:0px;
   padding: 0px;
   top: 24px;
   right: 20px;
}
#content {
   margin: 0px;
   padding: 0px 19px 0px 0px;
   float: right;
   width: 698px;
}
#footerNav {
   color: #00456B;
   text-align: center;
   line-height: 25px;
   margin: 25px 0px 0px 0px;
   padding: 0px;
   clear:both;
}
#sidebar {
   margin: 200px 0px 0px 0px;
   padding: 0px;
   width: 164px;
   float: left; /*absolute;
   top: 200px;
   left: 0px;*/
}
.clearFloats { clear: both; }
#logo {
   position: absolute;
   top: -31px;
   left: -70px;
   background-image:url(/_img/Triumph_Foods_logo.gif);
   background-repeat:no-repeat;
   background-position:top left;
   height:209px;
   width: 355px;
border:0px;
   z-index: 1;
}
/* HOME Specific */
#header.home {
   margin: 0px 0px 25px 0px;
   padding:0px;
   position: relative;
   height: 410px;
   background-image: url(/_img/pHomePhoto.jpg);
   background-repeat: no-repeat;
   background-position: 0px 151px;
}
#header.home address {
   top: 125px;
}
#header.home #logo {
   top: 0px;
   left: -50px;
}
/* Other page styles ______________________ */
/* Navigation Styles */
ul#mainNav {
   font-size: 14px;
   margin: 0px 0px 40px 30px;
   padding: 0px 0px 0px 0px;
}
#mainNav li {
   margin: 0px 0px 15px 0px;
   padding: 0px 0px 0px 0px;
   list-style-image:url(/_img/navBulletGreen.gif);
}
#mainNav li.active, #mainNav li.active {
   list-style-image:url(/_img/navBulletBlue.gif);
}
#mainNav.home li, #mainNav.home li {
   list-style-image:url(/_img/navBulletGreen.gif);
}

#mainNav.home li.home, #mainNav.home li.home {
   list-style-image:url(/_img/navBulletBlue.gif);
}

#mainNav a { text-decoration: none; }

#footerNav a {
   color: #00456B;
   text-align: center;
   line-height: 25px;
   text-decoration: none;
}
#mainNav a:hover, #footerNav a:hover { text-decoration: underline; }
p.sidebarBullet {
   background-color: #00456B;
   color:#FFF;
   margin: 24px 0px 0px 0px;
   padding: 8px 8px 8px 26px;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 15px;
   background-image: url(/_img/grnBulletOnBlue.gif);
   background-repeat: no-repeat;
   background-position: 10px 50%;
   font-weight: bold;
}
ul.sidebarJobs {
   margin: 20px 0px 0px 25px;
   padding: 0px 0px 0px 0px;
}
ul.sidebarJobs li {
   margin: 10px 3px 0px 0px;
   padding: 0px 0px 0px 0px;
   font-size: 11px;
   line-height: 16px;
}
ul.sidebarJobs li strong a {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 13px;
   text-decoration: none;
}
ul.sidebarJobs li strong a:hover { text-decoration: underline; }
#content p {
   margin: 4px 0px 12px 0px;
   padding: 0px;
   line-height: 19px;
}


.floatRight {
float: right;
margin: 0px 0px 12px 12px;
padding: 0px 0px 0px 12px;
}