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

#footer { 
	margin: 0px auto 0px auto;
	background: #d6d6d6;
	border-top: 1px solid #999999;
    color: #898378;
	font-family: verdana;
	font-size: 10px;
	min-height: 205px;
}

* html #footer { height: 175px; }

#copybox {
	border: 0px solid #999999;
	margin: auto;
	text-align: center;
	font-size: 9px;
}

#copyright {
	margin: 0;
	padding: 15px 0;
	text-align: center;
	border-bottom: 1px dotted #b0b0b0;
}

#footer a:link,
#footer a:visited {
    color: #898378;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #69645c;
	text-decoration: underline;
}


#footermenu,
#footermenu ul {
	margin: 10px 0 0 35px;
	padding: 0;
	list-style-type: none;
	left: auto;
}

#footermenu li {
	margin: 0 15px 0 0;
	padding: 6px;
	list-style-type: none;
	float: left;
	display: inline;
	font-weight: bold;
	background: none;
	position: relative;
/*	width: 90px;  */
}

#footermenu li ul {
	margin: 0.5em 0 2em 0;
}

#footermenu ul li {
	float: none;
	font-size: 85%;
	padding: 0 0 0.4em 0;
	margin: 0;
	font-weight: normal;
	display: block;
	width: auto;
}