@charset "utf-8";
/* CSS Document */

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	text-align: center;
}
body, table, td, input, textarea { font: 7.5pt/10pt Verdana, Arial, Helvetica, sans-serif; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
img.bottom {
	float: left;
	vertical-align: bottom;
}
#placeholder {
	height: 50%;
	width: 1px;
	margin: 0 auto -275px auto;
	float: left;
}
#container,
#container_home {
	position: relative;
	width: 1020px;
	height: 550px;
	text-align: left;
	clear: left;
	margin: 0 auto;
}
#container { color: #666666; }
#container a { color: #666666; }
#container_home { color: #FF8500; }
#container_home a { color: #666666; }
#intro {
	width: 1020px;
	height: 550px;
	display: block;
}
#intro img {
	border: 0 none #FFF;
	margin: 255px 0 0 185px;
}
#content_head { height: 20px; }
#content_body_I {
	position: absolute;
	top: 20px;
	left: 45px;
	height: 265px;
	width: 975px;
}
#container div#content_body_I { border-bottom: 1px solid #666666; }
#container_home div#content_body_I { border-bottom: 1px solid #FF8500; }
#content_body_I div.news {
	width: 270px;
	overflow: hidden;
	text-align: right;
	padding-top: 10px;
}
#content_body_I div.content,
#content_body_I div.content_right {
	position: absolute;
	width: 700px;
	bottom: 15px;
	left: 275px;
}
#content_body_I div.content_right { text-align: right; }
#content_body_I div.content_right div.award {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline;
}
#content_body_I div.content p {
	padding: 0;
	margin: 0;
}
#content_body_I div.content .headline {
	font-size: 9pt;
	line-height: 11pt;
	font-weight: normal;
	padding: 0 0 7.5pt 0;
	margin: 0;
}
#nav {
	position: absolute;
	top: 305px;
	left: 0;
	width: 270px;
	height: 220px;
}
#container div#nav {
	border-bottom: 1px solid #666666;
	background: url(images/logo_grey.gif) no-repeat left top;
}
#container_home div#nav {
	border-bottom: 1px solid #FF8500;
	background: url(images/logo_orange.gif) no-repeat left top;
}
#nav div.menu {
	position: absolute;
	bottom: 10px;
	left: 0;
}
#nav div.menu a { display: block; }
#nav div.menu a.sub { margin-left: 13px; }
#content_body_II {
	position: absolute;
	top: 305px;
	left: 320px;
	height: 222px;
	width: 702px;
	overflow: auto;
	background-color: #F0F0F0;
}
#content_body_II div.content {
	position: absolute;
	bottom: 10px;
	left: 30px;
	padding-right: 30px;
}
#content_body_II div.content p {
	padding: 0;
	margin: 0;
}
#contactform { margin: 15px 0 0 0; }
#nlform { margin: 15px 0 0 15px; }
#contactform input.texti, #nlform input.texti {
	width: 230px;
	border: 1px solid #333333;
}
#contactform textarea.texta {
	width: 300px;
	height: 80px;
	border: 1px solid #333333;
}
#nlform label {
	width: 50px;
	display: block;
	float: left;
}
#nlform input { vertical-align:bottom; }
#content_footer {
	position: absolute;
	top: 530px;
	left: 0;
	width: 1020px;
	height: 20px;
}
#content_footer span.list {
	float: right;
	background: url(images/bg_list.gif) no-repeat left center;
	padding-left: 12px;
}
#content_footer span.list a {
	text-decoration: none;
	color: #666666;
	margin-left: 5px;
}
#content_footer span.list a:hover,
#content_footer span.list a.current { color: #000000; }
#content_footer span.list a.current { font-weight: bold; }
#content_footer img { vertical-align: middle; }
#content_footer span.formcontrol {
	float: right;
	padding-right: 20px;
}


