/* print.css */

#browsertest-screen {
	display: none;
}
#browsertest-print {
}
#browsertest-handheld {
	display: none;
}

/*****  ALIGNMENT  *****/
h1 {
	text-align: center;
}

/*****  BORDERS  *****/
.map, .thumbnail {
	border: 1px solid #000000; /* black */
}

/*****  COLORS  *****/

/*****  HIDING  *****/
#browsertest, #footer, #header, .noprint, .scroll {
	display: none;
}
a.killunderscore {
	text-decoration: none;
}
ul.nomarkers {
	list-style-type: none;
}

/*****  MARGINS  *****/
#content {
	margin: 1px 0px;
}
ul.nomarkers {
	list-style-type: none;
}

/*****  PADDING  *****/
h1, #content {
	padding: 1ex;
}
ul.nestedlist, ul.thumbnails li {
	padding-bottom: 1ex;
}
ul.thumbnails li li {
	padding-bottom: 0ex;
}

/*****  PICTURES  *****/
.logo {
	height: 8em;
	width: 12em;
}
.map {
	height: 16em;
	width: 24em;
}
.thumbnail {
	height: 4em;
	width: 6em;
}
