/* MAIN SITE LAYOUT AND FORMATTING STYLES */

#tb {
	width: 800px;
	padding: 5px 0;
	margin: 0 auto;
	background: #bbb;
}
#tb img {
	display: block;
	margin: 0 auto;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;
}
#header {
	border-bottom: 1px solid #999999;
	background-color: #FFFFFF;
	background-image: url(../images/header_logo_bg.jpg);
	height: 50px;
}
#left_nav {
	width: 130px;	
	font-size: 10px;
	font-weight: bold;
	padding: 15px 0 0 10px;
	margin: 0;
	float: left;
	/*background-image: url(../images/left_nav_fade.gif);
	background-repeat: repeat-y;*/
}
#left_nav ul {
	margin: 0 0 25px;
	padding: 0;
}
#left_nav ul li{
	list-style-type: none;
	margin-bottom: 6px;
	border-bottom: 1px solid #E5E5E5;
}
#left_nav a:link, a:visited {
	color: #808000;
	text-decoration: none;
}
#left_nav a:hover {
	color: #CCCC00;
	text-decoration: none;
}
#main_body {
	margin: 0 0 0 155px;
	padding: 15px 15px 5px 15px;
	width: 450px;
	border-left: 1px dashed #E5E5E5;
	border-right: 1px dashed #E5E5E5;
	min-height: 770px;
}
#main_body ul {
	list-style-position: outside;
	margin: 0 0 20px 15px;
	padding: 0;
}
#main_body li {
	line-height: 20px;
	margin-left: 0px;
	list-style-type: square;
}
#main_body li ul {
	margin-bottom: 0;
}
#main_body li ul li {
	line-height: 20px;
	margin: 0 0 0 20px;
	font-size: 10px;
	list-style-type: disc;
}
#main_body ol {
	list-style-position: outside;
	margin: 0 0 20px 15px;
	padding: 0;
}
#main_body ol li {
	line-height: 20px;
	margin-left: 0px;
}
#main_body form, #main_body_noright form {
	margin: 0 0 20px;
}

#main_body a:link, a:visited {
	color: #808000;
	text-decoration: none;
}
#main_body a:hover {
	color: #CCCC00;
	text-decoration: underline;
}

#main_body_noright {
	margin: 0 0 0 155px;
	padding: 15px 15px 5px 15px;
	border-left: 1px dashed #E5E5E5;
	min-height: 770px;
}
#main_body_noright ul {
	list-style-position: outside;
	margin: 0 0 20px 15px;
	padding: 0;
}
#main_body_noright li {
	line-height: 20px;
	margin-left: 0px;
	list-style-type: square;
}
#main_body_noright li ul {
	margin-bottom: 0;
}
#main_body_noright li ul li {
	line-height: 20px;
	margin: 0 0 0 20px;
	font-size: 10px;
	list-style-type: disc;
}
#main_body_noright ol {
	list-style-position: outside;
	margin: 0 0 20px 15px;
	padding: 0;
}
#main_body_noright ol li {
	line-height: 20px;
	margin-left: 0px;
}
#main_body_noright a:link, a:visited {
	color: #808000;
	text-decoration: none;
}
#main_body_noright a:hover {
	color: #CCCC00;
	text-decoration: underline;
}
#main_body_noright #col_left {
	float: left;
	margin: 0px;
	width: 49%;
}
#main_body_noright #col_right  {
	margin: 0px;
	width: 49%;
	float: right;
}
#main_body .col_left {
	float: left;
	width: 49%;
}
#main_body .col_right  {
	width: 49%;
	float: right;
}
#right_nav {
	float: right;
	padding: 15px 10px 0 10px;
	width: 135px;
	font-size: 10px;
	/*background-image: url(../images/right_nav_fade.gif); /*backslashes to hide bg in Safari
	background-repeat: repeat-y;
	background-position: right;*/
}
#right_nav p {
	line-height: 15px;
}
#footer {
	padding: 5px;
	font-size: 10px;
	background-image: url(../images/footer_fade.gif);
	background-repeat: repeat-x;
	width: 790px;
	clear: both;
	border-top: 1px solid #999999;	
	/*visibility: hidden;*/
}
#footer a:link, a:visited {
	color: #808000;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCC00;
	text-decoration: none;
}
#sign_up_box {
	padding: 3px;
	margin-bottom: 15px;
	border: 1px solid #E5E5E5;
	/* background-image: url(../images/best_practices_signup_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	 */
}
#sign_up_box h4 {
	margin: 0;
	font-size: 12px;
	color: #6666FF;
}
#careernav {
	background: #ccf;
	margin: 0 0 0 155px;
	padding: 5px 0;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
#careernav ul {
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	margin: 0 5px;
	padding: 0;
}
#careernav li {
	list-style: none;
	display: inline;
	margin-right: 10px;
}
#careernav a, #careernav a:link  {
	width: 100px;
	color: #609;
	text-decoration: none;
}
#careernav a:hover {
	color: #fff;
	text-decoration: none;
}
#gray_box {
	background-color: #F5F5F5;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
.gray_box {
	background-color: #F5F5F5;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
.gray_box_head {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0;
	color: #FFFFFF;
	background-color: #6666FF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.gray_box p {
	margin: 0 0 20px 0;
}
.gray_box p.no_bottom_margin {
	margin: 0;
}
.gray_box ul {
	list-style-position: outside;
	margin: 5px 0 5px 15px;
	padding: 0;
}
.gray_box li {
	margin-left: 10px;
	list-style-type: square;
}
#two_cols {
	width: 445px;
}
#col_left {
	margin: 0px;
	padding: 0px;
	/*width: 220px;*/
	width: 48%;
}
#col_right  {
	margin: 0px;
	padding: 0px;
	/*width: 220px;*/
	width: 48%;
	float: right;
}
.col_left {
	width: 48%;
	float: left;
}
.col_right {
	width: 48%;
	float: right;
}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
}
p {
	margin: 0 0 20px 0;
	line-height: 20px;
	padding: 0;
}
h1 {
	font-size: 20px;
	margin-top: 0;
}
h2 {
	font-size: 18px;
	margin: 20px 0 5px;
}
h3 {
	font-size: 14px;
	margin:30px 0 5px 0;
}
h4 {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	color: #660099;
}
hr {
	border: none;
	background-color: #E5E5E5;
	color: #E5E5E5;
	margin-bottom: 10px;
	height: 1px;
}
.chart {
	font-size: 10px;
	width: 100%;
	border-collapse: collapse;
}
.chart td {
	border: solid 1px #CCCCCC;
	padding: 5px;
}
.chart_small {
	font-size: 9px;
	width: 100%;
	border-collapse: collapse;
}
.chart_small td {
	border: solid 1px #CCCCCC;
	padding: 5px;
}
.nav_head {
	font-weight: bold;
	font-size: 11px;
	padding: 0;
	margin: 0 0 5px;
	/*font-variant: small-caps;*/
	line-height: normal;
}
.source {
	font-size: 10px;
	font-style: italic;
	margin-top: 0;
	padding: 0;
	line-height: normal;	
}
h5.src {
	font-size: 10px;
	font-style: italic;
	margin: 2px 0 0;
	padding: 0;
	font-weight: bold;
	line-height: normal;
}
.no_top_margin {
	margin-top: 0;
}
.no_bottom_margin {
	margin-bottom: 0;
}
.gray {
	color: #666666;
}
.clear {
	clear: both;
}
.ital {
	font-style: italic;	
}
img.right {
	float: right;
	margin: 0 0 15px 15px;
}
img.left {
	float: left;
	margin: 0 15px 15px 0;
}
#privpolicy_header {
	display: none;
}
#long_bullets li{
	margin-bottom: 20px;
}
.fp_head {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin: 0;
	color: #FFFFFF;
	background-color: #660033;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.wf_head {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin: 0;
	color: #FFFFFF;
	background-color: #339900;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.ps_head {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin: 0;
	color: #FFFFFF;
	background-color: #000066;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.cp_head {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin: 0;
	color: #FFFFFF;
	background-color: #660000;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.ct_head {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin: 0;
	color: #FFFFFF;
	background-color: #999900;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.cd_head {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin: 0;
	color: #FFFFFF;
	background-color: #0066CC;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.pm_head {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin: 0;
	color: #FFFFFF;
	background-color: #660000;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.in_head {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin: 0;
	color: #FFFFFF;
	background-color: #CC6600;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.kp_head {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin: 0;
	color: #FFFFFF;
	background-color: #006666;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.qbd_head {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin: 0;
	color: #FFFFFF;
	background-color: #005293;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.subhead_row {
	font-weight: bold;
	background-color: #CCCCCC;
}
#print {
	font-size: 10px;
	text-align: right;
	float: right;
}


/* HOME RIGHT NAV */

.right_nav_home {
	width: 135px;
}
.right_nav_home ul {
	list-style-type: square;
	font-weight: bold;
	margin: 0 0 25px;
	padding: 0;
}
.right_nav_home ul li{
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0;
	border-bottom: 1px solid #E5E5E5;
}
.right_nav_home a:link {
	color: #3366CC;
	text-decoration: none;
}
.right_nav_home a:visited {
	color: #3366CC;
	text-decoration: none;
}
.right_nav_home a:hover {
	color: #33CCFF;
	text-decoration: none;
}


/* CHEMICAL PROCESSING RIGHT NAV */

.right_nav_cp {
	width: 135px;
	font-weight: bold;
}
.right_nav_cp ul {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
	line-height: 15px;	
}
.right_nav_cp a:link {
	color: #990000;
	text-decoration: none;
}
.right_nav_cp a:visited {
	color: #990000;
	text-decoration: none;
}
.right_nav_cp a:hover {
	color: #CC9900;
	text-decoration: none;
}



/* CONTROL RIGHT NAV */

.right_nav_ct {
	width: 135px;
	font-weight: bold;
}
.right_nav_ct ul {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
	line-height: 15px;	
}
.right_nav_ct a:link {
	color: #666600;
	text-decoration: none;
}
.right_nav_ct a:visited {
	color: #666600;
	text-decoration: none;
}
.right_nav_ct a:hover {
	color: #CCCC00;
	text-decoration: none;
}



/* CONTROL DESIGN RIGHT NAV */

.right_nav_cd {
	width: 135px;
	font-weight: bold;
}
.right_nav_cd ul {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
	line-height: 15px;	
}
.right_nav_cd a:link {
	color: #0066CC;
	text-decoration: none;
}
.right_nav_cd a:visited {
	color: #0066CC;
	text-decoration: none;
}
.right_nav_cd a:hover {
	color: #CCCC33;
	text-decoration: none;
}



/* FOOD PROCESSING RIGHT NAV */

.right_nav_fp {
	width: 135px;
	font-weight: bold;
}
.right_nav_fp ul {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
	line-height: 15px;	
}
.right_nav_fp a:link {
	color: #660033;
	text-decoration: none;
}
.right_nav_fp a:visited {
	color: #660033;
	text-decoration: none;
}
.right_nav_fp a:hover {
	color: #999900;
	text-decoration: none;
}



/* INDUSTRIAL NETWORKING RIGHT NAV */

.right_nav_in {
	width: 135px;
	font-weight: bold;
}
.right_nav_in ul {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
	line-height: 15px;	
}
.right_nav_in a:link {
	color: #CC6600;
	text-decoration: none;
}
.right_nav_in a:visited {
	color: #CC6600;
	text-decoration: none;
}
.right_nav_in a:hover {
	color: #FFCC00;
	text-decoration: none;
}



/* KNOW PHARMA RIGHT NAV */

.right_nav_kp {
	width: 135px;
	font-weight: bold;
}
.right_nav_kp ul {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
	line-height: 15px;	
}
.right_nav_kp a:link {
	color: #006666;
	text-decoration: none;
}
.right_nav_kp a:visited {
	color: #006666;
	text-decoration: none;
}
.right_nav_kp a:hover {
	color: #990033;
	text-decoration: none;
}



/* PHARMACEUTICAL MANUFACTURING RIGHT NAV */

.right_nav_pm {
	width: 135px;
	font-weight: bold;
}
.right_nav_pm ul {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
	line-height: 15px;	
}
.right_nav_pm a:link {
	color: #660000;
	text-decoration: none;
}
.right_nav_pm a:visited {
	color: #660000;
	text-decoration: none;
}
.right_nav_pm a:hover {
	color: #3366CC;
	text-decoration: none;
}



/* PLANT SERVICES RIGHT NAV */

.right_nav_ps {
	width: 135px;
	font-weight: bold;
}
.right_nav_ps ul {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
	line-height: 15px;	
}
.right_nav_ps a:link {
	color: #000066;
	text-decoration: none;
}
.right_nav_ps a:visited {
	color: #000066;
	text-decoration: none;
}
.right_nav_ps a:hover {
	color: #0099FF;
	text-decoration: none;
}


/* PHARMAQBD RIGHT NAV */

.right_nav_qbd {
	width: 135px;
	font-weight: bold;
}
.right_nav_qbd ul {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
	line-height: 15px;	
}
.right_nav_qbd a:link {
	color: #0066CC;
	text-decoration: none;
}
.right_nav_qbd a:visited {
	color: #0066CC;
	text-decoration: none;
}
.right_nav_qbd a:hover {
	color: #3399FF;
	text-decoration: none;
}


/* WELLNESS FOODS RIGHT NAV */

.right_nav_wf {
	width: 135px;
	font-weight: bold;
}
.right_nav_wf ul {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
	line-height: 15px;	
}
.right_nav_wf a:link {
	color: #339900;
	text-decoration: none;
}
.right_nav_wf a:visited {
	color: #339900;
	text-decoration: none;
}
.right_nav_wf a:hover {
	color: #CCCC66;
	text-decoration: none;
}


/* Career pages */
.pos {
	color: #6666FF;
	border-top: 1px solid #ccc;
	padding-top: 25px;
}
#main_body_noright a.button {
	text-align: center;
	padding-top: 2px;
	margin-bottom: 15px;
	font-size: 10px;
	font-weight: bold;
	display: block;
	width: 100px;
	height: 25px;
	background: url(../images/button.gif) no-repeat;
	color: white;
	text-decoration: none;
}
#main_body_noright a:hover.button {
	background: url(../images/button_over.gif) no-repeat;
	text-decoration: none;
}
.pload {
	height: 0;
	overflow: hidden;
	background-image: url(../images/button_over.gif);
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}

/* Job Resources Page */

#main_body.fullwidth {
	border: none;
  width: 760px;
  margin: 0;
  padding: 20px;
}

#main_body.fullwidth div.resource {
  width: 49%;
}

#main_body.fullwidth div.resource.left  { float: left; }
#main_body.fullwidth div.resource.right { float: right; }

#main_body.fullwidth div.resource h3 {
	margin: 0;
	padding: 0;

}

