/***************************************************************/
/* Reset rule. See: http://meyerweb.com/eric/tools/css/reset/  */
/***************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

.list-unstyled {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/********************************/
/* General element definitions. */
/********************************/
body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

a {
	text-decoration: none;
}

/***************************/
/* General helper classes. */
/***************************/
.left {
	float: left;
}

.clear {
	clear: both;
}

.relative {
	position: relative;
}

/*****************/
/* Basic layout. */
/*****************/
#wrapper {
	background: url("../images/foot.jpg") no-repeat scroll 50% 100% transparent;
	min-height: 1200px;
	padding-bottom: 21px;
	text-align: center;
}

#container {
	background: url("../images/content-bg.png") repeat-y scroll 0 0 transparent;
	background-color: rgba(255,255,255,0.9);
	margin: auto;
	text-align: left;
	width: 1000px;
	padding: 0;
	box-shadow: 0px 0px 100px 1px #888888
}

#frame {
	position: relative;
}

/* HEADER: Authentication, Title, Navigation (Terminal) */
#header-auth {
	position: absolute;
	left: 830px;
}

#header-auth li {
	background: url("../images/chooser-right.png") no-repeat scroll right center transparent;
	display: inline-block;
	line-height: 24px;
	padding-right: 6px;
}

#header-auth li a {
	background: url("../images/chooser.png") no-repeat scroll left center transparent;
	color: #FFFFFF;
	display: inline-block;
	height: 28px;
	padding: 0 9px 0 14px;
}

#header-title {
	background: url("../images/HeaderProvenanceWeek.png") no-repeat scroll 0 0 transparent;
	padding-top: 210px;
}

#messages .alert{
	margin-bottom: 0px;
}

#content {
	padding: 44px 6px 6px 6px;
	min-height: 400px;
}

/* SIDEBAR-LEFT: Breadcrumbs, Navigation */
#content-left {
	float: left;
	width: 192px;
}

#breadcrumbs {
	background: #666666;
	font-size: 15px;
	margin: 2px 2px 10px 0px;
	padding: 10px 0 5px 15px;
	box-shadow: 2px 2px 2px #666666;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	
	
}

#breadcrumbs li a {
	background: url("../images/breadcrumb-arrow.gif") no-repeat scroll left 3px transparent;
	color: #FFFFFF;
	padding-left: 10px;
}

#breadcrumbs li:first-child a {
	background: none;
	font-weight: bold;
	padding-left: 0;
}

#breadcrumbs li + li {
	padding-left: 5px;
}

#breadcrumbs li + li + li {
	padding-left: 17px;
}

#breadcrumbs li + li + li + li {
	padding-left: 29px;
}

#breadcrumbs li + li + li + li + li{
	padding-left: 41px;
}

#breadcrumbs li + li + li + li + li + li{
	padding-left: 53px;
}

#content-left #navigation {
	padding: 10px;
}

#navigation li a {
	background: url("../images/more-black.png") no-repeat scroll left 3px transparent;
	color: #000000;
	display: block;
	font-size: 13px;
	line-height: 1.2em;
	padding: 2px 0 2px 18px;
}

#navigation li.active {
	background: url("../images/navitem-bg.png") no-repeat scroll center top transparent;
}

#navigation li.active a {
	background: url("../images/navitem-bottom.png") no-repeat scroll center bottom transparent;
	color: #FFFFFF;
}

/* SIDEBAR-RIGHT: Info boxes */
#content-right {
	float: right;
	width: 192px;
}


/* sidebar boxes */
.sidebar-box {
	background: #DEDDDD;
	font-size: 12px;
	margin: 2px 2px 10px 0px;
	padding: 5px 5px 5px 5px;
	box-shadow: 2px 2px 2px #666666;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sidebar-box p {
	padding: 0px 0px 0px 5px;
}

/* CONTENT */
#content-body {
	margin-bottom: 30px;
	min-height: inherit;
	overflow: hidden;
}
#content-body p {
	margin: 10px 0px 10px 0px;
}

#content-center {
	float: left;
	font-size: 12px;
	overflow: hidden;
	width: 575px;
	margin: 0 14px;
}
#content-body .row{
	margin-left: 0px;

}

/* FOOTER: Sitemap, Page end */
#footer {
	background: url("../images/black.png");	
	clear: both;
	overflow: hidden;
	padding: 11px;
	position: relative;
	height: 140px;
}


#eop {
	background: url("../images/signet.png") no-repeat scroll left top transparent;
	clear: both;
	padding-left: 250px;
	height: inherit;

}
#eop a {
	color: #FFFFFF;
}

#foot-end {
	position: absolute;
	bottom: 5px;
}
#foot-end ul {
	display: inline;
	list-style-type: none;
	text-align: center;
}
#foot-end li {
	margin: 0px 8px 0px 0px;
	display: inline;
}


.list-unstyled.list-unstyled.sublist-footer {
    width: 100%;
}

.sublist-footer-item {
    float: left;
    width: 50%;
}


.foothead {
	width: 180px;
	float: left;
}
.foothead>a{
	font-size: 1.5em;
}

.center-box {
	margin: 10px 0px 10px 0px;
}

.center-box ul, ol{
	margin-left: 20px;
}


.image{
	display: flex;
}

.banner{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

