/*---[ Global Page Styles ]---------------------------------------------------*/
html, body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #373737;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  font-weight: bold;
  color: #fff;
}

a:hover {
  color: #FF8A00;
  text-decoration: none;
}

/*---[ END Global Page Styles ]-----------------------------------------------*/




/*---[ Page Containers ]------------------------------------------------------*/

#container-page {
  margin: 0 auto;
  width: 720px;
  position: relative;
  background: #13295D;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */ }

#container-head {
  width: 100%;
  position: absolute;
  background-color: #091738;
  top: 0 !important;
  top: -1px; /* For Certain IE widths */
  left: 0;
  height: 100px;
  z-index: 999;
  text-align: center; }

#content-backdrop {
  width: 740px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background-image: url(/img/bg.shadow.gif);
  background-repeat: repeat-y;
  background-position: left top; }

#container-content {
  margin: 98px auto 0px auto;
  padding-top: 55px;
  background-image: url(/img/shadow.gif);
  background-repeat: repeat-x;
  background-position: left top;
  text-align: center }


#content {
  margin: 0 10px;
  color: #333; }

/*---[ END Page Containers ]--------------------------------------------------*/




/*---[ Page Content ]---------------------------------------------------------*/

#tagline {
  width: 500px;
  height: 34px;
  margin-top: 15px;
  border: 0px; }

#logotype {
  margin-top: 120px; }
	
#login-form {
  margin: 11px auto 0 auto;
  width: 720px;
  text-align: right; }

  .iField {
    width: 85px;
    height: 15px;
    padding: 0 5px;
    line-height: 15px;
    background-color: #132652;
    border: none;
    font-family: arial, helvetical, sans-serif;
    font-size: 10px;
    color: #fff; }
  
    .iField:hover { background-color: #13295D; }
  
  #btn-go {
    height: 15px;
    font-size: 10px;
    background-color: transparent;
    color: #FF8A00;
    border: none; }
  
    #btn-go:hover { color: #fff; }




/* ---[ Page Footer ]---------------------------------------------------------*/

#footy-space {
  clear: both;
  height: 50px; }


#container-footer {
  width: 720px;
  position: absolute;
  background-color: #091738;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  left: 0;
  height: 25px;
  text-align: center; }

#container-footer cite {
  display: block;
  font-size: 10px;
  font-style: normal;
  margin-top: 8px; }

#container-footer a {
  color: #fff;
  text-decoration: none; }

#container-footer a:hover {
  color: #FF8A00; }
