﻿body{
	margin:0;
	padding:0;
	font-size:14px;
	font-family: 'Libre Baskerville', serif;
	}
#s4-bodyContainer
{padding-bottom: 0;}
#container{
	width:100%;
	margin:0;
	padding:0;
	background-color: #ECEAE1;
	font-size:14px;
	color:#333333;
	}
#container p{
font-size: 14px;
color: #333;
	
}
#donation-banner, #donation-banner a, #donation-banner a:visited{
	width:100%;
	text-align:center;
	background-color:#D45C27;
	color:#FFFFFF;
	margin:0;
	padding:10px;
	position:relative;
	text-decoration:none;
	font-size:16px;
	font-family: 'Spartan', Verdana, sans-serif;
}
#donation-banner a:hover{
	text-decoration:underline;
}

#header{
	width:960px;
	height:70px;
	margin:0 auto;
	padding: 15px 0;
	}
.right_column_header {
	float: left;
	width: 480px;
}
.right_column_header h4 {
	float: right;
	margin: 16px 45px 0 0;
	color: #D45C27;
	font-family: 'Spartan', Verdana, sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	text-align:right;
	letter-spacing:1;
}
.right_column_header.pre1989 {
	float: left;
	width: 480px;
}
.right_column_header.pre1989 h4 {
	float: right;
	margin: 40px 45px 0 0;
	color: #D45C27;
	font-family: 'Spartan', Verdana, sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	text-align:right;
}

.right_column_header h5 {
	float: right;
	clear: both;
	margin: 10px 30px 5px 10px;
	color: #58595B;
	font-family: 'Spartan', Verdana,  sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing:1px;
}
.right_column_header img {
	clear: both;
	float: right;
	margin: 3px 30px 0 15px;
}
.left_column_header {
	float: left;
	width: 480px;
}
.left_column_header img {
	margin: 0;
	padding: 16px 45px 10px 30px;
	width:300px;
}

/*** 
BEGIN NAVIGATION 
***/
#navigation_container{
	width:100%;
	height:31px;
	background-color:#748D93;
	margin:0;
	padding:0;	
}
#navigation {
	width: 960px;
	height: 30px;
	margin: 0 auto;
}
/*** ESSENTIAL STYLES ***/
.nav_list, .nav_list * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav_list {
	line-height: 1.0;
}
.nav_list ul {
	position: absolute;
	top: -999em;
	width: 15em; /* left offset of submenus need to match (see below) */
}
.nav_list ul li {
	width: 100%;
}
.nav_list li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.nav_list li {
	float: left;
	position: relative;
}
.nav_list a {
	display: block;
	position: relative;
}
.nav_list li:hover ul, .nav_list li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */;
	z-index: 99;
}
ul.nav_list li:hover li ul, ul.nav_list li.sfHover li ul {
	top: -999em;
}
ul.nav_list li li:hover ul, ul.nav_list li li.sfHover ul {
	left: 1em; /* match ul width */;
	top: 0;
}
ul.nav_list li li:hover li ul, ul.nav_list li li.sfHover li ul {
	top: -999em;
}
ul.nav_list li li li:hover ul, ul.nav_list li li li.sfHover ul {
	left: 10em; /* match ul width */;
	top: 0;
}
/*** NAVIGATION STYLE ***/
.nav_list {
	float: left;
	margin-bottom: 1em;
	margin-left:20px;
}
.nav_list a {
	padding: .75em 1em;
	text-decoration: none;
	font-size:12px;
}
.nav_list a, .nav_list a:link, .nav_list a:visited, .nav_list a:hover {
	/* visited pseudo selector so IE6 applies text colour*/
	color: #FFFFFF;
	text-decoration:none;
}

.nav_list li {
	font-size:12px;
	text-transform:uppercase;
	font-family: 'Spartan', Verdana,  sans-serif;
	font-weight: 400;
	letter-spacing:1px;

}
.nav_list li li {
	background: #434343;
	font-size:12px;
	text-transform:none;
	font-family: Arial, serif;

}
.nav_list li li li {
	background: #434343;
}
.nav_list li:hover, .nav_list li.sfHover, .nav_list a:focus, .nav_list a:hover, .nav_list a:active {
	background: #434343;
	outline: 0;
}
/*** arrows **/
.nav_list a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url('/assets/exonerations/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {
	/* give all except IE6 the correct values */
	top: .8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.nav_list ul .sf-sub-indicator {
	background-position: -10px 0;
}
.nav_list ul a > .sf-sub-indicator {
	background-position: 0 0;
}
/* apply hovers to modern browsers */
.nav_list ul a:focus > .sf-sub-indicator, .nav_list ul a:hover > .sf-sub-indicator, .nav_list ul a:active > .sf-sub-indicator, .nav_list ul li:hover > a > .sf-sub-indicator, .nav_list ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background: url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
#mgmenu1 .menu_text{
	color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	line-height:1.25;
	font-size:12px;
}
/*** 
END NAVIGATION 
***/
.right_column {
	float: left;
	width: 200px;
}
.center_column {
	float: left;
	width: 400px;
}
.left_column {
	float: left;
	width: 200px;
}

#content{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	display:inline-block;
	}
#MainContent{
	width:95%;
	height:auto;
	margin:10px auto;
	padding:0;
	
}

/*** 
BEGIN FOOTER
***/
#footer_container{
	width:100%;
	height:auto;
	margin:0 auto;
	background-color:#4E4E4E;
	display:inline-block;
	padding: 15px 0 50px 0;
}
#footer{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-color:#434343;
	color:#FFFFFF;
	z-index:400;
	font-size:12px;	
	line-height:1.35;
}
#footer p{
	color:#FFFFFF;
	font-size:12px;	
}

#footer h3 {
	color: #FFFFFF;
	font-family: 'Spartan', Verdana,  sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
}
.left_column_footer {
	padding:10px 0 0 32px;
	float: left;
	width: 560px;
}
.left_column_footer a, .left_column_footer a:visited, .left_column_footer a:hover, .left_column_footer a:link, .right_column_footer a, .right_column_footer a:visited, .right_column_footer a:hover, .right_column_footer a:link {
	color:#FFFFFF;
	text-decoration:none;	
}
.left_column_footer img{
	margin:0 10px 0 0;
}

.left_column_footer ul{
margin-left: 0;
padding-left: 0;
list-style: none;
}
.left_column_footer li{
padding-left: 15px;
background-image: url(/assets/exonerations/images/list_icon_white.png);
background-repeat: no-repeat;
background-position: 0 .4em;
margin:10px 0 0 0;	
}
.right_column_footer {
	float: right;
	width: 310px;
	padding:10px 30px 0 0;
}
.right_column_footer ul{
margin-left: 0;
padding-left: 0;
list-style: none;
}
.right_column_footer li{
padding-left: 15px;
background-image: url(/assets/exonerations/images/list_icon_white.png);
background-repeat: no-repeat;
background-position: 0 .4em;
margin:10px 0 0 0;	
}

/*** 
END FOOTER
***/




img {
	border: 0;
}

/* HEADER STYLES */
h1 {
	font-size: 20px !important;
	font-family: 'Spartan', Arial, serif !important;
	font-weight: 600 !important;
	padding: 0;
	margin: 0;
	text-transform:uppercase;
	letter-spacing:1px;
	color: #D45C27;
}
h2 {
	font-size: 18px !important;
	font-family: 'Spartan', Arial, serif !important;
	font-weight: 600 !important;
	text-transform:uppercase;
	letter-spacing:1px;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 16px !important;
	font-family: 'Spartan', Arial, serif !important;
	font-weight: 600 !important;
	text-transform:uppercase;
	letter-spacing:1px;
	margin: 0;
	padding: 0;
}
.accordionButton h3{
	padding-left: 15px;
background-image: url(/assets/exonerations/images/list_icon.png);
background-repeat: no-repeat;
background-position: 0 .4em;
margin:10px 0 0 0;	

}
a, a:link, .ms-WPBody a, .ms-WPBody A:link {
	color: #D45C27;
}

a:hover, .ms-WPBody a:hover {
	color: #D45C27;
	text-decoration: underline;
}
a:visited, .ms-WPBody a:visited {
	color: #D45C27;
}

table.ms-listviewtable {
    font-family: sans-serif;
}

#pagetitle{
padding:0;
margin:0;
width:100%;			
}
#breadcrumbs{
padding:0;
margin:0;
width:100%;				
}
#breadcrumbs a{
font-size:10px;
font-family:Verdana, Geneva, sans-serif;
color:gray;		
text-transform:uppercase;
margin-right:10px;		
}
.last_crumb{			
font-size:12px;
font-family:Verdana, Geneva, sans-serif;
color:#000000;		
text-transform:uppercase;	
}

#ctl00_explitLogout_ExplicitLogin{
display:none;
text-decoration:none;
font-size:1px;
color:#ffffff;
}
.accordionButton{
padding:0 0 15px 0;
}
.abbrev_list{
}
.abbrev_def td{
vertical-align:top;
width:600px;	
}

.left_abbrev_list td{
vertical-align:top;
text-align:left;
padding:0 15px 0 0;
}

.right_abbrev_list td{
vertical-align:top;
text-align:left;
padding:0;
margin:0;
}

/* added to enhance grid view  -Rich */
.ms-alternating  {background-color:rgb(220,220,220);}
.ms-vh2 {
   font-weight:bold;
   color:black;
   white-space:normal;
   font-family:tahoma,sans-serif;  
}
TD.ms-vb {
   /*font-weight:bold;*/
   color:black;
   white-space:normal;
}
.ms-vb2 A:visited {
 color:purple;
}
TH.ms-vh2 a { 
   color:black; 
}
/* 2 COLUMN */
#summary_view{
width:760px;
margin:0 0 15px 0;
position:relative;
}
.summary_view_left{
width:360px;
float:left;
}
.summary_view_right{
width:360px;
float:right;
}
/* STYLE DNA DEFINITION */
.dnadef {
	color: #808080 !important;
	font-size: 10px !important;
	line-height:1.1 !important;
}
/* STYLE DATABASE HEADERS */
.ms-vh2 .ms-unselectedtitle .ms-vb{
word-wrap: normal !important;
}
.ms-viewheadertr tr{
word-wrap: normal !important;
}

.ms-vh, .ms-vh2, .ms-vh-icon, .ms-vh2-nofilter, .ms-vh2-nofilter-notextalign, .ms-vh2-nofilter-icon, .ms-viewheadertr .ms-vh-group, .ms-vh2-nograd, .ms-vh3-nograd, .ms-vh2-nograd-icon, .ms-ph, .ms-pickerresultheadertr
{
	background-color:#C4C4C4 !important; 
}
/* STYLE DATABASE HEADERS */
.hpcontainer{
	width:400px;
	height:auto;
	display:inline-block;
	margin:10px 0 10px 0;
	padding:0;
	position:relative;
}
.browse{
	width:370px;
	height:auto;
	display:inline-block;
    background-color:#97AEBF;
	padding:15px;
	clear: both;
	position:relative;
}
.contactus{
	width:160px;
	height:285px;
	margin:5px 5px 0 0;
	padding:15px;
	float:left;
	position:relative;
	background-color:#D45C27;
}
.readreport{
	width:160px;
	height:285px;
	margin:5px 0 0 5px;
	padding:15px;
	float:right;
	position:relative;
	background-color:#CFDC52;
	padding:0;
	margin:0;
}
.ms-vb a, .ms-vb a:visited:hover, .ms-vb2 a:visited:hover, .ms-vb-user a:visited:hover, .ms-disc a:visited:hover{
	color:#D45C27 !important;
}
.ms-unselectedtitle .ms-vb a, .ms-unselectedtitle .ms-vb a:visited:hover, .ms-unselectedtitle .ms-vb2 a:visited:hover, .ms-unselectedtitle .ms-vb-user a:visited:hover, .ms-unselectedtitle .ms-disc a:visited:hover{
	color:#000000 !important;
}

.followus{
width:160px;
height:auto;
margin:2px 20px 0 0;
padding:0;
	color:#ffffff;
	font-size:12px;
	position:relative;
	float:right;
}
.social_media{
width:160px;
height:auto;
margin:2px 13px 0 0;
padding:0;
	color:#ffffff;
	font-size:12px;
	position:relative;
	float:right;
}

#container .followus p{
	color:#ffffff;
}
.social_followus{
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	position:relative;
	float:left;
	margin:0;
	padding:6px 0 0 0;
	color:#FFFFFF !important; 
}
.social_icons{
	}
ul.social_icons {
	margin:0;
	padding:0;
	}

.social_icons li {
	display:inline;
	list-style-type: none;
	padding:0 0 0 2px;
	margin:0;}

#MainContent .ms-PartSpacingVertical{
margin:0;
}
.ms-listviewtable .ms-vb2{
	color:#333333;
}
.preheader {
	background-color: #434343;
	padding: 15px 0;
	margin: 0;
}
.preheader h3 {
	font-size: 10px !important;
	font-family: 'Spartan', Verdana, sans-serif !important;
	text-align: center;
	color: #cccccc;
}
.footer_3column{
width:736px;
clear:both;
padding:20px 32px;
text-align:center;
margin:0 auto;
font-size:12px;
}
.footer_3column a{
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	font-size:12px;
}
.footer_001{
float:left;
width:230px;
margin:0 15px 0 0; 
text-align:center;	
}
.footer_002{
	float:left;
	width:230px;
	margin:0 15px 0 0; 
	text-align:center;
}
.footer_003{
float:left;
width:230px;
text-align:center;
	
}
.footer_001 img, .footer_002 img, .footer_003 img{
width:175px;
}

ul.twocolumn{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
       -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;
       -webkit-column-width: 400px; /* Chrome, Safari, Opera */
    -moz-column-width: 400px; /* Firefox */
    column-width: 400px;
    width:850px;}

