/* HTML Styles */
html {
background: #404042 url(images/backgroundNew.jpg) top left repeat-y;
}
body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Container ID's */
#wrapper {
	position: relative;
	float: left;
	width: 100%;
	background: transparent url(images/background_02.jpg) 798px 0 no-repeat;
}
	#container {
		width: 798px;
		float: left;
		position: relative;
		background-color: #000;
		
	}
		#navbar {
			margin: 0;
			padding: 0;
			float: left;
			position: relative;
			width: 798px;
			height: 42px;
			list-style-type: none;
		}
			#navbar li {
				height: 42px;
				margin: 0;
				display: block;
				padding: 0;
				text-indent: -1000px;
				position: relative;
				float: left;
			}
				#navbar li a, #navbar li a:visited {
					height: 100%;
					width: 100%;
					display: block;
				}
				/* controls main nav hover effect */
				#navbar li a:hover {
					background-position: top right;
				}
				/* controls 'you are here' main nav effect */
				.navbtn_on a {
					background-position: top right !important;
				}
			/* Button Styles */
			#nb_home, #nb_home a {
				width: 70px;
				background: url(images/navbar_01.gif) top left no-repeat;
			}
			#nb_service, #nb_service a {
				width: 82px;
				background: url(images/navbar_02.gif) top left no-repeat;
			}
			#nb_industry, #nb_industry a {
				width: 97px;
				background: url(images/navbar_03.gif) top left no-repeat;
			}
			#nb_company, #nb_company a {
				width: 136px;
				background: url(images/navbar_04.gif) top left no-repeat;
			}
			#nb_product, #nb_product a {
				width: 89px;
				background: url(images/navbar_05.gif) top left no-repeat;
			}
			#nb_resource, #nb_resource a {
				width: 98px;
				background: url(images/navbar_06.gif) top left no-repeat;
			}
			#nb_test, #nb_test a {
				width: 112px;
				background: url(images/navbar_07.gif) top left no-repeat;
			}
			#nb_contact, #nb_contact a {
				width: 114px;
				background: url(images/navbar_08.gif) top left no-repeat;
			}
	#content {
		background: #FFF url(images/masthead_10.jpg) top left no-repeat;
		position: relative;
		float: left;
		width: 797px;
		padding: 231px 0 25px 0;
		border-right: 1px solid #989899;
	}
		#content a {
			color: #006699;
		}
		#content a:hover {
			color: #0099CC;	
		}
		#content h3 {
			font: bold 11px Verdana, Arial, Helvetica, sans-serif;
			margin: 0;
			color: #000;
		}
		#home_intro {
			width: 797px;
			height: 147px;
			background: url(images/home_intro_12.jpg) top left no-repeat;
			position: relative;
			float: left;
			padding-top: 89px;
		}
			#home_intro p {
				font-size: 12px;
				margin: 0 57px 10px 297px;
			}
		#home_teasers {
			width: 789px;
			position: relative;
			float: left;
			display: inline;
			padding-left: 7px;
		}
			#home_teasers h2 {
				margin: 0;
				padding: 0;
				text-indent: -1000px;
				width: 233px;
				height: 34px;
				overflow: hidden;
				margin-bottom: 10px;
			}
			#ht_news, #ht_testimonials, #ht_prods {
				width: 233px;
				float: left;
				position: relative;
				float: left;
				margin-left: 20px;
				display: inline;
			}
				#ht_news h2 {
					background: url(images/home_teasers_42.gif) top left no-repeat;
				}
				#ht_testimonials h2 {
					background: url(images/home_teasers_44.gif) top left no-repeat;
				}
				#ht_prods h2 {
					background: url(images/home_teasers_46.gif) top left no-repeat;
				}
				#ht_news p, #ht_testimonials p, #ht_prods p {
					padding: 0 10px 0 10px;
					margin: 0;
					font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
					color: #333;
				}
				#ht_news h3 {
					margin: 0;
					font: bold 11px/16px Verdana, Arial, Helvetica, sans-serif;
					padding: 0 10px 0 10px;
				}
				#ht_prods ul {
					float: left;
					position: relative;
					list-style-type: none;
					background-color: #BBBBBB;
					display: block;
					width: 213px;
					margin: 0 10px 7px 10px;
					border-bottom: 1px solid #4F5050;
					padding: 0;
				}
					#ht_prods ul li {
						margin: 0;
						display: inline;
						float: left;
						position: relative;
						background-color: #4F5050;
						text-align: left;
						font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
					}
						#ht_prods ul li a {
							text-decoration: none;
							color: #000;
							/*width: 100%;
							height: 100%;*/
							background-color: #A7A7A7;
							padding: 5px;
							display: block;
							float: left;
							position: relative;
							display: inline;
						}
						#ht_prods ul li a:hover {
							background-color: #000;
						}
		#footer {
			position: relative;
			float: left;
			width: 798px;
			background-color: #000;
			color: #CCC;
			font-size: 11px;
			line-height: 18px;
			padding: 15px 0;
		}
			#footer a, #footer a:visited {
				color: #0099CC;
			}
			#footer a:hover {
				color: #FFF;
			}
			#footer p {
				margin: 0 27px;
				padding: 0;
			}
/* A few generic class styles */
.hide { display: none; }
.navblock { background-color: #4F5050 !important; color: #FFF !important; }
.navblock:hover { background-color: #000 !important; color: #0099CC !important; }
.navblockoff {}
.fix_ie {
	display: inline;
	position: relative;
	width: 0px;
	height: 0px !important;
	clear: both;
	background-color: black;
	margin: 0;
	padding: 0;
	line-height: 0;
}
.normal { font-weight: normal !important; }
.req { color:#FF0000; }
/* Ice Station & Ice Box Styles for js */
#icebox {
	display: block;
}
#icestation {
	display: none;
}


/* Sub Page Styles */
#col1 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 31px;
	background-color: #0065A3;
	width: 224px;
	color: #FFF;
	border-bottom: 9px solid #000;
	font: bold 10px/18px Verdana, Arial, Helvetica, sans-serif;
}	
	#col1 a {
		color: #FFF;
	}
	#col1 p {
		padding: 4px 10px 10px 18px;
		margin: 0;
	}
	#content #col1 ul {
		padding: 4px 10px 20px 18px;
		margin: 0;
		width: 196px;
	}
	#content #col1 ul a {
		color: #fff;
		text-decoration: underline;
	}
	#content #col1 ul a:hover {
		color: #fff;
		text-decoration: none;
	}
	#content #col1 ul li {
		list-style: none;
		font: bold 12px/18px Verdana, Arial, Helvetica, sans-serif;
		background: url(/images/subnav-arrow.gif) no-repeat 0 5px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
#col2 {
	width: 470px;
	float: left;
	display: inline;
	position: relative;
	margin-left: 36px;
	color: #333;
	font: normal 11px/17px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
	#col2 h1 {
		font-size: 23px;
		color:#333333;
		line-height: 28px;
		margin: 0 0 10px 0;
		padding: 0;
	}
	#col2 p {
		margin: 0 0 10px 0;
	}
	#col2 h2 {
		background: #000 url(images/roundbg.gif) top left no-repeat;
		text-indent: 20px;
		color: #fff;
		width: 470px;
		height: 30px;
		font: bold 10px/30px Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
		text-transform: uppercase;
	}
	.col2_indp {
		padding: 6px 0 10px 20px;
		font: normal 10px/16px Verdana, Arial, Helvetica, sans-serif;
		color:#666666;
	}
	.center-text {
		text-align: center;
		}
	#col2 p.read-full-article {
		margin: -10px 0 30px 0;
		}
	.testimonial {
		font-style: italic;
		}
	.testimonial-author {
		font-weight: bold;
		margin: 10px 0 30px 0;
		text-align: right;
		}
	
	
/* Contact Form */
.contab {
	border: 1px solid #666;
	border-right: none;
	border-bottom: none;
}
	.contab td {
		border-bottom: 1px solid #000;
		padding: 5px;
		border-right: 1px solid #666;
	}
.contab_txt {
	color: #000;
	/*background-color:#464545;*/
	background-color:#ddd;
	text-align: right;
	width: 100px;
}
.contab_field {

}
.contab_field_radio {
	color: #000;
	background-color:#ddd;
	text-align: left;
	width: 190px;
}
.contab_txt_head {
	font-weight: bold;
	background-color: #000;
	color: #FFF;
}

/* ERROR / STATUS MESSAGE BOX STYLES - ADDED 2007-09-25 BY SEW */
div.alert-msg-box {
	background: #ffc;
	border: 1px solid #fc3;
	border-width: 1px 0;
	margin-bottom: 10px;
	padding: .5em 1em .5em 1.7em;
	}
div.err-msg-box {
	background: #fcc;
	border: 1px solid #f00;
	border-width: 1px 0;
	margin-bottom: 10px;
	padding: .5em 1em .5em 1.7em;
	}
div.err-msg-box h2, div.sts-msg-box h2, div.alert-msg-box h2 {
	margin-top: 0px;
	}
div.sts-msg-box {
	background: #c2f0b3;
	border: 1px solid #3c0;
	border-width: 1px 0;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: .5em 1em .5em 1.7em;
	}