@charset "UTF-8";
@import url(font.css);
@import url(corelayout.css);

/*1. Language Switcher
------------------------------*/
#LanguageSwitcher {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	z-index: 1000;
	width: 190px;
	}
#LanguageSwitcher h2 {
	color: #FFFF66;
	}
#LanguageSwitcher a.Button {
	display: block;
	height: 24px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/_SiteDesign/bg_button_a.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#LanguageSwitcher a.Button span {
    background: transparent url(../images/_SiteDesign/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

#LanguageSwitcher a.Button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

#LanguageSwitcher a.Button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

ul#nav-left {
	background-color: #FFFFFF;
	margin: 10px 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
	}

	ul#nav-left li {
	display: inline;
	margin-bottom: 0px;
	float: left;
		}
	ul#nav-left li a {
	display: block;
	color: #666;
	background-color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
			}
	#nav-left a:hover,
	#Page_AboutUs li#Link_AboutUsPage a,
	#Page_Produce li#Link_Produce a,
	#Page_Form li#Link_Form a {
		color: #333;
		padding-bottom: 5px;
		border-color: #727377;
		background: #fff url(../images/on_bg.gif) repeat-x top left;
		}
			
/* Content
----------------------------*/
 #content {
	margin: 0;
	padding: 20px 0;
	text-align:left;
	}
	 #content .FullWidth {
	float: left;
	width: 970px;
	}
	 #content p, dd, li {
	line-height: 1.3em;
	letter-spacing: 0.6px;
	}
	 #content li {
	line-height: 1.4em;
	letter-spacing: 0.6px;
	list-style-type: circle;
	}

 #content h2 {
	margin-top: 15px;
	margin-right: 5px;
}
 #content h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}
	 #content dt {
	margin-top: 10px;
	}
	 #content dd.FileInformation {
	display: block;
	width: 400px;
	color: #FFFFFF;
	background-color: #FF6633;
	font-weight: normal;
	}
	 #content img {
	padding: 1px;
	border:2px double #bbbbbb;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
 #content .Center {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
.figure {
	float: left;
	width: 160px;
	margin: 0 10px 10px 0;
	height: 16em;
	}
	.figure p {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0 0 0;
	height: 1em;
	letter-spacing: .9px;
		}
 #content .FullWidth .figure h3 a {
	text-align: center;
	color: #0033CC;
	display: block;
	line-height: 0.9;
}
 #content .FullWidth .figure h4 a {
	text-align: left;
	display: block;
	text-decoration: none;
	margin: 0;
	line-height: 0.9;
}
	.photo {
		background: url(../images/drop_shadow.gif) right bottom no-repeat;
		}
	.photo img {
		background-color: #fff;
		padding: 4px;
		position: relative;
		top: -5px;
		left: -5px;
		}
	
