﻿/* CSS Document */

html, body, form, img {margin:0; padding:0; border:0}
html {font-size:100%}
body {
	font:.82em/1.6 arial,sans-serif;
	background:#486a25 url(../images/body_bg.gif) repeat-x 0 0;
	color:#000;
}

/* ---- Universal Properties ---- */
p, ul, li, h1, h2, h3 {margin:0 10px 1em; padding:0}

abbr, acronym {cursor:help}
.print {display:none} /* display for print items, hide for screen items */

/* ---- lists ---- */
ul {margin-left:35px}
li {margin-right:0; margin-bottom:5px}
ul li ul {margin-top:10px}

/* ---- headings ---- */
h1 {
	font-size:2.0em;
	color:#68321f;
	margin-top:20px;
	margin-left:8px;
	font-weight:normal;
	background:url(../images/header_bg.gif) no-repeat 2px 36px;
}

h2 {font-size:1.1em; text-transform:uppercase; color:#033c5c}
h3 {font-size:1.1em; text-transform:uppercase; color:#033c5c; margin-top:30px; margin-bottom:.2em}
h4 {}
h5 {font-size:1em; font-weight:bold; margin:5px; font-weight:bold}
h6 {font-size:1em; font-weight:normal; margin:0}


/* ---- containers ---- */
#container_main, #container {margin:0 auto; width:770px}
#container_main {background:url(../images/container_main_bg.gif) repeat-y 0 0}
#container {background:url(../images/container_bg.gif) repeat-y 0 0}

/* ---- top area ---- */
#banner {
	margin:0 auto;
	width:770px;
	height:138px;
	background:url(../images/logo_screen.gif) no-repeat 0 0;
}

#banner a {
	display:block;
	width:482px;
	height:138px;
}

#banner a img {display:none} /* hides logo for print */

/* ---- text size ---- */
#top_main, #top {width:770px; background:url(../images/top_bg.gif) no-repeat 0 0}
#top_main {height:31px}
#top {height:52px}

.textsize {margin:0; padding:0; text-align:right; margin-right:20px; padding-top:4px}
.textsize a {color:#283413; text-decoration:none; font-size:1.1em}
.textsize a:hover {text-decoration:underline}
.textsize a.textsize_small {text-decoration:underline !important}
.textsize a.textsize_large {}
.textsize a.textsize_extralarge {}
.textsize .spacer {padding:4px}

/* ---- navigation ---- */
#nav_main {
	width:192px;
	height:309px;
	float:left;
	padding-left:1px;
	padding-top:21px;
	background:url(../images/nav_main_bg.jpg) no-repeat 0 0;
}

#nav {
	width:192px;
	height:309px;
	margin-bottom:50px;
	background:url(../images/nav_bg.jpg) no-repeat 0 0;
}

.menu, .menu ul, .menu li {margin:0; padding:0; border:0; list-style:none}

.menu {width:192px}

.menu li {
	position:relative;
	z-index:5;
	float:left;
	width:100%;
}

.menu li:hover {z-index:10000; white-space:normal}

.menu ul {
	visibility:hidden;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	width:100%;
	/*background:#F00; /* uncomment this if you want to see the "safe" area. */
	margin:-20px 0 0;
	padding:20px 20px 20px 0;
}

.menu li:hover>ul {visibility:visible; left:100%}

.menu:after, .menu ul:after {content:"."; height:0; display:block; visibility:hidden; overflow:hidden; clear:both} /* float clear */
.menu, .menu ul {min-height:0} /* IE7 float clear */

.menu a {
	display:block;
	margin:0;
	padding:3px 10px;
	width:172px; /* width minus padding */
	border-top:1px solid #8e9f6b;
	border-bottom:1px solid #697950;
	text-decoration:none;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
}

.menu ul li a {background:#8e9f6b}

.menu li li a {width:220px}

a.more-about, a.more-difference, a.more-employees {background:url(../images/nav_moreicons.gif) no-repeat 0 0}

a.more-difference {background-position:0 -31px}
a.more-employees {background-position:0 -62px}

/* selected */
.menu li.selected a {background:#2c3b14; border-bottom-color:#2c3b14; border-top-color:#2c3b14}
.menu li.selected li.selected a {background:#2c3b14; border-bottom-color:#2c3b14; border-top-color:#2c3b14}
.menu li.selected li a {background:#8e9f6b; border-bottom-color:#697950; border-top-color:#8e9f6b}
.menu li.selected a.more-about, .menu li.selected a.more-difference, .menu li.selected a.more-employees {background:#2c3b14 url(../images/nav_moreicons.gif) no-repeat 0 -93px}

/* hover */
.menu li:hover>a:hover {background:#2c3b14; border-bottom-color:#2c3b14; border-top-color:#2c3b14}
.menu li:hover>a {background:#2c3b14; border-bottom-color:#2c3b14; border-top-color:#2c3b14}
.menu li:hover>a.more-about, .menu li:hover>a.more-difference, .menu li:hover>a.more-employees {background:#2c3b14 url(../images/nav_moreicons.gif) no-repeat 0 -93px}
.menu li:hover>a:hover.more-about, .menu li:hover>a:hover.more-difference, .menu li:hover>a:hover.more-employees {background:#2c3b14 url(../images/nav_moreicons.gif) no-repeat 0 -93px}

/* ---- flash ---- */
#flash_main {
	width:576px;
	height:330px;
	border-right:1px solid #bcc384;
	float:right;
	background:#fff;
}

/* ---- sidebar and content ---- */
.middle_pad {
	width:770px;
	height:35px;
	clear:both;
}

#middle_main {
	width:768px;
	position:relative;
	left:1px;
	background:#fff url(../images/middle_main_bg.gif) repeat-y 191px 0;
}

#sidebar_main {
	width:191px;
	min-height:280px;
	height:auto !important;
	height:280px;
	margin-top:-5px;
	float:left;
}

#sidebar {
	width:192px;
	min-height:300px;
	height:auto !important;
	height:300px;
	float:left;
	padding-left:1px;
}

.side_contact {color:#283413; line-height:1.6em; font-size:.96em}
.side_contact_title {font-weight:bold; text-transform:uppercase}
.learnmore {text-align:right}
#quote {font-style:italic; font-weight:bold; padding:4px; color:#033c5c}
.sig {padding-left:40px}

#content_main {
	width:536px;
	min-height:252px;
	height:auto !important;
	height:252px;
	float:right;
	padding:0 19px;
	margin-top:-5px;
}

#content {
	width:536px;
	min-height:500px;
	height:auto !important;
	height:500px;
	position:relative;
	right:1px;
	float:right;
	padding:0 20px 10px;
	background:url(../images/content_bg.gif) no-repeat bottom right;
}

#content_main a, #content a, #sidebar_main a, #sidebar_items a {color:#68321f; text-decoration:underline}
#content_main a:hover, #content a:hover, #sidebar_main a:hover, #sidebar_items a:hover {text-decoration:none}

#picwithcaption {float:right; margin:0 10px 0 20px; display:block; width:258px}
#picwithcaption img {margin:4px 0}
#picwithcaption p {font-size:.9em; font-style:italic}
.img_right {padding:2px; border:2px solid #68321f; float:right; margin:4px 0 4px 10px}

.fancytext {
	width:536px;
	height:80px;
	display:block;
	background:url(../images/welcome_text.gif) no-repeat 0 0;
	text-indent:-9999px;
}

#features {
	width:517px;
	min-height:140px;
	height:auto !important;
	height:140px;
	margin:0 10px;
	clear:both;
	border-top:1px solid #bcc384;
	/*background:url(../images/middle_main_bg.gif) repeat-y 238px 0;*/
}

#features h2 {margin:10px 0}

#feature_left {
	width:258px;
	min-height:140px;
	height:auto !important;
	height:140px;
	float:left;
}

.featured_pic {
	float:left;
	border:2px solid #68321f;
	padding:1px;
	margin-top:5px
}

.featured_address {
	float:left;
	text-align:left;
	font-size:.9em;
	margin-right:-3px; /* fixes repeating character bug in IE6 */
	width:150px;
}

#content_main .featured_address a {color:#000; font-weight:bold; text-decoration:none; text-transform:uppercase}
#content_main .featured_address a:hover {text-decoration:underline}

#feature_right {
	width:248px;
	min-height:140px;
	height:auto !important;
	height:140px;
	float:right;
}

#feature_right li, #sidebar_main li, #content_main li, #content li {
	list-style:none;
	padding-left:18px;
	background:url(../images/bullet.gif) no-repeat 0 0;
}
#content_main li, #content li {background-position:0 8px; margin-left:-10px}
#feature_right li, #sidebar_main li {background-position: 0 6px; margin-left:-20px}

#feature_right li {font-size:.9em}
.small_clear {clear:both}
.note {color:#666; font-size:.9em; font-style:italic}

/* ---- footer ---- */
#footer_main {
	width:770px;
	height:62px;
	clear:both;
	padding-bottom:10px;
	color:#fff;
	font-size:.95em;
	line-height:1.6em;
	text-align:center;
	background:#486a25 url(../images/footer_bg.gif) repeat-x 0 0;
}

#footer_main_left {
	width:18px;
	height:62px;
	float:left;
	background:url(../images/footer_main_bg_left.gif) no-repeat 0 0;
}

#footer_main_middle {
	width:734px;
	height:54px;
	float:left;
	padding-top:8px;
}

#footer_main .spacer {padding:0 8px}
#footer_main a {color:#fff; text-decoration:none}
#footer_main a:hover {text-decoration:underline}

#footer_main_right {
	width:18px;
	height:62px;
	float:right;
	background:url(../images/footer_main_bg_right.gif) no-repeat 0 0;
}

#footer {
	width:770px;
	height:72px;
	clear:both;
	background:#486a25 url(../images/footer_bg.gif) repeat-x 0 0;
}

#footer_left {
	width:193px;
	height:52px;
	padding-top:10px;
	float:left;
	background:url(../images/footer_left_bg.gif) no-repeat 0 0;
}

#footer_left p, #footer_right p {font-size:.9em; text-align:center; color:#fff; line-height:1.8em; font-weight:bold}

#footer_right {
	width:577px;
	height:52px;
	float:right;
	padding-top:10px;
	background:url(../images/footer_right_bg.gif) no-repeat top right;
}

.footer_pad {padding:0 6px}
#footer a {color:#fff; text-decoration:none}
#footer a:hover {text-decoration:underline}

.EventLabel, .EventLabel2 {font-weight:bold; color:#033c5c; font-size:1.1em}

/* Forms ----------------------------------------------- */
fieldset {border:0; margin:0; padding:10px; width:90%}
legend {
	margin:0;
	padding:0;
	color:#440000;
	font:bold 1.2em/1.5em verdana,sans-serif
}

html>body legend {margin:0}

fieldset span {color:#FF0000; font-weight:bold}
fieldsetdl {margin:0; padding:0}
fieldset dt {margin:17px 0 2px; padding:0}
fieldset dd {margin:0; padding:0}

label {font-weight:bold; cursor:pointer}
label.unbold {font:normal .95em verdana,sans-serif; color:#000}
input, textarea {
	width:350px;
	padding:4px;
	font:1em verdana,arial,sans-serif;
	border:1px solid #E8E6E0;
	border-top:1px solid #666;
	border-left:1px solid #666;
	background:#F6F5F3;
	color:#333
}

textarea {
	overflow:auto;
	margin:0 0 -2px;
}

input:hover, textarea:hover {
	border:1px solid #004080;
	border-top:1px solid #002850;
	border-left:1px solid #002850;
	background:#E8E7E0;
}

input:focus, textarea:focus {
	border:1px solid #666;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background:#FFF;
}

input.radio, input.check {
	width:auto;
	margin:2px 5px 0;
	border:none;
	background:none;
}

input.submit {
	cursor:pointer;
	margin:20px 0 0;
	width:150px;
	color:#fff;
	font-weight:bold;
	background:#2c3b14;
	display:inline;
}

input.reset {
	cursor:pointer;
	margin:20px 0 0;
	width:150px;
	color:#000;
	font-weight:bold;
	background:#ddd;
	display:inline;
}

input.submit:hover {
	border:1px solid #000;
	background:#9ab070;
	color:#fff;
}

input.reset:hover {
	border:1px solid #000;
	background:#fff;
	color:#000;
}

input.submit:focus {
	border:1px solid #000;
	background:#9ab070;
	color:#FFF;
}

input.reset:focus {
	border:1px solid #000;
	background:#fff;
	color:#000;
}

input#city {width:230px}
input#state {width:30px}
input#zip {width:46px}

input.validation-failed, textarea.validation-failed {
	border:1px solid #FF0000;
	color:#FF0000;
}

.validation-advice {
	margin:-1px 0 5px;
	padding:4px;
	background:#FF0000;
	color:#FFF;
	width:352px;
}

.message {visibility:visible; display:none}

/* ---- Meal Map ---- */
div#communities{text-align:center; margin-bottom:30px}

div#communities-map {
	position:relative;
	margin:5px 0 10px 10px;
	padding:4px;
	width:472px;
	height:435px;
	background:#FFF url(../images/map_wisconsin.gif) no-repeat 4px 4px;
	border:1px solid #68321f;
}
	
div#communities-map a {
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	overflow:hidden;
	padding:5px;
	font-size:.9em;
	line-height:1.4em;
	text-indent:-9999px;
	text-decoration:none;
	color:#000;
	/*border:1px solid red; /* uncomment to see hot zone */
	background:transparent;
}
	
div#communities-map a:hover {
	text-indent:0;
	width:180px;
	min-height:50px;
	height:auto !important;
	height:50px;
	overflow:visible;
	background:#fff;
	border:1px solid #68321f;
	text-decoration:none
}

.menominee {top:184px; left:382px}
.shawano {top:208px; left:332px}
.ellsworth {top:221px; left:39px}
.marshfield {top:226px; left:219px}
.stevenspoint {top:234px; left:247px}
.kewaunee {top:244px; left:389px}
.wisconsinrapids {top:256px; left:229px}
.littlechute {top:264px; left:335px}
.tworivers {top:274px; left:389px}
.chilton {top:288px; left:344px}
.newholstein{top:304px; left:350px}
.plymouth {top:314px; left:354px}
.mineralpoint {top:379px; left:199px}
.lancaster {top:393px; left:166px}
.hazelgreen {top:404px; left:183px}
.williamsbay {top:404px; left:319px}

/* ---- Job Board ---- */
table#jobboard {margin-left:10px}

/* ---- Randomizer ---- */
.jsclass body .randomcontent { /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
	display: none;
}