@charset "utf-8";
/* CSS Document */
body {
	background: url(images/bodybg.jpg);
	font-family: "Trebuchet MS";
}
#holder {
	background: #FFFFFF url(images/banner.jpg) no-repeat center 25px;
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #949BA1;
	padding-bottom: 15px;
}
#topmenu {
	position: absolute;
	height: 50px;
	width: 800px;
	background: url(images/topmenubg.jpg) no-repeat center top;
	top: 157px;
	left: 0;
	padding-top: 6px;
	text-align: center;
}
#topmenu a:link, #topmenu a:active, #topmenu a:visited {
	font-size: 19px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #FFFFFF;
	padding-right: 12px;
	padding-left: 12px;
}
#topmenu a:hover {
	color: #FFC833;
}

#shuver {
	clear: both;
	height: 230px;
	width: 1px;
	position: relative;
}
#maintextarea {
	position: relative;
	margin-left: 230px;
	margin-right: 15px;
	border: 1px solid #CCCCCC;
	padding: 15px;
	font-size: 14px;
	min-height:300px;
	height:auto !important;
	height:300px;
}
h1, h2, h3 {
	font-size: 18px;
	color: #4F42E8;
}
#rightmenu {
	position: absolute;
	width: 196px;
	left: 22px;
	top: 232px;
}

#rightmenu a:link, #rightmenu a:active, #rightmenu a:visited {
	display: block;
	padding-top: 6px;
	padding-left: 15px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/rightmenubg.jpg) no-repeat left top;
	color: #FFFFFF;
	height: 30px;
	padding-bottom: 5px;
}
#rightmenu a:hover {
	color: #FFCA3F;
	text-decoration: none;
}



.propertylist{
	margin-bottom: 15px;
	border: 1px solid #666666;
padding: 10px;
	position: relative;
	font-size: 13px;
}
.propertylist a:link, .propertylist a:active, .propertylist a:visited {
	color: #FF0000;
	font-weight: bold;
}
.propertylist a:hover {
	color: #99CC66;
	text-decoration: none;
}


/*STYLE FOR FORMS */
.inputs {
	width: 150px;
}
select  {
	float:right;
	width: 120px;
	background-color: #E2F5F5;
	font-size: 12px;
	color: #333399;
	font-weight: bold;
}
radio {width:30px;}
legend {
	color: #003399;
}
.forms{
	float:left;
	width:40%;
	margin-bottom: 2px;
	min-height:25px;
	height:auto !important;
	height:25px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.vert{
	margin:0;
	padding:0;
	overflow:hidden; /* Clears the floats */
	width:100%; /* IE and older Opera fix for clearing, they need a dimension */
	list-style:none;
	font-size: 9px;
        }
          .vert li{
	float:left;
	display:inline; /* For IE so it doesn't double the 1% left margin */
	width:30.8%;
	margin:0 0 10px 1%;
	padding:10px 0 22px;
	height:130px; /* Height of img (75) + 2 times 3px padding + 2 times 1px border = 83px */
	position:relative; /* This is the key */
	font-size: 14px;
	font-weight: bold;
          }
            .vert a,
            .vert img{
	display:block;
	width:100%;
	text-align: center;
	text-decoration: none;
	color: #666666;
            }
            a img{ border:none; } /* A small fix */
            .vert a:link,
            .vert a:visited,
            .vert a:focus,
            .vert a:hover,
            .vert a:active{
	padding:3px;
	background:#eeefef;
	width:140px;
	height:140px;
	border:1px solid #eeefef; /* We blend the border with the bg, as if it isn't there */
	position:absolute;
	top:40px;
	left:50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -41px;
	margin-top: -41px;
            }
            .vert a:hover{
	border-color:#dfdfdf;
	color: #000033;
	text-decoration: none;
            }
            /* These are all optional, for decoration purpouses only */
            .vert{
            
              padding-bottom:10px;
              margin-top:0px;
            }
