@charset "utf-8";
/* CSS Document */


/* LIVE ALERT -  The Alert Below is the one being displayed on the site. */
#alert  
{ 
   background-position: right top;
/*
*
*
*  This section is used to updated the Alert status.  To update, simply copy the status you would like to display from below and paste it over the live alert above.
*  Copy Everything beginning with #alert { and ending with the closing '}' symbol.
*
*/

/* All Clear - Green *//*
#alert
{
 background-position: right top;
}

/* Snow Predicted - Yellow *//*
#alert  
{
 background-position: right -69px;
}
*/

/* Snow Falling - Purple *//*
#alert
{
 background-position: right -138px;
}
*/

/* Major Snow Event - Orange *//*
#alert
{
 background-position: right bottom;
}
*/