﻿/* CSS Document */

a { text-decoration: none; }

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color : transparent;
}

p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	line-height : 140%;
}

#menuitems{
position : relative;
left : 0%;
top : -280px;
width : 600px;
height : 1550px;
z-index:1;
 clip: auto;
}

#navigation{
	position: absolute;
	top : 147px;
	left : 61px;
	width : 440px;
	background-color: #EBEBEB;
    padding: 5px;
	border: 1px dotted #666666;
}

.propertyname {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13pt;
	font-weight : bolder;
	text-decoration: none;
}

.propertytype {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : oblique;
	font-weight : bolder;
	text-decoration: none;
}

.propertyinfo {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : oblique;
	font-weight : bolder;
	text-decoration: none;
}

.aceaddress {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	text-decoration: none;
}
