@import url("global.css");
@import url("template_master.css");

/* NEIGHBORHOOD TESTIMONIALS TEMPLATE */

#left_col {
	float:left;
	width:220px;
}

#helpful_tools {
	margin:14px 0 0 14px;
	width:190px;
}

#main_content {
	float:left;
	width: 650px;
}

#nt_header {
	position:relative;
	top:-32px;
	}

.hdr_neighborhood_testimonials2 {
	display:block;
	width:278px;
	height:21px;
	background:url(../gif/hdr_neighborhood_testimonials2.gif) no-repeat;
	margin:0 0 0px 0;
}

.nt_row {
	border-bottom:1px dotted #AD957C;
	padding:0 0 14px 0;
	margin:0 0 14px 0;
}

.nt_lastrow {
	border-bottom:0;
}

.nt_p {
	float:left;
	display:block;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	width:450px;
	color:#004132;
	line-height:1.1em;
	padding:0px 0 0 38px;
	margin:4px 0;
	background:url(../gif/quote_lt_testimonials.gif) 11px 0px no-repeat;
}

.nt_row img {
	float:left;
	margin:0 0 10px 0; 
	background: #ffffff;
	border:1px solid #d9d6cb;
	padding: 3px;
	overflow:hidden;
}

.nt_nametown {
	display:block;
	color:#333;
	font-weight:700;
	line-height:.9em;
	padding:14px 20px 4px 0;
	font-family:Arial, Helvetica, sans-serif;
	min-height:24px;
	font-size:.8em;
	background:url(../gif/quote_rt_testimonials.gif) right top no-repeat;
}

.nt_date {
	display:block;
	color:#333;
	line-height:1em;
	font:.8em Arial, Helvetica, sans-serif;
	margin:5px 0 0 0;
}	

.nt_link {
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	font-size:.8em;
	margin:6px 4px 0 0;
}

.nt_link a {
	display:block;
	color:#285F52;
	font-weight:700;
	text-decoration:none;
}

.nt_link a:hover {
	text-decoration:underline;
}

#nt_search {
	position:relative;
	margin-top:10px;
	left:380px;
	width:290px;
	font-weight:700;
	font-size:.85em;
	line-height: 100%;
	z-index: 1000;
}

*html #nt_search { /* IE6 */
	left:370px;
	width:300px;
}

#nt_search_button {
	
}

#nt_search_textfield {
	float:left;
	margin-right:8px;
}

*+html #nt_search_textfield { /* IE7 */
	margin-right:4px;
}

*html #nt_search_textfield { /* IE6 */
	margin-right:4px;
}

#nt_search_textfield input {
	width:150px;
	border:1px solid #ACABA2;
	background:#DAD6CB;
	padding:2px 4px;
}