@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/* remember to define focus styles! */
:focus 
	{
	outline: 0;
	}

body 
	{
	line-height: 1;
	color: black;
	background: white;
	}

ol, ul 
	{
	list-style: none;
	}

#linksothersites
	{
	list-style-type: disc !important;
	list-style-position: inside !important;
	}
#linksothersites ul
	{
	list-style-type: square !important;
	list-style-position: inside !important;
	padding-left: 25px;
	}

/* tables still need 'cellspacing="0"' in the markup */
table 
	{
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td 
	{
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after, q:before, q:after 
	{
	content: "";
	}

blockquote, q 
	{
	quotes: "" "";
	}

body
	{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color: transparent;
	background-image: url(../image/83/bg_body.gif);
	background-repeat: repeat;
	background-position: center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

b
	{font-size: 110%;}

em
	{color: red;}

div#maincontainer
	{
	width: 900px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	border-left:10px solid black;
	border-right:10px solid black;
	background-color: #FFFFFF;
	background-image: url(../image/83/bg_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	}

div#topsection
	{
	height:294px; /*Height of top section*/
	clear:both;
	}

#logoMenu h1
	{
	margin: 0;
	font-size:14px;
	font-weight:bold;
	}

#topBanner 
	{
	background: url(../image/83/bg_header.jpg) no-repeat center top;
	height:259px;
	}
	
#topBanner span 
	{
	font-size:46px;
	left:16px;
	margin-top:100px;
	padding-top:100px;
	position:relative;
	top:141px;
	}

#logoMenu 
	{
	background-color:transparent;
	background-image:url(../image/83/lm.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	height:75px;
	margin-top:-16px;
	width:900px;
	padding-top:40px;
	}

#navlist 
	{
	height:95px;
	background-color:transparent;
	}

#navcontainer 
	{
	margin: 0px;
	padding: 0px;
	}

#navcontainer ul 
	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	}

#navcontainer ul li 
	{ 
	float: left; 
	}

#navcontainer ul li a 
	{
	float:left;
	font-size:22px;
	height:67px;
	margin:0;
	padding:47px 8px 0 89px;
	text-align:right;
	text-decoration:none;
	width:83px;
	color:#FFF;
	}

#navcontainer li a:hover 
	{
	text-decoration:underline;
	}

.phone 
	{
	background: url(../image/83/lm_001.jpg) no-repeat top left;
	float:left;
	font-size:22px;
	height:67px;
	margin:0;
	padding:47px 8px 0 89px;
	text-align:right;
	text-decoration:none;
	width:83px;
	color:#FFF;
	}
	
.phone a:link, .phone a:hover, .phone a:visited 	
	{
	text-decoration:none;
	color:#FFF;
	cursor:pointer;
	}	
	
.buy 
	{
	background: url(../image/83/lm_002.jpg) no-repeat top left;
	}

.sell 
	{
	background: url(../image/83/lm_003.jpg) no-repeat top left;
	}

.lease 
	{
	background: url(../image/83/lm_004.jpg) no-repeat top left;
	}

.rent 
	{
	background: url(../image/83/lm_005.jpg) no-repeat top left;
	}

#contentwrapper
	{
	float: left;
	width: 100%;
	background-color: transparent;
	}

#contentcolumn
	{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	margin-top:10px;
	/*min-height:500px !important;*/
	height: expression( this.scrollHeight < 500 ? "499px" : "auto" ); /* sets min-height for IE */
	min-height: 500px; /* sets min-height value for all standards-compliant browsers */
	}

#contentcolumn img
	{
	float:left;
	width:auto;
	height:auto;
	margin: 5px;
	}



#leftcolumn
	{
	background:transparent none repeat scroll 0 0;
	float:left;
	margin-left:-900px;
	margin-top:0px;
	width:200px;
	}

#footer
	{
	clear: left;
	width: 100%;
	height:32px;
	background-image: url(../image/83/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	}

#footer a
	{
	color: #000;
	}

.insideTop
	{
	margin: 0px; 
	margin-top: 0;
	}

.insideLeft
	{
	margin: 0px; 
	margin-top: 0;
	}

.inside
	{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}

/* Left Column Menu */
#menu ul 
	{ 
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 200px; /* Width of Menu Items */ 
	border-bottom: 1px solid #ccc; 
	text-align:left;
	} 

/* End */ 

/* Make-up syles */
#menu ul, li 
	{ 
	margin: 0 0 0 0; 
	}  

/* Styles for Menu Items */ 
#menu ul a 
	{ 
	display: block; 
	text-decoration: none; 
	color: #000; 
	background: url(../image/83/bg_li_static.jpg) repeat-x center center; /* IE6 Bug */ 
	padding: 5px; 
	border: 1px solid #222; 
	font-weight: bold;
	border-bottom: 0; 
	} 

/* Hover Styles */ 
#menu ul a:hover, #menu ul .current
	{ 
	background: url(../image/83/bg_li_hover.jpg) repeat-x center center;
	color:#FFF;
	} 

/* Sub Menu Styles  */
#menu li ul a 
	{
	color: #000;
	font-size:12px;
	padding:0px 0px 0px 20px;
	} 

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li 
	{ float: left; height: 1%; } 
* html #menu ul li a 
	{ height: 1%; } 
/* End */ 

/* Sub Menu Hover Styles  */
#menu li ul a:hover 
	{
	color:#FFF;
	} 

/* misc */
.little 
	{
	font-size:12px;
	font-weight:normal;
	text-align:right;
	}

.phone .little 
	{
	font-size:12px;
	font-weight:bold;
	background-color: #000;
	color: #D62303;
	padding-top: 9px;
	padding-left: -5px;
	}
	
.medium 
	{
	font-size:17px;
	font-weight:bold;
	text-align:right;
	}

/* clear */
.clear 
	{
	clear:both;
	}
	

/* Search */
div#searchbar 
	{
	/*background-color: #F22;*/
	display:block;
	width: 99px;
	height:114px;
	margin: 0px !important;
	padding:0px 0px 0px 80px !important;
	}

#searchbar fieldset 
	{
	margin-top: 10px;
	border: none;
	}

#searchbar legend 
	{
	display: none;
	}

#searchbar label 
	{
	display:block;
	float:left;
	width: 90px;
	color: #fff;
	font-weight: bold;
	font-size:14px;
	color: #000;
	}

#searchbar #param_search_text 
	{
	width: 80px !important;
	}
	
#searchbar fieldset em
	{
	color: #EE0000;
	}

#searchbar input.button
	{
	width: 80px;
	background: #075fc6;
	color: #fff;
	border:1px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
	cursor:pointer;
	}

form.searchForm fieldset
	{
	color:#000000;
	border-style: none;
	padding: 15px 15px 15px 15px;
	margin: 10px 10px 10px 10px;
	}
	
form.searchForm fieldset legend 
	{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	}
	
form.searchForm fieldset label 
	{
	color:#000000;
	display:block;
	float:left;
	clear:left;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	padding-right:5px;
	text-align:right;
	width:120px;
	}
	
form.searchForm fieldset input
	{
	border-style:none;
	color:#000000;
	float:left;
	font-size:12px;
	margin-bottom:2px;
	padding:2px 5px 2px 2px;
	width:200px;
	margin-top: 2px;
	margin-right: 5px;
	}

form.searchForm fieldset input#param_search_text
	{
	border:1px solid #111111;
	color:#000000;
	float:left;
	font-size:12px;
	margin-bottom:2px;
	padding:2px 5px 2px 2px;
	width:200px;
	margin-top: 3px;
	margin-right: 5px;
	}

form.searchForm fieldset textarea ,
form.searchForm fieldset select
	{
	border:1px solid #111111;
	color:#000000;
	float:left;
	font-size:12px;
	margin-bottom:2px;
	padding:2px 5px 2px 2px;
	width:200px;
	margin-top: 3px;
	margin-right: 5px;
	}

form.searchForm input.frmButton
	{
	border:1px solid #111111;
	clear: left;
	}

/* //Search */

h1, h2, h3 {
	background-image:url(../image/83/bg_li_static.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	color:#000;
	font-size:14px;
	font-weight:bold;
	height:26px;
	letter-spacing:normal;
	padding:10px 1px 2px 10px;
	text-align:left;
	border:1px solid #666;
	}
	
	
	
.realestate
	{
	width: 330px !important;
	height:300px !important;
	padding: 0 1px;
	float: left;
	}

.realestate .name
	{
	background-image:url(../image/83/bg_li_static.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	color:#000;
	font-size:14px;
	height:26px;
	letter-spacing:normal;
	text-align:left;
	border:1px solid #666;
	padding-left: 10px;
	}

.realestate .price
	{
	color: #E00;
	font-size: 16px;
	text-align: center;
	}

.realestate .image
	{
	width: 260px !important;
	height:200px !important;
	}

.realestate img
	{
	width: 256px !important;
	height:200px !important;
	}

.realestate .short
	{
	width: 90% !important;
	}

.realestate a, .realestate a:visited
	{
	color: #00F;
	}

.realestatetype
	{
	margin-top: 20px;
	}

.realestatedetail .images
	{
	width: 96%;
	padding-top: 20px;
	}

.realestatedetail .images img
	{
	width: 300px;
	height:200px;
	float: left;
	clear:none;
	padding-right: 20px;
	padding-bottom:10px;
	}

#MapleTree
	{
	background-color: #DDD;
	padding: 10px 57px 0 57px;
	}

#propertyform
	{
	width: 230px;
	height: 400px;
	padding-left:20px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #EEE;
	}

#propertyform em
	{
	color:#f00;
	}
	
#propertyform fieldset 
	{
	margin: 1px;
	padding: 1px;
	border: none;
	position: relative;
	}
	
#propertyform fieldset legend 
	{
	font-size: 16px;
	font-family: Arial;;
	top: -10px;
	position: relative;
	}
	
#propertyform fieldset label 
	{
	display: block;
	float: left;
	text-align: right;
	width: 80px;
	line-height: 17px;
	padding-right: 5px;
	font-weight: bold;
	}
	
#propertyform fieldset br 
	{
	clear: left;
	}

#propertyform fieldset input,
#propertyform fieldset textarea
	{
	border: 1px solid #111111;
	padding: 2px;
	float: left;
	margin-bottom: 2px;
	width: 120px;
	font-size: 11px;
	}

#propertyform .submit
	{
	color: #000000 !important;
	}

#propertyform #propertyformphone
	{
	font-weight: bold;
	font-size:16px;
	padding-left: 15px;
	background-color: #000;
	color: #D62303;
	margin-bottom: 10px;
	}

#frmpage
	{
	margin: 0;
	padding: 0;
	}

#frmpage em
	{
	color:#f00;
	}
	
#frmpage fieldset 
	{
	margin: 1px;
	padding: 1px;
	border: none;
	position: relative;
	}
	
#frmpage fieldset legend 
	{
	font-size: 18px;
	font-family: Arial;;
	top: -10px;
	position: relative;
	}
	
#frmpage fieldset label 
	{
	display: block;
	float: left;
	text-align: right;
	width: 100px;
	line-height: 17px;
	padding-right: 5px;
	font-weight: bold;
	}
	
#frmpage fieldset br 
	{
	clear: left;
	}

#frmpage fieldset input,
#frmpage fieldset textarea
	{
	border: 1px solid #111111;
	padding: 2px;
	float: left;
	margin-bottom: 2px;
	width: 200px;
	font-size: 11px;
	}

#frmpage .submit
	{
	color: #000000 !important;
	}
	
