/* CSS Document */

body {
  background-image: url(/static/images/backgrounds/mainBg.png);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-repeat: repeat-x;
  background-color: #99d5ea;
}

#mainPanel {
  background-image: url(/static/images/mainPanelCorner.png);
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-color: #FFFFFF;
  position: relative;
  top: 18px;
  width: 1000px;
  height: auto;
  overflow: hidden;
  z-index: 1;
  float: left;
}

#titlePanel {
  position: relative;
  top: 8px;
  left: 24px;
  width: 235px;
  height: 96px;
  display: inline;
  z-index: 3;
  float: left;
}

#topPanel {
  position: relative;
  display: block;
  overflow: visible;
  float: left;
  z-index: 3;
  width: 100%;
}

#contentPanel {
  position: relative;
  left: 107px;
  top: 0px;
  width: 875px;
  background-color: #e5f2fa;
  height: auto;
  display: block;
  overflow: hidden;
  z-index: 3;
  float: left;
}

#topMenuBar {
  height: auto;
  background-image: url(/static/images/menu_bg.png);
  position: relative;
  display: block;
  z-index: 15;
  overflow: hidden;
  float: left;
  height: 23px;
}

#headerPanel {
  height: inherit;
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  width: 100%;
}

#bodyPanel {
  height: auto;
  position: relative;
  display: block;
  z-index: 19;
  overflow: hidden;
  float: left;
}

#footerPanel {
  height: auto;
  position: relative;
  display: inline;
  z-index: 15;
  overflow: hidden;
  background-color: #FFFFFF;
  float: left;
  width: 100%;
}

#loginPanel {
  background-image: url(/static/images/mainPanelCorner.png);
  background-repeat: no-repeat;
  background-position: 100% 0%;
  color: #005983;
  position: relative;
  width: 255px;
  height: 93px;
  z-index: 2;
  display: inline;
  float: right;
}

#headingPanel {
  float: left;
  position: relative;
  width: auto;
  background-color: #e5f2fa;
}

#headingPanel div {
  position: relative;
  height: auto;
  display: inline;
  z-index: 6;
}

#headingPanel img {
  vertical-align: bottom;
}

#headingPanel h1 {
  border-bottom: #7DC8E5 solid 8px;
  color: rgb(28, 88, 130);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 45px;
  padding: 0 0.25em 0 0.25em;
  margin: 20px 0 0 0;
  line-height: 85%; /** bring border-bottom closer */
}

#registerBtns {
  display: block;
  width: 195px;
  height: 120px;
  background: transparent url("/static/images/registerButton.gif") no-repeat;
  position: relative;
}

#registerBtns span {
  display: none;
}

#freeTrialBtn {
  display: block;
  float: left;
  position: absolute;
  left: 5px;
  top: 33px;
  background: url("/static/images/freeTrialBtn.gif") no-repeat;
  width: 70px;
  height: 18px;
}

#webinarBtn {
  display: block;
  float: left;
  position: absolute;
  left: 80px;
  top: 33px;
  background: url("/static/images/webinarBtn.gif") no-repeat;
  width: 112px;
  height: 18px;
}

#demoBtn {
  display: block;
  background: url("/static/images/demoBtn.gif") no-repeat;
  width: 124px;
  height: 18px;
  position: absolute;
  float: left;
  left: 35px;
  top: 99px;
}

img.feature,
  #rightNewsPanel {
  display: block;
  margin-top: 25px;

}

div.menuBar {
  display: block;
  width: 100%;
  height: 34px;
  background-image: url("/static/images/buttons/menuBlankOff.png");
  z-index: 1800;
  background-color: #e5f2fa;
  background-repeat: repeat-x;
  float: left;
  border-right: 1px #CCCCCC solid;
}

div.menuDropDown {
  z-index: 5;
  position: absolute;
  display: block;
}

div.menuDropDown img {
  z-index: 6;
  position: relative;
  display: block;
}

#demoLinkPanel {
  float: right;
  margin-right: 32px;
}

#demoLinkPanel img {
  float: right;
  vertical-align: top;
}

#sideMenuPanel {
  position: relative;
  background-color: #CCCCCC;
  float: left;
  display: inline;
  width: auto;
  height: 100%;
}

#rightSidePanel {
  position: relative;
  float: left;
  display: inline;
  width: 220px;
  height: 100%;
}

#rightSidePanel div img {
  display: block;
}

#promoLinks {
  height: 68px;
  overflow: hidden;
}

#rightNewsPanel {
  position: relative;
  display: block;
  float: none;
  top: 0px;
  overflow: hidden;
  z-index: 60;
  padding-right: 2px;
  width: 200px;
  padding: 0px;

}

#PIEmploymentPanel {
  background-color: #7dc9e1;
}

#PIEmploymentLogo {
  background-color: #c7deec;
}

#PIEmploymentText {
  background-color: #c7deec;
}

#PICommercialPanel {
  background-color: #0096bf;
}

#PICompletePanel {
  background-color: #025986;
}

.addressTitle {
  font-size: 12pt;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  font-weight: 600;
}

.addressText {
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  font-weight: 100;
  color: #16518b;
}

.style2 {
  font-size: 12px
}

.style9 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.style10 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 100;
}

#sidePanel {
  position: relative;
  width: 148px;
  background-color: #CCCCCC;
  padding: 8px;
  float: left;
  height: 100%;
  display: inline;
}

.pnlProduct {
  width: 200px;
  height: 160px;
  display: block;
  position: relative;
  padding: 0px;
  margin-bottom: 8px;
  overflow: hidden;
}

.lgoProduct {
  background-color: #c7deec;
  width: auto;
  position: relative;
  width: 52px;
  margin-top: 6px;
  padding: 4px;
  height: 100%;
  display: inline;
  float: left;
}

.txtProduct {
  background-color: #c7deec;
  width: 131px;
  position: relative;
  display: inline;
  float: left;
  height: 100%;
  padding: 2px 6px 2px 2px;
  margin: 6px 0px 0px 0px;
}

.style28 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: 400;
}

.txtMoreLink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
}

.txtMoreLink a {
  text-decoration: none;
}

#textPanel {
  position: relative;
  width: 450px;
  display: inline;
  float: left;
  height: 100%;
  margin-left: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #16518B;
  margin-bottom: 1em;
}

#pnlIntro {
  position: relative;
  left: 0px;
  top: 0px;
  height: auto;
}

#pnlEmployment {
  position: relative;
  width: 491px;
  height: auto;
}

#pnlCommercial {
  position: relative;
  width: 491px;
  height: auto;

}

#pnlComplete {
  position: relative;
  width: 491px;
  height: auto;

}

#rotorImage {
  position: relative;
  left: 0px;
  top: 5px;
  float: left;
  margin: 5px 5px 0px 5px;
}

.Footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  display: block;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
}

.footerStyle1 {
  font-size: 12px;
  font-weight: bold;
  vertical-align: baseline;
  line-height: 46pt;
}

.footerStyle2 {
  font-size: 12px;
  font-weight: 100;
}

.footerStyle3 {
  font-size: 10px;
  font-weight: 100;
  color: #16518b;
}

.footerStyle4 {
  letter-spacing: 0px;
  font-weight: 100;
  font-size: 10px;
  color: #005983;
}

a.footer:link {
  color: #333333;
  text-decoration: none
}

a.footer:visited {
  color: #333333;
  text-decoration: none
}

a.footer:hover {
  text-decoration: underline
}

/* popup login message */
/*#loginform_msg {*/
/*color: #666;*/
/*background:transparent none repeat scroll 0 0;*/
/*height:30px;*/
/*left:-450px;*/
/*padding-top:5px;*/
/*position:absolute;*/
/*text-align:center;*/
/*top:-50px;*/
/*width:200px;*/
/*}*/
