/*
 * K. Ziller styles
*/
body{
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 14px;
}
/* layout*/

#container{
	margin: 0 auto;
	overflow: auto;
	width: 1000px;
}

#header{
	height: 166px;
	background: url(header.png) no-repeat top left;
	z-index: 1;
}

#nav{
	background: url(navBg.png) no-repeat top left;
	float: left;
	min-height: 1600px;
	position: absolute;
	top: 0;
	width: 320px;
	z-index: 2;
}

#main{
	margin: 48px 30px 100px 350px;
	min-height: 480px;
	width: 620px;
	position: relative;
	left: -700px;
}

#static{
	margin:  0 0 0 350px;
	width: 620px;
	height: 344px;
}

#footer{
	border-top: 1px solid #999;
	height: 60px;
	margin-bottom: 25px;
	z-index: 9;
	position: absolute;
}
/*typo*/

h1, h2, h3{
	color: #008174;
	font-style: italic;
	margin: 14px 0 0 0;
}

h1{
	font-size: 20px;
	margin-bottom: 14px;
}

h2{
	font-size: 16px;
}

h3{
	font-size: 14px;
}

p{
	margin: 0;
  line-height: 140%;
}

p.bodytext{
	margin: 0 0 12px 0;
  line-height: 140%;
}
a{
	color: #666;
	text-decoration: none;
}

th{
	width: auto;
	text-align: left;
	vertical-align: top;
}

td{
	vertical-align: top;
}

/*lists*/
#main ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#main ul.bodylist{
	padding: 0 0 12px 0;
}

#main ul li{
	padding-left: 10px;
	background: url(list_big.png) no-repeat 0px 3px;
  line-height: 140%;
}
#main ul ul{
	margin-top: 0px;
}
#main ul ul li{
	padding-left: 10px;
	background: url(list_small.png) no-repeat 0px 3px;
}

#main ul.location{
	margin-bottom: 12px;
}

#main dl{
	margin: 0;
  line-height: 140%;
}

#main dt{
	float: left;
  line-height: 140%;
}

td{
line-height: 140%;
}
/*main menu*/

#nav ul{
	list-style: none;
	margin-top: 12px;
	padding-left: 6px;
}

#nav ul li{
	position: relative;
	height: 20px;
	margin-bottom: 14.4px;
}

#nav ul li.sub{
	margin-bottom: 4px;
}

#nav ul li.jobs{
	margin-top: 139px;
}

#nav li a{
	background: url(navSlice.png) no-repeat;
	display: inline-block;
	width: 240px;
	height: 16px;
}

#nav .btn01{
	background-position: 0 0;
}

#nav .btn01.cur, #nav .btn01.hover{
	background-position: 0 -300px;
}

#nav .btn02{
	background-position: 0 -20px;
}

#nav .btn02.cur, #nav .btn02.hover{
	background-position: 0 -320px;
}

#nav .btn03{
	background-position: 0 -40px;
}

#nav .btn03.cur, #nav .btn03.hover{
	background-position: 0 -340px;
}

#nav .btn04{
	background-position: 0 -60px;
}

#nav .btn04.cur, #nav .btn04.hover{
	background-position: 0 -360px;
}

#nav .btn05{
	background-position: 0 -80px;
}

#nav .btn05.cur, #nav .btn05.hover{
	background-position: 0 -380px;
}

#nav .btn06{
	background-position: 0 -100px;
}

#nav .btn06.cur, #nav .btn06.hover{
	background-position: 0 -400px;
}

#nav .btn07{
	background-position: 0 -120px;
	width: 80px;
}

#nav .btn07.cur, #nav .btn07.hover{
	background-position: 0 -420px;
}

#nav .btn08{
	background-position: 0 -140px;
}

#nav .btn08.cur, #nav .btn08.hover{
	background-position: 0 -440px;
}

#nav .btn09{
	background-position: 0 -160px;
}

#nav .btn09.cur, #nav .btn09.hover{
	background-position: 0 -460px;
}

#nav .btn10{
	background-position: 0 -180px;
}

#nav .btn10.cur, #nav .btn10.hover{
	background-position: 0 -480px;
}

#nav .btn11{
	background-position: 0 -200px;
}

#nav .btn11.cur, #nav .btn11.hover{
	background-position: 0 -500px;
}

#nav .btn12{
	background-position: 0 -220px;
}

#nav .btn12.cur, #nav .btn12.hover{
	background-position: 0 -520px;
}

#nav .btn13{
	background-position: 0 -240px;
}

#nav .btn13.cur, #nav .btn13.hover{
	background-position: 0 -540px;
}

#nav .btn14{
	background-position: 0 -259px;
}

#nav .btn14.cur, #nav .btn14.hover{
	background-position: 0 -558px;
}

/*footer nav*/

#footerNav{
	margin: 0 30px 20px 350px;
	width: 620px;
}

#footerNav ul{
	list-style: none;
	padding: 0;
}

#footerNav li{
	float: left;
	text-align: left;
}

#footerNav li a{
	border-right: 1px solid #404040;
	color: #666;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	height: 10px;
	padding: 0 4px;
}

#footerNav a.first{
	padding: 0 4px 0 0;
}

#footerNav a.last{
	border-right: none;
	padding: 0 0 0 4px;
}

#footerNav a:hover, #footerNav a.act{
	color: #111;
}

#footerNav ul ul{
	position: absolute;
	margin: 0;
/*	display: none;*/
}

#footerNav ul ul li{
	clear: both;
}