form { margin: 0px; padding: 0px; }
img { border: 0px; }

#container {
  width: 982px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}

.clear { clear: both; }

/******************************************************
 * Top/Header
 *****************************************************/
#top {
  position: relative;
  width: 982px;
}

#head {
  height: 115px;
  border-right: 1px solid #cccccc;
  background: #cccccc url(/images/head-bg.jpg) left top repeat-x;
  overflow: hidden;
  position: relative;
}
#head h1 a {
  display: block;
  width: 446px;
  height: 115px;
  position: absolute;
  top: 0px;
  left: 1px;
  padding: 0;
  margin: -1px;
  background: transparent url(/images/head-left.jpg) left top no-repeat;
  overflow: hidden;
}
#head h1 a span, #head h2 { display: none; }
#job-alert-bug {
  position: absolute;
  width: 182px;
  height: 39px;
  background: transparent url(/images/sign_up.gif) left top no-repeat;
  display: block;
  top: 67px;
  right: 10px;
  text-indent: -99999px;
  outline: 0;
}
#job-alert-bug:hover { background-position: 0 -39px; }

/******************************************************
 * Top/Header - Login/Logout Area
 *****************************************************/
.login-logout {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  font-size: 10px;
  font-weight: bold;
  color: #333;
  border-right: 1px solid #a1a1a1;
  background: #fff url(/images/login-bg.jpg) 0 0 repeat-x;
  padding: 3px 2px 0 23px;
  height: 50px;
  overflow: hidden;
  
}
.login-logout div.login-left {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#user-login {
  border-right: 1px solid #a1a1a1;
  background: #fff url(/images/login-bg.jpg) 0 0 repeat-x;
  font-size: 9px;
  padding: 1px 10px 0 25px;
  height: 50px;
}
#user-login div.login-left {
  height: 55px;
  width: 20px;
  background: transparent url(/images/login-left.jpg) 0 0;
}

#user-login div.fields {
  position: relative;
  height: 29px;
  line-height: 29px;
}
#user-login div.fields label { margin-right: 2px; }
#user-login div.fields input.box {
  position: relative;
  top: 2px;
  width: 50px;
  height: 10px;
  font-size: 9px;
  margin-right: 5px;
}
#user-login div.fields input#email { width: 85px; }
#user-login div.fields input.btn {
  margin: -2px 0 2px 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}

#user-login div.links {
  margin-top: 1px;
  height: 15px;
  color: #cc3333;
  line-height: 15px;
}
#user-login div.links label {
  color: #333;
  margin-right: 20px;
}
#user-login div.links a, #user-login div.links:link a {
  text-decoration: none;
  color: #cc3333;
}
#user-login div.links a:hover { text-decoration: underline; }
#user-login div.links input.check {
  width: 12px;
  height: 12px;
  padding: 0px;
  margin: 0px;
  margin-right: 4px;
}


#user-logout {
  border-right: 1px solid #a1a1a1;
  background: #fff url(/images/logout-bg.gif) 0 0 repeat-x;
  padding: 0px 10px 0px 25px;
  height: 39px;
  color: #9c181c;
  line-height: 29px;
}
#user-logout div.login-left {
  height: 39px;
  width: 15px;
  background: transparent url(/images/logout-left.gif) 0 0;
}
#user-logout div {
  float: left;
}
#user-logout span.user-name {
  color: #333;
}
#user-logout div#Logout-Link {
  margin-top: 4px;
  margin-left: 12px;
}


/******************************************************
 * Top-Nav
 *****************************************************/
#nav-top {
  background: #663333 url(/images/menu-bg.jpg) left top repeat-x;
  text-align: right;
  height: 26px;
  padding-right: 5px;
}
#nav-top ul, #nav-top ul li a {
  font-size: 11px;
  line-height: 26px;
  font-weight: bold;
}
#nav-top ul {
  margin: 0px;
  padding: 0px;
}
#nav-top ul li {
  display: inline;
  border-right: 1px solid #fff;
  padding-left: 7px;
  padding-right: 10px;
  color: #fff; 
}
#nav-top ul li.last { border: none; }
#nav-top ul li.active { text-decoration: underline; }
#nav-top ul li a, #nav-top ul li a:visited {
  color: #fff; 
  text-decoration: none; 
}
#nav-top ul li a:hover { text-decoration: underline; }

/******************************************************
 * Content
 *****************************************************/
#content #person img { float: left; }
#content h1.content-header {
  margin: 0px 0px 2em 5px;
  font-size: 22px;
  color: #9c181c;
}

/******************************************************
 * Bottom
 *****************************************************/
#bottom { clear: both; }

#bottom-left {
  border: 1px solid #b9b9b9;
  border-right: 0;
  background-color: #dadada;
  margin-bottom: 10px;

  height: 62px;
  width: 918px;
  float: left;
}
#bottom-right {
  background: transparent url(/images/bottom-right.jpg) right bottom no-repeat;
  width: 63px;
  height: 63px;
  border-top: 1px solid #b9b9b9;
  margin-right: -1px;
  margin-bottom: -1px;
  float: left;
}

/******************************************************
 * Footer
 *****************************************************/
#footer {
  font-size: 8pt;
  color: #666666;
  clear: both;
}
#footer ul {
  padding: 0;
  margin: 0;
}
#footer ul li {
  display: inline;
  border-left: 1px solid #666666;
  padding-right: 5px;
  padding-left: 8px;
}
#footer ul li.first { border: none; padding-left: 0;}
#footer a { color: #666666; text-decoration: underline;  }
#footer a:hover { color: #cc3333; }
#footer p { padding: 0; margin: 3px 0; }

#McAfee-logo {
  float: right;
  margin-top: -5px;
  margin-bottom: 5px;
}
#Nalto-logo {
  float: right;
  margin-right: 15px;
  margin-top: 3px;
}
#PoweredByContainer {
  float: right;
  margin-right: 15px;
  margin-top: 3px;
}

/******************************************************
 * Info Container
 *****************************************************/
.info-container {
  border: 1px solid #cecece;
  background-color: #f2f2f2;
  position: relative;
  z-index: 0;
  width: 287px;
  margin-right: 35px;
}
.info-container .info-container-content {
  position: relative;
  z-index: 2;
  margin: 30px;
}
/* x1 = top-right, x1a = top-left, x2 = bottom-right, x2a = bottom-left */
.info-container .x1,
.info-container .x1a, 
.info-container .x2,
.info-container .x2a {
  display: block;
  clear: both;
  font-size: 0; /* for IE6 */
  height: 10px;  /* set height to the size of the corner */
  position: relative;
  background: url(/images/info-container-corners.gif) no-repeat;
}
.info-container .x1,
.info-container .x2 {
  width: 100%; /* scales with the module */
  right: -1px; /* overlap borders */
}
.info-container .x2 {
  _right: -2px; /* for IE6 */
}
.info-container .x1a,
.info-container .x2a { /* left corners */
  width: 10px;
  left: -2px;
}
.info-container .x1 {
  background-position: 100% 0;
  top: -1px;
}
.info-container .x1a {
  background-position: 0 -20px;
}
.info-container .x2 { /* bottom corners get moved */
  position: absolute;
  background-position: 100% -10px;
  bottom: -1px; /* overlap bottom border */
}
.info-container .x2a {
  background-position: 0 -30px;
}

.info-container h2 {
  font-style: italic;
  line-height: 1em;
  margin: 0px;
  margin-bottom: 0.7em;
}

.info-container .info-item label {
  display: block;
  font-weight: bold;
  margin-top: 0.5em;
}
.info-container .info-item label span.required, .info-container .info-item span.label {
  margin-right: 4px;
}
.info-container .info-item input[type=text], .info-container .info-item input[type=password] {
  width: 227px;
}

.info-container .info-submit, .info-container .info-login-submit {
  width: 80px;
  margin: 0px auto;
  margin-top: 20px;
}
.info-container .info-link {
  margin-top: 20px;
}
.info-container .info-link a {
  font-size: 11px;
  font-weight: bold;
  background: transparent url(/images/info-container-link-arrow.gif) left no-repeat;
  padding-left: 8px;
}
.info-container .info-link a:hover {
  background: transparent url(/images/info-container-link-arrow-rollover.gif) left no-repeat;
}

/******************************************************
 * Info Container Errors
 *****************************************************/
.info-container .errorExplanation {
  padding: 5px 0px;
  color: #9D181D;
}
.info-container .errorExplanation h2 {
  text-align: center;
}
.info-container .errorExplanation p {
  margin: 0px;
}
.info-container .errorExplanation ul {
  margin: 5px 0px;
  padding-left: 1.5em;
}

/******************************************************
 * Popup
 *****************************************************/
div.popup-container {
  width: 426px;
  margin: 0 auto;
  background-color: #fff;
}
div.popup-container h1 {
  margin: 0;
  margin-bottom: 0.4em;
  font: bold 18px/16px Arial, Helvetica, sans-serif;
  color: #000;
}
div.popup-container p {
  margin: 0;
  margin-bottom: 1em;
  font: 12px/16px Arial, Helvetica, sans-serif;
  color: #000;
}
div.popup-container div.popup-top {
  height: 75px;
  background: #EBEBEB url(/images/popup-head.jpg) 0 0 no-repeat;
}
div.popup-container div.popup-close-bar {
  height: 23px;
  background: #5F1017 url(/images/popup-close-bar.gif) 0 0 repeat-x;
  padding: 0 9px;
}
div.popup-container div.popup-close-bar a {
  margin-top: 7px;
  float: right;
}
div.popup-container div.popup-content, div.popup-container div.popup-content-bar {
  border: 1px solid #acacac;
  border-top: none;
}
div.popup-container div.popup-content {
  border-bottom: none;
  padding: 50px 30px 90px 30px;
}
div.popup-container div.popup-content-bar {
  height: 5px;
  background: #5F1017 url(/images/popup-content-bottom-bg.gif) 0 0 repeat-x;
}
div.popup-container div.popup-bottom {
  height: 38px;
  background: #D1D1D1 url(/images/popup-bottom.gif) 0 0 no-repeat;
}
