@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT_Sans-Web-Regular'), url(PT_Sans-Web-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local('PT_Sans-Web-Italic'), url(PT_Sans-Web-Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT_Sans-Web-Bold'), url(PT_Sans-Web-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: local('PT_Sans-Web-BoldItalic'), url(PT_Sans-Web-BoldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Tinos';
  font-weight: 700;
  src: local('Tinos'), url(Tinos-Bold.ttf) format('truetype');
}

body {
	background-color: #f2f2f2;
}
img.float-right{
	float:right;
	padding:0px 0px 20px 20px;
}
img.float-left{
	float:right;
	padding:0px 20px 20px 0px;
}
a {
	font-weight: bold;
	color: #003658;
	font-family: 'Tinos', "Times New Roman",serif;
}
a:hover {
	font-weight: bold;
	color: #003658;
}
a:active {outline:none;}
:focus {
  outline: 3px #111a29 dotted !important;
  outline-offset: 1px;
  outline-radius: 5px;
}
.clear {clear:both;}

h1, h2, h3, h4 {
  margin-bottom: 15px;
}


/* General Typography */
body {
	font-family: "PT Sans",sans-serif;
	color: #333;
}
strong.grey {
	color:#555555;
}
.blue {
	color:#111a29;
	font-weight:600;
}
h3.blue {
  margin-bottom: 0;
}
strong.brown{
	color:#803201;
	font-weight:600;
}
span.extraBold {
	font-weight:800;
}

/* Helpers */
.margin-left-20 { margin-left:20px; }
.margin-left-30 { margin-left:30px; }
.margin-left-40 { margin-left:40px; }
.spacer-40 { height: 40px; }
/**************************************** */
/* Main Wrappers */
/**************************************** */
#wrapper-header {
	background-color:#111a29;
	height:120px;
}
#wrapper-outerbox{
	background-image: url(/images/layout/bg-body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width:1020px;
	margin:auto;
}
.wrapper-innerbox {
	width:982px;
	margin:auto;
  padding-top:25px;
}
#wrapper-footer .wrapper-innerbox {
  padding-top: 0;
}
/**************************************** */
/* Extra blocks */
/**************************************** */
/*  Ads Box Home Page */
.buttons-box {
	margin: 20px 0px 20px 20px;
}
#extra-homepage {
	padding-top:30px;
	display:block; 
	clear:both;
	height:110px;
}
#extra-homepage .buttons-box {
	margin:0px;
	float:left;
	display:inline-block;
}
#extra-homepage a.hover-button {
	height: 110px;
	width: 292px;
  display: block;
	float:left;
  margin-right: 40px; 
}
#extra-homepage a.join-team-button { background-image: url(/images/joinourteam_btn.jpg); }
#extra-homepage a.join-team-button:hover { background-image: url(/images/joinourteam_btn_on.jpg); }
#extra-homepage a.press-and-media-button { background-image: url(/images/pressandmedia_btn.jpg); }
#extra-homepage a.press-and-media-button:hover { background-image: url(/images/pressandmedia_btn_on.jpg); }
#extra-homepage a.testimony-button {
  background-image: url(/images/testimony_btn.jpg);
  float: right;
  margin-right: 0;
}
#extra-homepage a.testimony-button:hover { background-image: url(/images/testimony_btn_on.jpg); }

/* Newsletter Box */
div.newsletter-box {
	margin-top:20px;
	padding-left:20px;
}
div.newsletter-box div.label {
	float:left;
	width:250px;
	margin-top: 15px;
}
/* Used to keep the newsletter and Report Activity button together in internal pages */
div.extra {
	clear:both;
	padding-top:20px;
	padding-bottom:10px;
}

/**************************************** */
/* Header, top Navigation and Search Form */
/**************************************** */
div#wrapper-header div.wrapper-innerbox {
	padding-top:0px;
	position:relative;
}

.logo-top {	
	width:90px;
	height:90px;
	position:absolute;
	left: 20px;
	top: 13px;
}
.header-box-top{
	position:absolute;
	left:170px;
	color: #FFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
/* Home and contact us links */
ul.top-menu-extra {
	margin:0px;
	padding:0px;
}

ul.top-menu-extra li{
	border-right:1px solid #fbbd35; 
	float:left;
	display:inline-block;
	height:37px;
  padding-left: 20px;
  padding-right: 20px;
	text-align:center;
}
ul.top-menu-extra li.last-item {
	border:none;
  padding-right: 0;
}
ul.top-menu-extra li.last-item a {
  padding-right: 0;
}
ul.top-menu-extra li a {
	display:block;
	padding:6px;
	margin:3px;
	color:#FFF; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size:14px;
	font-weight:bold;
	
}
/* Main Navigation Bar / Lava menu block */
div.menu-box {
	position:absolute;
	top:75px;
	width:812px;
}
ul.top-main-menu {
	margin:0; 
	padding:0; 
	float:right;	
	text-transform: uppercase;
}
ul.top-main-menu li {
	float: left;
}
ul.top-main-menu li a {
	color:#FFF; 
	/* This Font property avoids issues with the lava menu and delay when loading web fonts */
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-shadow: -1px -1px #333, -1px -1px #132a3f;
	z-index: 2;
	position: relative;
	padding:8px;
  padding-left: 10px;
}
/* Blob is the background element for the Lava menu */
#blob {
	position: absolute;
	top: 0;
	z-index : 1;
	background-color: #2c7ba2;
}
/**************************************** */
/* Main Layout elements */
/**************************************** */
.body-content-top {
	background-image: url(/images/layout/bg-body-bottom-top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height:17px;
}
.body-content-bottom {
	background-image: url(/images/layout/bg-body-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 17px;

}

.body-wrapper{
	width:982px;
}

.body-maincolumn {
	width:610px;
}
.body-sidecolumn {
	width:340px;
	position:relative;
}
.body-sidecolumn.right {
	float:right;
	width:329px;
	margin-right:12px;
}
.body-sidecolumn.left {
    float: right;
    margin-right: 30px;
    width: 312px;
}
body#publications div.body-sidecolumn.left {
	width:167px;
	margin-right:11px;
}

.body-maincolumn.homepage {
	float:left;
}
.body-maincolumn.leftColumn {
	float:right;
	padding-right:10px;
}
.body-maincolumn.rightColumn {
	float:left;
	padding-right:10px;
}
.body-maincolumn.leftColumn.publications {
	background-color: #white;
	background-image: linear-gradient(#e5e5e5, white);
	width:773px;
	margin-right:13px;
	padding-right:0px;	
}



/**************************************** */
/* Accordions */
/**************************************** */
/* Home Page */
div#accordion {
	/*This will fix the height of the box and avoid pushing down the crosspromoting box */
	// height:636px 
}
div#accordion h2 {
	background-color:#3a424e;
	padding:12px;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	cursor: pointer;
  margin-bottom: 0;
}
div#accordion h2 a {
  font-family: inherit;
  font-size: inherit;
  color: white;
}
div#accordion .on h2 {
	background-color: #111a29;
}
div#accordion div.accordion-news-item {
	margin:0px 20px 10px 20px;
	padding-bottom:10px;
	border-bottom:1px inset #666;
	line-height:16px;
}
div#accordion div.last-item {
	margin:0px 20px 16px 20px;
	padding-bottom:0px;
	border-bottom:none;
}
div#accordion div.accordionTitle {
	text-align: left;
  border-bottom: 2px solid white;
}
div#accordion div.accordionTitle h2 {
  padding-left: 30px;
}
div#accordion div.pane {
	background-image: linear-gradient(#e5e5e5, white);
	background-color:#FFF;
	padding: 10px;
	display:none;	
}

div#accordion div.accordion-news-item .title{
	font-family: "PT Sans",sans-serif;
	font-style: normal;
	font-weight: 600;
	color:#333333;
	font-size:14px;
}
div#accordion div.accordion-news-item .details{
	color:#333;
	font-weight:normal;
	font-size:14px;
}


/**************************************** */
/* Sliders */
/**************************************** */
/* Home Page */
body#home #slider-box {
  background: white;
	height: 204px;
	/*width: 618px;*/
	padding: 8px;
	position: relative;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	background-position: center;
  float: left;
}
/**/
/* position and dimensions of the navigator */
.navi {
    bottom: 10px;
    height: 20px;
    margin-left: 328px;
    position: absolute;
    right: -110px;
    width: 200px;
	clear:both;
}

/* items inside navigator */
.navi a {
    width:13px;
    height:13px;
    float:left;
    margin:3px;
    background:url(/images/navigator.png) 0 -13px no-repeat;
    display:block;
    font-size:12px;
	cursor:pointer;
}

/* mouseover state */
.navi a:hover {
    background-position:0 0px;
}

/* active state (current page state) */
.navi a.active,
.navi a.current {
    background-position:0 0px;
}

/* Sliders */
body#home #slider-box #scrollable {
	position:relative; 
	width:600px;
	overflow:hidden;
	height:220px;
}
body#home #slider-box .scrollable .items {
	width:3000px; 
	position:relative;
	clear:both;
}
body#home #slider-box #scrollable .items div.slider {
	width: 600px; 
	height:180px;
	float:left;
	display:block;
	position:relative;
}
body#home #slider-box #scrollable .items div.slider .slider-article-photo {
	float:left; 
	width:265px;
  padding-left: 5px;
	margin-top:5px;
}
body#home #slider-box #scrollable .items div.slider .slider-article-content {
	float:left; 
	width:310px; 
	margin-left:15px;
	margin-top:5px;
}
body#home #slider-box #scrollable .items div.slider .slider-article-link {
	float:left; 
	margin: 0 15px 0 15px; 
}
body#home #slider-box #scrollable .items div.slider .slider-article-link a {
	color:#1e405f;
	font-weight:bold;	
	font-family: 'Tinos',"Times New Roman",serif;
}
body#home #slider-box #scrollable .items .slider .slider-article-content {
	line-height: 18px;
	color:#666666;
	padding-top:0;
}
body#home #slider-box #scrollable .items .slider .slider-article-content h1 {
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom:10px;
	margin-bottom:9px;
}
/* Left Side Slider */
div.body-sidecolumn.slider div.side-menu-boxA{
	background:none;
	
}
div.body-sidecolumn.slider {
	background-image: url(/images/layout/menu-box/bg-menu-box.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color:#e4e4e4;	
}

body#subpage div#slider-box {
	width:250px;
	margin:auto;
	margin-top:20px;
}
body#subpage #slider-box #scrollable {
	position:relative; 
	width:250px;
	overflow:hidden;
	height:520px;
}
body#subpage #slider-box .scrollable .items {
	width:2000px; 
	position:relative;
	clear:both;
}
body#subpage #slider-box #scrollable .items div.slider {
	width: 250px; 
	height:520px;
	float:left;
	display:block;
	position:relative;
}
body#subpage .navi {
	width:250px;
	margin:auto;
    bottom: 0px;
    height: 20px;
    margin-left: 225px;
    position: absolute;
	clear:both;
	right:-70px;
}

/* Recruitment page */
/* ***************************************************** */
div#sliderRecruiting {
	height:292px;
	width: 971px;
	position:relative;
	margin-bottom:24px;
}
div#sliderRecruiting div.pane {
	padding: 10px;
	background-color:#FFF;
	background-repeat: repeat-x;
	display:none;	
}
div#sliderRecruiting div#scrollable {
	position: relative;
	width: 971px;
	overflow: hidden;
	height: 292px;
	background-image: url(/images/interactiveslider/bg_slider.png);
	background-repeat: no-repeat;
}
#sliderRecruiting div#scrollable div.items {
	width:7000px; 
	position:relative;
	clear:both;
}
div#sliderRecruiting div#scrollable  div.items div.slider {
	width: 971px; 
	height:180px;
	float:left;
	display:block;
	position:relative;
}

div#sliderRecruiting a.prev {
	position: absolute;
	left: -53px;
	top: 110px;
    z-index: 10;
	cursor:pointer;
}

div#sliderRecruiting a.next{
	position: absolute;
	right: -53px;
	top: 110px;
    z-index: 10;
	cursor:pointer;
}

div#sliderRecruiting div.navi {
	display:none;
}
div#sliderRecruiting div#scrollable  div.items div.slider .slider-article-photo {
	float: left;
    height: 290px;
    margin-left: 10px;
    width: 300px;
	margin-top:10px;
}
div#sliderRecruiting div#scrollable  div.items div.slider .slider-article-content {
	float:left;
	width:630px;margin-top:10px;
}
div#sliderRecruiting div#scrollable  div.items div.slider .slider-article-content h1 {
	font-weight:20px;
	margin-bottom:10px;
}
div#sliderRecruiting div#scrollable  div.items div.slider .slider-article-link {
	margin-top:20px;
	float:left;
}

/**************************************** */
/* Home Page Content */
/**************************************** */
/* Upcoming Reports */
ul.column-news-links {
	padding:0px 15px; 
	margin:0px;
}
ul.column-news-links li {
	list-style-image: url(/images/layout/list-icon-small.gif);
	list-style-type: disc;
	float: left;
	padding-right: 5px;
	margin-right:10px;
	padding-bottom: 0px;float:left;
}
.column-news-item {
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #e6e6e6;
	padding-bottom: 12px;	
	color:#666666;
	font-size:14px;
	line-height:18px;
}
.column-news-links li abbr {
  display: inline-block;
}
.column-news-links li a{
  white-space: nowrap;
	display: block;
	margin-right:4px;
	color:#1e4c69;
	font-weight: bold;
	font-family: 'Tinos';
	font-size:12px;
}
.column-news-links li a.odd {
	padding-right:8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #375c75;
}
.column-news-links li a.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.column-news-item .column-news-title {
	font-weight: bold;
}
.column-news-item span.news-release-date {
	display: inline;
	padding-right:19px;
	margin-right:10px;
}

body#home a.workProgress {
	font-family: 'Tinos';
	color:#003366;
	font-weight: bold;
	font-size:12px;
	border:none;
	padding:0px;
}
body#home #local-high-risk {
  text-align: center;
}
body#home #local-high-risk a {
  font-size: 13px;
  padding: 10px;
}
.body-maincolumn .inner-box .high-risk-tabs {
  text-align: right;
  margin-bottom: 20px;
  margin-top: -5px;
}
.body-maincolumn .inner-box .high-risk-tabs a {
  background-color: #7f3502;
  color: white;
  padding: 8px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#high-risk-local-map {
  width: 552px;
  height: 600px;
	background-image: url(/images/hisk-risk-local-map.jpg);
	background-repeat: no-repeat;
}

#home-feed {
  clear: both;
  float: left;
  width: 600px;
}
#home-feed h1 {
	height:34px;
	padding:10px 0px 0px 14px;
	background-color: #fbbd35;
	color:#111a29;
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
}
#home-feed h2 {
	padding:0px 0px 12px 14px;
	color:#003366;
	font-size:14px;
	font-weight:600;
}
div.column-news-item p {
	margin-left:30px;
}


/**************************************** */
/* Federal Awards */
/**************************************** */
/* Special Titles */
h1.federal-awards{
	background-image: url(/images/layout/titles/bg-federal-awards.gif);
	background-repeat: no-repeat;
	background-position: right;
}
/**************************************** */
/* Internal Pages Content */
/**************************************** */





#sub-page .column-news-item,
#progress-page .column-news-item {
	padding-bottom:0px;
}
#side-menu-box {
	margin-top: 70px; /*75px;*/
	line-height:2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
}


div.side-menu-boxA {
	background-color:#f0f0f0;	
}
/**************************************** */
/* Side column headers / menus */
/**************************************** */
body#publications div.side-easysearch h2 {
	color:#111a29;
	height:35px;
	padding-left:20px;
	padding-top:10px;
	font-size:24px;
	text-transform:capitalize;	
	background-color:#fbbd35;
	font-weight:400;
}

div.side-menu-boxA h2,
div.side-form-boxA h2{
	color: #FFF;
	height: 34px;
	background-color: #111a29;
	padding-left: 20px;
	padding-top: 8px;
	text-transform: capitalize;
	font-size: 20px;
	font-weight:600;
}
div.side-form-boxA {
	background-color:#e4e4e4;	
}
div.side-menu-boxA ul{
	margin:0px 0px;
	padding:0;
}
div.side-menu-boxA li {
	display:block;
	border-bottom:1px solid #dcdcdc;
}

div.side-menu-boxA li.current {
  background-color: #111a29;
	display:block;
}
div.side-menu-boxA li:hover{
  background-color: #3a424e;
	display:block;
}
div.side-menu-boxA li.current a,
div.side-menu-boxA li:hover a {
	color:#FFF;
}
div.side-menu-boxA li a{
	font-family:"PT Sans",sans-serif;
	padding:8px 0px 8px 27px;
	font-weight:600;
	font-size:16px;
	display:inline-block;	
	color:#111a29;
}
div.side-form-boxA ul.side-menu-boxB {
	margin-top:90px;
	padding:0px 20px;
	
}
div.side-form-boxA ul.side-menu-boxB li{ 
	padding:10px 0px;
	border-bottom:1px solid #e2e2e2;
	display:block;
	height:20px;
	text-align:center;
}
div.side-form-boxA ul.side-menu-boxB li.first-menu-item {
	border-top:1px solid #e2e2e2;
}
div.side-form-boxA ul.side-menu-boxB li a{
	padding-left:10px;
	font-size:13px;
	font-family: pragmatica-web;
	font-style:italic;
	font-weight:normal;
	color:#111a29;
	display:block;
}

/**************************************** */
/*  Forms */
/**************************************** */
/* Search Form */
form#form1 input#search{
	width: 180px;
	color:#069;
	font-size:14px;
	padding-left:2px;
}

/* Side Form A : Grey */
div.body-sidecolumn div.side-form-boxA form {
	padding-left:30px;
}

div.body-sidecolumn div.side-form-boxA form label {
	display:block;
	color:#111a29;
	padding:10px 0px 2px 0px;
	font-size:14px;
}
div.body-sidecolumn div.side-form-boxA form label span.optionalField {
	font-style:italic;
}
div.body-sidecolumn div.side-form-boxA form input {
	width: 227px;
	height: 29px;
	border: none;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #d0d0d0;
	padding-left: 8px;
}
div.body-sidecolumn div.side-form-boxA form textarea {
	width: 227px;
	height: 196px;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #d0d0d0;
	padding-left: 8px;
	resize: none; 
	margin-bottom:6px;
	overflow: auto;
}

div.body-sidecolumn div.side-form-boxA form input.submit-leftbar {
	background-color: #111a29;
	border: 1px solid white;
	color:#FFF;
  border-radius: 6px;
  padding: 5px 10px;
  font-style: italic;
	cursor:pointer;
}
/* Easy Search Form */
ul.easysearch-menu {
	margin-top:4px;
	margin-left:0px;
	padding-left:0px;
	border-top:10px solid #111a29;
  background-color: white;
}
ul.easysearch-menu li {
	border-bottom:1px solid #111a29;
	padding:0px;
	padding-bottom: 5px;
	padding-right: 5px;
	display:block;
}

ul.easysearch-menu li a {
	font-size:13px;
	color:#111a29;
	font-weight: bold;
	font-family:"PT Sans",sans-serif;
	padding-left:10px;
	display:block;
	padding-top:4px;
}
div.side-form-easysearch {
	background-color:white;
	font-size:11px;
}
div.side-form-easysearch form {
	text-align:center;
}
div.side-form-easysearch fieldset{
	border:none;
	padding: 10px 2px 2px 10px;
	margin-right:4px;
	margin-bottom: 0px;
	text-align:left;
}
div.side-form-easysearch form hr {
	border:none;
	width:96%;
	height:1px;
	background-color: #111a29;
}

div.side-form-easysearch .module {
	font-size:13px;
	font-weight:bold;
	color:#111a29;
	padding-bottom:10px;
	display:block;
}
div.side-form-easysearch .side-form-checkboxes .module {
	padding-bottom:0;
}
div.side-form-easysearch input {
	margin-left:0px;
	vertical-align:middle;
}
div.side-form-easysearch legend {
	color:#333333;
	background-color:#dcbd60;
	height:18px;
	display:block;
	font-size:13px;
	margin-top:10px;
	padding-top:4px;
	padding-right:10px;
}
div.side-form-easysearch form fieldset input {
	margin:0;
	padding:0;
	vertical-align:middle;
  margin-right: 5px;
  display: block;
  float: left;
  clear: both;
}
div.side-form-easysearch form fieldset label {
	color:#333333;
	font-size:11px;
}
div.side-form-easysearch form fieldset div.checkbox{
	clear:both;float:left;
	width:22px;
}
div.side-form-easysearch form fieldset div.label label{
}

div.side-form-easysearch form fieldset div.checkbox input{
	display:inline;
}
div.side-form-easysearch form fieldset input.textField {
	border:1px solid #cc9900;
	background-color:#FFF;
	font-size:13px;
	font-style:italic;
	color:#636363;
	font-family:"PT Sans",sans-serif;
	width:142px;
	padding-left:2px;
}
div.side-form-easysearch input.submit, .easysearch_button {
  background-color: #fbbd35;
  border-radius: 6px;
  margin-top: 5px;
  padding: 5px 10px;
	color: #111a29;
	border: 1px solid #fed588;
	font-size: 14px;
	font-style: italic;
	text-indent: -4px;
	cursor:pointer;
  font-weight: bold;
}
div.side-form-easysearch a.fullListing {
	font-weight:normal;
	font-size:10px;
	font-style:italic;
	float:right;
	padding:20px 0px;
	font-family:"miryad-pro",sans-serif;
	color:#636363;
}
/* Easy Search Check boxes working with jQuery UI*/
/* *********************** */
.ui-state-default {
    background: url("/images/forms/checkbox_normal.gif") no-repeat scroll 0 50% ;
    font-weight: normal;
	width:12px;
	height:12px;
	border:none;
}
.ui-state-active {
    background: url("/images/forms/checkbox_enabled.gif") no-repeat scroll 0 50%;
    font-weight: normal;
	border:none;
}
label.ui-button span.ui-button-text {
	padding-left:14px;
}
.ui-button {
    cursor: pointer;
    line-height: normal;
    text-align: center;
	border:none;
}
.ui-helper-hidden-accessible {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
	left:-20000px;
}
/**************************************** */
/* Main Content Column */
/**************************************** */
div.featured-image {
	padding-bottom:14px;
}

.body-maincolumn .inner-box ul {
	margin-bottom:20px;
	padding-left:14px;
}
.body-maincolumn .inner-box ul li {
	list-style-position: outside;
	list-style-type: disc;
}
.body-maincolumn .inner-box ul li ul {
	margin-bottom: 0;
}
.body-maincolumn .inner-box a  {
	font-family:"PT Sans",sans-serif;
	color:#111a29;
	font-weight:400;
	font-size:14px;
}
.body-maincolumn .navi a.active,
.body-sidecolumn .navi a.active { color: white; }
.body-maincolumn .navi a,
.body-sidecolumn .navi a { color: black; text-align: center; }

.body-maincolumn .inner-box h4 a  {
	font-weight: inherit;
	font-size: inherit;
}
/**************************************** */
/* Right Column */
/**************************************** */
div.body-maincolumn.rightColumn div.inner-box h1 {
	background-color:#015985;
	height:34px;
	color:#FFF;
	font-size:24px;
	font-weight:600;
	margin-bottom:20px;
}
div.body-maincolumn.rightColumn div.inner-box h1 span {
		padding-left:20px;
		margin-top:6px;
		display:inline-block;
}

/**************************************** */
/* Left Column */
/**************************************** */
div.body-maincolumn.leftColumn div.inner-box,
div.body-maincolumn.rightColumn div.inner-box {
	line-height:18px;
	font-size:14px;
	color:#555555;
}
div.body-maincolumn.leftColumn div.inner-box h1 {
	background-color:#fbbd35;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
	color:#111a29;
	font-size:22px;
	line-height:22px;
	font-weight:600;
	margin-bottom:20px;
}
div.body-maincolumn.leftColumn div.inner-box h1 span {
		display:inline-block;
}
div.body-maincolumn.leftColumn div.inner-box h2 {
	color:#111a29;
	font-size:18px;
  margin-top: 15px;
  margin-bottom: 10px;
}
div.body-maincolumn.leftColumn div.inner-box p,
div.body-maincolumn.rightColumn div.inner-box p {
	margin-bottom:20px;
}

table.recommendations {
  margin-top: 1em;
  margin-right: 1em;
}
div.body-maincolumn.leftColumn div.inner-box table.recommendations p,
div.body-maincolumn.rightColumn div.inner-box table.recommendations p {
	margin-top: 5px;
	margin-bottom: 5px;
}
/**************************************** */
/* Main Column Content */
/**************************************** */

/**************************************** */
/* Publications */
/**************************************** */
body#publications .body-maincolumn.leftColumn {

}
body#publications ul.inside-menu li {
	list-style-type: none;
}
body#publications ul.inside-menu li {
	float: left;
	padding-right: 20px;
	
}
body#publications div.body-maincolumn h1 {
	height:45px;
	background-color:#111a29;
  color: white;
}

body#publications div.body-maincolumn h1 span{
	padding-top:10px;
	padding-left:40px;
}


/**************************************** */
/* Footer */
/**************************************** */
#wrapper-footer {
	font-family: "PT Sans", sans-serif;
	line-height:18px;
	color: black;
	background-image: url(/images/layout/bg-footer.jpg);
	background-repeat: repeat-y;
	background-position: top;
	width: 1020px;
	margin:auto;
}
div#wrapper-footer div.wrapper-innerbox {
	width:982px;
	margin:auto;
}

div#wrapper-footer ul {
	margin:0;
	padding:0;
}
div#wrapper-footer ul li {
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: url(/images/layout/list-icon-footer.gif);
}
#wrapper-footer a {
	color: black;
	font-weight:normal;
	font-size:11px;
	font-family: "PT Sans", sans-serif;
}
.footer-menu-header, #wrapper-footer .footer-menu-header a {
	font-family: "PT Sans", sans-serif;
	font-weight:bold;
  color: black;
	font-size:14px;
  padding-top: 5px;
}
.footer-menu-header {
    margin-bottom: 5px;
}

/* Footer Columns */
div.footer-column1 {
	margin-left:54px;
	width:220px;
	float:left;
}
div.footer-column2 {
	margin-left:32px;
	width:204px;
	float:left;
}
div.footer-column3 {
	margin-left:34px;
	width:188px;
	float:left;
}	
div.footer-column3 {
	margin-left:34px;
	width:188px;
	float:left;
}	
div.footer-column4 {
	margin-left:36px;
	width:215;
	float:left;
}	
div.footer-column4 div.label {
	padding-top:16px;
}
div.footer-column4 div.icons {
	padding:10px 0px;
}
div.footer-column4 div.address {
	font-size: 14px;
  padding-top: 10px;
  clear: both; 
}

div.footer-column4 div.address h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
div.footer-column4 div.address p{
	padding-bottom:10px;	
	font-size: 14px;
}

a.hover-button {
	height: 34px;
  display: block;
	float:left;
}
a.facebook-button {
  width: 34px;
  background-image: url(/images/layout/facebook_btn.png);
}
a.facebook-button:hover { background-image: url(/images/layout/facebook_btn_on.png); }
a.twitter-button {
  width: 44px;
  background-image: url(/images/layout/twitter_btn.png);
}
a.twitter-button:hover { background-image: url(/images/layout/twitter_btn_on.png); }
a.linkedin-button {
  height: 34px;
  width: 34px;
  background-image: url(/images/layout/linkedin_btn_off.png);
}
a.linkedin-button:hover { background-image: url(/images/layout/linkedin_btn_on.png); }

body.summary div.icons { float: right; margin-right: 5px;}

.footer-column1,
.footer-column2,
.footer-column3 {
	background-image: url(/images/layout/footer-column-border.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
div.footer-bottom{
	background-image: url(/images/layout/bg-footer-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 17px;
}
/**************************************** */
/* Tagline - Below the footer */
/**************************************** */
#wrapper-tagline  {
	font-weight:200;
	font-size:12px;
	text-align:center;
	color:#555555;
	padding:10px;
}
#wrapper-tagline a {
	color:#555555;
	font-weight:200;
	font-family:"PT Sans",sans-serif;
}

/**************************************** */
/* OVERLAY  Privacy policy and Conditions of use */
/**************************************** */

/* the overlayed element */
#overlayPageWrapper{
	margin:30px 40px;
	color:#666;
}
#overlayPageWrapper h1{
	margin-bottom:10px;
	color:#803202;
}

.overlay {
    display:none;
    background-image:url(/images/layout/overlay/white.png);
    width:640px;
    padding:35px;
    font-size:11px;
}
.overlayBox {
    display:none;
    background-image:url(/images/layout/overlay/white.png);
    width:640px;
    padding:35px;
    font-size:11px;
}
.overlay .close {
    background-image:url(/images/layout/overlay/close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}
#overlay {
	background-image:url(/images/layout/overlay/transparent.png);
	color:#efefef;
	height:450px;
}
div.contentWrap {
	height:441px;
	overflow-y:auto;
	font-size:16px;
	line-height:20px;
} 
div.contentWrap p {
	margin-bottom:20px;
}

/* Local changes */

table, td, th, tr {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 5px;
}

table.complaint_form { font-size: 100%; margin-bottom: 20px;}
table.complaint_form select { font-size: 80%; }
table.complaint_form, table.complaint_form td, table.complaint_form tr, table.complaint_form th  { border-width: 0;}

table#reports { text-align: center; border-color: black; }
table#reports tr td, table#reports tr th {
    border-width: 1px;
    border-style: solid;
	border-color: black;
}
table#reports td.report_title { 
    text-align: left;
    padding: 0 5px;
}
table#reports td.report_title p { margin: 3px; }
table#reports td.report_title p a { padding-right: .5em; }

table#recruiter_contact {
    vertical-align: top;
    border-width: 0;
    border-style: none;
}
table#recruiter_contact thead th {
    font-weight: normal;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: left;
}
table#recruiter_contact tbody td { vertical-align: top; }

table.sortable a.sortheader {
    background-color: #fbbd35;
    color: white;
    font-weight: bold;
    display: block;
    color: #111a29;
}
table.sortable th {
  padding-left: 0;
  padding-right: 0;
  background-color: #fbbd35;
  color: #111a29;
}
table.sortable span.sortarrow {
    color: #111a29;
    text-decoration: none;
}

table.stimulus_total, table.stimulus_total tr, table.stimulus_total th, table.stimulus_total td { border-color: black; }

table.stimulus_total, table.stimulus_total td, table.stimulus_total th {
	text-align: center; 
}

table.stimulus_total th { padding: .7em; font-size: 140%; }

table.stimulus_total caption {
    font-size: 1.5em; 
    font-weight: bold; 
    padding-bottom: 10px; 
    text-align: center; 
}

table td.label { text-align: right; }

body#home div.newsletter-box {margin-top: 0;}
body#home div.extra {padding-top: 0;}
body#home div.newsletter-box div.form, body#home div.newsletter-box div.label {margin-top: 15px;}

body#home #slider-box #scrollable .items div.slider .slider-article-link .title {
    color: #333333;
    font-family: "PT Sans",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}
body#home #slider-box #scrollable .items div.slider .slider-article-link .report_number {
    color: black;
    font-size: 14px;
    font-weight: bold;
}
body#home #slider-box #scrollable .items div.slider .slider-article-link .subtitle {
    color: #333;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
body#home #slider-box #scrollable .items div.slider .slider-article-link .links a,
body#home #slider-box #scrollable .items div.slider .slider-article-link .links {
    font-size: 12px;
}

body#home #slider-box #scrollable .items div.slider .slider-article-link .links abbr {
  display: inline-block;
}

div.body-maincolumn.leftColumn div.inner-box div.column-news-item p {
  margin-bottom: 0;
}
div.body-maincolumn.leftColumn div.inner-box h2.page-subtitle {
  margin-bottom: 20px;
}

.body-maincolumn .inner-box h2 a  {
  color: inherit;
  font-size: inherit;
}

.body-maincolumn .inner-box ul.sparse li {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 50px;
}

sup {
  vertical-align: top;
  font-size: 75%;
}

table.centered td, table.centered th, td.centered, th.centered {text-align: center;}

table caption { font-size: 120%; font-weight: bold; margin-bottom: 5px;}

body.summary div.inner-box ol {
  list-style-type: decimal;
  margin-bottom: 20px;
}
body.scope div.inner-box ol li ol {list-style-type: lower-alpha; margin-bottom: 0;}
body.scope div.inner-box ol li ol li ol {list-style-type: lower-roman; }
body.scope div.inner-box ol li {margin-top: 15px; margin-bottom: 15px;}

#search_button {
  color: white;
  padding: 4px 6px;
  margin-top: -4px;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 6px;
  border: 2px solid #fed588;
  color: #3a424e;
  background-color: #fbbd35;
  vertical-align:middle;
  font-weight: bold;
  cursor: pointer;
}

.rodauth input { margin-top: 5px; margin-bottom: 10px; }
#reports_table a {padding-right: 15px;}
#top-banner { margin-bottom: 10px; }
.opportunities-box {
	background-image: url(/images/opportunities/opportunities_box.jpg);
	background-position: center 1px;
	background-repeat: no-repeat;
	background-color:#FFF;
  color: #111a29;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 80px;
}
.opportunities-box img {
  margin-top: -15px;
  float: right;
  width: 180px;
  margin-left: 18px;
}

.body-maincolumn .inner-box ul.opportunities-tabs {
  padding-left: 0;
  margin-bottom: 10px;
  margin-top: 40px;
}
.body-maincolumn .inner-box ul.opportunities-tabs li {
  display: inline;
  border: 2px solid #ccc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
}
.body-maincolumn .inner-box ul.opportunities-tabs li.tab-selected {
  border-bottom-color: white;
  z-index: 10;
}
.opportunities-tab-content {
  display: none;
}
.opportunities-tab-content ol {
  list-style-type: decimal;
  margin-bottom: 20px;
  padding-left: 20px;
}
.opportunities-tab-content.tab-active {
  display: block;
  border: 2px solid #ccc;
  padding: 10px;
  border-radius: 10px;
  border-top-left-radius: 0;
}
blockquote {
  font-style: italic;
  font-size: 90%;
  margin-left: 30px;
}
cite {
  text-align: right;
  display: block;
}

@media print {
    div#wrapper-header, div#wrapper-footer, div.footer-bottom, div#wrapper-tagline, div#body-content-bottom, div.body-sidecolumn, div.extra { display: none; }
    div#wrapper-outerbox { margin: 50px; }
    body, div#wrapper-outerbox, div.wrapper-innerbox, div.body-wrapper, div.body-maincolumn.leftColumn, div.body-maincolumn.leftColumn.publications, div.inner_box, div.margin-left-40 {
        width: 100%;
        margin: 0;
    }
    div.inner_box { padding: 50px; }
}

