body {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	padding: 0;
	margin: 0;
	background-color: #fff;
}
/**********************************/
.spcd li { padding-bottom: 1em; }
/* =Hyperlink hover behavior */
#menu a:hover, #nav a:hover, #news a:hover, #footer a:hover { background-color: #ff0; }
/**********************************/

#wrapper {
	padding: 5px;
	min-width: 750px;
	/*max-width: 790px;*/
	margin: 0;
}
/**********************************/

/* =Banner */
#banner {
	height: 85px;
}

#fcpl {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
}

#county {
	position: relative;
	top: 4px;
	left: 90%;
	border: none;
}
/**********************************/	

/* =Menu - horizontal */
#menu {
	background-color: #ffc;
	border-bottom: 1px solid #006;
	border-top: 1px solid #006;
	padding: 5px 0;
	font-size: 105%;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	display: inline;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	text-decoration: none;
	margin: -2px;
	padding: 0 1em;
	border-right: 1px solid #006;
	color: #006;
}
#menu a.last { border-right: 0 none; }
#menu img { border: none; }
/**********************************/

/* =Quick links */
#forms {
	background-color: #ccf;
	padding: 4px;
	border-bottom: 1px solid #006;
}

/* to clear form floats at end of div in FF */
#forms:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#searchform {
	float: left;
}

#guide {
	float: right;
	padding-top: 1.25em;
}
#guideform {
	margin: 0;
	padding: 0;
}
/**********************************/
#fltL {
	position: relative;
	float: left;
	/*max-width: 45%;*/
	max-width: 35%;
}
/* Navigation Menu */
#nav { 
	padding: .5em 0; 
	text-align: left;
	font-size: 105%;
}

#nav ul { 
	margin-left: 1.5em; 
	list-style-type: none;
	font-weight: bold; 
	border-left: 1px solid #99f; 
	padding-left: 1.5em; 
}

#nav li { padding-bottom: 1em; }
#nav .last { padding-bottom: 0; }

#nav a { color: #006; text-decoration: none; }

#nav img { border: none; }

#nav img.grape { position: relative; top: 0; left: 7em; }
/**********************************/

/* container to center images below news box */
#fltR {
	position: relative;
	text-align: center;
	float: right; 
	/*max-width: 45%;*/
	max-width: 60%; 
	margin-right: 1em;
}

/* =News box */
#news { 
	text-align: left;
	border: thin dotted #99f; 
	margin: 1.5em 0 1em 0; 
	padding: 15px 15px 15px 30px; 
}

#news ul {
	margin: 0;
	padding: 0;
}

/**********************************/

/* =Footer */
#footer { 
	clear: both; 
	color: #006; 
	font-size: 90%;
	text-align: center; 
	border-top: 1px solid #006; 
	margin: 1em 0 .5em 0; 
}
/**********************************/
/* =Click Here links */
.clickh a span {
	position: absolute;
	left: -1000px;
	width: 900px;
}
.clickh a:hover, .clickh a:focus, .clickh a:active {
  /*  On 'hover' set the anchor to 'position:relative' to get a measuring point. Somehow IE doesn't like it when this is in the '.col2 a' declaration... */
  position: relative;
}
.clickh a:hover span, .clickh a:focus span, .clickh a:active span {
  /* Take the previously hidden span and display it near the anchor */
  left: 20px;
  top: 20px;
  width: 100px;
  /* This is just for looks... */
  padding: 5px;
  line-height: 1;
  font-size: 80%;
  background: #FFFFF6;
  border: 1px solid #666;
  color: #000;
  text-decoration: none;
}

/* External links */
a.external { background: url(images/external.gif) no-repeat 100% 0; padding: 0 10px 0 0; }
a.external span { position: absolute; left: -5000px; width: 4000px; }