@charset "UTF-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bk_grnd.gif) repeat-y center;
}
#header {
	width:760px;
	height:222px;
	margin-left:19px;
}
#wrap {
	width:800px;
	margin:0 auto;
	font-size:.9em;
}
h1 {
	font-size:1.4em;
	display:inline;
}
a {
	text-decoration:none;
	color:#e4e61d;
}
a:hover {
	text-decoration:underline;
}
a:active {
	outline: none;
}
#content {
	color:#FFF;
	text-align:justify;
	width:720px;
	margin:auto;
	min-height:410px;
}
body#home #content, body#contact #content {
	padding:20px;
}
#clear {
	clear:both;
}
#pic img {
	border:#e4e61d thick solid;
}
#products {
	margin:0 auto;
	padding:0;
}
#products ul {
	display:block;
	padding:0;
	margin:0 auto;
}
#products ul li {
	display:block;
	float:left;
	list-style-type:none;
	margin:20px;
	text-align:center;
}
#products a.fl_ranch {
	display:block;
	height:150px;
	width:200px;
	background:transparent url(images/fl_ranches.jpg) no-repeat 0 0;
	text-indent:-9009px;
}
#products a.land {
	display:block;
	height:150px;
	width:200px;
	background:transparent url(images/land.jpg) no-repeat 0 0;
	text-indent:-9009px;
}
#products a.nc_comm {
	display:block;
	height:150px;
	width:200px;
	background:transparent url(images/nc_community.jpg) no-repeat 0 0;
	text-indent:-9009px;
}
#list {
	margin:20px auto;
	width:580px;
	background-color:#FFF;
}
#chipola_txt {
	float:left;
	width:420px;
	margin-left:-30px;
}
#chipola_txt li {
	margin-left:40px;
}
#footer {
	padding:10px 0;
	text-align:center;
	color:#FFF;
	font-size:12px;
	width:800px;
	background:url(images/ft_bgd.gif) repeat-y center;
}
