body.onecol #maincontent {
	background: white;
}
a {
	text-decoration: underline;
}

#uppercontent {
	background: #272f14;
	color: white;
	padding: 0;
}
#landmarks {
	background: #7b953f;
	padding: 10px 25px 15px;
}
#linkcontent {
	background: white url('/images/shadow-on-white.png') repeat-x left top;
	color: black;
	font-size: 12px;
	padding: 1px 25px;
}

#uppercontent #map {
	background: #e8e3d8;
	float: right;
	margin: 20px 25px 15px 150px;
	height: 240px;
	width: 360px;
}
#uppercontent .content {
	padding: 15px 25px;
}
#uppercontent h1,
#uppercontent h2 {
	font-size: 24px;
	letter-spacing: -1px;
	margin: 0;
}
#uppercontent #introcontent {
	font-size: 0.9em;
	line-height: 1.28em;
}

#landmarks h3 {
	font-size: 15px;
	margin: 0 0 5px;
}
#landmarks a {
	border: 2px solid white;
	display: inline-block;
	margin: 0 15px 0 0;
}
#landmarks a img {
	display: block;
}

#linkcontent .column {
	float: left;
	margin: 0 25px 25px 0;
	width: 245px;
}
#linkcontent #columnAds {
	margin: 0 0 0 10px;
	padding: 20px 0 0;
	width: 120px;
}
#linkcontent a {
	color: #404e21;
}
#linkcontent form {
	margin: 0;
	padding: 0;
}
#linkcontent h3 {
	font-size: 15px;
	margin: 20px 0 2px;
}
#linkcontent p {
	font-size: 12px;
	margin: 0 0 12px;
}
#linkcontent small {
	display: block;
	margin: 2px 0;
}

.estlinks .est {
	color: black;
	height: 38px;
	margin: 4px 0 15px;
}
.estlinks .est a.img {
	border: 1px solid black;
	margin: 0 6px 0 0;
	float: left;
}
.estlinks .est a.img img {
	display: block;
}

.event {
	margin-bottom: 15px;
}
#linkcontent .event small {
	color: #888;
	display: inline;
	margin: 0;
}

/* quick search results */
#quickresults {
	background: #eee;
	border: 1px solid black;
	position: absolute;
	width: 258px;
	z-index: 999;
}
#quickresults .ri {
	border-bottom: 1px solid #aaa;
	cursor: pointer;
	font-size: 11px;
	line-height: 11px;
	height: 38px;
	padding: 5px;
}
#quickresults .rih {
	background: #fffff0;
}
#quickresults .ric {
	background: #daa;
}
#quickresults .rich {
	background: #fdd;
}
#quickresults .ri img {
	border: none;
	float: left;
	margin-right: 5px;
}
#quickresults .ri a {
	color: black;
	text-decoration: none;
}
#quickresults .noth {
	background: #aaa;
	float: left;
	margin-right: 5px;
	height: 38px;
	width: 64px;
}

/* twitter */
.twitter .follow {
	float: left;
	margin: 2px 5px 5px 0;
	width: 48px;
}
.twitter .actions {
	float: right;
	text-align: right;
}

/* Directory Pages */
#directory {
	color: black;
	font-size: 0.9em;
	padding: 9px 12px;
}
#directory a {
	color: black;
}
#directory h2 {
	letter-spacing: -1px;
	margin: 0;
}
#directory h3 {
	font-size: 1.4em;
	margin: 0;
}
#directory h4 {
	border-bottom: 1px solid gray;
	margin: 0 0 10px;
	padding-bottom: 10px;
}

h4#direstheader {
	border: none;
	padding: 0 0 0 2px;
}
#dirnav {
	background: #eee;
	border-bottom: 2px solid #ccc;
	padding: 4px 5px 0;
	text-align: center;
}
#dirnav a {
	padding: 2px 4px;
	text-decoration: none;
}
#dirnav a:hover {
	background: #244A71;
	color: white;
}
#dirnav a.active, #dirnav a.active:hover {
	background: #ccc;
	color: black;
}
.direst {
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
}
.direst a {
	font-weight: bold;
	text-decoration: none;
}
.direst img {
	border: 1px solid black;
	float: left;
	margin: 2px 5px 5px 0;
}