@charset "utf-8";
/* CSS Document */
body,html{
	height:100%;
}

body{
	background-image: url(images/bg2.png);
	background-repeat: repeat-x;
	background-color: #262626; /* Brown: #524033 Dark Gray: #262626*/
	margin:0;
	padding:0;
	color: #777; 
}

a {
	text-decoration: none;
	color: #777;
}
a:hover{
	color: #FFF;
}

#container{
	float: left;
}

#slideshow {
    height: 100%;
}

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

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

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

#bgimgcontainer{
	margin: 20px auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* height: 100%; */
	max-width: 1072px;
	max-height: 712px;
	display: table-cell; 
	vertical-align: middle
}

#bgimg{
	width: 100%;
	max-width: 1072px;
	max-height: 712px;
	min-width: 268px;
}

#menucontainer{
	height: 30px;
	background-color: #262626;
	background-image: url(images/navbg.png);
	background-repeat: repeat-x;
	border-bottom: #000 thin solid;
	border-top: #AAA thin solid;
	max-width: 1072px;
	width: 100%;
	float: left;
	margin-top: 52%;
}

.menu{
	margin:0 auto;
	padding: 0 5px;
	width: 540px; 
	list-style:none; 
	height:30px;
	position:relative; 
	font-family:arial, verdana, sans-serif;
	text-align: right;	
}

.menu li.top {
	display:block; 
	float:left; 
	position:relative;
}

.menu li a.top_link {
	display:block; 
	float:left; 
	height:20px; 
	line-height: 30px; 
	color:#777; 
	text-decoration:none; 
	font-size:14px;
	padding:0 0 0 30px; 
	cursor:pointer;
}

.menu li a:hover.top_link {
	color:#FFF;
}

#footer{
	float: left;
	margin-top: 12%;
	text-align: center;
	padding: 5px 0;
	width: 100%;
}

#targetDiv {
	border-bottom: #444 thin solid;
}
