/*
	(c)Copyright 2004 Minnesota Historical Society 
	mnhs.org PLACES CSS
	Created by: Garrick Willhite	
	Modified by: Corrie Potter 9-7-06
*/

#placescontent {
	float: left; 
	width: 564px; 
	border-top-color: #F7B510; 
	border-top-width: 2px; 
	border-right-color: #FFFFFF; 
	border-right-width: 2px; 
	border-top-style: solid; 
	border-right-style: solid; 
}
#placescontent H1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 80%; 
	line-height: 26px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none; 
	padding-right: 10px; 
	padding-left: 10px; 
	margin-top: 10px; 
	margin-bottom: 8px; 
	text-transform: uppercase; 
}
#placescontent H2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 80%; 
	line-height: normal; 
	font-weight: bold; 
	background-color: #ECE8E8; 
	color: #404040; 
	text-decoration: none; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	padding-right: 10px; 
	padding-left: 10px; 
	margin-top: 10px; 
	margin-bottom: 8px; 
}
#placescontent H3 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 70%; 
	line-height: normal; 
	font-weight: bold; 
	color: #3A6894; 
	text-decoration: none; 
	padding-right: 10px; 
	padding-left: 10px; 
	margin-top: 10px; 
	margin-bottom: 8px; 
	text-transform: uppercase; 
}
#placescontent H4 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 77%; 
	line-height: normal; 
	font-weight: bold; 
	color: #808080; 
	text-decoration: none; 
	padding-right: 10px; 
	padding-left: 10px; 
	margin-top: 4px; 
	margin-bottom: 8px; 
}
#placescontent p {
	font-size: 70%; 
	line-height: normal; 
	color: #000000; 
	text-decoration: none; 
	padding-right: 10px; 
	padding-left: 10px; 
	margin-top: 4px; 
	margin-bottom: 12px; 
}
#placescontent a {
	color: #DDA00F; 
	text-decoration: underline; 
}
#placescontent a:hover {
	background-color: #E0F1FE; 
	color: #41535C; 
}
#placescontent td {
	font-size: 60%; 
	line-height: normal; 
	color: #000000; 
	text-decoration: none; 
}
#placescontent UL {
	font-size: 70%; 
	line-height: 125%; 
	color: #000000; 
	margin:0px;
	padding-left: 40px; 
	margin-top: 4px; 
	margin-right: 20px; 
	margin-bottom: 10px; 
	display: inherit; 
	position:relative; 
	list-style-position: outside; 
	padding-bottom: 10px; 
}
#placescontent UL UL {
	list-style-type: circle}
#placescontent UL LI {

	list-style-image: url(http://www.mnhs.org/web_assets/bullet.gif); 
	list-style-type: square; 
}
#placescontent OL {
	font-size: 70%; 
	line-height: 125%; 
	color: #000000; 
	padding-left: 0px; 
	margin-top: 4px; 
	margin-right: 20px; 
	margin-bottom: 10px; 
	display: inherit; 
	left: 20px; 
	position:relative; 
	list-style-position: outside; 
	padding-bottom: 10px; 
}
#placescontent OL LI {
	list-style-type: decimal; 
}
#placesleftnav {
	border: 2px dotted #D6CECE; 
	padding: 6px; 
	margin-bottom: 10px; 
	margin-right:8px; 
	margin-left:0px; 
	margin-top:0px; 
	float:left; 
	width:140px; 
	position:relative; 
	background-color: #FFFFFF; 
}

