/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth { text-align: ; margin-right: auto; margin-left: auto; width: 850px; } 
 
#header   { background-color: #ffff; background-image: url("images/emergencybanner.jpg"); position: relative; width: 850px; height: 175px;  }

#maincol    { background-color: #ffffff; padding: 0; width: 850px;  }
 
#footer    { background-color: #f00; padding-top: 5px; padding-bottom: 5px; width: 850px; height: 60px; clear: both } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.footertext   { color: #001; font-size: 11px; font-family: Arial; font-weight: bold; line-height: 10px; text-align: center }
.H1      { color: #001; font-size: 30px; font-family: Verdana; font-weight: 800; line-height: 25px; text-align: center }
h1   { color: #001; font-size: 35px; font-family: Arial; font-weight: bold; line-height: 35px; text-align: center; }
.H2   { color: #f00; font-size: 22px; font-family: Arial; font-style: italic; font-weight: bold; text-align: center; }
.hoursblack   { font-size: 16px; font-family: Arial; font-weight: bold; line-height: 18px; }
.bodytext  { color: #555; font-size: 12px; font-family: Arial; text-align: left; }
.redcallout { color: #f00; font-size: 16px; font-family: Arial; font-weight: bold; }
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

#navlist
   { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; background-color: #f00; margin: 0 0 0; padding: 3px 0; width: 850px; border-top: 1px solid #f00; border-bottom: 1px solid #f00; }

#navlist a, #navlist a:link, #navlist a:visited
 { color: #000000; font-weight: bold; text-decoration: none; padding: 1px 0.5em; border: solid 1px #f00; }

#navlist a:hover, #navlist a:active, #navlist a:focus
{
border: 1px solid #000000;
padding: 1px;
padding-left: 8px;
padding-right: 8px;
text-decoration: none;
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 12px;
}

#navlist ul
{
margin: 0px;
padding: 0px;
}

#navlist #active a  { background-color: #555; }

