@charset "UTF-8";
/* CSS Document */

body {
	background: #edeef0 ;
	margin: 0;
	padding: 0;
	font: 12px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 18px;	
}

.job_description {
	/*margin-top: 5px;
	display: inline;*/
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	line-height: 14px;
}
.job_box {
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 30px;
}

.job_Region {
	float: left;
	width: 130px;
	height: 100%;
	border-right: solid 1px #e1e1e1;
	margin-right: 15px;
	padding-right: 10px;
	/*text-align: center;*/
	/*padding: 12px 7px 7px 7px;*/	
}
#job_Header {
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
}
job_header2 {
	font-weight: bold;
	text-transform: uppercase;
}


.job_City {
	float: left;
	width: 120px;
	height: 100%;
	border-right: solid 1px #e1e1e1;
	margin-right: 15px;
	padding-right: 10px;
	/*text-align: center;*/
	/*padding: 12px 7px 7px 7px;*/	
}
.job_Position {
	float: left;
	width: 250px;
	height: 100%;
	border-right: solid 1px #e1e1e1;
	margin-right: 15px;
	padding-right: 10px;
	/*text-align: center;*/
	/*padding: 12px 7px 7px 7px;*/	
}
.underline_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-transform: uppercase;
	color: #666666;
}


H1 {
	text-decoration:none;
	font-weight:bold;
	display:inline;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
}
a:link {
	color: #2e73af;	
	text-decoration: none;
	font-weight: bold;
}
a:visited  {
	color: #2e73af;	
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	/*color: #FF6600;*/
	text-decoration: underline;
	font-weight: bold;
}
#maincontent {
	margin: 0 auto;	
	text-align:left;
	width: 1029px;	
}

#site_content_outer {
	width: 958px;
	margin: 0 auto;
	padding: 0 23px 16px 23px;
	border-left: solid 1px #b8c5d1;
	border-right: solid 1px #b8c5d1;
	background-color: #fff;
	background-attachment: scroll;
	background-image: url(../images/rubber_background.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#site_content_outer_fp {
	width: 958px;
	margin: 0 auto;
	padding: 0 23px 16px 23px;
	border-left: solid 1px #b8c5d1;
	border-right: solid 1px #b8c5d1;
	background-color: #fff;
}

#header {
	width: 958px;
	height: 100px;
	background: #687C9A url(../images/header_khaki_100.png) no-repeat;	
	margin: 0 auto;
	margin-bottom: 10px;	
}

#header_right {
	float: right;
	margin-top: 18px;
	width: 550px;	
}
* html #header_right {
	width: 570px;
}

#logo {
	/*padding: 10px 0 0 10px;*/
	float: left;
	/*width: 241px;
	margin: 15px;*/
	width: 342px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8px;
}
#header_right_bottom {
	/*clear: right;*/
	float: right;
	width: 544px;
	margin-right: 10px;	
}
* html #header_right_bottom {
	width: 540px;	
	height: 30px;	
}
#header_line {
	height: 1px;
	width: auto;
	margin: 3px 0 0 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
* html #header_line {	
	width: 545px;
	margin-right: 0;	
}
#nav-menu {
	/*border-top: solid 1px #4678a3;*/  /* BLUE*/	
	margin-top: 5px;	
	padding-top: 0;
	font-size: 11px;	
}
* html #nav-menu {
	margin-top: -10px;
}
#nav-menu ul {	
	list-style: none;	
	font-size: 10px;
	margin: 0;
	padding: 0;	
}
#nav-menu li { float: left;	margin-right: 2em; text-align: left; font-weight: bold; color: #666; }
#nav-menu li a {
	float: left;
	/*color: #FFF;*/
	text-decoration: none;
	text-align: center;
	
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a {
	float: none;
	padding: 0 4px;	
}
/* End IE5-Mac hack */ 
#nav-menu li a:link {
	float: left;
	color: #FFF;
	text-decoration: none;
	text-align: center;	
}
#nav-menu li a:visited {
	float: left;
	color: #FFF;
	text-decoration: none;	
}
#nav-menu li a:hover {
	color: #5C728F;
	background: #fff;
	 
}

.featured_products_title {	
	margin-top: 40px;
	display: inline;
	font-family: "Lucida Grande", Arial, Verdana;	
	font-weight: bold;
	font-size: 21px;
	color: #000;		
}
#featured_products_block {
	float: left;
	margin-top: 40px;
}
#featured_products_block a {
	font-weight: bold;
	font-size: 13px;
}
#home_about_news {
	float: right;	
	/*height: 700px; */
	width: 280px;
	margin-top: 37px;
}
#home_about {
	border-top: solid 1px #e1e1e1;	
	line-height: 18px;
	font-size: 13px;	
	color: #333;
	margin-top: 5px;
	padding-top: 15px;	
}


.featured_products_line {
	width: 625px;
	padding-top: 20px;
	margin-top: 5px;
	height: 310px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e1e1e1;
	
}
.div_line {
	padding-top: 20px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e1e1e1;
	
}
.featured_product {
	float: left;
	width: 175px;
	height: 300px;
	margin-left: 17px;
	padding-right: 25px;
	border-right: solid 1px #e1e1e1;
	/*text-align: center;*/
	/*padding: 12px 7px 7px 7px;*/	
}
* html .featured_product {
	margin-left: 20px;
	padding-right: 21px;
}
.product_left {
	text-align: left;
	margin-left: 0;
	padding-left: 0;
	float: left;
	width: 170px;
	height: 300px;
	padding-right: 27px;
	border-right: solid 1px #e1e1e1;
}
* html .product_left {
	padding-right: 23px;
}
.product_right {
	text-align: right;
	padding-right: 0;
	border-right: none;
	float: left;
	width: 170px;
	height: 165px;
	margin-left: 19px;
}
.featured_product_title {	
	padding-bottom: 3px;
	padding-top: 7px;
	text-align: center;
}
.featured_product_desc {	
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	color: #333;
}
#footer_bottom {
	border-top: solid 1px #e1e1e1;
	margin-top: 15px;
	padding-top: 15px;
	line-height: 22px;
	/*background: #D7DCE0;*/
}
.clr {
	clear: both;
}
.newproduct {
	color: #FF0000;
}

#footer_bottom {
	font-size: 10px;
	text-align: center;
	color: #333;
}
.jobpost1 {
	border: thin dotted #006600;
	padding: 10px;
}
