@charset "utf-8";
body {
	background-color: #8FA16B;
	margin-top: 0px;
	margin-left: 0px;
}

p, li, td  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	line-height: 140%;
	color: #5F5248;
	margin-top: 0px;
	margin-bottom: 8px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.leftCaption  { /*use this on secondary pages in the left column*/
	color: #69764E;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 8px;
	text-align:right;
	padding-left:20px;
}
.Caption  { /*use this on secondary pages in the main text area*/
	color: #69764E;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 8px;
	text-align:left;
	width: 386px;
}
a:link  {
	color:#69764E;
	text-decoration:underline;
}

a:visited  {
	color:#69764E;
	text-decoration:underline;	
}

h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 140%;
	font-weight: bold;
	color: #69764E;
	margin-top: 0px;
	margin-bottom: 8px;
}

h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 120%;
	font-weight: bold;
	color: #69764E;
	margin-top: 0px;
	margin-bottom: 8px;	
}

ul  {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px; 
}

li  {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
	margin-left: 0px;
	padding-left: 0.8em;
}

#wrapper  { /*this holds all the divs and has the hops in the background*/
	width:960px;
	background-image:url(../images/background_wrapper.gif);
	margin-left:auto;
	margin-right:auto;
	padding-left:100px;
	padding-right:100px;
	padding-top:56px;
	background-repeat: no-repeat;
}

#topbanner  { /*holds the logo, topnav and certified divs*/
	width:960px;
	height: 215px;
	background-image:url(../images/background_topbanner.gif);
	position:relative;
	
}

#logo  { /*holds the hophouse logo*/
	width:267px;
	height:159px;
	position: absolute;
	left: 33px;
	top: 5px;
}

#topnav  {  /*holds the topnavigation*/
	width:615px;
	height:33px;
	background-color:#D5AC6C;
	position: absolute;
	left: 315px;
	top: 131px;
}

#certified  {  /*holds the USDA, and Oregon Tilth logos and certification message*/
	width:615px;
	height:82px;
	text-align:right;
	position: absolute;
	left: 315px;
	top: 21px;
}

#certified p  {
	color: #69764E;
	font-size:13px;
	font-style: italic;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 0px;
}

.logoFloatRight  { /*styles the USDA and Oregon Tilth logos*/
	float:right;	
}

#textarea  { /*holds the text on secondary pages, has small hophouse background*/
	width:920px;
	background-image: url(../images/background_textarea2nd.png);
	background-repeat: no-repeat;
	min-height:366px;
}

#content  { /*holds the textarea on the secondary pages, holds the topTextCol and topHGMcol on top page. Creates the tannish colored div with edge gradients the text sits in*/
	width:920px;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:80px;
	background-image: url(../images/background_textarea.gif);
	background-repeat: repeat-y;
	-moz-box-shadow: -8px 8px 10px 5px #778E58;
	-webkit-box-shadow: -8px 8px 10px 5px #778E58;
	box-shadow: -8px 8px 10px 5px #778E58;
}

#topTextCol  {  /*left column for text on top page*/
	width:270px;
	float:left;
	padding-top: 20px;
}

#topHGMCol  {  /*right column for the HGM divs on top page*/
	width:625px;
	float:right;
}

#HGMpanelCaption  { /*used for the caption area of the slideshow presentation*/
	width:622px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:3px;
	position:absolute;
	left: 0px;
	bottom: 0px;
	z-index:200;
	opacity: .7;
	-moz-opacity: .7;
	background-color: #FFF;
}

#HGMpanelCaption p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-right:10px;
	color: #000;	
}

#leftTextCol  {  /*left column for text on secondary pages*/
	width:270px;
	float:left;
	padding-top: 370px;
}

#rightTextCol  { /*right column (main text area) for text on secondary pages*/
	width:625px;
	float:right;
}

.clearit  {
	clear:both;	
}

#bottominfo  { /*holds the bottom address and attriute info*/
	width:936;
	margin-left:12px;
	margin-right:12px;;
	margin-top: -50px;
	z-index:200;
	background-image:url(../images/background_bottominfo.gif);
	background-repeat: repeat-y;
}

#bottominfo .textdiv  {
	width:904px;
	margin-left:16px;
	margin-right:16px;
	font-size: 70%;
	line-height: 120%;
	color: #69764E;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 8px;
	margin-bottom: 8px;
}

#attribute  {
	width:500px;
	float: right;
	text-align:right;
}

.imageFloatLeft  {
	float:left;
	margin-left:0px;
	margin-right:15px;
	margin-top:0px;
	margin-bottom:15px;
}

.imageFloatRight {
	float:right;
	margin-left:15px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:15px;
}
 
.emphasis {
	font-style: italic;
	font-weight: bold;
}
#contactPic {
	float: right; 
	padding-left: 50px;
}