@charset "utf-8";
/* CSS Document

 #ffc000 yellow
 #002e3f navy
 
 
 
  */
  
  
  
  html, body {
  margin: 0px;
  padding: 0px;
}


  
  body {
  background-color: #002e3f;
   text-align: center;
	font: normal 12pt Arial, Tahoma, Verdana, Georgia, sans-serif; 
  color:#ffffff;  

}
  
  
  #container {
	margin: 0px auto;
	width:1024px;
	height:768px;
	position: relative;
	text-align: left;
	background:url(images/bg.jpg)

  }
  
  
  
  h1 {
	  color: #ffc000;
	  font-size:32px; 
	  font-weight:bold
	  margin-bottom:4px;
	  
  }
  
  
    h2 {
	  color: #002e3f;
	  font-size:20px; 
	  font-weight:bold;
	  margin-bottom:20px;
	  
  }
  
  th {
	text-align:left;
	color:#ffc000;
	padding-bottom:60px;
  }
  
.yellow {
color:#ffc000;	
}
  
  
th.employ {
	padding-bottom:40px;  
  }
  
  .smaller {
	 font-size:12pt; 
  }
  
  .small_left_marg {
	margin-left:60px;  
	 font-size:16px; 
  }
  
  
  h1.menu_h1{
	color:#ffffff;
	margin-top:32px;
	text-decoration:underline;
  }
  
  a { text-decoration:underline; color:#ffffff; 
  }
  
  a.underline {
	text-decoration: underline;  
  }
  
  a:active, a:focus { outline: none; }
  
  ul
{
list-style-image : url( "images/bullet.png" );
}
  
  
  li {
	margin-bottom: 16px;  
	  
  }
  
  
 ul.careers li {
	margin-bottom:2px; 
 }
 
 .job_details {
	width:500px; 
 }
 
 .sample_jobs {
	float:right;
	width:240px;
	padding-top:90px; 
 }
 
 #corner_circle{
	position:absolute;
	right:20px;
	top:40px;
 }
  
  #yellow_bar {
	position:absolute;
	top:0px;
	left:0px;
	width:1024px;
	height: 58px;
	padding:0px;
	margin-top:2;

  }
  
  h3.yellow_bar_words {
	color:#002e3f;
	font-weight: normal;
	font-size:28px;
	text-align:center;
	margin-top:10px;

  }
  
  
  #menu_body {
	 position:absolute;
	 top:80px;
	 left: 20px;
	 width:980px;
 
  }
  
    
  #menu {
	 position:absolute;
	 top:68px;
	 left: 20px;
	 width:140px;
 
  }
  
  
  .main_menu {
	height:140px;
  }
  
  #main_menu_images {
	  
	position: absolute;
	top:250px;
	left:640px;
  }


  #body_content {
	position:absolute;
	top:72px;
	left:206px;
	width: 800px;

  }
  
  #home_but {
	position: absolute;
	top:4px;
	left:6px;
  }
  
  #nav {
	position: absolute;
	top:18px;
	left:750px;  
  }
  
  
  
	
	  #done {
	position: absolute;
	left:940px;
	top:670px;
	height:81px;
	width: 58px;
  }
  
  .blue_border {
	border:4px solid #002e3f;
	  
  }
  
 
  
  
  a.yellow_link, a:visited.yellow_link
  {
	  font-size:20px;
	  font-weight:bold;
	  color: #002e3f;
	  text-decoration:none;
	  
  }
  
.source {
font-size:14px;	
text-align:center;
}
