@charset 'UTF-8';


body {
	color:#222;
}

#topnavi, #navi, #mapbtn{ display:none;}


/* ____ litwindow hidden ____ */

#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}


/* ____ font ____ */

#header,#container,#footer,#copy,table{
font-family:"Verdana", "Lucida Grande", sans-serif; }


* html #header,* html #container,* html #footer,* html #copy,
* html table{
font-family:"Verdana", "Lucida Grande", sans-serif; }

/*eof*/

