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

#wrap {
	width: 960px;
	margin: 6px auto 0 auto;
}
#header {
	float: left;
	width: 960px;
	height: 127px;
	background: url(../img/header_bg.gif) no-repeat;
}
#header h1 {
	display: block;
	float: left;
	height: 111px;
	width: 561px;
	background: url(../img/header_h1.gif) no-repeat;
	margin: 5px 0 0 15px;
}
#header h1 span {
	display: none;
}
#header span.fax {
	font-weight: bold;
	float: right;
	width: 150px;
	text-align: right;
	margin: 12px 17px 0 0;
	display: block;
}
#teaser {
	float: right;
	height: 92px;
	width: 353px;
	margin-right: 16px;
	display: inline;
}
#teaser h2 {
	display: block;
	float: left;
	width: 185px;
	margin: 5px 0 5px 15px;
}
#teaser ul {
	float: left;
	width: 170px;
	margin-left: 30px;
	display: block;
	font-style: italic;
	line-height: 1.4em;
}
#teaser span {
	display: block;
	float: right;
	height: 72px;
	width: 150px;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	color: #EA0005;
	font-size: 1.2em;
}
#nav {
	background-color: #EA0005;
	float: left;
	height: 32px;
	width: 960px;
	overflow: hidden;
}
#nav ul {
	display: block;
	float: left;
	height: 16px;
	margin: 0 0 0 15px;
}
#nav li {
	list-style-type: none;
	display: block;
	float: left;
	height: 16px;
	margin: 5px 0 0 0;
}
#nav a {
	display: block;
	float: left;
	font-size: 16px;
	padding: 2px 10px;
	text-decoration: none;
	color: #FFF;
	border-right: 1px solid #FFF;
}
#nav li.last a {
	border: none;
}
#nav a:hover {
	background: #FFF;
	color: #EA0005;
}
#nav .call {
	float: right;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	margin: 5px 15px 0 0;
}
#nav .call span {
	font-size: 21px;
	margin-left: 5px;
}
#content {
	background: url(../img/content_bg.gif) #FFF no-repeat;
	float: left;
	width: 930px;
	padding: 15px;
	display: inline;
}
#slideshow {
	float: left;
	height: 341px;
	width: 426px;
	display: inline;
}
#news {
	float: right;
	width: 490px;
	height: 335px;
	border-bottom: 3px #000 solid;
	border-top: 3px #000 solid;
	display: inline;
}
#news h3 {
	font-size: 1.5em;
	margin: 3px 0px;
}
#news p {
	line-height: normal;
	margin: 3px 0px;
}
#news .contentTeaserBorder, #news .contentTeaser{
	float: left;
	width: 490px;
	height: 110px;
	border-bottom: 3px #000 solid;
	overflow: hidden;
	display: inline;
}
#news .contentTeaser {
	border: none;
}
#footer {
	float: left;
	height: 32px;
	width: 930px;
	margin: 0 15px;
	background: url(../img/footer_bg.gif) no-repeat;
	display: inline;
}
#footer ul {
	display: block;
	float: left;
	height: 17px;
	margin: 10px 0 10px 10px;
	width: 480px;
}
#footer li {
	list-style: none;
	display: block;
	float: left;
	height: 17px;
	overflow: hidden;
}
#footer a {
	display: block;
	float: left;
	font-size: 11px;
	padding: 0 10px;
	text-decoration: none;
	color: #000;
	border-right: 1px solid #000;
}
#footer li.last a {
	border: none;
}
#footer a.copy {
	border: none;
	float: right;
	margin: 10px;
}