@import url("nav.css");
@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #FFF;
}
div#page {
	margin: 0 auto;
	width: 955px;
	background: url(../images/home_bg.gif) repeat-y #000;
}
div#pgheader {
	height: 99px;
	background: url(../images/pagecorner_tr.jpg) no-repeat right top;
}
div#pgheader div {
	float: left;
}
ul#topNav {
	list-style-type: none;
	padding: 30px 0 0 675px;
}
ul#topNav li {
	float: left;
	margin: 0 30px 0 0;
	font-size: 0.7em;
	line-height: normal;
}
ul#topNav li a {
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 22px 0 0 0;
	font-weight: bold;
	color: #CCC;
}
ul#topNav li a:hover {
	color: #FFF;
	text-decoration: none;
}
ul#topNav li a.home {
	background-image: url(../images/icon_home.gif);
}
ul#topNav li a.home:hover {
	background-image: url(../images/icon_home-over.gif);
}
ul#topNav li a.aboutus {
	background-image: url(../images/icon_aboutus.gif);
}
ul#topNav li a.aboutus:hover {
	background-image: url(../images/icon_aboutus-over.gif);
}
ul#topNav li a.contact {
	background-image: url(../images/icon_contact.gif);
}
ul#topNav li a.contact:hover {
	background-image: url(../images/icon_contact-over.gif);
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #D8C971;
	text-decoration: underline;
}
a img {
	border: 0;
}
div#cattlePanel {
	background: url(../images/panel_cattle.jpg) no-repeat;
}
div#constructionPanel {
	background: url(../images/panel_construction.jpg) no-repeat;
}
div#devPanel {
	background: url(../images/panel_development.jpg) no-repeat;
}
div#mgmtPanel {
	background: url(../images/panel_management.jpg) no-repeat;
}
div#agrecPanel {
	background: url(../images/panel_agrec.jpg) no-repeat;
}
div#plantationPanel {
	background: url(../images/panel_plantation.jpg) no-repeat;
}
div#realestatePanel {
	background: url(../images/panel_realestate.jpg) no-repeat;
}
div#realestatePanel a {
	color: #D8C971;
}
div#outdoorsPanel {
	background: url(../images/panel_sporting.jpg) no-repeat;
}

div#homecontent {
	margin-left: 60px;
	width: 824px;
	height: 489px;
	background: url(../images/home_plantation.jpg) no-repeat;
}
div#homecontent div.inner {
	padding: 10px 25px 40px 25px;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
}
div#homecontent h2 {
	margin: 0 0 10px 0;
	border-bottom: 2px solid #999;
	padding: 0 0 5px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #CCC;
	text-transform: uppercase;
}
div#homecontent ul {
	list-style-type: none;
}
div#homecontent ul li {
	padding-bottom: 5px;
	font-size: 0.8em;
	line-height: normal;
}
div#footer {
	margin: 22px 60px 30px 95px;
	padding: 13px 0;
	background: url(../images/in_God_we_trust.gif) no-repeat right top;
	font-size: 0.7em;
	color: #CCC;
	line-height: 150%;
	text-align: center;
}
div#footer a {
	color: #CCC;
}
div#footer a:hover {
	color: #D8C971;
}
div.clearit {
	clear: both;
	height: 1px;
	overflow: hidden;
}
div.clearit span {
	visibility: hidden;
}
