html, body, div, img, form, p, span, input, select, h2, h3, h4, ul, li
{ /*font-size:0pt;*/
 margin: 0px;
 padding: 0px;
 border: 0px;
}

body
{ color: #000;
 background-color: #00438C;
 text-align: left;
 font-family: Arial, sans-serif;
}

#container
{ text-align: left;
  background: #fff url(../pic/design/bottom_bg.gif) bottom right no-repeat;
  overflow: hidden;
  height: 100%;
  /*width: 770px;*/
}


/*---- HEADER --------------------------------------------------------------------*/
#header
{ height: 100px;
  position: relative;
}
#header div.left
{ width: 160px;
  float: left;
  height: 100px;
}
#header div.right div
{ background: url(../pic/design/header_bg_right.jpg) right top no-repeat;
}
#header div.right
{ background: url(../pic/design/header_bg_back.gif) repeat-x;
  height: 100px;
}
#header a.opportunities, #header a.whitepapers
{ font-size: 12px;
  color: #6A6A6A;
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  top: 77px;
}
#header a.opportunities
{ right: 120px; }
#header a.whitepapers
{ right: 12px; }
/*---- END HEADER --------------------------------------------------------------------*/



/*---- MENU --------------------------------------------------------------------*/
#menu
{ width: 140px;
  float:left;
  margin-bottom: 20px;
}
#menu div.line
{ height:1px;
  overflow:hidden;
  position:relative;
  background-color: #E8EEF5;
}
#menu div.passive, #menu div.active
{ text-align: right;
  margin-right: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#menu div.active
{ background: url(../pic/design/menu_bg.gif) left repeat-y;
}
#menu div.passive a, #menu div.active a, #menu div.active span
{ font-size: 13px;
  text-decoration: none;
  color: #00438C;
  font-weight: bold;
}
/*---- END MENU --------------------------------------------------------------------*/



/*---- MAIN --------------------------------------------------------------------*/
#main
{ margin-left: 180px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}
#main h4.title
{ font-size: 24px;
  color: #00428C;
  font-weight: normal;
  border-bottom: 1px solid #E8EEF5;
  margin-bottom: 20px;
}

#main p{
  margin: 12px 0px 12px 0px;
}
#main div{
  margin: 12px 0px 12px 0px;
}
/*---- END MAIN --------------------------------------------------------------------*/


/*---- FOOTER --------------------------------------------------------------------*/
#footer
{ padding: 5px 10px;
}
#footer span, #footer a
{ color: #96BFE4;
  font-size: 11px;
}
#footer a
{ text-decoration: underline;
}
#footer a:hover
{ color: #cef;
}
#footer span.active
{ color: #cef;
}
/*---- END FOOTER --------------------------------------------------------------------*/

/*---- OPPORTUNITY PAGE --------------------------------------------------------------------*/
form.opp_form input
{ width: 150px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #000;
}
form.opp_form input.subm
{ width: 80px;
  height: 22px;
  border: 1px solid #000;
}

a.arhive
{ font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  color: ##0000cc;
}
a.arhive:hover
{ text-decoration: underline;
}
/*---- END OPPORTUNITY PAGE --------------------------------------------------------------------*/