﻿.fact
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
.fact li
{
    background: url(../images/bulletFact.gif) left center no-repeat;
    padding-left: 100px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
}


.query
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.query li
{
    background: url(../images/bulletQuery.gif) left top no-repeat;
    padding-left: 50px;
    min-height: 50px;
    height: auto !important;
    height: 50px;
}

.quote
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.quote li
{
    background: url(../images/bulletQuote.gif) left center no-repeat;
    padding-left: 100px;
    min-height: 100px;
    height: auto !important;
    height: 100px;
}