@charset "utf-8";
/* --- basic styling ---*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	/* font-size:85%; */
	background-color: #EBE9ED; 
}
.smaller {font-size:11px;}

#wrapper {
	position:relative;
	width:900px; 
	margin: 0 auto;
	text-align:left;
}

#clear {
	clear: both;
	}
			
#header {
	position: relative;
	height: 170px;
	text-align: center;
}

#header h1 {
	padding-top: 40px;
	padding-bottom: 10px;
	color: #4B5534;
	text-align: center;
}
#header #logoimage {
	position:absolute;
	top: 1px;
	left: 1px;
	width: 900px;
	height: 170px;
	background:url(images/logobar8.jpg) no-repeat top;
} 
/* --- Main navigation styles ---*/	
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 262px;
	bottom:0;
	width: 639px;
	list-style: none;
	/* background: #758B42; */
	background: url(images/bar_darkgreen.jpg) repeat-x top left;
	/* background: url... repeatx top left */
}

#header ul li {
	float: left;
}

#header ul a {
	padding: 0 1.7em;
	font-size: 16px;
	line-height: 1.9em;
	text-decoration: none;
	color: #DBEBC4; 
	float: left;
	display: block;
	background: url(images/navbar_divider.jpg) no-repeat left top;
	/* background: url... norepeat left top; */
}

#header ul a.first {
	background: none;
}

#header ul a:hover {
	color: #FF9933; 
	
}
#header ul li a#current {
	color: #6B551C;
	background-color: #FFFF99; 
	text-decoration:none;
}	

#content { 
	position:relative;
	width: 900px; 
	height: 750px;
	margin: 0 auto;
	/* Add image along Y axis of whole image for the sidebar background color*/
	background: #FFFFFF url(images/leftbar4_strip.jpg) repeat-y;	
}

#sidebar {
	float:left;
	width:238px;
	overflow:auto;
	margin-left: 8px;
	margin-top: 10px;
	/*border:solid;*/
}
#sidebar p {
	padding: 5px;
}
#sidebar ul li#daffdig {
	padding: 5px;
}
#sidebar ul li#dpotting {
	padding: 5px;
}
#sidebar ul li#2007xchg {
	padding: 5px;
}
#sidebar ul li#2006xchg {
	padding: 5px;
}						
#sidebar ul li#2008xchg {
	padding: 5px;
}
#sidebar ul li#2009xchg {
	padding: 5px;
}
#sidebar ul li#dvisit {
	padding-top: 5px;
}																					
/* #sidebar ul li#show2007{
	padding: 10px;
}
#sidebar ul li#show2006{
	padding: 10px;
}
#sidebar ul li#show2005{
	padding: 10px;
} */
#sidebar ul li#sale2007m{
	padding: 10px;
}
#sidebar ul li#sale2007g{
	padding: 10px;
}
#sidebar ul li#sale2006{
	padding: 10px;
}
#sidebar ul li#sale2008{
	padding: 10px;
}
#sidebar ul li#sale2009{
	padding: 10px;
}
#sidebar ul li#sale2011{
	padding: 10px;
}
#sidebar ul li#clean2008{
	padding: 10px;
}
#sidebar a:link{
	color: #4B5534;	
	text-decoration:none;
}
#sidebar a:visited {
	color: #006633;	
	text-decoration:none;
}
#sidebar a:hover {
	color: #FF9933;	
} 
#sidebar ul a:hover {
	color: #FF9933;	
}
#sidebar ul li a#current {
	color: #993366; 
	text-decoration:none;
}	
#rightside {
	float:right;
	/* position: absolute; */
	width:645px;
	height: 750px; 
	/*background-color:#FFFFFF; */
	background: url(images/daff_many_vert2.jpg) no-repeat right;
	text-align: left;
	overflow:auto;
	/*border:solid;*/
}
#rightside h2 {
	color: #4B5534;
}
#rightside h3 {
	margin-left: 10px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-right: 20px;
}

#rightside h4 {
	margin-right: 0px;
	padding-left: 0px;
	margin-left: 20px;
}

#rightside p {
	line-height: 1.2 ems;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #4B5534;
}

#rightside #sub_words p {
	line-height: 1.2 ems;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
	/*border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #4B5534; */
	text-align: center;
}
#rightside #spk_words p {
	line-height: 1.2 ems;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
	/*border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #4B5534; */
	/*text-align: center; */
}
#rightside #spk_words img {
	margin: 10px;
	/*margin-left: 10px; 
	margin-right: 10px; 
	margin-top: 10px; 
	margin-bottom: 5px;*/
}

#rightside #evnt_tbl {
	/*position: absolute;
	left: 262px; */
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: auto;
}

#rightside #evnt_tbl h3 {
	color: #4B5534;
}

#rightside a:link{
	color: #4B5534;	
	text-decoration:none;
}
#rightside a:visited {
	color: #006633; /*#6B551C;	*/
	text-decoration:none;
}
#rightside a:hover {
	color: #FF9933;	
}

#rightside div.img
  {
  margin: 15px;
  border: thin solid #009933;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
#rightside div.img img
  {
  display: inline;
  margin: 5px;
  border: thin solid #009933;
  }
#rightside div.img a:hover img
  {
  border: thin solid #FF9933;
  }
#rightside div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 3px;
  }

#rightside #dfarm table{
	margin-left: 60px;
}
  
#rightside td {
	margin: 5px;
	padding: 3px;
}  
#rightside td img{
	border: thin solid #009933; 
	margin: 5px;
	padding: 3px;
}  
#rightside a:hover img{
	border: thin solid #FF9933;
}

#rightside #dlunch table{
	margin-left: 40px;
	border: thick double #009933;
}

#footer {
	color: #DBEBC4;
	font: .8em "Times New Roman", Times, serif;
	margin-top:3em;
	margin-bottom: 20px;
	text-align: center;
	background: url(images/bar_darkgreen.jpg) no-repeat center;
}	

/*---rollovers need to be in the order of link, visited, hover, active ---*/	
#footer a:link {
	color: #DBEBC4;	
	text-decoration:none;
}
#footer a:visited {
	color: #DBEBC4;	
	text-decoration:none;
}
#footer a:hover {
	color: #FF9933;	
}

