/*---------------------------------------------------------------

	0. RESET/IMPORT STYLES
	
		Resetting the styles overrides all default browswer
		styles. This particular sheet was developed
		by Eric Meyer (www.meyerweb.com)
		
---------------------------------------------------------------*/

/* Do not add sup and sub to the reset list below, they will not resize properly */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

:focus {
	outline: 0;
	}

ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/*---------------------------------------------------------------

	I. BASIC ELEMENTS
	
		The following selectors control the most basic 
		DOM elements starting with the root HTML element.

-----------------------------------------------------------------*/

html {
	background-color: #fff;
	font-size: 62.5%;
	line-height: 1;
	}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	}
	
section, article, nav, header, footer, aside, hgroup {
	display: block;
	}

a, a:active, a:visited {
	color: #a0410d;
	text-decoration: none;
	}

a:hover {
	color: #a0410d;  
	text-decoration: none;
	border-bottom: 1px solid #a0410d;
	}
	
a.img, a:link.img, a:visited.img, a:hover.img, a:active.img {
	border: none;
	text-decoration: none;
	}
		
p  {
	font-size: 1.2em;
	line-height: 1.4;
	margin: 0;
	padding: 0 0 10px 0
	}

p.credits {
	font-size: 1.1em;
	}
	
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.3em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
	
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.0em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 7px 0;
	}

	
img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom; Required for IE7, to remove built-in 2px gap for text descenders*/
	}
		
/*---------------------------------------------------------------

	II. LAYOUT RULES
	
		Rules that control the overall layout of the page.
		Subsequent grid formats are contained herein.

-----------------------------------------------------------------*/
		
#pageWrapper {
	background: none;
	overflow: visible;
	}
	
#navigationContainer {
	display: none;
	}
	
#pageContent {
	background: none;
	border-top: none;
	margin: 0;
	padding: 0 15px 8px 15px;
	overflow: visible;
	}
	
#secondaryNavContainer {
	background: none;
	border-bottom: none;
	height: 10px;
	}
	
#secondaryNavContainer nav {
	display: none;
	}	
	
#secondaryNavContainer #search {
	display: none;
	}
		
/*---------------------------------------------------------------

	III. MAIN CONTENT
	
		Rules that control the left-hand column.

-----------------------------------------------------------------*/

#mainColumn {
	/*margin: 0 15px 0 0;*/
	margin: 0;
	padding: 0;
	/*width: 475px;*/
	width: 770px;
	float: left;
	text-align: left;
	}
	
#headingContainer {
	margin: 0;
	padding: 12px 0 12px 0;
	}
	
#mainContent {
	background-color: #ffffff;
	border: 1px solid #736357;
	margin: 0;
	padding: 10px;
	overflow: visible;
	}
	
#mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.0em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#mainContent h2.documents {
	font-size: 2.1em;
	}
	
#mainContent p.floor {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
	
#mainContent p.interview_date {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
	
#mainContent p.introduction {
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#mainContent h1.interview {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	padding: 20px 0 15px 0;
	}
	
#mainContent hr {
	background-color: #c7b29a;
	color: #c7b29a;
	border: 0;
	margin: 0 0 20px 0;
	height: 1px;
	width: 100%;
	}
	
#mainContent ul {
	margin: 0;
	padding: 0 0 5px 15px;
	}

#mainContent ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.2;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#mainContent ul li.nested {
	list-style-type: none;
	}

#mainContent ul li ul {
	margin: 0;
	padding: 0 0 0 15px;
	}

#mainContent ul li ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#mainContent ul li ul li.last {
	padding: 0;
	}
	
#mainContent ol {
	margin: 0;
	padding: 0 0 5px 25px;
	}

#mainContent ol li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.2;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#mainContent ol li.nested {
	list-style-type: none;
	}

#mainContent ol li ul {
	margin: 0;
	padding: 0 0 0 15px;
	}

#mainContent ol li ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#mainContent ol li ul li.last {
	padding: 0;
	}
	
.identifiedVictim {
	height: 225px;
}
	
.column1 {
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
	}
	
.column2 {
	margin: 0;
	padding: 0;
	width: 49%; /*must use 49% or scroll bars appear in IE*/
	float: right;
	}
	
span.initial {
	font-family: 'Times New Roman', Times, serif; 
	font-size:6.5em; 
	float:left; 
	background:#AA8877 url(/images/stripes.png) repeat; 
	color:#fff; 
	margin:.06em .1em 0 0; 
	padding:.1em; 
	line-height:.7em;
	}
		
/*---------------------------------------------------------------

	IV. SECONDARY CONTENT
	
		Rules that control the right-hand column.

-----------------------------------------------------------------*/

#secondaryColumn {
	display: none;
	}
		
		
/*---------------------------------------------------------------

	V. FOOTER
	
		Rules that control the footer.

-----------------------------------------------------------------*/
		
#footerContainer {
	border-top: none;
	clear: both;
	}

#footerContainer footer {
	background: none;
	overflow: visible;
	}
	
#footerContainer footer ul.interior {
	display: none;
	}
	
#footerContainer footer ul.exterior {
	color: #000;
	}

#footerContainer footer ul.exterior a, #footerContainer footer ul.exterior a:active, #footerContainer footer ul.exterior a:visited {
	color: #000;
	}

#footerContainer footer ul.exterior a:hover {
	color: #000;
	}