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

/* _______________________________ BASESTRIP ________________________________ */

@media screen{
	body > div#footerstrip { position: fixed; clear:both;
 }
}

/* Footer elements */

#footer {
	background-image:url(../img/footer/footBg.jpg);
	background-repeat:repeat-x;
	color: #694A16;
	width: 100%;
	height: 18px;
	line-height: 18px;
}



@media print {
	#footerstrip {
		clear:all;
		width: 100%;
		height: 18px;
		position:static;
	}
}

@media screen {

	#footerstrip {
		width: 100%;
		height: 18px;
		position: fixed;
		bottom: 0px;
		left: 0px;
		z-index: 900;
	}
}


#baselist	{width:260px; float:left; margin:0;}
#info	{width:630px; float:right; margin:0; text-align:right;}

ul#baselist {
	list-style: none;
	padding: 1px 0 0 20px;
	margin: 0 auto;
	width:300px;
}


ul#baselist li {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 0;
	font-family: Lucida Grande, Helvetica, Arial, sans;
	font-size: 9px;
	color: #694A16;
	
}


a.basestrip,  a.basestrip:visited {
	font-family: Lucida Grande, Helvetica, Arial, sans;
	font-size: 9px;
	text-decoration: none;
	color: #444;
}

a.basestrip:hover {
	text-decoration: none;
	color: #000000;
}

#footerstrip #currentpage a { color:#000; text-decoration:none;}




ul#info	{
	list-style:none;
	padding: 0px;
	margin-right:0px;
	width:630px;
}

ul#info li {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 0;
	font-family: Lucida Grande, Helvetica, Arial, sans;
	font-size: 9px;
	color: #694A16;
}

a.info,  a.info:visited {
	font-family: Lucida Grande, Helvetica, Arial, sans;
	font-size: 9px;
	text-decoration: none;
	color: #694A16;
}

a.info:hover {
	text-decoration: none;
	color: #000000;
}






