/* @override http://nfr.future-farm.com:8888/css/home.css */

body.pg-home #topCol {
	padding: 0;
	font-size: 0; /* fix white space issue in IE */
	}

body.pg-home #sideCol h2 {
	text-align: center;
	}

body.pg-home #sideCol p {
	font-size: 1em;
	}

/* @group appraisal box */

#appraisalBox {
	margin: 10px;
	padding-right: 10px;
	padding-left: 10px;
	}

/* @end */

/* @group bottom box */

#bottomBox {
	background: #473F32 url(/images/home-btm-bg.jpg) no-repeat left top;
	padding: 7px;
	}

#bottomBox .outline {
	border: 1px solid #97876A;
	padding-top: 10px;
	padding-bottom: 15px;
	}

#bottomBox h2 {
	padding: 0 20px 0 220px; /* use padding instead of margin for IE 6- */
	color: #DEDDC4;
	font-size: 1.4em;
	text-align: center;
	text-transform: uppercase;
	}

#bottomBox div.separator {
	width: 160px;
	margin: 0 0 5px 260px;
	border-color: #97876A;
	}

#bottomBox p {
	width: 240px;
	margin-left: 220px;
	color: #97876A;
	font: italic 1.2em/1.2em Georgia, "Times New Roman", Times, serif;
	}

#bottomBox a:link.moreLink,
#bottomBox a:visited.moreLink {
	color: #DEDDC4;
	font: normal normal .8em Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
	}

#bottomBox a:hover.moreLink,
#bottomBox a:active.moreLink {
	color: #DEDDC4;
	}


/* @end */

/* @group featured box */

#featuredBox {
	border-bottom: 1px dashed #97876A;
	padding-bottom: 5px;
	margin: 10px 10px 10px 9px;
	}

#featuredBox p {
	padding-bottom: 1em;
	line-height: 1.3em;
	text-align: center;
	}

#featuredBox p em {
	color: #97876A;
	font-size: .9em;
	}

#featuredBox p a:link,
#featuredBox p a:visited {
	font-size: 1.1em;
	text-decoration: none;
	}

#featuredBox p a:hover,
#featuredBox p a:active {
	text-decoration: underline;
	}

#featuredBox .frameBox {
	position: relative;
	}

#featuredBox .badge {
	position: absolute;
	top: 2px;
	left: 2px;
	}

/* @end */

/* @group greeting box */

#greetingBox {
	margin: 7px;
	border: 1px solid #97876A;
	padding: 40px 60px;
	}

#greetingBox h1 {
	font-size: 1.6em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2em;
	letter-spacing: .2ex;
	}

#greetingBox hr {
	width: 70%;
	height: 1px;
	margin: 7px auto;
	text-align: center;
	color: #97876A;
	background-color: #97876A;
	border: 0;
	}

/* @end */