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

#collectionscontent {
	float: left;
	width: 564px;
	border-top-color: #29B5CE;
	border-top-width: 2px;
	border-right-color: #FFFFFF;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
}
#collectionscontent 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;
}
#collectionscontent 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;
}
#collectionscontent 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;
}
#collectionscontent 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;
}
#collectionscontent p {
	font-size: 70%;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 4px;
	margin-bottom: 12px;
}
#collectionscontent a {
	color: #2AA7D0;
	text-decoration: underline;
}
#collectionscontent a:hover {
	background-color: #E0F1FE;
	color: #41535C;
}
#collectionscontent td {
	font-size: 60%;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}
#collectionscontent 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; 
}
#collectionscontent UL UL {
	list-style-type: circle}
#collectionscontent UL LI {
	display: marker;
	list-style-image: url(http://www.mnhs.org/web_assets/bullet.gif);
 	list-style-type: square;
}
#collectionscontent 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;
}
#collectionscontent OL LI {
	list-style-type: decimal;
}
#collectionsleftnav {
	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;
}
.standOut {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#000;
	margin:10px 15px;
	padding:3px 0px;
	border:1px solid #990000;
	border-right:0px;
	border-left:0px;
	}
