@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(i/core/bg.gif);
	background-repeat: repeat-y;
	background-color: #A8BEDD;
	background-position: top center;
}
#main {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(i/core/streaks.gif);
	background-repeat: no-repeat;
}
#topbanner {
	padding-top: 32px;
	height: 129px;
	text-align: right;
}
#map {
	margin-top: 0px;
	width: 930px;
	text-align: center;
}
#listings {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 22px;
	text-align: left;
}
#footer {
	width: 930px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5E82BA;
}
p {
	margin-top: 12px;
}
img {
	border-style: none;
}
img.icon { 
	vertical-align: -20%; 
}
a:link {
	color: #A6002D;
	text-decoration: none;
	border: none;
}
a:hover, a:active {
	color: #A6002D;
	text-decoration: underline;
}
a:visited {
	color: #603640;
	text-decoration:none;
}
ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
li {
	align:text-top;
	padding-bottom: 15px;
	list-style: none;
	margin-left: 0;
	padding-left: 2em;
	text-indent: -2em;
}