
/* #mainFooter
-------------------------------------------------------------- */
#mainFooter {
	padding: 20px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 91%;
	text-align: left;
	color: #666;
	margin-left:200px;
	height:40px;
	min-width:700px;
}

#mainFooter .footerText {
	float: left;
	height: 40px;
	border-top: 1px solid #ccc;
}

#mainFooter p,
#mainFooter address {
	cursor: default;
	font-style: normal;
	display: inline;
}

#mainFooter a { text-decoration: underline; color: #666; }
#mainFooter a:hover { color: #e67817; }

#mainFooterLogo { float: right; margin: 0 20px; }
#mainFooterLogo img { border-width: 0; }


/* #footerDebug
-------------------------------------------------------------- */
#footerDebug {
	z-index: 90;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 22px;
	margin: 20px 0px 0px 0px;
	font-size: 0.9em;
	font-family: verdana, arial, sans-serif;
	background-color: #f1f3f5;
	border-width: 1px 0px;
	border-color: #e4e1dc;
	border-style: solid;
	color: #888;
}

#footerDebug div {
	padding: 5px 10px;
	white-space: nowrap;
}

#footerDebug span {
	padding: 2px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #e4e1dc #d3d0cb;
	background-color: #fff;
}

