/* Basic Styles: Styles for Colors and Fonts */

/* The below elements/attributes for "body" are commented out b/c redundant with realtor_advanced.css (line 57), 4-15-2009 by Alison */
body {
	/* color: #333333; */
	/* font: 13px/16px arial, helvetica, sans-serif; <-- changed from font: 11px arial, helvetica, sans-serif; -- 4-15-2009 */
	/* line-height: 14px; */
}
		
/* GENERAL LINKS */
a:link,
a:visited,
a:hover,
a:active {
	color: #322878;
	text-decoration: none;
	font-weight:bold; /* font: bold; */
}

	a:hover {
		text-decoration: underline;
		font-weight:bold; /* font: bold; -- FF did not recognize "font: bold;" though IE did */
	}
	
/* HEADINGS */
h1 {
	color: #c22126;
	font: bold 18px arial, helvetica, sans-serif;	
	margin: 0;
}	

sup {
	vertical-align: top;
	font-size: 11px;
}

p{ margin: 0; padding-bottom: 15px;}

.home div.feedburnerFeedBlock ul {
/* margin-left:0; */
width:153px;
/* padding-left:0;
margin-top:0;
padding-top:0; */
margin-bottom:5; /* added to match RAC - Homepage V2 wrapper 4-14-2009 by Alison */
padding-bottom:5; /* added to match RAC - Homepage V2 wrapper 4-14-2009 by Alison */
list-style-type: block;
text-align:left;
}

.home div.feedburnerFeedBlock ul li span.headline {
/*font-weight:normal;*/
display:block;
padding:0px 0px 0px 15px;
/*color:#E0D7FF;*/
font-size:10px;
line-height:13px;
text-align:left; /* added to match RAC - Homepage V2 wrapper 4-14-2009 by Alison */
}

/*added to match RAC - Homepage V2 wrapper 4-14-2009 by Alison*/
.home div.feedburnerFeedBlock ul li span.headline a:link, .home div.feedburnerFeedBlock ul li span.headline a:visited, .home div.feedburnerFeedBlock ul li span.headline a:hover, .home div.feedburnerFeedBlock ul li span.headline a:active {
font-weight:bold;
text-decoration: none;
}
.home div.feedburnerFeedBlock ul li span.headline a:hover {
text-decoration: underline;
font-weight:bold;
}

body.home #promo div.feedburnerFeedBlock p.fbsubscribelink {
font-size:10px;
line-height:13px;
font-weight: bold;
}

.home .feedburnerFeedBlock #creditfooter { display: none; }

/*div.feedburnerFeedBlock #creditfooter {
line-height:13px;
margin-bottom:5px;
padding-bottom:5px;
font-size:10px;
font-weight:normal;
display:block;
}*/

