@charset "utf-8";
@media screen, projection {
	.columns {
		width: 730px;
		}
		.columns-main {
			float: left;
			width: 404px;
			}
		.columns-maps {
			background: url(../../images/large-background.jpg) top left no-repeat;
			float: right;
			width: 316px;
			}
	.map {
		background: url(../../images/medium-shadow.gif) bottom center no-repeat;
		font: normal 1px/1px sans-serif;
		}
		.map img {
			border: 3px solid #fff;
			}
	dl.contactlist {
		margin: 10px;
		}
		dl.contactlist dt {
			color: #588a18;
			font-size: 10px;
			font-weight: bold;
			margin: 3px 0;
			}
		dl.contactlist dd {
			font-size: 11px;
			margin: 3px 0 3px 10px;
			}
}
@media print, handheld {
	.map {
		font: normal 1px/1px sans-serif;
		}
		.map img {
			border: 3px solid #fff;
			}
	dl.contactlist {
		margin: 10px;
		}
		dl.contactlist dt {
			font-size: 10px;
			font-weight: bold;
			margin: 3px 0;
			}
		dl.contactlist dd {
			font-size: 11px;
			margin: 3px 0 3px 10px;
			}
}
