/* CSS for MUDC Collections https://www.marquette.edu/library/MUDC/index.html */

html, body {
height: 100%;
width: 100%;
}
h3 a:link,
h3 a:active,
h3 a:visited {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
h3 {
	color: #003366;
}
h4 {
	color: #003366;
}
h5 {
	color: #003366;
        margin-bottom: 0em;
}
hr {
  color: #003366;
}
p {
    font-family: tahoma, arial, helvetica, sans-serif;
    margin-bottom: .25em;
    margin-top: .25em;
}
.smallerItalic {
	font-size: 85%;
	font-weight: normal;
	font-style: italic;
}
#breadcrumb { /* box holding the breadcrumbs */
	font-size: 70%;
	font-weight: normal;
    font-family: tahoma, arial, helvetica, sans-serif;
	padding: 4px 0px 4px 100px;
    text-align:left;
}
#container { /* box that holds content */
	width: 650px;
	border: 0px;
}
#footer1 { /* box that holds content */
        clear: both;
        width: 650px;
        text-align: center;
    	font-weight: normal;
        font-family: tahoma, arial, helvetica, sans-serif;
        position: fixed 0px;
		padding-left: 35px;
}
.clearBoth { 
	clear: both;
	height: 0;
	margin: 0;
	line-height: 0px;
}
#contentBox {
	padding: 0px;
}
#features {
	width: 100%;
}
#featuresLeft {
	width: 600px;
	height: 325px;
	float: left;
}
#featuresRight {
	float: left;
	width: 325px;
    height: 225px;
}
#featureDiv {
	height: 325px;
	padding: 10px 20px 10px 20px;
	margin-bottom: 1em;
    text-align:left;
    font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
}
#featureDiv h3 {
	margin-top: 2em;
}
#featureSearch {
	margin: 1em 0 1em 0;
}
ul.collectionsBySubject {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0 0 0 .25em;
}
ul.collectionsBySubject li {
	margin-bottom: 1.5em;
    padding-left: 1.5em;
    text-align:left;
    font-family: tahoma, arial, helvetica, sans-serif;
}
.collectionLink a {
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}
.collectionLink a:hover {
	text-decoration: underline;
}
.hiddenDiv {
	display: none;
}
.unhiddenDiv {
	display: block;
}
.collectionCategory {
	color: #003366;
	margin: 1.5em 0 .75em 0;
	padding-left: 14px;
}
.collectionCategory a:hover {
	color: #336699;
	text-decoration: none;
}
.subjectCategory {
	text-color: #003366;
	margin: 5px 0px 18px 10px;
	padding: 45px 0px 50px 175px;
    font-family: tahoma, arial, helvetica, sans-serif;
}
.subjectCategory a:hover {
	color: #336699;
	text-decoration: underline;
}
.native {
	background: url(https://www.marquette.edu/library/archives/cdm/images/native_american_coll.jpg) no-repeat top left;
}
.political {
	background: url(https://www.marquette.edu/library/archives/cdm/images/political_coll.jpg) no-repeat top left;
}
.spcmisc {
	background: url(https://www.marquette.edu/library/archives/cdm/images/special_coll.jpg) no-repeat top left;
}
.mu {
	background: url(https://www.marquette.edu/library/archives/cdm/images/univ_hist_coll.jpg) no-repeat top left;
}
#leftCategories {
	width: 48%;
	float: left;
        margin-left: 1em;
        margin-top: 2em;
        }
#rightCategories {
	width: 48%;
	float: right;
        margin-left: 1em;
        margin-top: 2em;
}