body  {
	font: 100% "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #86a0a2;
}
.imgclick{
	cursor:pointer;
}
.realty #container {
	width: 96%;
	    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 800 ? "780px" : "96%" );
	text-align: left;
	background-color: #8dacae;
	background-image: url(images/side03.jpg);
	background-repeat: repeat-y;
	top: 0px;
	min-width: 760px;
	max-width: 1600px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding: 0px;
}
.realty #container #centerContent {
	float: left;
	position: relative;
	with: 100%;
}
#search {
	width: 250px;
}

.banner1 {
	height: 135px;
	width: 180px;
	margin: 25px;
}
.realty #mainContent {
	padding-left: 2%;
	padding-right: 1%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 260px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	word-break: break-all;
}
#mainContent p {
	word-break: break-all;
	margin-right: 20px;
}
#mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #FFF;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainContent h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	background-position: center;
	text-align: center;
	font-style: italic;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 96%;
}
#mainContent h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bolder;
	color: #000;
	background-image: url(images/h1.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-position: left top;
}
#mainContent  h5 {
	margin-bottom: 4px;
	margin-top: 2px;
	font-size: 0.85em;
	}
#mainContent a {
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline overline;
	color: #FFFFFF;
	background-color: #999999;
}
#mainContent .estate a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent .estate a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}
#mainContent .topoffer a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}
.propertyimage {
	background-image: url(images/noimage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 135px;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	border: 1px solid #FFFFFF;
}
.propertyimage:hover {
	border-color: #0FF;
}
.page {
	clear:both;
	color: #33FF00;
	font-weight: bold;
	padding: 3px;
	font-size: 0.8em;
}
#mainContent .page a {
	padding: 3px;
}
#mainContent .page a:hover {
	padding: 3px;
}
.pageActive {
	border: 1px solid #33FF00;
	background-color: #000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.realty #container #centerContent #mainContent .titlepage {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bolder;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.realty #container #centerContent #mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bolder;
	color: #000;
	background-image: url(images/h1.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
div.estate {
	background-color: #777;
	margin: 5px;
	height: 250px;
	width: 190px;
	float: left;
/*	border-width: thin;
	border-style: double;
	border-color: #FFF;
*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	font-weight: normal;
	background-image: url(images/box-bgr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 3px;
	padding-left: 3px;
	text-align: center;
}
div.estate:hover {
	background-color: #333;
/*	border-color: #CCC; 	*/
	color: #009999;
	background-image: url(images/box-bgr_on.jpg);
}
#topoffers {
	height: 280px;
	width: 100%;
	overflow: hidden;
}
div.topoffer {
	background-color: #777;
	margin: 5px;
	height: 250px;
	width: 190px;
	float: left;
/*	border-width: thin;
	border-style: double;
	border-color: #FFF;
*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	font-weight: normal;
	background-image: url(images/boxtop-bgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 15px;
	padding-right: 3px;
	padding-left: 3px;
	text-align: center;
}
div.topoffer:hover {
/*	background-color: #333;
	border-color: #CCC;
*/
	color: #009999;
	background-image: url(images/box-bgr_on.jpg);
}

div.thumbnails {
	background-color: #999;
	margin: 5px;
	height: 220px;
	width: 190px;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	font-weight: normal;
	background-image: url(images/box-bgr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 3px;
	padding-left: 3px;
	text-align: center;
}

.realty #footer {
	background-image: url(images/footer.jpg);
	width: 100%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 95px;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #666;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #033;
} 
.realty #container #footer h6 {
	font-size: 1em;
	text-align: center;
	padding-left: 30%;
	display: block;
	margin-bottom: 2px;
	margin-top: 34px;
}
.realty #container #footer a {
	text-decoration: none;
	color: #033;
}
.realty #container #footer a:hover {
	color: #FFF;
	text-decoration: underline overline;
}
.menuOn {
	color: #FFF !important;
}

#footer #footerbegin {
	background-image: url(images/side04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	z-index: 6;
	height: 95px;
	width: 260px;
	bottom: 0px;
	float: left;
}
.realty #container #footer li {
	list-style-type: none;
	float: left;
	padding-left: 4%;
}

.footermenu {
	padding-top: 12px;
}
#footmenuspace {
	width: 12%;
	float: left;
	margin-left: 12%;
}

.realty #container #centerContent #sidebar1 #search fieldset {
	padding-right: 2px;
	padding-left: 2px;
	margin-right: 10%;
	margin-left: 5px;
}
.realty #container #centerContent #sidebar1 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 20px;
	color: #FFF;
	margin-bottom: -10px;
}
.realty #container #centerContent #sidebar1 #quickSearch ul li span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-color: transparent;
	display: block;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/bullet_on.jpg);
	text-decoration: none;
	margin-left: -40px;
	padding-left: 35px;
	padding-bottom: 5px;

}

.realty #container #centerContent #sidebar1 #quickSearch li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #033;
	background-repeat: no-repeat;
	background-position: 0px center;
	text-decoration: none;
	background-color: transparent;
	background-image: url(images/bullet.jpg);
	display: block;
	margin-left: -40px;
	padding-left: 35px;
	padding-bottom: 5px;
	font-weight: bold;
}
.realty #container #centerContent #sidebar1 #quickSearch li a:hover {
	color: #FFF;
	background-image: url(images/bullet_on.jpg);
	text-decoration: underline;
}
.realty #container #centerContent #sidebar1 #quickSearch li {
	list-style-type: none;
}
.realty #container #sidebar1 #menu ul li {
	list-style-type: none;
}
.realty #container #sidebar1 #menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #033;
	background-repeat: repeat-y;
	background-image: url(images/but_on.jpg);
	background-position: 0px bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 30px;
}
a.current {
	color: #000 !important;
	background-image: url(images/but_hover.jpg) !important;
}
.realty #container #sidebar1 #menu ul li a:hover {
	background-image: url(images/but_hover.jpg);
	background-repeat: repeat-y;
	color: #009999 !important;
}


/*HEADER*/
.realty #header {
	padding: 0px;
	height: 266px;
	width: 100%;
	float: left;
	background-image: url(images/headerbgr.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #999;
	background-position: right center;
}
.realty #header h1 {
	margin: 0;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 12px;
}
.realty #container #header #logo {
	width: 241px;

}
.realty #container #header #animations {
	height: 266px;
	width: 253px;
	background-image: url(images/side01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	left: 0px;
	top: 0px;
	background-color: #999;
	float: left;
	position: relative;
	margin: 0px;
}
.realty #container #header #animations #flash {
	margin: 0px;
	padding: 0px;
	height: 118px;
	width: 252px;
}
.realty #container #header #animations h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #666600;
	background-color: transparent;
	padding-left: 5px;
	font-weight: normal;
}
.realty #container #header #headimg {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 266px;
	padding: 0px;
	margin: 0px;
	float: none;
	position: relative;
	overflow: hidden;
	background-position: right center;
}
/*flags*/
.realty #container #header #flags {
	height: 266px;
	width: 33px;
	position: absolute;
	top: 0px;
	right: 1%;
	z-index: 20;
	text-align: right;
	display: block;
}
a.flagbg {
	background-image: url(images/flagbg.jpg);
}
a.flagbg:hover {
	background-image: url(images/flagbg_on.jpg);
}
a.flagru {
	background-image: url(images/flagru.jpg);
}
a.flagru:hover {
	background-image: url(images/flagru_on.jpg);
}
a.flagen {
	background-image: url(images/flagen.jpg);
}
a.flagen:hover {
	background-image: url(images/flagen_on.jpg);
}
a.letter {
	background-image: url(images/letter.jpg);
}
a.letter:hover {
	background-image: url(images/letter_on.jpg);
}
a.flagbg, a.flagru, a.flagen, a.letter {
	background-repeat: no-repeat;
	height: 27px;
	width: 38px;
	display: block;
}
.realty #container #header #flags li {
	list-style-type: none;
	margin-left: -40px;
	padding-top: 25px;
}

/*SIDEBAR1*/
.realty #container #centerContent #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 0.8em;
}
.realty #sidebar1 {
	width: 260px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	clear: left;
	float: left;
	background-image: url(images/side02.jpg);
	background-position: left top;
	margin: 0px;
	background-repeat: no-repeat;
}
.realty #sidebar1 p {
	margin-left: 10px;
	margin-right: 20px;
}
/* FORM */
.realty #container #centerContent #sidebar1 #search legend {
	font-size: 0.7em;
	font-weight: bold;
	color: #FFF;
}
.realty #container #centerContent #sidebar1 #search #form1 select {
/*	background-color: #CCC;
	color: #000; */
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 4px;
}
.realty #container #centerContent #sidebar1 #search #form1 input {
/*	color: #FFFFFF;
	background-color: #FF6600; */
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 8px;
}
.realty #container #centerContent {
	background-image:url(images/side03.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

/* Classes for reuse */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.realty #preload {
	position: absolute;
	left: 0px;
	top: -1000px;
	height: 100px;
	width: 300px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div.thumbnail {
	background-image: url(images/noimage.jpg);
	background-repeat: no-repeat;
	height: 135px;
	width: 180px;
	border: 1px solid #FFF;
	margin: 7px;
	float: left;
}
div.thumbnailoff {
	background-image: url(images/noimage.jpg);
	background-repeat: no-repeat;
	height: 135px;
	width: 180px;
	border: 1px solid #FFF;
	margin: 7px;
	float: left;
}
div.thumbnail:hover {
	border-color: #0FF;
}
.realty #container #centerContent #mainContent .thumbnail a {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.realty #container #centerContent #mainContent .thumbnail a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}
.clearlink {
	text-decoration: none !important;
	background-color: transparent !important;
}
div.picture {
	height: 360px;
	width: 480px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 3px double #CCCCCC;
}
.data {
	font-size: 0.8em;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.highlight {color: #FF0000}
.player {
	height: 240px;
	width: 320px;
	background-color: #CCCCCC;
	margin: 10px;
}
.nofloat {
	clear:left
}
.vcalc {
	color: #FFF;
	font-size: 0.8em;
	margin-top: 0px;
	padding-left: 20px;
}