/* @override 
	http://localhost/css_09/page_css/contact.css
*/




form {
	float: left;
	width: 325px;
	margin: 10px 15px 10px 35px;
	padding: 10px;
	background-color: #DFD0A8;
	border: 1px solid #675328;
}
textarea {
	width: 225px;
	height: 150px;
}
.tagline {
	background: url(../images/taglines/new_homes.gif) no-repeat;
}
#navContact {
	background: url(../images/nav_icon.gif) no-repeat right top;
}
#navContact a:link, #navContact a:visited {
	color: #457E80; /* #FFBE2C; */
}
#mainText span {
	display: block;
}

#contactInfo span {
	display: block;
	padding: 0 0 0 10px;
}
#content {
	width: 250px;
	float: left;
}
#secondaryText {
	width: 225px;
	background: url(/css_09/images/box_top.gif) no-repeat;

}
* html #secondaryText {
	width: 225px;
}
#secondaryTextBottom {
	width: 225px;
	background: url(/css_09/images/box_bottom.gif) no-repeat bottom;
}