@charset "UTF-8";
html, body {
	background:#29160e url(images/bgd.jpg) top no-repeat;
	height:100%;
}
a:active {
	color: #29160e;
	text-decoration: none;
}
a:link {
	color: #29160e;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	outline:none;
}
h1 {
	color:#FFF;
	font-size:2em;
	font-weight:bold;
}
strong {
	font-weight:bolder;
}
#header {
	position:absolute;
	top:0;
	width:901px;
	background: url(images/cr_layout2_02.png) no-repeat center;
	height:416px;
	padding:0;
	margin:0;
}
#logo {
	margin-left:30px;
}
#video {
	margin-left:416px;
	margin-top:23px;
}
#holder {
	margin-top:416px;
	padding:0;
}
#nav {
	width:901px;
	height:82px;
	padding:0;
	margin:0 auto;
}
#nav ul {
	display:block;
	padding:0;
	margin:0;
}
#nav ul li {
	display:block;
	float:left;
	list-style-type:none;
}
#nav a.home {
	display:block;
	height:82px;
	width:126px;
	background:url(images/nav_02.jpg) no-repeat 0 0;
	text-indent:-9009px;
}
#nav a.parcels {
	display:block;
	height:82px;
	width:134px;
	background:url(images/nav_03.jpg) no-repeat 0 0;
	text-indent:-9009px;
}
#nav a.location {
	display:block;
	height:82px;
	width:140px;
	background:url(images/nav_04.jpg) no-repeat 0 0;
	text-indent:-9009px;
}
#nav a.gallery {
	display:block;
	height:82px;
	width:137px;
	background:url(images/nav_05.jpg) no-repeat 0 0;
	text-indent:-9009px;
}
#nav a.contact {
	display:block;
	height:82px;
	width:175px;
	background:url(images/nav_06.jpg) no-repeat 0 0;
	text-indent:-9009px;
}
#nav a:hover.home, body#home #nav ul li a.home {
	background-position: 0 -82px;
}
#nav a:hover.parcels, body#parcels #nav ul li a.parcels {
	background-position: 0 -82px;
}
#nav a:hover.location, body#location #nav ul li a.location {
	background-position: 0 -82px;
}
#nav a:hover.gallery, body#gallery #nav ul li a.gallery {
	background-position: 0 -82px;
}
#nav a:hover.contact, body#contact #nav ul li a.contact {
	background-position: 0 -82px;
}
#body {
	clear:both;
	background:#623522;
	padding:0 30px;
	min-height:500px;
	height:auto !important;
	height:500px;

}
#copy {
	background:#FFF;
	padding:15px;
	float:left;

}
#feature{
	float:right;
	width:300px;
	padding:20px;
	background:#f7e2ad;
	font-size:.9em;
	line-height:20px;
}
#feature li {
	text-align: left;
    list-style: none;
    padding: 3px 10px 3px 25px;
    margin: 5px;
	background:url(images/bullet.gif) 5px 5px no-repeat;
}
#map {
	float:right;
	text-align:center;
	color:#FFF;
}
#footer {
	background:#29160e url(images/cr_layout2_09.jpg) repeat-x top;
	padding-bottom:20px;
	clear:both;
}
#foot_copy {
	color:#FFF;
	padding:20px 30px;
}
#foot_copy A:link {
	text-decoration: none;
	color:#763318;
}
#foot_copy A:visited {
	text-decoration: none;
	color:#960;
}
#foot_copy A:hover {
	text-decoration: underline;
	color:#fff;
}
