/* =============================================================================
   GLOBAL FONT STYLES - Inside #contentWrapper
   ========================================================================== */
/*colors*/
/* Add Styles for Headers, body copy, anchors */
/* Add Styles for Headers, body copy, anchors */
html, body {
    height: 100%;
    margin: 0;  }

.error-message {
    color:#d73347;
    font-size:11px;
    display:none;
    clear:both;
}

a {
    color: white;
    font: normal normal normal 14px/17px Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none; 
}
a:hover, a:active, a:focus, a:active {
    outline: none;
    -moz-outline-style: none; 
}

h1 {
    color: #d73347;
    font: normal normal bold 23px/20px Arial, sans-serif;
    margin-bottom: 10px; }

h2 {
    font: normal normal normal 23px/20px Arial, sans-serif; 
}

p {
    color: #262626;
    font: normal normal normal 11px/22px Arial, sans-serif;
    margin-bottom: 10px; }
p strong {
    color: #000000; 
}

p strong span {
    text-decoration:underline;
}

body {
  background-color: #FFF; }

.divider {
  clear: both;
  height: 1px; }

.center {
  text-align: center; }

.hide {
  display: none; }
  
  .left{float:left}
  .right{float:right}
/* =============================================================================
   SITE CONTAINER
   ========================================================================== */
#site-container {
  background-color: white;
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  width: 713px; 
  border: 2px solid #e2e2e2;
}


.button:hover
{
    cursor:pointer;
}

#cancel_button{margin-left:10px;}

/* =============================================================================
   HEADER
   ========================================================================== */
#header {
  background-color: #ca2f43;
  height: 80px; 
}
#header #gilead-logo-home {
    height: 33px;
    margin: 30px 0 0 30px;
    width: 115px; 
}

/* =============================================================================
   SITE SUB WRAPPER - MAIN CONTENT
   ========================================================================== */
/* MAIN CONTENT */
#content-wrapper {
    padding-bottom: 97px; 

}
#content-wrapper .page {
    padding: 54px 34px 20px; 
    display:inline-block;
    z-index:100
}

/* =============================================================================
   GLOBAL FOOTER
   ========================================================================== */
#footer {
    background-color: #3f3f3a;
    bottom: 0;
    clear: both;
    width: 100%; 
    height:148px;
}
#footer #footer-container {
    overflow: auto;
    padding: 21px 0 26px 130px; 
}
#footer #footer-container #footer-logo {
    top:75px;
    position:relative;
}

#footer #footer-container p#exit-links {
    margin-left:60px;
}

#footer #footer-container #footer-logo img {
    color: #e2e2e2;
}
#footer #footer-container p {
    color: #e2e2e1;
    font: normal normal normal 11px/15px "Helvetica-Neue", Helvetica, sans-serif;
    margin: 13px auto 0 auto; 
}
#footer #footer-container p a {
    font: normal normal normal 11px/15px "Helvetica-Neue", Helvetica, sans-serif; 
}
#footer #footer-container p .bar {
    border-color: #5d5d5d;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    height: 6px;
    margin: 0 3px; 
}
