

/*************************************************
 * ASK THE CITY STYLES
 * needed because of failure of root links without http://...
 *
 */

body  { 
    background-image: url("http://www.ci.bloomington.mn.us/images/repeat_y.jpg"); 
    }

p.p_factoid:before { 
    /* icing -- in some browsers this 
    adds a bullet to factoid at start of 
    paragraph (...but not in IE6 or IE7) */
    content: url("http://www.ci.bloomington.mn.us/images/bulletb.gif");
    padding-right: 3px;
    }

ul,
ul ul ul,
ul.col2left,
ul.col1left {
    list-style-image: url("http://www.ci.bloomington.mn.us/images/bulletb.gif");
    }

ul ul,
ul ul ul ul {
    list-style-image: url("http://www.ci.bloomington.mn.us/images/bulletg.gif");
    }

ul.caution {
    list-style-image: url("http://www.ci.bloomington.mn.us/images/caution.gif");
    }

.esub-getupdates {
	background: 
		#f4f0e3
		url("http://www.ci.bloomington.mn.us/images/esubscribe/envelope_3936.gif") 
		no-repeat .5em 50%;
}

