body {
	background-color: #4d4d4d;
	background-image: url('images/background_top_gradient.png');
	background-repeat: repeat-x;
	color: white;
	font-size: 12px;
	font-family: helvetica, sans-serif;
	margin: 0px;
}
h2, h3, h4 {
	font-family:Georgia, Times New Roman, serif;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 28px;
	margin-bottom: 10px;
}
h3 {
	font-size: 20px;
	color: #34802F;
	margin-top: 25px;
	margin-bottom: 2px;
}

h4 {
	margin-bottom: 7px;
	font-size: 16px;
	font-style: italic;
}


#logo_box {
	float: left;
	margin-top: 10px;
	margin-left: 80px;
	width: 164px;
	height: 97px;
	background-image: url('images/wk_logo_final.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
#nav_box {
	float: left;
	margin-left: 258px;
	margin-top: 76px;
	width: 396px;
	height: 24px;
	
}
.nav_item {
	width: 87px; 
	height: 24px;
	float: left;
	margin-left: 10px;
	margin-right: 0px;
}
.nav_item a {
	display: block;
	text-decoration: none;	
	width: 87px;
	height: 24px;
	background-repeat: no-repeat;
}

#nav_item_products { background-image: url('images/nav_top_products.png'); }
#nav_item_about { background-image: url('images/nav_top_about.png'); }
#nav_item_contact { background-image: url('images/nav_top_contact.png'); }
#nav_item_careers { background-image: url('images/nav_top_careers.png'); }

#home_content {
	position: relative;
	top: 11px;
	clear: left;
	height: 425px;
	width: 880px;
	color: #3A4847;
	margin-left: auto;
	margin-right: auto;
}

#home_content_inner {
	width: 420px;
	height: 300px;
	float: left;
	margin-left: 0px;
	padding-top: 5px;
}

#home_nav_box {
	float: left;
	margin-left: 170px;
	margin-top: 40px;
	width: 290px;
	height: 384px;

}
.home_nav_item a {
	display: block;
	text-decoration: none;	
	width: 287px;
	height: 54px;
	background-repeat: no-repeat;
	margin-bottom: 36px;
}

#home_nav_item_products { background-image: url('images/nav_home_products.png');}
#home_nav_item_about { background-image: url('images/nav_home_about.png');}
#home_nav_item_contact { background-image: url('images/nav_home_contact.png');}
#home_nav_item_news { background-image: url('images/nav_home_news.png');}


.headline {
	margin-top: 30px;
	font-family:Georgia, Times New Roman, serif;
	font-size: 40px;
	margin-bottom: 40px;
}
.body_intro {
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 30px;
}


#news_box_industry, #news_box_wk {
	height: 310px;
	float: left;
	background-color: #6b6b6b;
	margin-bottom: 40px;
}
#news_box_industry a, #news_box_wk a {
	color: #afbd3d;
}
#news_box_industry{
	margin-left: 0px;
	width: 280px;
	margin-right: 26px;
}

#news_box_wk {
	width: 596px;
}

#news_header_industry, #news_header_wk {
	width: 100%;
	height: 54px;
	color: white;
	font-family:Georgia, Times New Roman, serif;
	font-size: 36px;
	margin-bottom: 10px;
}
#news_header_industry {
	background-color: #007D6F;
}

#news_header_wk {
	background-color: #34802F;
	cursor: pointer;

}
.news_header_inner {
	padding: 6px;
}

.news_result_industry {
	padding: 5px 14px 5px 14px;
}

.news_result_wk {
	padding: 5px 4px 5px 14px;
	float: left;
	width: 174px;
}

.news_result_wk_title {
	font-size: 18px;
}
.news_result_wk_date {
	font-size: 11px;
	font-style: italic;
	margin-top: 7px;
}
.news_result_wk_body {
	margin-top: 13px;
	margin-bottom: 7px;
	line-height: 16px;
}


#content {
	color: #3A4847;
	width: 1006px;
	margin-left: auto;
	margin-right: auto;
}

#content a {
	color: #007D6F;
}
#content_inner {
	position: relative;
	width: 1006px;
	float: left;
	background-image: url('images/content_background.png');
	background-repeat: repeat-y;
	width: 1006px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content_inner_overview {
	width: 450px;
	float: left;
	margin-left: 50px;
}

#content_inner_overview .headline {
	color: #007D6F;
}

.content_body {
	float: left;
	width: 375px;
	margin-top: 30px;
	margin-left: 70px;
}

.content_body p {
	margin-bottom: 10px;
	margin-top: 4px;
	line-height: 16px;
}

#wrapper_top, #wrapper_news {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#wrapper_top {
	height: 119px;
	width: 900px;
}

#wrapper_news {
	width: 902px;
}
#wrapper_content {
	position: relative;
	width: 100%;
	background-color: #c5d82d;
	margin-bottom: 60px;
}
#wrapper_home {
	position: relative;
	width: 100%;
	margin-bottom: 60px;
	background-image: url('images/background_home_greenburst.jpg');
	background-repeat: no-repeat;
	background-position: -250px 0px;
	background-color: #c5d82d;
}

#footer {
	font-size: 10px;
	text-align: center;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}
#footer a {
	color: white;
}

.input_text {
	width: 270px;
	height: 20px;
	border: 1px solid #cccccc;
}

.lgtextarea {
	height: 250px;
	width: 680px;
	border: 1px solid #cccccc;
}
.smtextarea {
	height: 100px;
	width: 680px;
	border: 1px solid #cccccc;
}

label {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
}
.required {
	color: #DD0000;
}
