@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fffca1;
	margin:0 auto;
	width:1000px;
	font: 12px Arial;
}
a {
	color: #5e3d14;
}
a:hover{
	color: #885a23;
}
a:visited{
	color: #5e3d14;

}
#container {
	width: 1000px;
	position: absolute;
	top: 49px;
	text-align: left;
}

#fadeshow1 {
	position: absolute;
	width: 552px;
	height: 295px;
	top: 0px;
	left:98px;
	z-index:1;
}

#calender {
	position:relative;
	width:250px;
	z-index:1;
	left:0px;
	
}

#topper {
	background-color: #3B9C47;
	background-image: url(layout/topper.gif);
	margin: 0px;
	padding: 0px;
	float: none;
	height: 100px;
	width: 1000px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index:13;
}
#subtopper {
	background-color: #AACAA0;
	background-image: url(layout/sub-topper.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: none;
	height: 29px;
	width: 1000px;
	position: relative;
	z-index:13;
}
#subtopper span {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	float:right;
	margin: 6px 6px auto auto;
	z-index:13;
}
#topnav {
	background-color: #c1762b;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: none;
	height: 27px;
	width: 1000px;
	position: relative;
	list-style-position: inside;
	list-style-image: url((URL));
	list-style-type: none;
	z-index:13;
}
#contentcontainer {
	position: relative;

}

#smallmenu{
	width: 165px;
	position: relative;
	min-height: 392px;
	z-index: 1;
	left: 0;
	background-color: #FFFFFF;
	float: left;
	padding-top: 8px;
	height: 392px;
}

#smallmenu a{
		color: #c3db8d;
	text-decoration: none;
}
#smallmenu a:hover{
		color: #FFFFFF;
	text-decoration: none;
}

#smallmenunew{
	width: 165px;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 156px;
	height: 392px;
}


#pagecontent {
	width: 1000px;
	height:300px;
	background-color: #ffd474;
	top:0px;
	left:0px;
	position: absolute;
	z-index: 0;
	
}
#pagetext {
	width: 1000px;
	padding-top: 0px;
	padding-left: 0px;
	background-color: #ffd474;
	z-index: 1;
	
	min-height: 200px;
	height: 1000px;
	
}
#header {
	width: 1000px;
	padding-top: 0px;
	padding-left: 0px;
	background-color: #ffd474;
	z-index: 1;
	
}

