@charset "ISO-8859-1";
/* generic css */

html {
	background-color: #355675;
}
body {
	background:#3d5672 url(../images/background.jpg) repeat-x top;
	font-size:16px;
	font-family:Helvetica, Arial, sans-serif;
	height:100%;
}
a {
	color: #f7941e;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 6px;
	letter-spacing: -0.03em;
}
h2 {
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: -0.025em;
	color:#0099CC;
}

p {
	line-height: 1.8em;
	font-size: 0.7em;
	margin: 12px 0;
}
strong {
	font-weight: bold;
	padding-left: 5px;
}
br {
	clear:both;
}
.item {
	margin-bottom:10px;
	float:left;
}
.wimg {
	height:220px;
}
/* outer wrapper */

#wrapper {
	width: 1016px;
	margin: 0 auto;
	position: relative;

}
/* inner wrapper */

#inner {
	margin: 0 auto;
	background: #fcfcfc url(../images/headertop.jpg) no-repeat top;
	width: 850px;
}
/* header */

#header {
	background: url(../images/header.jpg);
	width: 850px;
	height: 178px;
}
#logo {
	padding: 45px 0 3px 20px;
	float:left;

}
/* navigation */

#header ul {
	margin-left: 180px;
	font-size: 0.75em;
	clear:both;
}
#header ul li {
	float: right;
	margin-right: 40px;
}

#header ul li a {
	width: 75px;
	height: 27px;
	padding-top: 28px;
	color: #3E5571;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	outline: none;
}
#header ul li a:hover, #header ul li a.sel {
	color: #F7941E;
	background: url(../images/navarrow.jpg) center bottom no-repeat;
}
/* content */

#content {
	background: #f3f3f3;
	min-height: 400px;
	padding: 10px 20px 8px 20px;
}
#contentleft {
	float: left;
}
#contentright {
	float: right;
}
.whiteBoxLargeTop {
	width: 518px;
	height: 14px;
	background: url(../images/lefttop.jpg);
}
.whiteBoxLarge {
	width: 472px;
	border: 1px solid #e4e4e4;
	border-top: 0;
	background: #fff;
	padding: 5px 22px 20px 22px;
}
.whiteBoxLarge ul {
	font-size:1em;
	margin-top:12px;
}
#siteMap {
	font-size: 0.7em;
}
.whiteBoxLarge li {
	margin-bottom:10px;
}
.whiteBoxLarge h1 {
	color: #3E5571;

}

.fieldname {
	color:#f7941e;
	font-weight:bold;
	font-size: 16px;
	font-style: italic;
	padding-bottom: 0px;
}

.som {
	color:#000;
	font-weight:normal;
	font-style: normal;
	padding-bottom: 0px;
	line-height: 2.3em;
}

.kenniskop {
	color:#3d5672;
	font-weight:bold;
	font-style: normal;
	padding-bottom: 0px;
	line-height: 1em;
	font-size: 18px;
}


.button {
	width:100px;
}
.button:hover {
	cursor: pointer;
	background:#333;
	color: #fff;

}
ul#servicesRight {
	margin-top: 15px;
}
ul#servicesRight li {
	background: url(../images/arrow.gif) no-repeat 2px 0;
	padding: 0 0 0 25px;
	color:white;
	font-size:12px;
	margin-bottom:11px;
	line-height:1em;
}

.whiteBoxSmallTop {
	width:283px;
	height:14px;
	background: url(../images/right2top.jpg) no-repeat;
}
.whiteBoxSmall {
	width:237px;
	border: 1px solid #e4e4e4;
	border-top:0;
	background:#Fff;
	padding: 5px 22px 0 22px;
	position:relative;
	margin-bottom:7px;
}
#us {
bottom:-62px;
width:281px;
}
.whiteBoxSmall h1 {
	color:#F7941E;
}
/* footer */

#footer {
	background: url(../images/footer.jpg) no-repeat center top;
	width: 1016px;
	color: #ccc;
	font-size: 0.7em;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#polygroup {
	display: block;
	padding: 17px 0 20px 10px;
	clear: both;
	width:195px;
}
#footer div {
	width: 800px;
	margin: 0 auto;
}

#copyright {
	text-align:center;
	padding-left: 230px;
}

