@charset "UTF-8";
/* CSS Document */

body
{
	background-color: #C08000;
	text-decoration: none;
	list-style-type: none;
	color: #9B2A23;
	margin: 0px;
	padding: 0px;
	font-family: Herculanum, "Tempus Sans ITC", sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
}

#header {
	height:15em;
	width: 100%;
	position: absolute;
	border-top-width: medium;
	border-bottom-width: thick;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9B2A23;
	border-bottom-color: #9B2A23;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: #9CA47A url(../assets/header-background.png) repeat;
}

#footer {
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.6em;
	position: absolute;
	border-bottom-width: thick;
	border-bottom-color: #9B2A23;
	bottom: 0px;
	border-top: thin solid #9B2A23;
	margin: 0em;
	background: #9CA276;
}
#strawcross {
	background:url(/assets/Straw_cross_cutout.png);
	width:410px; height:515px;
	float: left;
	position: absolute;
	margin-right: 0px;
	margin-bottom: 0px;
	top: 11em;
	left: 11%;
}
/* for Internet Explorer only */
/*\*/
* html #strawcross {
	background:url(/assets/Straw_cross_cutout.gif);
}
/**/

#left-nav  {
	text-align: left;
	float: left;
	height: auto;
	width: 22%;
	color: #1A4A12;
	font-size: 1.25em;
	margin-top: 1em;
	position: absolute;
	top: 12em;
	font-weight: bold;
	list-style: url(/assets/clear-logo-bullet.gif);
	z-index:10;
}
#contents {
	float: right;
	color: #1A4A12;
	text-align: left;
	width: 55%;
	position: absolute;
	font-size: 1.25em;
	height: auto;
	top: 13em;
	font-weight: bold;
	right: 0.5em;
	margin-bottom: 0em;
	padding: 0em 0.5em 0em 0em;
}
#dove-logo {
	float: left;
	margin-top: 1em;
	position: absolute;
	left: 3%;
	width:115px; height:217px;
	background:url(/assets/clear-logo2.png);
}
/* for Internet Explorer only */
/*\*/
* html #dove-logo {
	background:url(/assets/clear-logo2.gif);
}
/**/





.harvest {
	float: right;
	padding-left: 0.5em;
	padding-top: 0.5em;
}

.nomarg{
	color: #9B2A23;
	text-align: center;
	margin-top: 0.5em;
	width: 100%;
}
a:link {
	color: #194A10;
	text-decoration: underline;
}
a:visited {
	color: #98651f;
	text-decoration: underline;
}
.relative {
	position: relative;
	margin: 0px;
	padding: 0px;
}
.header-text-left {
	font-size: 4em;
	position: absolute;
	left: 16%;
	top: 0.7em;
	color: #9B2A23;
}
.header-text-right {
	font-size: 4em;
	color: #194A10;
	top: 1.7em;
	position: absolute;
	right: 5%;
}
.header-text-bottom{
position:absolute;
right:60px;
bottom:10px;}
.content-links {
	font-size: 0.75em;
	margin-bottom: 0em;
}
.faq {
	font-size: 1.5em;
	color: #9B2A23;
	text-align: center;
	margin-top: 0em;
	margin-bottom: 0.25em;
	margin-right: 0em;
	background: url(../assets/sky.png) no-repeat;
	padding: 0.25em;
	height: 1em;
}
.faq-questions {
	color: #CC6600;
	margin-bottom: 0em;
}
.group-photo {
	border: medium outset #9B2A23;
	position: absolute;
	left: 27%;
	bottom: 2.5em;
	margin-right: 0px;
}

#container {
	width: 90%;
	left: 5%;
	right: 5%;
	height: 64em;
	position: absolute;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #194A10;
	border-bottom-color: #9B2A23;
	border-left-color: #194A10;
	background: #F2DEBD url(../assets/background-pattern.png) repeat;
}
#faq-container {
	height: 74em;
	width: 90%;
	position: absolute;
	top: 1em;
	bottom: 0.5em;
	left: 5%;
	right: 5%;
	border-top: thin solid #194A10;
	border-right: thin solid #194A10;
	border-bottom: medium solid #9A2922;
	border-left: thin solid #194A10;
	background: #f2debd url(../assets/background-pattern.png);
}
#faql-container {
	position: absolute;
	height: 80em;
	width: 90%;
	top: 1em;
	bottom: 0.5em;
	border-right: thin solid #194A10;
	border-bottom: medium solid #9B2A23;
	border-left: thin solid #194A10;
	left: 5%;
	right: 5%;
	background: #f2debd url(../assets/background-pattern.png);
}
.sky {
	background: url(../assets/sky.png) no-repeat;
	width: 100%;
	height: 3em;
	position: absolute;
	top: 13em;
}
