html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
:focus { outline:0; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse; border-spacing:0; }

body {
	min-width: 940px;
	text-align: center;
	font: 12px/18px Arial, sans-serif;
	color: #000;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; line-height: 1; }
h1 { font-size:24px; margin: 0 0 18px; }
h2 { font-size:22px; margin: 0 0 14px; }
h3 { font-size:18px; line-height: 22px; margin: 0 0 14px; }

p { margin: 0 0 18px; }

a:link { color: #3757ca; text-decoration: none; font-weight: bold; }
a:visited { color: #3757ca; text-decoration: none; }
a:hover { color: #3757ca; text-decoration: underline; }
a:active { color: #3757ca; text-decoration: none; }

blockquote { margin: 18px; font-style: italic; }
strong { font-weight: bold; }
em,dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }

abbr, acronym { border-bottom: 1px dotted #ccc; }
address { margin: 0 0 18px; font-style: italic; }
del { color: #ccc; }

pre { margin: 18px 0; white-space: pre; }
pre,code,tt { font-family: 'Andale Mono', 'Lucida Console', monospace; }

li ul, li ol { margin: 0 18px; }
ul, ol { margin: 0 0 18px 18px; }

ul { list-style-type: disc; }
ol { list-style-type: decimal; }

dl { margin: 0 0 18px; }
dl dt { font-weight: bold; }
dd { margin-left: 18px;}

table { margin: 0 0 18px; width:100%; }
th { font-weight: bold; }
tr.even td { background: #e5ecf9; }
tfoot { font-style: italic; }
caption { background: #eee; }

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

input[type=text], input[type=password], input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; }
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#666; }

input[type=text], input[type=password], input.text, input.title, textarea, select { margin:0.5em 0; }

input.text, input.title { width: 300px; padding:5px; }
input.title { font-size:1.5em; }
textarea { width: 390px; height: 250px; padding:5px; }

input[type=checkbox], input[type=radio], input.checkbox, input.radio { position:relative; top:.25em; }

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }

#top-links {
	background: #2e3a80;
	height: 33px;
	margin-bottom: 41px;
}

#top-links p {
	width: 940px;
	text-align: right;
	margin: 0 auto;
	color: #fff;
	line-height: 33px;
}

#top-links a {
	color: #fff;
	text-decoration: none;
}

#wrapper {
	text-align: left;
	width: 940px;
	margin: 0 auto;
}

#header {
	margin-bottom: 18px;
}

#title {
	width: 177px;
	height: 129px;
	overflow: hidden;
	position: relative;
	float: left;
}

#title span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/images/logo.jpg) no-repeat;
}

#navigation {
	float: left;
	width: 763px;
	height: 25px;
	margin: 100px 0 0 0;
	padding: 0;
	border-bottom: 4px solid #d4d4d4;
	list-style: none;
}

#navigation li {
	float: left;
	margin-right: 2px;
}

#navigation li a {
	display: block;
	background: #d4d4d4;
	line-height: 25px;
	padding: 0 12px;
	text-transform: lowercase;
	color: #646464;
	text-decoration: none;
	font-weight: normal;
}

#navigation li a:hover, #navigation li.last a:hover {
	background: #ce9d31;
	margin-top: -8px;
	padding-top: 8px;
	color: #fff;
}

#navigation li.current a {
	background: #2e3a80;
	color: #fff;
}

#navigation li.current a:hover {
	margin-top: 0;
	padding-top: 0;
}

#navigation li.last {
	float: right;
	margin: 0;
}

#navigation li.last a {
	background: #a4a4a4;
	color: #fff;
}

#navigation ul {
	padding: 5px 0 0 0;
	margin: 0;
	list-style: none;
	position: absolute;
	width: 220px;
	left: -9999em;
	z-index: 10;
}

#navigation li:hover, #navigation li.sfhover {
	position: static;
}

#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
}

#navigation ul li {
	width: 220px;
}

#navigation ul a, #navigation li.current ul a, #navigation ul li.last a {
	width: 196px;
	background: #fadfa6;
	border-bottom: 1px solid #fff;
	color: #646464;
}

#navigation ul a:hover, #navigation li.current ul a:hover, #navigation ul li.last a:hover {
	background: #d29d2a;
	padding: 0 12px;
	margin: 0;
}

#content-wrapper {
	margin-bottom: 18px;
	padding: 0 240px;
}

#content-main {
	float: left;
	width: 460px;
}

#content-leftcol {
	float: left;
	margin-left: -700px;
	width: 220px;
}

#content-rightcol {
	float: right;
	margin-right: -240px;
	width: 220px;
}

#recruitment-button {
	position: relative;
	width: 220px;
	height: 104px;
	margin-bottom: 10px;
}

#recruitment-button img {
	position: absolute;
	margin-top: -4px;
}

#ohs-button {
	position: relative;
	width: 220px;
	height: 104px;
	margin-bottom: 18px;
}

#ohs-button img {
	position: absolute;
}

.box {
	border: 1px solid #d4d4d4;
	padding: 12px;
	margin-bottom: 18px;
}

.box h2 {
	font-size: 16px;
	margin-bottom: 13px;
	font-weight: bold;
}

.box .last {
	margin: 0;
}

.box input[type=text] {
	width: 190px;
}

.box textarea {
	width: 182px;
	height: 100px;
}

.emphasis {
	background: #ffffe8;
}

#banner-main {
	display: block;
	width: 458px;
	height: 216px;
	border: 1px solid #d4d4d4;
	margin-bottom: 18px;
}

#banner-rightcol {
	display: block;
	margin-bottom: 18px;
}

#footer-wrapper {
	background: #eaa71e;
	text-align: left;
	clear: both;
	margin: 0;
}

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 54px 0 18px;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#copyright {
	float: left;
}

#webhead {
	float: right;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* IE6 */ 
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}