  /* CSS Document */

/* ------------------------- Breadcrumb Title ------------------------- */
#breadCrumb p { 
	padding: 0;
}
h2 {
	font-size: 150%;
}
br {
clear: left;
}
#container #breadCrumb > h2:first-of-type {
	font-weight: bold;
	width: 19%;
	background: #ddd;
	padding: .1em;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
/* ------------------------- Side Navigation ------------------------- */
#sideNav ul {
	background: #eee;
}
#sideNav ul li {
	padding: .8em 0;
}
#sideNav li:hover {
	color: #fff !important;
	background: #A385C2;
}
#sideNav ul li:hover a {
	color: #000;
}
#sideNav ul li a strong {
	color: #333
}
/* ------------------------- Side Navigation Plus Menu Ïã½¶ÊÓÆµ Style------------------------- */
#sideNav li.more a.nav_more {
background: url(/libraries/_resources/images/more_nav.gif) center no-repeat;
}
#sideNav li.more.active a.nav_more {
background: url(/libraries/_resources/images/less_nav.gif) center no-repeat;
}
#sideNav ul li:hover a {
color: #333;
}
/* ------------------------- Hours page ------------------------- */
#content blockquote {
	margin: 1.5em 0;
	padding: 0.5em;
	text-align: center;
	border: #999 dashed thin;
	quotes: none;
	text-decoration: none;
}
#content blockquote a {
	text-decoration: underline;
}
#content h3 {
	color: #C98210;
	padding: 0.5em 0;
	font-weight: bold;
	font-size: 1.8em;
}
#content h4 {
	color: #000
}
#content h5 {
	color: #000
}
#content h6 {
	color: #000
}
#content li a {
	text-decoration: underline;
}
#content p a {
	text-decoration: underline;
}
#content td a {
	text-decoration: underline;
}
#content dl a {
	text-decoration: underline;
}
#content dl dd {
	padding: 0 0 0 1em;
}
#content table caption {
	color: black;
	font-weight: bold;
	padding: 0.5em 0;
	font-size: 1.2em;
	text-align: center;
}
#content tr th {
	height: 35px;
	color: #fff;
	text-align: center;
	background: #639;
	background-image: 0 35% #6728ab 68%;
	border-top: none;
	border-right: none;
	border-bottom: medium solid #C9F;
	border-left: none;
	vertical-align: middle;
}
#content th {
	font-size: 1em;
	font-weight: normal;
	
}
#content td {
	text-align: left;
}
#content tr td {
	border: #666 thin solid;
	padding: .8em;
}
#content tr:nth-of-type(even) {
	background-color:#fff !important;
}
#content tr:nth-of-type(odd) {
	background-color: #dfdfdf !important;
}
/* --------------------------Guides----------------------*/
.printOnly {
    display: none !important;
}
.wrapper {
	float: left; width: 18em;
}
.wrapper ol li {
	display: block; width: 7em;
}
h5 {
	text-transform: uppercase;
}
@media screen and (max-width: 41.3em) {
	
#content table {
	font-size: .7em;
}
}
