@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
}
h1, h2, h3, h4, p, li, a {
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
#bannerBkgd {
	/*background: -webkit-linear-gradient(#445777, #919caf, #445777);*/
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#445777', endColorstr='#445777',GradientType=0 ); /* IE6-9 */
	
	background-color: #445777;
	}
#bannerSeal {float:left;}
#bannerText {
	color: #eee;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 3.25em;
	text-transform: uppercase;
	/*letter-spacing: 0.05em;*/
	display:block;
	margin-top: 40px;
	text-shadow: 1px 1px 3px #000;
}
#hotlineBtn {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Courier New;
	color: #ffffff;
	font-size: 30px;
	background: #cc0000;
	padding: 5px 10px 5px 10px;
	border: solid #880000 2px;
	text-decoration: none;
	letter-spacing: 0.05em;
	margin-top: 30px;
}
#hotlineBtn:hover {
	background: #f52323;
	text-decoration: none;
}
#hotlineSubtext {
	color:#ddd;
	font-size:12px;
	display:block;
	margin-top: 5px;
}
#socialLinkBullets #social_email:link {
	background-image: url(../images/social_email.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 30px;
	color: #fff;
	display: block;
	height: 33px;
	width: 100px;
	text-decoration: none;
	font-size: 11px;
	float: left;
}
#socialLinkBullets #social_email:hover {
	background-image: url(../images/social_email_hover.png);
	text-decoration: underline;
}
#socialLinkBullets #social_twitter:link {
	background-image: url(../images/social_twitter.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 30px;
	color: #fff;
	display: block;
	height: 33px;
	width: 85px;
	text-decoration: none;
	font-size: 11px;
	float: left;
}
#socialLinkBullets #social_twitter:hover {
	background-image: url(../images/social_twitter_hover.png);
	text-decoration: underline;
}
#socialLinkBullets #social_facebook:link {
	background-image: url(../images/social_facebook.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 30px;
	color: #fff;
	display: block;
	height: 33px;
	width: 100px;
	text-decoration: none;
	font-size: 11px;
	float: left;
}
#socialLinkBullets #social_facebook:hover {
	background-image: url(../images/social_facebook_hover.png);
	text-decoration: underline;
}
#socialLinkBullets #social_share:link {
	background-image: url(../images/social_share.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 30px;
	color: #fff;
	display: block;
	height: 33px;
	width: 80px;
	text-decoration: none;
	font-size: 11px;
	float: left;
}
#socialLinkBullets #social_share:hover {
	background-image: url(../images/social_share_hover.png);
	text-decoration: underline;
}
#socialLinkBullets #social_iOS:link {
	background-image: url(../images/social_iOS.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 30px;
	color: #fff;
	display: block;
	height: 33px;
	width: 80px;
	text-decoration: none;
	font-size: 11px;
	float: left;
}
#socialLinkBullets #social_iOS:hover {
	background-image: url(../images/social_iOS_hover.png);
	text-decoration: underline;
}
#socialLinkBullets #social_email:visited, #social_twitter:visited, #social_facebook:visited, #social_share:visited {
	color: #fff;
}

.obscure { 
position: absolute !important; 
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 
clip: rect(1px, 1px, 1px, 1px); 
}

/* custom bootstrap code for main nav */
body #navBkgdColor {
	background-color: #00015e;
}
.navbar-default .navbar-nav > li > a {
	color: #a5b1c6;
	border-left: 1px solid #4445a1;
	border-right: 1px solid #000;
	width: 160px;
	text-align:center;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	text-decoration:underline;
}

#accordion .panel-heading {background-color:#445777;}
#mainContent #subContent #subContainer #accordion .panel-heading h4 a:link {
	color:#AFD0FF;
	}
#mainContent #subContent #subContainer #accordion .panel-heading h4 a:hover {
	color:#FFF;
	background-color:transparent;
	text-decoration:underline;
	border-bottom: none;
	}
/*end*/

a {
	color: #4b5f80;
}
.oig_title_FeatureAuditInvestigation {
	background-color: #fcd380;
	width: 95%;
	height: 50px;
	margin: 0;
	padding: 0;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0 0 /* working in IE 9 */
}
.oig_title_FeatureAuditInvestigation h2 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#8f733a;
	margin: 0;
	padding: 15px 0 0 15px;
}
.oig_topBoxes {
	background-color:#fff;
	width: 95%;
	height:440px;
	overflow: auto;
	padding: 0 0;
	border: 2px solid #fcd380;
}
.oig_topBoxes p {
	padding: 10px 15px;
}
.oig_topBoxes p strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.oig_topBoxes a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #495c7c;
	line-height: normal;
}
.oig_topBoxes ul {
	margin: 80px 0 0 0px;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
.oig_topBoxes ul li {
	margin: 5px 0 10px 0;
	/*list-style-type: none;
	background-image: url(../images/RR_bullets.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 5px 0 5px 30px;*/
}
.oig_bottomBoxes {
	background-color: #fcd380;
	width: 95%;
	height: 50px;
	margin: 0;
	padding: 0;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius: 0 0 10px 10px /* working in IE 9 */
}
.oig_bottomBoxes a:link {
	text-align:right;
	margin:0;
	padding: 15px 20px 0 0;
	display: block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #495c7c;
}

#oig_head {
	background-color: rgba(75,95,128,0.2);
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#readingRoom_Oversight {
	background-color: rgba(75,95,128,0.2);
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#videosHomepage {
	background-color:#fff7e7;
	padding-top: 20px;
	padding-left: 60px;
}
#videosHomepage h2 {
	float:left;
	padding-right: 25px;
}
#videosHomepage img {background-color:#fff7e7;
	border: 2px solid #b4bdcb;	
}
#videosHomepage p {
	font-size: 1em;
	line-height: 1.25em;
	padding-right: 100px;
	margin-top: 20px;
}
#videosHomepage .videoLinks {
	margin-bottom:20px;
}
#videosHomepage .videoLinks a:hover {
	color:#f00;
	text-decoration:underline;
}
#videos {
	background-color: rgba(75,95,128,0.2);
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footerInternal {
	background-color:#485b7a;
}

.footerAudits, .footerInvestigations {
	width: 10%
}
.footerAboutUs, .footerRecruitment {
	width: 13%
}
.footerOversightAreas {
	width: 15%
}
.footerContactNASAOIG {
	width: 17.5%
}
.footerInternalEmail {
	width: 18.5%
}

#footerInternal .contentSpan {
	/*width: 14.15%;*/
	margin: 10px 0 10px 0;
	padding: 0 5px 0 5px;
}
#footerInternal ul {
	list-style-type: none;
	padding-left: 0;
}
#footerInternal p {
	color: #fff;
	font-size: 12px;
}
#footerInternal ul li {
	color: #fff;
	font-size: 10px;
}
#footerInternal ul li a:link {
	color: #abcced;
	font-size: 10px;
	padding: 0;
	margin: 0;
}
#footerInternal ul li a:visited {
	color: #abcced;
	font-size: 10px;
	padding: 0;
	margin: 0;
}
#footerInternal ul li .smallText {
	color: #fff;
	font-size: 8px;
}
#footerGovt {
	margin: 20px 0 40px 0;
}
#footerGovt ul {
	list-style-type: none;
	padding-left: 0;
}
#footerGovt a:link {
	color: #888;
	font-size: 12px;
}
#footerGovt p {
	padding: 0;
	margin: 0;
}

/****** SUB-PAGE CONTENT ******/
/* ===== Subpage Content ==== */
#subContent {
	width:100%;
}
#subContent #subContainer {
	display: block;
	width: 100%;
	background-color:#FFF;
	padding: 40px;
}
#subContent #subContainer h2 {
	color:#555;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom: 10px;
}
#subContent #subContainer h3 {
	color:#000;
	font-size:1.1em;
	font-weight:bold;
	margin: 10px 0 5px 0;
	padding: 0 0 0 20px;
}
#subContent #subContainer p {
	padding: 5px 60px 5px 40px;
}
#subContent #subContainer ul {
	padding: 5px 180px 5px 80px;
}
#subContent #subContainer ul li {
	margin: 15px 0 15px 0;
}
#subContent #subContainer a:link {
	text-decoration:none;
	color: #3399FF;
	font-weight: bold;
}
#subContent #subContainer a:visited {
	text-decoration:none;
	color: #3399FF;
	font-weight: bold;
}
#subContent #subContainer a:hover {
	background-color: #ddd;
	text-decoration:none;
	border-bottom: dashed 1px #00f;
	color: #00f;
}
.panel-body .ooa_ap th, td {
	border: 1px solid black;
	padding: 5px;
}
.panel-body .conDisForm th, td {
	border: none;
	padding: 5px;
}
.ooa_ap th {
	background-color:#ddd;
}

/* ===================== */
/* ===== Org Chart Styles ==== */
#orgCharts {
	margin:10px auto;
	text-align:center;
}
#orgBanner {
	background: #193a5b;
	height: 83px;
}
#orgBanner h1 {
	color: #FFF;
	font: 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	text-align: center;
	margin: 0px auto;
	padding-top: 20px;
	display: block;
	width: 650px;
}
#orgBio{
	margin: 20px;
	width: 900px;
}
#orgBio #content p {
	margin: 10px 0;
}
#orgClose {
	float:right;
	margin:5px;
}
#orgClose a:link {
	color:#bbb;
}
#orgClose a:hover {
	color:#fff;
	text-decoration:none;
}
#orgClose img {
	border:0;
	vertical-align: middle;
}
#orgBio #content ul {
	margin-left:20px;
}
/*@media (min-width:768px){
	}
	*/
@media (max-width:767px){

#hotlineBtn {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Courier New;
	color: #ffffff;
	font-size: 14px;
	background: #cc0000;
	padding: 3px 7px 3px 7px;
	border: solid #880000 2px;
	text-decoration: none;
	letter-spacing: 0.05em;
	margin-left: 35px;
  }
  #hotlineSubtext, #socialLinkBullets {
	  display:none;
  }
  
  .oig_title_FeatureAuditInvestigation {
	  margin-top: 20px;
	  width: 100%;
  }
  .oig_topBoxes {
	  width: 100%;
	  overflow:hidden;
  }
  .oig_bottomBoxes {
	  width: 100%;
  }
  .footerAudits, .footerInvestigations, .footerAboutUs, .footerRecruitment {
	  visibility:hidden;
  }
  .footerOversightAreas, .footerContactNASAOIG, .footerInternalEmail {
	  width: 100%;
  }
}