/*------------------------------------------------------------------
Project:		Financial Crisis Inquiry Commission
Author:			Ryan Dudek
Last change:	2010-01/05
-------------------------------------------------------------------*/

#wrapper {
	margin: 0 auto;
	width: 90%;
}
#header {
	margin: 4px auto;
}
#header h1 {
	display: block;
}
#header form#headerSearch, #navigation, #navigation ol, div.addthis {
	display: none;
	visibility: hidden;
}
	

#content {
	border-bottom: 3px solid #CCC;
	border-top: 3px solid #CCC;
	margin: 10px auto;
	padding: 15px 0;
}

#footer ul {
	clear: both;
	display: block;
	margin: 0 0 10px 0;
}
#footer li {
	border-right: 1px solid #3e588f;
	float: left;
	font-size: 12px;
	list-style: none;
	margin: 0 15px 0 0;
	padding: 0 14px 0 0;
}
#footer li.last {
	border: none;
}
#footer a {
	color: #003366;
	text-decoration: none;
}
#footer p {
	color: #003366;
	font-size: 1.3em;
}


a:link { color:#003366; }
a:visited { color:#003366; }
a:active { color:#003366; }
a:hover { color:#003366; }

h1, h2, h3, h4, h5, h6 {
  color: #003366;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.25;
  margin: 0 0 1em 0;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 15px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
}

ul {
  list-style-type: disc;
  margin: 0 0 1em 2.5em;
}
ol {
  list-style-type: decimal;
  margin: 0 0 1em 2.5em;
}
p {
	font-size:13px;
	line-height:1.6em;
	margin-bottom:1em;
}
li {
	font-size:13px;
	line-height:1.4em;
	margin-bottom:0.4em;
}
caption {
	font-size: 11px;
	line-height: 1.20;
	padding: 2px 2px;
	margin: 0 auto 8px auto;	
}

/* Contact form
--------------------------------------------- */
#contact_us fieldset { margin:1em 0 0 0;padding:1em 0; }
#contact_us legend {
	border:none;
	border-bottom:1px solid #ccc;
	color:#666;
	display:block;
	font-size:1.8em;
	padding:0 .15em 0 0;
	vertical-align:none;
	width:100%;
}
#contact_us label { display:block;font-size:1.3em;margin:1em 0 .25em 0; }
#contact_us textarea { height:10em;width:100%; }
#contact_us span { display:block; }
#contact_us fieldset input, #contact_us fieldset textarea {
	background:#F8FAF8;
	border:1px solid #CCC;
	color:#333;
	font-size:1.3em;
	padding:.25em;
}
#contact_us input.wide {
	width: 31.5em;
}
#contact_us input.submit, input.submit {
	cursor: pointer;
}
#contact_us .zipUS { width:5em; }
#contact_us .column { clear:none !important;float:left;margin-right:1em; }
#contact_us .error label { color:red; }
#contact_us .error input { background:#DDDFDF; }
#contact_us label.error { color:red;display:inline; }