/* CSS */
html, body {
	margin: 0;
	min-height: 100%;
	height: 100%;
}

html>body body {
	height: auto;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	height: 69px;
	overflow: hidden;
}

#header h1 {
	visibility: hidden;
}

/* CONTENT */
#content-home {
	width: 505px;
	/* must have some padding at the bottom*/
	padding: 1px 0 1px 292px;
}
#content {
	width: 485px;
	/* must have some padding at the bottom*/
	padding: 1px 20px 1px 292px;
}

#left-column{
	float: left;
	margin-left: 1px;
	width: 160px;
	min-height: 100%;
}

#footer {
	clear:both;
	padding: 10px 0 0 48px;
	height: 228px;
	overflow:hidden;
}

#right-column {
	width: 0;
	margin-right: 1px;
	float: right;
}

#news-events-section {
	display: none;
}

/* ADDITIONAL ITEMS */
.nav-item {
	margin-right: 8px;
}
.promo-item {
	margin-right: 10px;
	margin-bottom: 50px;
}
#map {
	width: 253px;
	height: 50px;
	padding: 255px 0 0 30px;
	background:url(/images/map.gif) top left no-repeat;
	float: right;
	margin: -50px 5px 0 10px;
}
