/* categoryBox added by matthew moore for lists within main content */
#leftList li, #rightList li, #wideBox li, #categoryBox {
/* these two lines were commented out by matthew moore to remove bullets from main content */
/*background:url("/core/bluebullet.gif") no-repeat 0 7px;
padding-left:11px;*/
/*padding: 0;
margin:0;*/
}
/* added by matthew moore to give all li elements within the center column a carrot image*/
#categoryBox ul, #wideBox ul {
/*list-style-image:url(/core/carrot.gif);I am taking this out temporarily to try background-image.  Mitchell Morris*/
}
/*background image to implement a flush margin for wrapping text. Mitchell Morris*/
#categoryBox ul li, #wideBox ul li {
/*background: url(/core/carrot.gif) no-repeat 0 5px;*/
}
ul.nocarrot {
list-style-image:none;
}

#wideBox ul ul {
padding: 0;
margin:0 0 0 20px;
}

/*#wideBox {
margin-left: -25px;
}


#wideBox ul {
padding: 0 0 0 17px;
margin:0;
}*/


/*#wideBox ul {
list-style: none;
}

#wideBox ul {
padding: 0 0 0 -10px;
margin:0 0 0 -10px;
}

#wideBox ul li ul li {
padding: 0 0 0 10px;
margin:0 0 0 20px;
}

#leftList li,  #rightList li {
padding-left: 0;
}

#rightList li {
margin-left: 10px;
}*/


