body { 
	padding: 0; 
	margin: 0; 
	font: 0.725em Arial, sans-serif; 
	line-height: 1.5em;
	color: #454545;
}
table td {
	text-align: left;
}

a {
	color: #185DA0;
	background: inherit;
}


a:hover {
	color: #9EC068;
	background: inherit;	
}

a.title {
	color: #FE6700;
	background: #FFF;
}

h1 {
	font: bold 2.4em Arial, Sans-Serif;
	letter-spacing: 0px; 
	padding: 7px 0 0 8px;
	margin: 0;
}

h1 a, h2 a {
	color:#6699cc;
	text-decoration: none;
	background:#fff;
	font-weight:normal;
	letter-spacing:.5px;
}

h1 a:hover, h2 a:hover {
	color: #FF6600;
	background:#fff;
	text-decoration: underline;
}

.left_articles h3 { 
		margin: 0; 
		padding: 0;
		padding-left:20px;
		letter-spacing: -1px;
		font-size: 16px;
		margin-bottom: 5px; 
		color: #185DA0; 
		background: inherit;
		background: #fff url(/images/rss.jpg) no-repeat top left;
	}	

h2 { 
	margin: 0; 
	padding: 0; 
	font: bold 1.5em Arial, Sans-Serif; 
	letter-spacing: 0px;
	color: #185DA0;
	margin-bottom: 5px; 
	background: inherit;
}


h4 {
	margin: 0; 
	padding: 0; 
	font: bold 1.3em Arial, Sans-Serif; 
	letter-spacing: 0px;
	color: #579;
	margin-bottom: 5px; 
	background: inherit;
}

p {	
	margin: 0 0 5px 0;
	
}

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

form { 
	margin: 0; 
}


input.login { 
	width: 150px;
	border: none; 
	background: url(logininput.gif); 
	padding: 4px; 
}



.content { 
	margin: 15px auto;
	width: 900px; 
	background:#fff;
}

.header { 
	height: 45px; 
	padding-bottom:0px;
}

.top_info {
	width: 900px;
	padding: 0 0 0px 0;
}

	.top_info_left {
		width: 340px;
		float: left;
	}

	.top_info_right {
		text-align: right;
		width: 240px;
		float: right;
	}

		.top_info_right p a, .top_info_right p a:link {
			color:#99a;
			font:normal 11px/12px verdana ;
		}
	
		.top_info_right p a:hover {
			color:#369;
			text-decoration:none;
		}

.slogan {
	font-size: 0.9em;
	width: 280px;
	color:#fff;
}


.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	margin: 30px 0 0px 0px; 
	background:url('bar_whole.jpg');
}

	.bar li { 
		padding: 6px 5px 8px 5px;
		color: #808080;
		float: left; 
	}
	
	.bar a.active { 
		#background: url(/images/bar.gif) no-repeat center bottom; 
		color: #9c6;
		font-weight: bold; 
		text-decoration: none;
		#background:#dea ;
		
	}

	.bar a { 
		font-weight: bold;
		color: #4A8EBC; 
		background: inherit;
		padding:6px 10px 6px 10px ;
		border-left:1px #eee solid;
		border-right:1px #eee solid;
		text-decoration: none;

	} 
	
	.bar a:hover { 
		#background:  url(/images/bar-hover.gif) no-repeat center bottom;
		color: #fff;
		border-left:1px #ccc solid;
		border-right:1px #ccc solid;
		background:#edd; 
	} 

.search_field { 
	background: #f4f4f4 url(/images/header8.jpg) no-repeat;	
	color: #000;
	border-top: 1px solid #9EC068;
	border-bottom: 1px solid #9EC068;
	clear: both;
	text-align: center; 
	padding: 10px 0 5px 0;
	height: 55px;
}

.subheader
 {
	margin: 3px 0 0px 0;
	padding:5px 0 0 0;
	border:1px #ddd dotted;
	background:#fcfcfc;
	text-align:center;
}

.subheader input.searchSubmit {
	border:2px #ea4 solid ;
	background:#fb5;
	width:180px;
	color:#fff;
}


.subheader input.search { 
	width: 380px; 
	border: 1px #be7 solid ;
	padding: 2px; 
	color:#666;
}

.subheader #example {
	font:normal 12px/14px georgia,times,serif;
	color:#999;
}

.left {
	float: left;
	width: 565px;
	margin: 0 0 10px 0;
}
	.left_articles {
		margin: 0px 0 10px 0;
	}
	
		.left_articles p {
			font: normal normal 13px/17px arial;
			color:#555;
			letter-spacing:.3px;
		}
			
			.left_articles p:first-letter {
				font-size:1.3em;
				font-weight:bold;
				color:#777;
			}
			
			.left_articles p .highlight{
				color:#654;
			}
	
			.left_articles p b {
				color:#777;
			}
	
	.left_articles_details {
		margin: 0px 0 10px 0;
		padding:5px;
		border:1px #eee solid;
		width:100%;
	}
	
	.left_articles_details:hover {
		border:1px #ccc solid;
	}
	
	
	.left_links {
		border: 1px solid #eee;
		padding: 10px 10px 10px 15px;	
		margin: 0 0 10px 0;
		height: 1025px;
	}
	
	.left_links:hover {
		border: 1px solid #ccc;
	}
	
	.left_message {
		border: 1px solid #eee;
		padding: 10px 10px 10px 75px;	
		margin: 0 0 10px 0;
		background: #fff url(questionmark.gif) no-repeat center left;
		color: #454545; 
	}
	
		.left_message:hover {
			border: 1px solid #ccc;
		}
	
		.left_message p {
			text-indent:0px;
		}
	
		.left_message p b {
			font-size:16px;
			color:#666;
		}
		
		.left_message p:first-letter {
			font-size:1em;
			color:#666;
		}
	
		.left_side {
			float: left;
			width: 245px;
		}
		
		.right_side {
			float: right;
			width: 265px;
			border-left: 1px solid #eee;
			padding: 0 0 0 20px;
		}
		
	.left_box {
		background: #f4f4f4;
		color: #000;
		border: 1px solid #ccc;
		padding: 10px;
	}


#menuContainer{
	padding: 1px;
	width: 896px;
	border:1px #eee dotted;
	border-top:0px;
	background:#fff;
	margin-top:1px;
}

#menuContainer .item {
	float: left;
	width:297px;
	font-weight: bold;  
	text-align:center ;

}

#menuContainer .item a, #menuContainer .item a:link {
	display:block;
	padding:5px 0px 2px 0px;
	background:#efb;
	text-decoration:none;
	color:#9c3;
	font-size: 13px ;
}

#menuContainer .item a:hover {
	background:#ce6;
	color:#8b4 ;

}

.propContainer {
 	float: left;
	width: 100%;
	border: 1px solid #ddd;
	padding: 4px;	
	margin: 0 0 10px 0;
	
}

	.propContainer:hover {
		border:1px #ccc solid;
		background:#fafafa;
	}

.propContainer h2 { 
		margin: 0; 
		padding: 0 0 0 27px; 
		font: bold 1.7em Arial, Sans-Serif; 
		letter-spacing: -1px;
	}
	
	.propContainer h2 { 
		font-size: 18px;
		margin-bottom: 5px; 
		color: #000; 
		background: url(/images/arrow.jpg) no-repeat top left;
	}


.propImage {
	width: 150px;
	float: left;
	padding: 5px;
	border: 1px solid #ddd;
} 

.propPhotoImage {
	width: 100px;
	float: left;
	padding: 5px;
	border: 1px solid #ddd;
}     



.propNotes {
	width: 220px;
	float: left;
	padding: 2px;
	padding-left:16px;
} 

.propPrice {
	width: 120px;
	float: left;
	font-size:14px;
}

.propLogo {
	border:1px solid #eee;
	width: 150px;
	margin:auto 0;
	margin-right:10px;
	float:right;
	text-align:center;
}

.propDesc {
	width: 386px;
	float: right;
	padding: 2px;
	text-align: left;
}

	.propDesc .propDesc_text {
	}

	.propDesc a,.propDesc a:link {
		letter-spacing: 1px ;
	} 

#property_detail {
	border:1px dotted #eee;
	color:#666;
}

	#property_detail:hover {
		border:1px solid #ddd;
		background:#fcfcfc;
		color:#333;
	}

	#property_detail b {
		font-size:14px;
	}

#property_remark {
	padding:16px 10px 16px 10px;
	margin:5px;
	font-size:13px;
	text-indent:30px;
	line-height:20px;
	letter-spacing:.3px;
	border:1px solid #eee;
	color:#5a5a5a;
}

	#property_remark:hover {
		border:1px solid #ddd;
		background:#fcfcfc;
		color:#333;
	}

	#property_remark:first-letter {
		font-size:1.6em;
		text-transform:uppercase;
	}

.right {
	float: right;
	width: 310px;
	margin: 0 0 10px 0;
}

	.right_login {
		padding: 10px;
		margin: 0 0 10px 0;
		background: #A9D4F2;
		color: #246088;
		border-top: 1px solid #4A8EBC;
		border-bottom: 1px solid #4A8EBC;
	}
	
	.right_ads {
		border: 1px dotted #eee;
		padding: 4px;	
		margin: 0 0 10px 0;
	}
	

	.right_articles {
		border: 1px solid #eee;
		padding: 8px;	
		margin: 0 0 10px 0;
	}
	
	.right_articles:hover {
		border: 1px solid #ccc;
	}
		
.image {
	float: left;
	margin: 0 9px 3px 0;
}

.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF;
	padding: 10px 0 0px 0;
	border-top: 1px solid #eee;
}

.footer a, .footer a:link {
	color: #9EC068;
	background: #fff;
}

.footer a:hover {
	color: #c66;
	background: #fff;
}

.photo_frame {
	border:1px #eee solid;
	padding:5px;
}

.photo_frame:hover {
	border:1px #ccc solid;
}

.saved {
	 font-size: 14px; 
	 border: #ddd 1px dotted; 
	 margin-bottom:10px; 
	 padding: 10px; 
	 line-height: 25px; 
	 background-color: #fcfcfc;
	 color:#666;
}

.saved:hover {
	color:#333;
	border:1px #ccc solid;
}

.nonSaved {
	font-size: 14px; 
	 border: #ddd 1px dotted; 
	 margin-bottom:10px; 
	 padding: 10px; 
	 line-height: 25px; 
	 background-color: #fff;
	 color:#ddd;
}

.nonSaved a, .nonSaved a:link {
	 color:#ddd;
}

a#favoriteLink, a#favoriteLink:link { 
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

a#favoriteLink :hover {
	color:#900;
}
