@charset "UTF-8";
/* CSS Document */


@import url("box-green-gradient.css");
@import url("header.css");

body {
	margin: 0;
	background: #98B087 url("../images/global/background/green-vgrad.jpg") repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p {
	margin: .5em 0 .5em 0;
}

#world {
	position: relative;
	background-color: #FFF;
	padding: 0px 20px 0px 20px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#content {
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: left;
	width: 960px;
}

#content-text-left-default {
	text-align: left;
	padding: 70px 0px 55px 10px;
	width: 435px;
}


DIV#nav-bar {
	position: absolute;
	bottom: 0px;
	width: 960px;
	text-align: center;
}

DIV.nav-button {
	display: inline;
	width: 192px;
	text-align: center;
}

#footer {
	background: #DEE5D5 url("../images/global/footer/green-vgrad.jpg") repeat-x;
	min-height: 300px;
}

.footer-nav-bar {
	color: #999;	
}

.footer-nav-bar a:link, .footer-nav-bar a:visited {
	font-weight: bold;
	font-size: 9px;
	color: #999;
	text-decoration: none;
}
.footer-nav-bar a:hover {
	color: #803325;
	text-decoration: underline;
}
.footer-nav-bar a:active {
	color: #B5B599;
	text-decoration: underline;
}


.heading1 {
	font-size: 14pt;
	font-weight: bold;
	color: #73744A;
}

.heading12-black {
	font-size: 12pt;
	font-weight: bold;
	color: #000;
}
.heading2 {
	font-size: 10pt;
	font-weight: bold;
	color: #813524;
}


HR.links {
	margin: .5em 0 .5em 0;
	border:1px solid #000;
}

DIV.box-links {
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
}
DIV.box-links a:link, DIV.box-links a:visited {
	font-weight: normal;
	color: #813524;
	text-decoration: none;
}
DIV.box-links a:hover {
	font-weight: normal;	
	color: #803325;
	text-decoration: underline;
}
DIV.box-links a:active {
	font-weight: normal;	
	color: #B5B599;
	text-decoration: underline;
}

DIV#box-links-kitchen {
	width: 175px;
	right: 0px;
	top: 39px;
}

DIV#box-links-ranching {
	width: 175px;
	right: 5px;
	top: 39px;
}

img.hbar-tb {
	margin: 10px 0px 10px 0px;
}
img.hbar-t {
	margin: 10px 0px 0px 0px;
}
img.hbar-b {
	margin: 0px 0px 10px 0px;
}

.footnote {
	color: #6D6F71;
	font-style: italic;
}
