
body#body_library {
	background-image: url(images/home_bg.gif);
}

#map_container {
	width: 100%; 
	padding: 2px 2px 0 2px; 
}

#map {
	width: auto; 
	height: 394px; 
	margin-left: 0; 
	border: 2px solid #222; 
	border-bottom: none;
	/*
	position: relative;
	left: -4px; 
	*/
}

#content #map a {
	color: #c45d00;
	text-decoration: underline;
}

#content #map strong a {
	font-size: 11px; 
	text-decoration: none;
}
	#content #map strong a:hover {
		text-decoration: underline; 
	}

#bodycopy {
	margin-top: 5px; 
	min-height: 650px; /* 12/7/09, to prevent footer overlap issue on sidebar */
}

#content #sidebar {
	position: absolute; 
	top: 523px; 
	padding-top: 33px;
}

#content #sidebar #sidecopy {
	min-height: 196px; 
	min-height: 166px; 
	background: url(images/bg_sidebar.gif) top left no-repeat;
	padding-top: 10px;
	padding-bottom: 0;
}

#content #sidebar form {
	margin-top: 5px; 
}

	#content #sidebar #address_form {
	}
		#content #sidebar #address_form #address {
			width: 115px; 
			width: 125px; 
		}
	#content #sidebar #categories_form {
	}
		#content #sidebar #categories_form input {
			position: relative;
		}
		

.map_data_table {
	overflow: auto; 
}

.map_data_table table {
	/*width: 95%; */
	margin: 0 0 10px 0; 
}

.map_data_table td {
	font-size: 9px; 
	color: #222;
	line-height: 1.3em; 
	border-bottom: 1px solid #ddd; 
	padding: 1px; 
}

.map_data_table td.t {
	white-space: nowrap; 
	text-align: right; 
	vertical-align: top; 
	font-weight: bold; 
	padding-right: 4px; 
	text-decoration: capitalize; 
}


#content #sidebar {
	top: 397px; 
}




