/***************************************************
	SPECIAL REPORTS ARCHIVE STYLES
***************************************************/

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,800);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);*/

@charset "utf-8";
/* CSS Document */

/*
Red		- #cc0033
Blue	- #003366
Gray	- #333333
*/

/***************************************************
	GENERAL
***************************************************/
ul.specialReports {
	display:block;
	padding:0;
	margin:0;
}
.specialReports li {
	display:block;
	clear:both;
	border-top:1px dotted #ccc;
	padding:20px 0;
}
.specialReports li:first-child {
	border-top:none;
	padding-top:0;
}
.containerLeft {
    padding:20px 15px 10px 30px;
}
.containerRight{
    padding:0px 30px 15px 30px;
}
.specialReports li h2 {
	color: #254b7d;
	font-weight:bold;
	margin: 8px 0;
	padding: 0 0 8px;
	font-size:20px;
	border-bottom:1px dotted #ccc;
}
.specialReports li p {
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 6px;
}
.specialReports li a {
	color: #254b7d;
}
.specialReports li img {
	border: 1px solid #254b7d;
}

/***************************************************
	ARCHIVE ACCORDION
***************************************************/

#specialReportsArchive .panel-heading {
    padding:0;
}
#specialReportsArchive .panel-heading a {
    display:block;
    padding:10px 15px;
}
#specialReportsArchive .panel-body {
    padding:0;
}
#specialReportsArchive .panel-body ul {
    margin:0;
}
#specialReportsArchive .panel-body li {
    list-style:none;
    padding:0;
    border-top:1px solid #ccc;
}
#specialReportsArchive .panel-body li.yearHeading {
    background:#DADFE6;
    padding:2px 10px;
    color: #153D6B;
    font-weight: bold;
    font-size: 12px;
    padding:3px 10px 1px;
}
#specialReportsArchive .panel-body li:first-child {
    border-top:0px;
}
#specialReportsArchive .panel-body a {
    display:block;
    padding:5px 10px 4px;
}
#specialReportsArchive .panel-body a:hover {
    background:#eee;
}

/***************************************************
	MAIN CONTENT
***************************************************/


/***************************************************
	SIDEBAR
***************************************************/


/***************************************************
	PHOTOS / VIDEOS
***************************************************/
.photoBlock a {
	display:block;
}
.photoBlock img {
	width:100%;
	border:1px solid #133C6A;
}
.photoBlock p {
	font-size:12px;
}

/***************************************************
	FLOATS
***************************************************/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/***************************************************
	.end
***************************************************/