@charset "UTF-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/images/background_spatter.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
small {
	color: #666666;
}
A:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
A:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	color: #000000;
	text-decoration: underline;
}
.leftcontentcell {
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
}
.topnav {
	background-color: #c6c6c6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 25px;
}
.eighthundred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}
.moonlogo {
	padding-top: 5px;
	padding-bottom: 2px;
}
.moonlogotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.maincontent {
	text-align: left;
	vertical-align: top;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding-top: 12px;
}
ul.MenuBarVertical a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	padding-top: 40px;
	font-size: 12px;
}
.moongear_header {
	background-image: url(/images/moongear_header.png);
	background-repeat: no-repeat;
}
.phone_icon {
	padding-right: 10px;
}
.bottomnavsite {
	color: #696969;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
}
.bottomnavsite a {
	color: #696969;
	text-decoration: none;
	font-weight: bold;
}
.bottomnavsite a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.propertylisting {
	font-weight: bold;
	font-size: 14px;
}
.propcatlinks, .propcatlinks A {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	text-align: right;
}
.propdescription {
	text-align: justify;
}

.proplastrow {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
.reference {
	top: -5px;
	font-size: 8px;
	font-weight: normal;
	position: relative;
	color: #999;
}
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 170px;
}
ul.MenuBarActive
{
	z-index: 1000;
}
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 170px;
}
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
}
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
ul.MenuBarVertical ul li
{
	width: 8.2em;
}
ul.MenuBarVertical li
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
ul.MenuBarVertical a, ul.MenuBarVertical a:visited
{
	display: block;
	cursor: pointer;
	background-color: #fff;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
	text-align: right;
	font-weight: normal;
}
li.MenuBarVerticalactive a, li.MenuBarVerticalactive a:visited
{
	font-weight: bold;
}
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #333333;
	color: #FFF;
}
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #333333;
	color: #FFF;
}
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}