body {
	background-position: 0px 0px;
}

#header {
	height: 349px;
	overflow: hidden;
	background-image: url('/template/img/header-large-bg.jpg');
	background-position: 0px 85px;
}

#header h1 {
	left: 23px;
	top: 96px;
}

div.block {
	position: relative;
	float: left;
	width: 320px;
	margin-right: 9px;
	margin-bottom: 4px;
}

div.blocknm {
	margin-right: -10px;
}

#content div.block h1 {
	color: #4a4a4a;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 6px;
	border: 0;
}

#content div.block h1 a {
	text-decoration: none;
	color: #4a4a4a;
}

#content div.block h1 a:hover {
	color: #5e7b0d;
}

div.block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.block ul li {
	margin: 0;
	padding: 0;
}

div.block ul li a {
	display: block;
	height: 28px;
	line-height: 28px;
	padding-left: 32px;	
	color: #4a4a4a;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-image: url('/template/img/list-arrow.jpg');
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

div.block ul li.more a {
	width: 288px;
	color: black;
	font-weight: normal;
	background-color: #e2e2e2;
	background-image: url('/template/img/list-active-arrow.jpg');
}

div.block ul li a strong {
	font-weight: normal;
}

div.block ul li a:hover {
	color: #5e7b0d;
}

#content {
	overflow: hidden;
	padding: 0;
}

#home-footer {
	position: relative;
	clear: both;
	padding-top: 10px;
	border-bottom: 1px solid #f5f5f5;
	border-top: 4px solid #e2e2e2;
}

#content #home-footer h2 {
	margin: 0;
	margin-bottom: 10px;
	border: 0;
	color: #4a4a4a;
	font-size: 18px;
	font-weight: normal;
}

#content #home-footer h2 a {
	color: #4a4a4a;
	border: 0;
	text-decoration: none;
}

#content #home-footer h2 a:hover {
	color: #5e7b0d;
}

#content .contact {
	position: relative;
	float: left;
	overflow: hidden;
	height: 131px;
	width: 455px;
	line-height: 20px;
	border-right: 4px solid #e2e2e2;
}

#content .contact strong {
	color: #5e7b0d;
}

#content .contact span.address {
	position: relative;
	display: block;
	float: left;
	width: 200px;
	padding-right: 10px;
}

#content .contact a {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;
}

#content .contact a:hover {
	color: #5e7b0d;
}

#content .contact a.more {
	clear: both;
	display: block;
	height: 28px;
	line-height: 28px;
	padding-left: 25px;	
	margin-left: 206px;
	color: #4a4a4a;
	border: 0;
	font-weight: bold;
	background-image: url('/template/img/list-arrow.jpg');
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#content .contact a.more:hover {
	color: #5e7b0d;
}

#content .teaser {
	position: relative;
	float: right;
}

.links {
	position: absolute;
	top: 145px;
	left: 19px;
	cursor: default;
}

.links ul#slideshow {
	position: absolute;
	left: 450px;
	top: -60px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.links ul#slideshow li {
	position: absolute;
	margin: 0;
	padding: 0;
}

.links ul#slideshow li img {
	position: absolute;
}

.links ul#nav {
	position: absolute;
	width: 440px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.links ul#nav li {
	margin: 0;
	padding: 0;
}

.links ul#nav li a {
	display: block;
	outline: none;
	line-height: 30px;
	padding-left: 28px;
	font-size: 18px;
	color: white;
	text-decoration: none;
	background-image: url('/template/img/home/links-arrow.jpg');
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.links ul#nav li.activeSlide a {
	color: black;
	font-weight: bold;
	background-image: url('/template/img/home/links-active-arrow.jpg');
}

.links ul#nav li a:hover {
	color: black;
	font-weight: bold;
}

.links ul#nav li span.description {
	display: none;
}

.links ul#nav li.activeSlide span.description {
	display: block;
	color: white;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}