@charset "utf-8";
/* CSS Document */


body, p {
	margin: 0;
	padding: 0;
}

p {
	padding: 8px 0;
	text-align: left;
}

body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #1f3660;
}

/* --------------------- Template objects ----------------- */

#page-wrapper {
	width: 810px;
	margin: 0pt auto;
	position: relative;
	border: 1px solid #EAEAEA;
}

#header {
	height: 196px;
	position: relative;
	background-image: url(../images/global/header1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contactInfo {
	font-size: 12px;
	font-weight: normal;
	position: relative;
	top: 9px;
	left: 20px;
}

form {
	margin: 0;
	padding: 0;
}

#nav-container {
	background: #1f3660;
	position: relative;
	top: 138px;
	height: 34px;
	border: 2px;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#googSearch {
	float: right;
	padding-top: 6px;
	margin-top: -35px;
	width: 300px;
	padding-left: 0px;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 520px;
	float: left;
	display: block;
}

#nav li {
	float:left;
	padding: 4px 4px;
}

#nav li a {
	display: block;
	background: url(../images/global/navTabLeft.jpg) top left no-repeat;
	line-height: 24px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#nav li a:hover {
	text-decoration: underline;
}

#nav li a span {
	background: url(../images/global/navTabRight.jpg) top right no-repeat;
	display: block;
	padding: 0px 15px 2px 13px;
	margin-left: 10px;
	color: #FFF;
}

#content-wrapper {
	border-top: 6px solid #999999;
	padding: 15px 0px;
	background-color: #EAEAEA;
}

#leftColumn {
	width: 165px;
	padding: 4px 8px;
	float: left;
	font-size:11px;
	background-color: #EAEAEA;
	text-align: left;
}
#leftColumn_null {
	width: 0px;
	padding: 4px 8px;
	float: left;
	font-size:11px;
	background-color: #FFF;
	text-align: left;
}

#leftColumn ul {
	list-style:none;
	padding:0;
	margin:0;
}

#leftColumn li ul li{
	margin-left:1em;
}

#content {
	float: left;
	width: 570px;
	padding-left: 15px;
	border-left: 1px solid #CCCCCC;
}
#content_wide {
	float: left;
	width: 800px;
	padding-left: 10px;
	border-left: 1px solid #CCCCCC;
}

#fader {
	float:left;
	width:570px;
	padding-left:0em;
	padding-top:0em;
	background-color: #EAEAEA;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
}	

#footer {
	padding: 5px;
	text-align: right;
	background-color: #1f3660;
}

#footer p {
	color: #ffffff;
	text-align: right;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	text-align: right;
}

.subHeading {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.clear {
	clear: both;
}

a img { border: none; }

.b {
	font-weight: bold;
	text-align: left;
}

.i {
	font-style: italic;
}

.u {
	text-decoration: underline;
}

#content ul {
	list-style:none;
	padding:0;
	margin:0;
}

#content ul li {
	background-image:url(../images/global/li-bg.gif);
	background-position:left 4px;
	background-repeat:no-repeat;
	padding-left:1.2em;
}

.news {
	padding-left:2em;
}
.normal {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: center;
}
Red {
	font-size: 18px;
}
#red {
	font-size: 16px;
	color: #F00;
	font-weight: bold;
	text-align: center;
}
#Chemtec is Hiring {
	text-align: center;
}
#R {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#page-wrapper #content-wrapper #content p .subHeading {
	text-align: center;
}
#page-wrapper #content-wrapper #content p .subHeading {
	text-align: left;
}
#page-wrapper #content-wrapper #content p .subHeading {
	text-align: left;
}

/* --------------------- Contact Us Form ----------------- */



	#contact_form {
	
	}
		#contact_form fieldset {
			border: 0px solid #ccc;
			margin: 10px 0;
			padding: 0;
		}

		#contact_form ol { padding: 0; margin:0; list-style-type: none; }
		#contact_form ol li {
			padding: 15px 0px 10px;
		}
		
		#contact_form ol li label { 
			display: block;
		}

		#contact_form .textarea      { width: 450px; height: 170px; padding:5px; }
		#contact_form .inputbox      { width: 400px; padding:5px; }
		
			#contact_form .button {
				color: #1f3660;
				background: url(../../images/Background_Button.jpg) repeat-x top left;
				border: #1f3660 solid 1px;
				font-size: 12px;
				padding: 3px 25px 4px;
				* padding: 3px 10px 4px;
				text-align: center;
			}
			#contact_form .button:hover { background: #1f3660; color: #fff; cursor: pointer; }























