/*customer specific styles go here */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, img
footer, header {
   margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline;
}
a.BtnMainNav2:link {color:#cccccc; text-decoration:none; text-transform:uppercase; margin-left:30px; font-size:14px; }
a.BtnMainNav2:visited, a.BtnMainNav2:active {color:#cccccc; text-decoration:none; text-transform:uppercase; margin-left:30px; font-size:14px;}
a.BtnMainNav2:hover{color:#ffffff; text-decoration:none; text-transform:uppercase; margin-left:30px; font-size:14px;}
a.BtnGenBlue span { display: inline; }


#loginSection #dialog-loginForm form a.BtnGenBlue {
    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
    text-align: center;
    margin: 1em auto;
    padding: 0.7em 0em;
    z-index: 11;
    position: relative;
    background-image: none;
    display: block;
    font: normal 14px Arial;
    line-height: auto;
    height: auto;
    width: 26em;
    font-weight: normal;
    text-decoration: none;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
#loginSection #dialog-loginForm form a.BtnGenBlue span {
    text-transform: uppercase;
    background-image: none;
    padding: 1em 0em;
}

#EmergencyBanner
{
    width: 100%;
    background-color: #ff0000;
    color: #ffffff;
    text-align: center;
    min-height: 45px;
    line-height: 45px;
}

#EmergencyBanner a
{
    color:#ffffff;
}