@charset "ISO-8859-2";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
html {
	font-size:100%;
}
body {
	background:#ebebe8 url(../images/body-bg.jpg) no-repeat top center;
	color:#767676;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.625em;
	line-height:1em;
}
h1 {
	text-indent:-2000px;
	display:block;
	height: 40px;
	width: 253px;
	background-color:#FFF;
	float:left;
}
h2 {
}
h3 {
}
h4 {
}
hr {
	height: 1px;
	margin: 0 0 1em 0 !important;
	margin: -0.5em 0;
	color: #bbbaa2;
	background: #bbbaa2 url(../images/hr.gif) repeat-x;
	border: 0;
}
p {
}
li {
}
span {
}
img {
}
a:link, a:active, a:visited {
	text-decoration:underline;
	color:#767676;
}
a:hover {
	color:#717273;
	text-decoration:underline;
}
/*
// Header
*/

#contact p {
	font-size: 1.2em;
	margin-bottom: 10px;
}
#contact strong {
	text-transform:uppercase;
	color:#663366;
}
#contact p a:link, #contact p a:active, #contact p a:visited {
	text-decoration:none;
}
#contact p a:hover {
	text-decoration:underline;
}

/*
// Newsbanner
*/

.newscontainer {
	width: 758px;
	height: 27px;
	overflow: hidden;
}
.newscontainer .mask {
	position: relative;
	left: 10px;
	top: 8px;
	width: 738px;
	overflow: hidden;
}
ul.newsticker {
	position: relative;
	left: 770px;
	font-size:1.2em;
	height: 18px;
	color:#FFF;
	list-style-type: none;
}
ul.newsticker li {
	float: left;
	white-space: nowrap;
	min-width: 150px;
}
ul.newsticker a {
	white-space: nowrap;
	color: #FFF;
	padding: 0 5px 0 25px;
	background:  url(../images/newsbanner-li.png) no-repeat top left;
	text-decoration:none;
}
ul.newsticker a:hover {
	text-decoration:underline;
}
#newsbanner p {
	font-size:1.2em;
	text-transform:uppercase;
	color:#FFF;
	float:left;
	padding:9px 5px 0 60px;
}

/*
// Navigation
*/

#navigation #bar li {
	display:block;
	float: left;
	text-indent: -2000px;
}

#navigation #bar li a{
	display:block;
	height:40px;
}

 li.level1 a:link, li.level1 a:visited{
	width:133px;
	background:url(../images/navigation-li.gif) no-repeat -383px -160px;
}

 li.level1 a:hover{
	width:133px;
	background:url(../images/navigation-li.gif) no-repeat -383px -120px;
}

 li.level1 a:active{
	width:133px;
	background:url(../images/navigation-li.gif) no-repeat -383px -160px;
}

 li.level2 a:link, li.level2 a:visited{
	width:143px;
	background:url(../images/navigation-li.gif) no-repeat -240px -160px;
}

 li.level2 a:hover{
	width:143px;
	background:url(../images/navigation-li.gif) no-repeat -240px -120px;
}

 li.level2 a:active{
	width:143px;
	background:url(../images/navigation-li.gif) no-repeat -240px -160px;
}

 li.level3 a:link, li.level3 a:visited{
	width:117px;
	background:url(../images/navigation-li.gif) no-repeat -123px -160px;
}

 li.level3 a:hover{
	width:117px;
	background:url(../images/navigation-li.gif) no-repeat -123px -120px;
}

 li.level3 a:active{
	width:117px;
	background:url(../images/navigation-li.gif) no-repeat -123px -160px;
}

 li.level4 a:link, li.level4 a:visited{
	width:131px;
	background:url(../images/navigation-li.gif) no-repeat -516px -160px;
}

 li.level4 a:hover{
	width:131px;
	background:url(../images/navigation-li.gif) no-repeat -516px -120px;
}

 li.level4 a:active{
	width:131px;
	background:url(../images/navigation-li.gif) no-repeat -516px -160px;
}

 li.level5 a:link, li.level5 a:visited{
	width:123px;
	background:url(../images/navigation-li.gif) no-repeat 0px -80px;
}

 li.level5 a:hover{
	width:123px;
	background:url(../images/navigation-li.gif) no-repeat 0px -40px;
}

 li.level5 a:active{
	width:123px;
	background:url(../images/navigation-li.gif) no-repeat  0px -80px;
}

/*
// Footer
*/

#footer {
	clear:both;
	padding-left:10px;
}
#footer p {
	float:left;
	margin-right:29px;
	font-size: 1.4em;
}
#footer p a:link, #footer p a:active, #footer p a:visited {
	text-decoration:none;
}
#footer p a:hover {
	text-decoration:underline;
}
