html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  font-family: Arial, Helvetica, Sans-Serif;
}

h1 { font-size: 200%; margin-bottom: 0.5em; }
h2 { font-size: 175%; }
h3 { font-size: 150% }
h4 { font-size: 125% }

body {
  font: 13px sans-serif;
  background-color: white;
  width: 960px;
  margin: 0 auto;
}

header {
  padding: 20px;
  
}

header figure {
  display: inline-block;
}

header figure#other_logos {
  float: right;
}

header figure#other_logos img {
  padding: 0 26px;
  vertical-align: middle;
}

header nav {
  font-size: 13px;
  color: black;
  padding-left: 2px;
}

header nav a {
  text-decoration: none;
  color: black;
}

header nav a:hover, header nav a:focus {
  text-decoration: underline;
}

/* fixed width centered layout */
main {
  margin: 0 auto;
  width: 908px;
  padding: 26px;
  display: block; /* for legacy browsers */
}

main footer {
  text-align: center;
  margin-top: 2em;
}

select, input, textarea, button { font:99% sans-serif; }
#bodyHold, .bodyHold {
	width: 1000px;
	margin: 0 auto;
}
body, select, input, textarea {
	color: #363534;
}

#form_errors ul { 
  margin-left: 4em;
}

#form_errors {
  border: 1px solid red;
  background: #FFEEEE;
  margin-bottom: 2em;
  padding: 1em;
}


.flash_error ul { 
  margin-left: 4em;
}

.flash_error {
  border: 1px solid red;
  background: #FFEEEE;
  margin-bottom: 2em;
  padding: 1em;
}

.flash_notice {
  border: 1px solid green;
  background: #EEFFEE;
  margin-bottom: 2em;
  padding: 1em;
}

INPUT[type='text'], textarea, INPUT[type='password'] {
}

INPUT[type='text']:focus, textarea:focus, INPUT[type='password']:focus {
 color: #fff;
 background-color: #444;
 border: 1px solid #f00;
}

#collections {
	width:200px;
        float: left;
}

#collection_contents {
	border-left:1px solid #CCCCCC;
        margin-left: 199px;
}

.collection_contents {
	
	min-height:500px;
	width:100%;
	position:relative;
}

.collection_contents h2, h3, h4 {
	margin-top: 1em;
	margin-bottom: 0.2em;
}

.collection_contents h2 {
	font-size: 16px;
}

div.box {
	border: solid 1px #CCCCCC;
	background-color: rgb(249, 220, 240);
	float:left;
	padding: 4px;
	margin: 6px 15px 0px 6px;
	min-width:80px;
        min-height:40px;
        text-align: center;
        font-size: 20px;
}

.item_description, .article-body {
	float: left;
	margin-bottom: 2em;
	margin-left: 1em;
	/*width: 95%;*/
	margin-right: 5%;
	white-space:nowrap;
}

.item_description img {
	float: left; 
	margin-right: 1em;
	border:1px solid black;
}

.article-body h1 {
	font-size:medium;
	margin-bottom:1em;
}

#items {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2em;
  background-color: rgb(231, 231, 231);
}

#items th {
  border: 0;
  padding: 0.6em 0.6em 0.6em 0.6em;
  margin: 0;
  color: white;
  background: rgb(100,110, 110);
  text-align: left;
}

#items td {
  border: 0;
  padding: 0.6em 0.6em 0.6em 0.6em;
  margin: 0;
  color: black;
  vertical-align: middle;
}

#items .numeric {
  text-align: right;
}

#items tr.footer {
  background: #cccccc;
}

#items td p {
  margin: 0;
  padding: 0;
}

.address {
  float: left;
  margin-right: 5em;
  margin-bottom: 2em;
}

.address h1 {
  font-size: 120%;
  line-height: 2em;
}

.footnote {
  font-size: smaller;
  margin-top: 1em;
  margin-bottom: 1em;
}

p { margin-bottom: 1em; }

label.approval_contacts {
  float: left;
  width: 15%;
  font-weight: bold;
  text-align: right;
  margin-right: 1em;
}