#content.home {
	margin-left:							0;
	width:									auto;
	margin-left:							0;
	margin-right:							0;
}

#content.home h1,
#content.home #sidebar_right {
	display:								none;
}

* html div#sidebar_left {
	margin-right:			-3px;
}

* html div#content {
	margin-left:			-3px;
}


span.intro {
	font-size: 17px;
	color: #3166CCl;
	font-weight: normal;
}
* html span.intro { font-weight: bold; }



div#content_home a#guidebookRequest {
	display: block;
	float: right;
	margin: 15px 0 15px 15px;

}

div.gateway {
	width: 95%;
	margin: 2px auto;
	clear: both;
}
	div.gatewayHeader {
		padding: 7px 10px;
		font-family: 'Geneva', 'Helvetica', 'Verdana', sans-serif;
		font-size: 12px;
		letter-spacing: .5em;
	}
	* div.gatewayHeader { font-weight: bold; }
	
	div.gateway.events div.gatewayHeader {
		background-color: #76CEFE;
		color: #1B3E80;
	}
		div.gateway.events div#eventSummaries {
			background-color: #E9F0F8;
			padding: 5px 15px;
			margin-top: 3px;
		}
			div#eventSummaries div {
				margin: 4px 0;
			}
				div#eventSummaries div span {
					color: #193E82;
				}
				div#eventSummaries div a {
					font-weight: bold;
					color: black;
					text-decoration: none;
				}
					div#eventSummaries div a:hover { text-decoration: underline; }
	* html div.gateway.things { margin-bottom: 1.2em; }
	div.gateway.things div.gatewayHeader {
		background-color: #FF5F15;
		color: white;
	}
		div.gateway.things a {
			display: block;
			float: left;
			margin: 1em 14px;
			text-align: center;
			text-decoration: none;
			color: black;
		}
		* html div.gateway.things a { margin: 1em 11px; }
			div.gateway.things a img {
				display: block;
				margin-bottom: 5px;
			}
