body {
    font-family: arial, geneva, sans-serif;
    font-size: 12px;
}
h2, h3 { 
    margin: 0px;
    font-size: 30px;
}
div.heading {
    background-image: url(../../images/advice/buy.gif);
    background-color: #666666;
    width: 709px;
    height: 141px;
}
.headingtext {
    text-align: center;
    line-height: 141px;
    margin-left: 185px;
}
.Divider 
{
	height: 6px;
	width: 709px;
	text-align: left;
	background-color: #666666;
}
table#AdviceMain 
{
	width: 740px;
	margin-top: 10px;
}
td.AdviceMainLeft 
{
	width: 185px;
	vertical-align: top;
}
.Group 
{
}
.GroupHeading 
{
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	margin-top: 0px;
	padding: 5px 10px 0px 10px;
}

ul 
{
}
ul.lists /* .Group .lists */
{
	display: block;
	position: relative;
    margin-left: 5px; /* margin-left: 230px; */
    width: 550px;
}
li 
{	
	position: relative;
	display: block;
    font-family: arial, geneva, sans-serif;
    font-size: 12px;
    margin: 6px 20px 2px 0px;
    cursor: default;
}
li.closed 
{
	list-style-type: none;
    list-style-image: none; /* url(http://consolidatedrealtorsinc.com/images/advice/carrot-gray-down.gif); */
    color: #666666;
    font-weight: normal;
    background-image: url(http://consolidatedrealtorsinc.com/images/advice/carrot-gray-down.gif);
    background-repeat: no-repeat;
    padding-left: 15px;
}
li.open {
	list-style-type: none;
    list-style-image: none; /* url(http://consolidatedrealtorsinc.com/images/advice/carrot-black-up.gif); */
    color: #000000;
    font-weight: bold;
    background-image: url(http://consolidatedrealtorsinc.com/images/advice/carrot-black-up.gif);
    background-repeat: no-repeat;
    padding-left: 15px;
}
ul li.open li li {
    list-style-image: none;
    font-weight: normal;
}

li.closed .questions {
    display: none;
}
li.open .questions {
    display: block;
}

.answer {
    cursor: auto; 
    background-color: #eeeeee;
    padding: 2px 10px 2px 10px;
}
.answer p {
    font-weight: normal;  
}
.questions li.closed .answer {
    display: none;
}
.questions li.open .answer {
    display: block;
    margin: 0px 0px 25px 0px;
}

li.closed:hover {
    color: #000000;
    font-weight: normal;
}

.Disclaimer 
{
	font-size: 0.8em;
	color: #888888;
	margin: 5px 5px 5px 5px;
}

table#MoreInfo 
{
	width: 740px;
	margin-top: 10px;
	text-align: center;

}
.MoreInfo
{

	vertical-align: top;
	color: #404040;
	text-align: center;
}

.MoreInfo A,.MoreInfo A:link,.MoreInfo A:visited
{

	vertical-align: top;
	color: #404040;
	text-align: center;
}