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

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:400px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 400px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 350px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}
.footerlinks:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
.footerlinks {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
.sitelinks:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #ff0000;
	font-weight: bold;
	font-size: 13px;
}
.sitelinks {
	font-family: Verdana, Geneva, sans-serif;
	color: #FF0000;
	font-weight: bold;
	font-size: 13px;
}
.logo {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 36px;
}
.white_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: right;
}
.white_text2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.texts {
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	text-align:left;
}
.copyrights {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:center;
	color: #FFFFFF;
}
.smalltexts {
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:left;
}
h1 {
	padding-left: 55px;
	font:bold 14px/1.5em "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	text-transform:uppercase;
	letter-spacing:.0.5em;
}
a {
	outline: none;
}
