body {
	margin:0;
	background:#04688c;
	font:12px Arial, Helvetica, sans-serif;
	color:#010101;
}
img {border-style:none;}
a {
	text-decoration:underline;
	color:#023b50;
}
a:hover {text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*main container*/
.page {
	background:#e9e5db url(http://www.eatrightmn.org/images/body.gif) repeat-x;
	width:100%;
	min-width:900px;
}
#main {
	position:relative;
	margin:0 auto;
	width: 900px;
}
/*header*/
#header {
	min-height:251px;
	position:relative;
	background:url(http://www.eatrightmn.org/images/header_lines.jpg) no-repeat 50% 0;
}
* html #header {height:251px;}
#header:after {
	content:" ";
	display:block;
	clear:both;
}
#header img {float:left;}
.member {
/*	position:absolute;
	top:245px;
	left:39px;*/
	display: block;
	width:143px;
	height:26px;
/*	height:35px;*/
	padding:0 0 0 16px;
/*	background:url(http://www.eatrightmn.org/images/link.gif) no-repeat;*/
	background:url(http://www.eatrightmn.org/images/member_login.png) no-repeat;
	font:12px/25px "Times New Roman", Times, serif;
	color:#fff;
	text-decoration:none;
}
.member:hover {text-decoration:underline;}

.member span {
	background: url(http://www.eatrightmn.org/images/header-triangle.gif) right no-repeat;
	padding-right: 20px;
}
/*logos*/
#header .logo,
#header .logo_headofthelakes,
#header .logo_northwest,
#header .logo_rochester,
#header .logo_southcentral,
#header .logo_twincities {
	float:left;
	padding:19px 50px 0 42px;
}

.wiev {
	background:url(http://www.eatrightmn.org/images/view.gif) no-repeat;
	width:143px;
	height:23px;
	padding:0 8px 0 9px;
	font:italic 11px/23px "Times New Roman", Times, serif;
}
.wiev a:hover {text-decoration:underline;}
.view-all {
	background:url(http://www.eatrightmn.org/images/view-marker.gif) no-repeat 100% 50%;
	padding: 0 18px 0 0;
	float:right;
	color:#fff;
	text-decoration:none;
}
.wiev ul {
	list-style:none;
	overflow:hidden;
	margin:0;
	padding:0;
	float:left;
}
.wiev ul li {
	float:left;
/*	background:url(http://www.eatrightmn.org/images/view-divider.gif) no-repeat 0 50%;*/
/*	padding:0 7px 0 9px;*/
	padding:0 7px 0 7px;
/*	margin:0 7px 0 -9px; */
	margin:0;
}
.wiev ul li a {
	color:#fff;
	text-decoration:none;
}
#header .logo a{
	display:block;
	width:148px;
	height:200px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(http://www.eatrightmn.org/images/logo.png) no-repeat;
}
#header .logo_headofthelakes a{
	display:block;
	width:164px;
	height:200px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(http://www.eatrightmn.org/images/logo_headofthelakes.png) no-repeat;
}
#header .logo_northwest a{
	display:block;
	width:164px;
	height:200px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(http://www.eatrightmn.org/images/logo_northwest.png) no-repeat;
}
#header .logo_rochester a{
	display:block;
	width:164px;
	height:200px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(http://www.eatrightmn.org/images/logo_rochester.png) no-repeat;
}
#header .logo_southcentral a{
	display:block;
	width:164px;
	height:200px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(http://www.eatrightmn.org/images/logo_southcentral.png) no-repeat;
}
#header .logo_twincities a{
	display:block;
	width:164px;
	height:200px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(http://www.eatrightmn.org/images/logo_twincities.png) no-repeat;
}
#menu {
	list-style:none;
	padding:13px 0 0 10px;
	background:url(http://www.eatrightmn.org/images/menu.gif) no-repeat;
	float:left;
	width:598px;
	margin:25px 0 0;
	height:28px;
}
#menu li {float:left;}
#menu li a {
	line-height:21px;
	font-size:12px;
	height:21px;
	color:#fff;
	text-decoration:none;
	float:left;
	padding:0 0 0 5px;
	outline:none;
	cursor:pointer;
}
#menu li a span {
	float:left;
	padding: 0 13px 0 8px;
	height:21px;
}
#menu li:hover a,
#menu li.hover a,
#menu li a:hover {background:url(http://www.eatrightmn.org/images/menu-a-left.gif) no-repeat;}
#menu li:hover a span,
#menu li.hover a span,
#menu li a:hover span {background:url(http://www.eatrightmn.org/images/menu-a-right.gif) no-repeat 100% 0;}
#menu div{display:none;}

#menu li.hover,
#menu li:hover {position: relative;}
#menu li.hover .level1,
#menu li:hover .level1,
#menu li.hover .level1 li.hover .level2,
#menu li:hover .level1 li:hover .level2,
#menu li.hover .level1 li.hover .level2 li.hover .level3,
#menu li:hover .level1 li:hover .level2 li:hover .level3{
	display: block;
}
#menu div {
	width:157px;
	position: absolute;
	left: 0;
	top: 21px;
	padding:7px 0 0;
}
#menu .last a {
float:none;
display:block;
}
#menu .last div {
	left:auto;
	right:0;
}
#menu div div {
	left:145px;
	top:4px;
}
#menu .last div div {
	left:145px;
}
#menu .bottom {
	width:157px;
	height:5px;
	background:url(http://www.eatrightmn.org/images/drop-menu.png) no-repeat;
	overflow:hidden;
	display:block;
}
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	width:145px;
	background:#6b8457;
	padding:0 6px;
}
#menu ul:after {
	content:" ";
	display:block;
	clear:both;
}
#menu ul li {
	width:145px;
	padding:4px 0 0;
}
#menu li:hover ul a,
#menu li.hover ul a,
#menu li:hover ul li:hover ul a,
#menu li.hover ul li.hover ul a,
#menu li:hover ul li:hover ul li:hover ul a,
#menu li.hover ul li.hover ul li.hover ul a,
#menu ul a {
	float:none;
	display:block;
	width:145px;
	background:#4f6e4d url(http://www.eatrightmn.org/images/drop-menu-top.gif) no-repeat;
	height:auto;
	padding:0;
}
#menu li:hover ul a span,
#menu li.hover ul a span,
#menu li:hover ul li:hover ul a span,
#menu li.hover ul li.hover ul a span,
#menu li:hover ul li:hover ul li:hover ul a span,
#menu li.hover ul li.hover ul li.hover ul a span,
#menu ul a span {
	float:none;
	display:block;
	width:125px;
	background:url(http://www.eatrightmn.org/images/drop-menu-bottom.gif) no-repeat 0 100%;
	padding:7px 10px 6px;
	height:auto;
}
#menu li:hover ul a:hover,
#menu li.hover ul a:hover,
#menu li:hover ul li:hover a,
#menu li.hover ul li.hover a,
#menu li:hover ul li:hover a:hover,
#menu li.hover ul li.hover a:hover,
#menu li.hover ul li.hover a,
#menu li:hover ul ul li:hover a,
#menu li.hover ul ul li.hover a,
#menu li:hover ul li:hover ul li:hover ul a:hover,
#menu li.hover ul li.hover ul li.hover ul a:hover,
#menu ul a:hover {background:#294f3f url(http://www.eatrightmn.org/images/drop-menu-bottom-hover.gif) no-repeat 0 100%;}
#menu li:hover ul a:hover span,
#menu li.hover ul a:hover span,
#menu li:hover ul li:hover a span,
#menu li.hover ul li.hover a span,
#menu li:hover ul li:hover a:hover span,
#menu li.hover ul li.hover a:hover span,
#menu li:hover ul ul li:hover a span,
#menu li.hover ul ul li.hover a span,
#menu li:hover ul li:hover ul li:hover ul a:hover span,
#menu li.hover ul li.hover ul li.hover ul a:hover span,
#menu ul a:hover span {background:url(http://www.eatrightmn.org/images/drop-menu-top-hover.gif) no-repeat;}
/*content*/
.container {
	overflow:hidden;
	width:100%;
	padding:26px 0 12px;
}
#content {
	width:580px;
	float:right;
	padding:0 62px 0 0;
}
.text {
	float:left;
	width:325px;
	line-height:19px;
}
.text-full {
	float:left;
	width:570px;
	line-height:19px;
}
.text h1, .text-full h1 {
	font:20px/22px "Times New Roman", Times, serif;
	color:#023b50;
	margin:0 0 12px;
}
.text p, .text-full p, .text-full td {
	line-height:19px;
	color:#023b50;
	margin:0 0 18px;
}
.text p a, .text-full p a {color:#a55225; text-decoration:underline;}
.text p a:hover, .text-full p a:hover {text-decoration:none;}
.new {
	width:188px;
	float:right;
	line-height:16px;
}
.new h2 {
	font:19px/22px "Times New Roman", Times, serif;
	color:#4c6433;
	margin:0 0 12px;
}
.new p {
	line-height:16px;
	margin:0 0 18px;
	color:#212121;
}
/*sidebar*/
#sidebar {
	overflow:hidden;
	width:141px;
	float:left;
	padding:0 0 0 46px;
}
#sidebar h2 {
	color:#4c6433;
	font:bold 19px/20px "Times New Roman", Times, serif;
	margin:0 0 8px;
	padding:0 0 8px 13px;
	border-bottom: 1px solid #b1aea7;
}
#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul li {
	font-size:12px;
	line-height:26px;
	height:1%;
}
#sidebar ul li a {
	display:block;
	color:#4c6433;
	text-decoration:none;
}
#sidebar ul li a span {
	display:block;
	padding:0 0 0 12px;
}
#sidebar ul li.active a,
#sidebar ul li a:hover {
	background:#59743e url(http://www.eatrightmn.org/images/sidebar-nav-bottom.gif) no-repeat 0 100%;
	color:#fff;
}
#sidebar ul li.active a span,
#sidebar ul li a:hover span {background: url(http://www.eatrightmn.org/images/sidebar-nav-top.gif) no-repeat;}
/*boxes*/
.boxes {
	background:url(http://www.eatrightmn.org/images/boxes.gif) repeat-y;
	width:808px;
	overflow:hidden;
	margin: 0 0 0 34px;
}
.boxes .top {
	background:url(http://www.eatrightmn.org/images/boxes-top.gif) no-repeat;
	width:808px;
}
.boxes .bottom {
	background:url(http://www.eatrightmn.org/images/boxes-bottom.gif) no-repeat 0 100%;
	width:808px;
	overflow:hidden;
	padding:20px 0 18px;
}
.boxes h3 {
	font:bold 12px/13px "Times New Roman", Times, serif;
	color:#a55225;
	margin:0 0 14px;
}
.boxes p {
	font-size:11px;
	line-height:13px;
	color:#212121;
	margin:0 0 10px;
}
.jobline {
	width:160px;
	float:left;
	padding:0 54px 0 0;
}
.membership {
	width:150px;
	float:left;
	padding:0 52px 0 0;
}
.calendar {
	width:140px;
	float:left;
}
.calendar ul {
	list-style:none;
	margin:0;
	padding:0;
}
.calendar ul h4 {
	margin:0;
	font-size:11px;
	line-height:14px;
}
.calendar ul h4 a {
	text-decoration:none;
	color:#212121;
}
.calendar ul h4 a:hover {text-decoration:underline;}
.boxes .calendar p {margin:0 0 6px;}
.more-news {
	background:url(http://www.eatrightmn.org/images/more-new-left.gif) no-repeat;
	padding:0 0 0 5px;
	height:22px;
	display:block;;
	font:italic 12px/20px "Times New Roman", Times, serif;
	text-decoration:none;
	color:#fff;
	float:left;
	cursor:pointer;
}
.more-news strong {
	float:left;
	height:22px;
	background:url(http://www.eatrightmn.org/images/more-new-right.gif) no-repeat 100% 0;
	padding:0 7px 0 0;
}
.more-news span {
	float:left;
	background:url(http://www.eatrightmn.org/images/more-new-marker.gif) no-repeat 100% 7px;
	height:22px;
	padding:0 26px 0 2px;
}
.more-news:hover {text-decoration:underline;}
.search {
	width:148px;
	padding:0 68px 0 20px;
	float:left;
}
.search span {
	display:block;
	background:url(http://www.eatrightmn.org/images/search.gif) no-repeat;
	height:15px;
	width:134px;
	padding:1px 6px 13px;
}
.search span input {
	border:0;
	background:none;
	width:134px;
}
.more {
	background:url(http://www.eatrightmn.org/images/more.gif) no-repeat 100% 50%;
	padding: 0 14px 0 0;
	color:#212121;
	font-weight:bold;
	font-size:10px;
	line-height:23px;
	text-decoration:none;
}
.more:hover {text-decoration:underline;}
/*footer*/
#footer {
	padding:16px 0 20px;
	background:#04688c url(http://www.eatrightmn.org/images/footer.gif) repeat-x;
	min-width:900px;
}
.footer {
	width:860px;
	margin:0 auto;
	padding:0 0 0 40px;
}
.footer-holder {
	background:url(http://www.eatrightmn.org/images/footer-menu.gif) no-repeat;
	width:788px;
	height:32px;
	padding:0 11px 13px 0;
	overflow:hidden;
}
.footer-holder ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.footer-holder ul li {
	float:left;
	font-size:11px;
	line-height:32px;
	padding:0 14px 0 18px
}
.footer-holder ul li a{
	color:#fff;
	text-decoration:none;
}
.footer-holder a:hover {text-decoration:underline;}
.back {
	float:right;
	background:url(http://www.eatrightmn.org/images/back.gif) no-repeat 100% 50%;
	padding:0 27px 0 0;
	font-size:11px;
	line-height:32px;
	color:#fff;
	text-decoration:none;
}
.footer-box {
	height:1%;
	overflow:hidden;
	padding:0 72px 0 11px;
}
.footer-box ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
}
.footer-box ul li {
	float:left;
	font:12px/15px "Times New Roman", Times, serif;
	color:#b4d0da;
	background:url(http://www.eatrightmn.org/images/footer-divider.gif) no-repeat 0 50%;
	padding: 0 6px 0 8px;
	margin: 0 6px 0 -8px;
}
.footer-box ul li a {color:#b4d0da;}
.footer-box p {
	font:10px/15px "Times New Roman", Times, serif;
	color:#76a8ba;
	margin:0;
	text-align:right;
}

.error p {
	color: #fff;
	font-size: 13px;
	padding: 5px;
	background: #a55225;

}

a:focus {
	outline: none;
}
#panel {
	padding: 15px;
	background: #6e8654;
	width: 170px;
	height: 200px;
	display: none;
	color: #fff;
}

.slide {
	margin: 0;
	padding: 0;
	background: url(http://www.eatrightmn.org/images/btn-slide.gif) no-repeat center top;
}

.event{
	border-top: 5px solid #b1aea7;
	border-bottom: 1px solid #b1aea7;
	background: #d9d5cc;
	padding: 10px;
}

.event h2 {
	font:20px/22px "Times New Roman", Times, serif;
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	background: none;
	border: 0;
	color:#a55225;
	margin: 0
}

.event_date {
	display: block;
	font-weight: bold;
	padding: 5px 0;
	border-bottom: 1px solid #b1aea7;
}

.event_details {
	color:#023b50;
	display: block;
	padding: 5px 0;
}

.event_contact {
	margin: 10px 0 0 0;
	display: block;
	padding: 5px;
/*	border: 1px solid #b1aea7;*/
	border-left: 3px solid #b1aea7;

}

#paging{
  margin-bottom: 20px;
}

#paging a.active{
  color: #a55225;
  text-decoration: none;
  padding: 4px 7px 4px 7px;
  border: 1px solid #a55225;
}

#paging a.currentpage{
  color: #fff;
  text-decoration: none;
  padding: 4px 7px 4px 7px;
  border: 1px solid #a55225;
  background: #a55225;
  font-weight: bold;
}

#paging a.inactive{
  padding: 4px 7px 4px 7px;
  border: 1px solid #aaa;
  color: #aaa;
  text-decoration: none;
}

#paging a.inactive:hover{
  padding: 4px 7px 4px 7px;
  border: 1px solid #aaa;
  color: #aaa;
}

#paging a.active:hover{
  color: #fff;
  text-decoration: none;
  border: 1px solid #a55225;
  background: #a55225;
}

p span.extension { font-size: 10px; color:#a55225; }

p span.searchurl { 
	color: #59743E;
	font-size: 10px;
}

.job-box {
	border-top: 5px solid #b1aea7;
	border-bottom: 1px solid #b1aea7;
	background: #d9d5cc;
	padding: 10px;
	margin-bottom: 15px;
}

.job-box h2 {
	font-size: 14px;
	font-weight: normal;
	color:#a55225;
	padding: 5px 0;
	border-bottom: 1px solid #b1aea7;
}

.job-company {
	font:20px/22px "Times New Roman", Times, serif;
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	background: none;
	border: 0;
	color:#a55225;
	margin: 0
}

.job-location {
	display: block;

}

.job-title {
	margin-top: 10px;
	font:15px "Times New Roman", Times, serif;
	display: block;
	font-weight: bold;
}


.job-position {
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #b1aea7;
}

#scrollup {
  position: relative;
  overflow: hidden;
  height: 115px;
  width: 160px
}
.headline {
  position: absolute;
  top: 210px;
  height: 110px;
  width:155px;
}


.clear {
	clear:both;
}
