/*
	(c)Copyright 2004 Minnesota Historical Society 
	mnhs.org GLOBAL CSS
	Created by: Garrick Willhite	
*/

@import url(mhs_people.css);
@import url(mhs_places.css);
@import url(mhs_collections.css);
@import url(mhs_historicevents.css);
@import url(mhs_exhibits.css);
@import url(mhs_secondary.css);

body  {
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #E6E6E6;}
	
.nomargins {margin:0px; }

/* USED FOR BULLETED LISTS ON ALL PAGES */
.UL {
	list-style-image: url(../bullet.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: normal;
	color: #005983;
	list-style-type: square;
	list-style-position: outside;


}
.UL a {
	text-decoration: none;
	color: #2298AC;}
.UL a:hover {
	text-decoration: none;
	background-color: #C8E7FD;
	color: #006699;}
/* USED FOR FOOTER TEXT LINKS ON ALL PAGES */
.footerLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
	padding-left: 8px;}	
.footerLinks a {
	color: #005983;
	text-decoration: none;}	
.footerLinks a:hover {
	background-color: #DDEEFF;
	text-decoration: none;}
/* USED FOR COPYRIGHT & ADDRESS INFO ON FOOTER OF ALL PAGES */
.fineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #40372F;
	text-decoration: none;
	padding-left: 8px;
	padding-bottom: 6px;
	padding-top: 4px;}	
.fineprint a {
	color: #006699;
	text-decoration: none;}	
.fineprint a:hover {
	text-decoration: underline;}
/* USED FOR THE FEATURED ITEMS ON THE HOMEPAGE */
.featuredLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: normal;
	color: #005983;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 12px;
	font-weight: bold;}	
.featuredLinks a {
	font-weight: normal;
	color: #41535C;
	text-decoration: none;}	
.featuredLinks a:hover {
	text-decoration: none;
	background-color: #DDEEFF;}
/* USED FOR CALENDAR OF EVENTS CONTENT ON THE HOMEPAGE */
.todaysEvents {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #2F506A;
	text-decoration: none;
	margin-right: 6px;
	margin-left: 6px;
	padding-right: 4px;
	padding-left: 4px;}
.todaysEvents a {
	color: #6394EF;
	text-decoration: none;
	font-weight: bold;}
.todaysEvents a:hover {
	text-decoration: none;
	color: #005983;
	background-color: #BBE0FB;}
/*USED AS CRUMBS ON THE TOP OF ALL PAGES */
.crumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #41535C;
	margin-left: 7px;
	padding-left: 7px;
	text-transform: none;
	font-weight: normal;
}
.crumbs a {
	text-decoration: none;
	color: #41535C;}
.crumbs a:hover {
	text-decoration: none;
	background-color: #E0F1FE;
	color: #005983;}
/* USED ON TEMPLATES WITH LEFT SPECIALIZED NAVIGATION */
.leftsubLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #666666;
	padding-top: 8px;
	padding-bottom: 8px;}
.leftsubLinks a {
	font-weight: normal;
	text-decoration: underline;
	color: #005A84;}
.leftsubLinks a:hover {
	background-color: #E0F1FE;
	color: #41535C;
	text-decoration: none;}.boxedText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: normal;
	color: #000000;
	background-color: #D6CBC6;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 12px;
	padding-bottom: 12px;}

