.bg {
	background-color: #0d4a18;
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.shadow-lft {
	background-image: url(images/shadow-lft.png);
	background-repeat: repeat-y;
}
.shadow-rht {
	background-image: url(images/shadow-rht.png);
	background-repeat: repeat-y;
}
.bg-but {

	background-image: url(images/but-bg.png);
	background-repeat: repeat-x;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.link-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.link-footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.link-footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.link-footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1EB939;
}
a.link-footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
	text-decoration: none;
}
.bx-sha-lft {
	background-image: url(images/shadow-box-lft.png);
	background-repeat: repeat-y;
}
.bx-sha-rht {

	background-image: url(images/shadow-box-rht.png);
	background-repeat: repeat-y;
}
.bg-pri {

	background-image: url(images/pri-bx-head-bg.png);
	background-repeat: repeat-x;
}
.bg-pri-lft {
	background-image: url(images/pri-bx-lft.png);
	background-repeat: repeat-y;
	background-position: left;
}
.bg-pri-rht {
	background-image: url(images/pri-bx-rht.png);
	background-repeat: repeat-y;
	background-position: right;
}
.txt-grey {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D4CCA5;
	text-decoration: none;
}
.bg-sign-bx {
	background-image: url(images/bg-sign.png);
	background-repeat: repeat-x;
}
.input-bx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border: thin solid #333333;
}

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

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

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