@charset "utf-8";
/* CSS Document */



.img_link {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.footer_text {
	bottom: 0px;
	position: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #666;
	text-align: center;
	margin: 0;
	padding: 0px;
	top: 0px;
	vertical-align: bottom;
	font-weight: normal;
}
.content_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333;
}
.content_text_title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	color: #666;
	font-weight: bold;
}
.sidebar_text {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	color: #666;
	font-weight: normal;
	margin-left: 15px;
}


a img {border:none;}

.iconlist
{
list-style: none;
margin: 0;
padding: 0;
}

li.house
{
	background-image: url(images/house_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 20px;
}

li.circle
{
	background-image: url(images/circle_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 20px;
}


a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #C50C46;
	
}
a:active {
	text-decoration: none;
}
