/* CSS Document */
body {font-family: "Tahoma";font-size:12px;color:#515151;}

/*NAVIGATION*/
#navcontainer { width: 170px; height:198px; float:left; background-color: #BBC8D1; }
#navcontainer ul{padding:0; margin:0; list-style-type: none;background-color: #BBC8D1; margin-top:8px; margin-left:5px;}
#navcontainer li a{font-family: "Tahoma";font-size:11px;display:block;width: 170px;height:18px;text-decoration: none;color: #000000;}
#navcontainer li a:hover{background-color: #81939F;color: #000000;}
.clicked { background-color: #81939F;}

/*MAIN SYLES*/
#topnav {width:750px;height:198px;margin-left: auto;margin-right: auto;}
#navimage {width:580px;height:198px;float:left;margin-left: auto;margin-right: auto;background-repeat:no-repeat;}
#maintext {width:738px;margin-left: auto;margin-right: auto;padding:0px 5px 0px 5px;border-left:1px solid #bbc8d1;border-right:1px solid #bbc8d1; text-align:justify;}

/*TOP OF ALL TOPS*/
#top {width:750px;height:45px;margin-left: auto;margin-right: auto;}
.topleft {float:left; width:445px;}
.topmiddle {float:left; width:395px; font-size:24px; }
.topright {float:left; width:305px;}
.toptext { width:260px; padding:1px 0px 0px 10px; text-align:justify;}

/*FOOTER*/
#footer { width:750px;margin-left: auto;margin-right: auto; clear:both;}
.footerleft { height:18px; width:370px; float:left; background-color:#BBC8D1; padding:0px 0px 0px 5px; }
.footerright { height:18px; width:370px; float:left; background-color:#BBC8D1; text-align: right; padding:0px 5px 0px 0px;}
.footerright a:link {color:#000000; text-decoration:none;}
.footerright a:hover {color:#FFFFFF; text-decoration:none;}
.footerright a {color:#000000; text-decoration:none;}

/*DEFAULT PAGE STYLE*/
.defaulttext {float:left;width:495px; text-align:justify; margin-right:15px;}
.defaultleft {float:left;width:130px;border:1px solid #81939F; border-right:0px solid; height:90px; text-align:justify; padding:0px 3px 0px 3px; }
.defaultright {float:left;width:90px;border:1px solid #81939F; border-left:0px solid; height:90px; }
.defaultposition {background-color:#BBC8D1; display:block; font-weight:bold; margin-left:-3px; margin-right:-3px; padding:0px 0px 0px 2px;}
.defaultname {background-color:#BBC8D1; display:block; font-weight:bold; text-align:right; padding:0px 2px 0px 0px;}

/*HISTORY SECTION*/
.topyear { background-color:#BBC8D1; font-weight:bold;}
.topyearright { font-size:18px; font-weight:bold; text-align:right; }
.headerhistorytimeline { font-size:18px; background-color:#81939F;}
.tablehistorytimeline {width:263px; float:left; margin-top:2px; margin-left:-3px;}
.displayhistory {width:430px; float:left; margin-left:20px; margin-top:2px;}

/*EQUAL OPPORTUNITIES*/
.lighterblue { background-color:#BBC8D1;}
.mediumblue { background-color:#81939F;color:white;}

/*CAREER OPPORTUNITIES*/
.detailspositiontable { border:1px solid #000000; padding: 5px 5px 5px 5px; margin-top:5px; margin-bottom:5px;}
.positiontable { text-align:left;border:1px solid #000000; margin-top:5px; margin-bottom:5px; width:90%; margin-left:auto; margin-right:auto;}
.listvacheader {border-bottom:1px solid #000000; background-color:#81939F; font-weight:bold;}
/*FONTS*/
.boldmebig { font-size:16px; font-weight:bold;}
.williams { font-family:"Times New Roman", Times, serif; font-size:13px;}
.arrow {color:#FFFFFF; font-size:14px;}
.boldmenormal { font-weight:bold;}

/*ROW COLORS CHANGE*/
.row1{ background-color:#D7DFE7;}
.row2{ background-color:#FFFFFF;}


/*APPLICATION ONLINE FORM*/
.personaldetails {width:80%; border:1px solid #666; padding:5px 5px 5px 5px; float:left; font-family:"Tahoma";}
form input {border:1px solid #666;}
form  select{border:1px solid #666;}
form textarea{border:1px solid #666;}
.informationcontainer{
  float: right;
  width: 15%;
  height: auto;
  margin: 0px 0px 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}
.informationheader{
  background-image: url(images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0px 3px 27px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;

}
.informationtext {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
  }

legend {
  font-size: 125%;
  font-weight: bold;
  color: #000000;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px;
  }
  
fieldset { padding: 0px 5px;}

.educationheader {border-bottom:1px solid #666; font-weight:bold;}
.givemeaborder{border-bottom:1px solid #666;}