@charset "UTF-8";
#nav {
	width: 980px;

}

#main {
	width: 980px;
}
#foot {
	width: 980px;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 892px;
}
body {
	background-image: url(../images/BG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#about {
	position: absolute;
	top: 116px;
	max-height: 55px;
	overflow: hidden;
	-webkit-transition: all 5s ease 0s;
	-moz-transition: all 5s ease 0s;
	-ms-transition: all 5s ease 0s;
	-o-transition: all 5s ease 0s;
	transition: all 5s ease 0s;
}
#about:hover {
	max-height: 900px;
}
#slideshow {
position:relative;
height:384px;

}

#slideshow IMG {
 position:absolute;
 top:0;
 left:0;
 z-index:8;
 opacity:0.0;

}

#slideshow IMG.active {
 z-index:10;
 opacity:1.0;

}

#slideshow IMG.last-active {
 z-index:9;

}#contactinfo {
	position: absolute;
	height: 177px;
	width: 450px;
	top: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	word-spacing: 1px;
	font-weight: normal;
}
#map {
	position: absolute;
	top: 370px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1px;
}