/* CSS Document */
/*INTERNO*/
.style1 {
	font-size: 9px
}
.style2 {
	color: #FFFF00
}
.style3 {
	color: #FFFF00;
	font-weight: bold;
}
.style4 {
	color: #FFFF00;
	font-weight: bold;
	font-size: 14px;
}
.style5 {
	color: #FFFFFF
}
.style6 {
	font-size: 12px
}
.style8 {
	font-size: 12px;
	font-weight: bold;
}
.style9 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/**/
body {
  margin:0px;
  padding:0px;
  background-color:#f8bf24;
  font-family:Verdana;
  color:#000000;
}

h1 {
  color:#ffcc33;
  font-size:24pt;
}

h2 {
  color:#000;
  font-size:14pt;
}

p {
	font-family:Verdana;
	text-align:justify;
	color:#000000;
	margin-left:10px;
	margin-right:10px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#Layer1 {
	position:relative;
	width: 78%;
	background-color: #FFFFFF;
	float: left;
	padding-left: 10px;
}
#Layer2 {
	position:relative;
	top:0px;
	width:20%;
	/*background-image: url(../images/logo.gif);*/
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #f8bf24;
	float: left;
}
#Layer3 {
	/* background-image: url(images/top1.jpg); */
	background-repeat: no-repeat;
	position: relative;
	height: 135px;
}
#Layer4 {
	position:relative;
	height:15px;
	clear: both;
	text-align: center;
	width: 100%;
}
.menulinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	padding: 1px 3px 1px 3px;
	color:#000000;
}
.menulinks:hover {
	padding: 0px 2px 0px 2px;
	background-color:#FFFFFF;
	color:#FFAA40;
	border:#000000 solid 1px;
}
.sidelinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 1px 3px 1px 3px;
}
.sidelinks:hover {
	padding: 0px 2px 0px 2px;
	background-color:#FFFFFF;
	color:#FFAA40;
	border:#000000 solid 1px;
}
.footerlinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #666666;
}
#bottom {
	position: relative;
	clear:both;
	overflow: visible;
	clip: auto;
	width: 100%;
}
#page {
	position: relative;
	width: 100%;
}

/*-- listing styles --*/

div.title {
/*  width:80%;*/
	margin-top:0px;margin-left:5px;margin-right:5px;margin-bottom:10px;
/*	clear:both;*/
}

a.title {
	padding-top:2px;
	padding-bottom:2px;
	font-size: 10pt !important;
	text-decoration:none;
	color: black;
	font-weight:bold;
}


div.propertypanel {
    position:relative;
	float:left;
	clip:auto;
	height:130px;
	width:280px;
	border: 1px solid #000;//;
	/*-moz-border-radius: 15px;*/
	margin-top:10px;
	margin-right:7px;
/*	margin-left:160px; margin-right: 160px; */
	padding:10px;
    font-size: 8pt; 
}

div.navlink {
  clear:both;
  padding: 0px;
  text-align: left;
}

div.navlink a {
    text-decoration: none;
    font-size: 10pt;
		font-weight: bold;
		/*margin-left: 20px;
		margin-right: 20px;*/
		border: 1px #457289;// solid;
		padding-left: 15px;
		padding-right: 15px;
/*		background-color: rgb(255, 239, 141);*/
		color: #000;//;
}

div.navlink a:hover {
    /*text-decoration: underline;*/
		border: 2px #f8bf24 outset;
		padding-left: 13px;
		padding-right: 13px;
		
}

#Layer2 table td {
  height: 25px;
  text-align:left;
  padding-left:5px;
}
