@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(images/trees.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-attachment: fixed;
}
.oneColElsCtr #container {
	width: 724px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/semitransparent.png);
	padding-bottom: 0px;
	background-repeat: repeat;
	height: auto;
}

.oneColElsCtr #container2 {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/semitransparent.png);
	padding-bottom: 0px;
	background-repeat: repeat;
	height: auto;
}


.main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	padding-right: 20px;
	padding-left: 25px;
}
.main2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;

}
li {
	list-style-type: none;
	line-height: 16px;
	color: #333;
}
h1 {
	color: #635C59;
	font-weight: normal;
	text-transform: none;
	font-variant: small-caps;
	letter-spacing: 1px;
}


.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	padding-right: 20px;
	padding-left: 25px;
}
.oneColElsCtr #mainContent {
	text-align: center;
	
}

#slideshow {
	position:relative;
	height:282px;
	margin-right: auto;
	margin-left: auto;
	width: 724px;	
}



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

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

#slideshow IMG.last-active {
	z-index:9;
	margin-right: auto;
	margin-left: auto;
}
.name {
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 20px;
}
a:hover, a:active {
	color: #366;
	font-weight: normal;
	text-decoration: none;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
.credit p a {
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
}

 img, div { behavior: url(iepngfix.htc) }

