@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	color: #352a12;
}
a:link {
	color: #352a12;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #352a12;
}
a:hover {
	text-decoration: underline;
	color: #352a12;
}
a:active {
	text-decoration: none;
	color: #352a12;
}
#page {
	z-index: 2;
	position: relative;
	margin: auto;
	width: 936px;
	background: #fff9ee;
	font-size: 12px;
	color: #AAAAAA;
    }
#footer {
	z-index: 2;
	position: relative;
	margin: auto;
	width: 936px;
	font-size: 12px;
	color: #AAAAAA;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
    }
#clear{
	clear:both;
}
#gutz{
	padding:10px;
	color: #352a12;
}
h1{
	font-size: 24px;
	font-style: italic;
	color: #352A12;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom:3px;
	padding-bottom:0px;
	padding-top:0px;
	margin-top:0px;
}
h2{
	font-size: 24px;
	font-style: italic;
	color: #352A12;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom:3px;
	padding-bottom:0px;
	padding-top:0px;
	margin-top:0px;
}
.leaded_text{
	line-height: 25px;
	font-size: 14px;
}
.border_left{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5A291E;
}
	
/*Navigation Styles*/

#navcontainer ul{
	padding-left: 0;
	margin: 0;
	background-color: #352a12;
	color: White;
	float: left;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	display:block;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a{
	background-color: #352a12;
	color: #FFF6E4;
	text-decoration: none;
	float: left;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#navcontainer ul li a:hover{
background-color: #FFF6E4;
color: #352a12;
}

#navcontainer ul li a:current{
background-color: #FFF6E4;
color: #352a12;
}

#navlist li a#current{
background-color: #FFF6E4;
color: #352a12;
}
/*End Navigation Styles*/

/*Slideshow styles*/
#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:936px;
	height:229px;
	overflow:hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}
/* End Slideshow styles*/
