/* CSS Document by mdennisa@gmail.com */
body{margin:0; background:#1C2D3D url(images/body_bg.jpg) top left repeat-x; font-family:arial; font-size:12px;}

/* LAYOUT */
#wrapper{margin:0 auto; width:994px; background:#9FBCDA url(images/wrapper_bg.jpg) top left no-repeat;}
#header{height:204px; position:relative;}
	#logo{height:119px;}
	.slogan{position:absolute; top:20px; left:200px; font-family:georgia; letter-spacing:1; font-size:26px; font-style:italic; color:red;}
	.telp{position:absolute; top:20px; left:770px; font-family:georgia; letter-spacing:0; font-size:20px; color:#fff;}
	#search{width:560px; height:85px; margin-left:13px; padding-left:10px; background:#8BC5EB url(images/search_bg.jpg) top left no-repeat;}
#content{float:left; width:740px; min-height:500px; background:#fff;}
	#inner{padding:10px; }
	 #inner #homeset{float:left; width:208px; height:210px; background:url(images/homeset_bg.jpg) top left no-repeat; position:relative; margin-left:25px; margin-bottom:20px; display:inline;}
	 #inner #homeset #status{position:absolute; top:14px; right:20px; width:140px; height:20px; background:url(images/bg_status.png) top right no-repeat; text-align:center; line-height:20px; color:white; background-color:black; font-weight:bold; text-transform:capitalize; z-index:10;}
	 #inner #homeset #property{border:solid 1px #aaa; width:175px; height:175px; position:absolute; top:13px; left:12px; overflow:hidden; z-index:9;} 
	 #inner #homeset #property table{width:175px; height:175px;}
	 #inner #homeset #desc{position:absolute; bottom:7px; left:0; width:193px; height:1px; background:url(images/desc_bg.gif) top left no-repeat; padding:5px 10px; color:#fff; font-family:tahoma; display:none; overflow:hidden; z-index:11;}
	#nav{height:38px; background:#1E4E7F;}
	#nav ul{margin:0; padding:0; list-style:none;}
	#nav ul li{float:left;}
	#nav ul li a{text-decoration:none; color:#fff; text-transform:uppercase; font-weight:bold; line-height:38px; padding:0 15px; display:block;}
	#nav ul li a:hover{background:#32689E;}
	#sub{float:left; width:234px; margin-top:145px; display:inline; padding:9px; color:#666;}
	 #sub h1{color:#fff; margin-left:10px;}
	 #subPane{ background:url(images/sub_rd.jpg) top left no-repeat; padding:5px 10px 15px 10px; width:214px; height:70px; overflow:hidden;}
	 #subPane h1{margin:0 0 5px 0; color:#69f;}
	 #subPane a{text-decoration:none; color:blue;}
	 #subPane a:hover{text-decoration:underline; color:white;}
#footer{height:42px; background:#A2B0AF url(images/footer_bg.jpg) top left no-repeat; font-size:11px; color:#333;}
	#footer ul{margin:0; padding:0; list-style:none;}
	#footer ul li{float:left; line-height:42px;}
	#footer ul li a{text-decoration:none; color:#333; padding:0 10px; border-right:solid 1px #333; font-size:11px; text-transform:capitalize;}
	#footer ul li a:hover{text-decoration:underline;}

/* TEXT style */
h1,h2,h3,h4,h5{margin:5px 0 10px 0; padding:0; font-size:16px;}
p{line-height:18px; margin:0 0 10px 0; padding:0;}
#desc a{color:#fff; text-decoration:underline;}
#desc a:hover{text-decoration:none;}
.capsRed{margin:0; padding:0; font-family:"Georgia"; font-size:24px; font-weight:normal; letter-spacing:-2px; color:#f00;}
/* news.php */
dl{border-bottom:solid 1px #ccc; padding-bottom:5px;}
dt{color:#06f; padding-bottom:5px;}
dd{margin:0; padding:0;}
dd a{text-decoration:none; color:#888; font-weight:bold; }
dd a:hover{color:#1E4E7F;}
.point{cursor:pointer; color:#888; padding-top:10px; width:100px;}
.point:hover{color:#1E4E7F;}

/* IMG or THUMB style */
a img{border:none;}
/* result.php */
.imgHolder2{float:left; width:300px; border:solid 1px #69f; padding:5px; margin:0 0; display:inline; text-align:center;}
.imgAbs{position:relative; width:300px;}
.imgAbs table{margin:0; padding:0;}
.status{position:absolute; top:0; right:0; width:81px; height:20px; background:url(images/bg_status.png) top left no-repeat; line-height:20px; color:#fff;}
.desc{padding-top:5px; color:#8c7d6a; text-align:left; position:absolute; bottom:3px;}
.desc h1{margin:0; padding:0; font-size:12px;}
.result{float:left; width:350px; padding:0 10px;}
.result h1{margin:0; padding:5px; font-size:16px; color:#36f; }
.result p{color:#69f; margin:0; padding:5px; font-family:"Georgia";}
.subImg a img, .subImg img{float:right; height:60px; width:60px; border:solid 1px #ccc; padding:5px; margin-left:5px; margin-top:5px; display:inline;}

/* FORM style */
form{margin:0; padding:0;}

/* MISC */
.clear{clear:both; font-size:1px; height:0;}
.copy{text-align:center; color:white; float:right; line-height:42px; padding-right:45px; }
/* .copy{float:right; line-height:42px; padding-right:45px; background:url(images/biiiz.gif) top right no-repeat;} */

/* Pagination styling */
div.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #903000;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #903000;
	text-decoration: underline; 
	color: #EEE;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #903000;
		
		font-weight: bold;
		background-color: #903000;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
/* end pagination styling */