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

body {
	background-color:#000000;
	}
	
.wrapper {
	background-color:#77A3D6;
    box-shadow: 3px 2px 30px #000000;
	-moz-box-shadow: 3px 3px 30px #000000;
	-khtml-box-shadow: 3px 3px 30px #000000;}
	
.maincontentwrapper {
	background-color:#FFFFFF;
    /* box-shadow: -7px 0 5px -5px #555555;
	-moz-box-shadow: -7px 0 5px -5px #555555;
	-khtml-box-shadow: -7px 0 5px -5px #555555;*/
}

.menuwrapper {box-shadow: 3px 3px 3px #0b3553;
	-moz-box-shadow: 3px 3px 3px #0b3553;
	-khtml-box-shadow: 3px 3px 3px #0b3553;}

header {
	margin-bottom:30px;	
}



.eeo {
background-color: #9EBEE2;
padding:15px;
border-radius:5px;
margin-top:15px;
/*margin-bottom:12px;*/
}

.sitepicture
{
margin-top:12px;
margin-bottom:12px;
margin-left:12px;
}

.sitepictureeeocontainer
   {
	 background-color:#E9E9EA;	
   }
   
.announcements {background-color:#efefef;
border-radius:5px;
padding-top:10px;
padding-bottom:20px;
padding-left:20px;
padding-right:20px;

}

.announcements h3 {color:#900;}

.jobsfeature {background-color:#B8CCE9;
height:392px;
border-radius:5px;
padding-top:10px;
padding-bottom:20px;
padding-left:20px;
padding-right:20px;
box-shadow: 3px 3px 3px #939393;
	-moz-box-shadow: 3px 3px 3px #939393;
	-khtml-box-shadow: 3px 3px 3px #939393;

}

.jobsfeature a { text-decoration:underline;
font-weight:normal;	
	}
.jobsfeature hr {
	border-style:inset;
	border-color:#CCC;
	}
	

	
.jobsfeature h4 {
	color:#8C0000;
	font-weight:bolder;
	text-align:center;
	}
	
/* to center image and text for the jobsfeature to satisfy html5*/		
.jobsfeature img {margin-left:auto;
margin-right:auto;
text-align:center;}
	
/* to center text for the jobsfeature to satisfy html5*/	
/*.center {
	
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	
	}*/


.nav-pills > .active > a > .badge {
  color: #000000;
  background-color: #fff;
}

a {
  color: #000000;
  font-weight:bold;
  text-decoration: none;
}

.jobsfooter {
	/*background-color:#CCC;*/
    box-shadow: 3px 3px 30px 3px #CCCCCC;
	-moz-box-shadow: 3px 3px 30px 3px #CCCCCC;
	-khtml-box-shadow: 3px 3px 30px 3px #CCCCCC;
	/*margin-top:2px;*/
	text-align:center;
	padding-top:15px;
	padding-bottom:8px;			
	}

.jobsfooter a {text-decoration:underline;
font-weight:normal;}

.intern a {font-weight:normal;
text-decoration:underline;}

.blueheader {color:#36C;
font-weight:bold;}