/*Emergency Styles*/
#alert{/*display:none;*/width:100%;color:white;font-family:Arial, sans-serif;font-weight:bold; line-height:1.2;}
#alert h2{color: white;font-size: 24px;/* margin: 0; */margin: 0 0 9px 0;}
#alert ul {padding: 0;margin: 0;}
#alert li {font-size: 15px;list-style:  none;}
#alertTop{
    background:#9e1b32 url('../images/emergencyTopBackground.png') repeat-x 0 0;
    background-size:100% 100%;padding:10px 0 0 40px;height:auto;overflow:auto;display:none;}
#alertTop.open{display:block;}
#alertTopWrapper, #alertBottomWrapper{width:938px;margin:0 auto;}
#alertTop h1{font-size:2em;color:white;}
#alertTop p{max-width:400px;font-size: 15px; padding:0 5px 0 0;margin: 0 0 10px 0;}
/*#alertTop #readMore{display:block;width:99px;height:25px;background:url('../images/emergencyTopReadMore.png') no-repeat 0 0;margin:0 0 15px 0;}*/
#alertNumber{color:white;float:right;text-transform:uppercase;padding:0 20px 0 0;line-height:1.7em;margin:0 0 0 10px;}
#alertNumber strong{font-size:1.8em;}
#alertBottom{background:#be0f34;padding:0 0 0 40px;}
#alertBottom h1{color:white;font-size: 24px;text-transform:uppercase;float:left;margin:0;padding:3px 0;}
#alertBottom .button{background: url('../images/emergencyShowHide.png') 0 0; border: 0; padding: 0; box-shadow: none; width:61px;height:22px;float:left;margin:7px 0 0 20px; text-indent: -9999px;}
#alertBottom .button.show{background: url('../images/emergencyShowHide.png') -191px 0;width:61px;height:22px;float:left;margin:7px 0 0 20px;}
/*New Emergency Styles */
#alert #alertTopWrapper a {color:#FFF;text-decoration: underline;}