body {
	background: #576100;
	color: white;
	font: small/1.5 "Trebuchet MS", Tahoma, sans-serif;
}

body#home {
	background: #6F7601;
}

body, html {
	margin: 0;
	padding: 0;
}

#outer { 
	background: #F4F6BE url(/images/top.jpg) top left repeat-x;
}

#wrap {
	width: 972px;
	margin: 0 auto;
	position: relative;
}

#content-wrap {
	background: transparent url(/images/content-bg.gif) top left repeat-y;
	padding-top: 10px;
	padding-bottom: 25px;
}

#home #content-wrap { padding-bottom: 10px; }

#columns {
	background: transparent url(/images/col-divider.gif) top left repeat-y;
	position: relative;
}

/* ------------ TEXT ------------ */

a {
	color: #782F28;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

h1 {
	font-family: Georgia, "Times New Roman", serif;
	background: #FED6A0 url(/images/h1-bg.gif) bottom left no-repeat;
	font-size: 200%;
	color: #202A0B;
	font-weight: normal;
	padding-left: 15px;
	padding-bottom: 5px;
}

h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 150%;
	color: #202A0B;
	font-weight: normal;
margin-bottom: -15px;
}

h3 {
	font-size: 100%;
	font-weight:bold;
	margin-bottom:-2px;
}

/* ------------ HEADER ------------ */

#header {
	height: 366px;
}
 
#logo-top { 
	position: absolute;
	top: 0;
	left: 0;
}

#control {
	position: absolute;
	top: 72px;
	right: 2px;
}

#google-box {
	width: 195px;
	float: right;
	padding-right: 12px;
}

#google-search { width: 120px; }
#google-submit { width: 60px; }

/* CONTROL NAV */

#control-nav-wrap {
	width: 750px;
	float: right;
	padding-right: 4px;
	padding-top: 4px;
}

ul#control-nav {
	font-size: 90%;
	margin: 0;
	padding: 0;
}

ul#control-nav li {
	list-style: none;
	float: right;
}

ul#control-nav a {
	padding: 0 4px;
	color: #231F20;
	text-decoration: none;
}

ul#control-nav a:hover, ul#control-nav a:focus, ul#control-nav a:active,
#home li#nav-home a,
#about li#nav-about a,
#board li#nav-board a,
#employment li#nav-employment a,
#contact li#nav-contact a {
	color: white;
}

/* MAIN NAV */

ul#main-nav {
	margin: 0;
	padding: 0 8px 0 0;
	color: #BEC18D;
	position: absolute;
	top: 110px;
	right: 0;
}

ul#main-nav li {
	list-style: none;
	float: right;
}

ul#main-nav a {
	padding: 0 6px;
	color: #FFD300;
	font-size: 140%;
	text-decoration: none;
}

ul#main-nav a:hover,ul#main-nav a:focus, ul#main-nav a:active {
	color: #FEFEFE;
}
#departments li#nav-departments a,
#specials li#nav-specials a,
#membership li#nav-membership a, 
#events li#nav-events a,
#news li#nav-news a, 
#community li#nav-community a {
	color: #FEFEFE;
}

#holder {
	position: absolute;
	top: 139px;
	left: 0;
}


/* ------------ SIDEBAR ------------ */

#sidebar {
	width: 222px;
	margin-left: 33px;
	display: inline;
	float: left;
	color: #555;
}

#sidebar h3 {
	color: #586829;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 120%;
	font-weight: normal;
	padding-left: 10px;
}

/* SUBNAV */

#subnav a {
	color: #8C623A;
	text-decoration: none;
	width: 150px;
	display: block;
}

.sub-subnav {
	margin-left: 7px;
	padding-left: 0;
	list-style: none;
}

#subnav a:hover, #subnav a:focus, #subnav a:active,
.produce li#subnav-produce a,
.grocery li#subnav-grocery a,
.cheese li#subnav-cheese a,
.meat li#subnav-meat a,
.bulk li#subnav-bulk a,
.wine li#subnav-wine a,
.frozen li#subnav-frozen a,
.gluten li#subnav-gluten a,
.vitamin li#subnav-vitamin a,
.health li#subnav-health a,
.deli li#subnav-deli a,
.application li#subnav-application a,
.requirements li#subnav-requirements a,
.schedule li#subnav-schedule a,
.bylaws li#subnav-bylaws a,
.principles li#subnav-principles a,
.currentboard li#subnav-currentboard a,
.coop li#subnav-coop a
{
	color: #0F1012
}

/* MAKE THE SUB-SUBNAV LINKS NOT HIGHLIGHT WHEN ITS PARENT IS HIGHLIGHTED */
.grocery li#subnav-grocery ul.sub-subnav a,
.vitamin li#subnav-vitamin ul.sub-subnav a {
	color: #8C623A;
}

/* MAKE THE SUB-SUBNAV LINKS HIGHLIGHT ON HOVER WHEN ITS PARENT IS HIGHLIGHTED */

.grocery li#subnav-grocery ul.sub-subnav a:hover, 
.grocery li#subnav-grocery ul.sub-subnav a:focus, 
.grocery li#subnav-grocery ul.sub-subnav a:active,
.vitamin li#subnav-vitamin ul.sub-subnav a:hover,
.vitamin li#subnav-vitamin ul.sub-subnav a:focus,
.vitamin li#subnav-vitamin ul.sub-subnav a:active {
	color: #0F1012;
}


/* NEWS BOX */

#news-box {
	background: #F5F6BF;
	width: 222px;
	color: #555;
}

#news-box-top {
	background: transparent url(/images/news-box-top.jpg) top left no-repeat;
	height: 7px;
}

#news-box-bot {
	background: transparent url(/images/news-box-bot.jpg) top left no-repeat;
	height: 7px;
	overflow: hidden;
}

#news-box-int { padding: 0 12px 5px 12px; }

#news-box h3 {
	font-family: Georgia, "Times New Roman", serif;
	color: #586829;
	padding: 5px 0 0 0;
	margin: 0;
	font-weight: normal;
	font-size: 110%;
}

#news-box p {
	font-size: 85%;
	margin: 0;
	padding: 5px 0;
}

#news-box form {
	padding: 5px 0;
	margin: 0;
}

#news-box input.news-input {
	width: 118px;
	border: 1px solid #9c9c9c;
	color: #b0b0b0;
	padding-left: 2px;
}

.news-remove a { color: #B4B592; }

/* ------------ CONTENT ------------ */

#content {
	width: 655px;
	margin-right: 36px;
	display: inline;
	float: right;
}

#text {
	margin-right: 28px;
	margin-left: 12px;
	background: white;
	color: #555555;
}


/* ------------ FOOTER ------------ */

#footer {
	background: #576100 url(/images/footer-bg-int.jpg) top left repeat-x;
	color: white;
	width: 100%;
	clear: both;
	padding-top: 60px;
	padding-bottom: 15px;
}

#home #footer {
	background: #6F7601 url(/images/footer-bg.jpg) top left repeat-x;
}

#home #footer {
	background: #6F7601 url(/images/footer-bg.jpg) top left repeat-x;
}

#footer-int {
	width: 972px;
	margin: 0 auto;
	text-align: center;
}

#footer-menu { 
	color: #FFD100;
	margin: 10px 0;
}

#footer-menu a {
	color: #FFD100;
	text-decoration: none;
}

#footer-menu a:hover, #footer-menu a:active, #footer-menu a:focus {
	text-decoration: underline;
}

#hours {
	font-size: 90%;
	margin-top: 0;
}

#hours a {
	color: white;
	text-decoration: none;
}

#hours a:hover, #hours a:focus, #hours a:active {
	text-decoration: underline;
}

/* ------------ ACTION BOXES ------------ */


.action-box {
	width: 243px;
	float: left; 
	position: relative;
	top: 40px;
	font-size: 85%;
	color: #555;
}

.action-box-top {
	height: 15px;
	background: transparent url(/images/action-box-top.png) top left no-repeat;
	overflow: hidden;
}

#action-box-co-op .action-box-top {
	height: 78px;
	background: transparent url(/images/action-box-top-co-op.png) top left no-repeat;
	overflow: hidden;
	position: relative;
}

.action-box-mid {
	background: transparent url(/images/action-box-mid.png) top left repeat-y;
	width: 243px;
}

.action-box-text {
	margin: 0 20px;
	background: white;
	height: 230px;
	line-height: 1.2;
	overflow: auto;
	position: relative;
	z-index: 1;
}

#action-box-co-op .action-box-text {
	height: 167px;
}


.action-box-bot {
	background: transparent url(/images/action-box-bot.png) top left no-repeat;
	height: 19px;
	overflow: hidden;
}

.action-photo {
	border: 1px solid #D1D57B;
	float: right;
	padding: 2px;
}

.action-box h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", serif;
	color: #586829;
	font-weight: normal;
	font-size: 140%;
	border-bottom: 1px solid #A0A745;
	padding-bottom: 3px;
}

.action-box h4 {
	color: #603913;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 120%;
	font-weight: normal;
}

.action-box p {
	margin-top: 10px;
	margin-bottom: 0;
}

.action-box p.more-info {
	text-align: right;
}

#co-op-date {
	position: absolute;
	z-index: 100;
	top: 20px;
	right: 15px;
	color: white;
	font-size: 110%;
	text-align: right;
}


/* ------------ IE6/PNG ------------ */

/* commented backslash hack v2 \*/
* html .action-box-top {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/action-box-top.png', sizingMethod='image');
}

* html #action-box-co-op .action-box-top {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/action-box-top-co-op.png', sizingMethod='image');
}


* html .action-box-mid {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/action-box-mid.png', sizingMethod='scale');
}


* html .action-box-bot {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/action-box-bot.png', sizingMethod='image');
}


/* end hack */

/* ------------ EXTRAS ------------ */

.f-right {
	float: right;
	margin: 0 0 10px 10px;
}

.f-left {
	float: left;
	margin: 0 10px 10px 0;
}

.center { text-align: center; }
.right { text-align: right; }

.clear { clear: both; }

a img { border: none; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */


img.cms_photo{ float:right; margin:0px 0px 20px 20px;}
span.cms_date{ font-size:medium; color:#808000;}

div#cse-search-results iframe { width: 615px; }


/* Drop Nav */
div#dropNav ul{ margin:0px; padding:0px; list-style:none;}
div#dropNav ul li{ margin:0px; padding:3px; border-bottom:#768030 solid 1px; text-align:center; background-color:#566200;}
div#dropNav ul li:hover{ background-color:#768030;}

div#dropNav ul li.first{ height:5px; background-color:#566200;} 
div#dropNav ul li.first:hover{ background-color:#566200;} 

div#dropNav ul li.last{ height:20px; border:none; background:url(/images/drop_bck.png) top left repeat-x;} 
div#dropNav ul li.last:hover{ background:none; background:url(/images/drop_bck.png) top left repeat-x;}

div#dropNav a{ color:#FFF; text-decoration:none; font-size:medium;}
div#dropNav div{ width:160px; position:absolute; top:135px;}

div#dropNav div#dropNav_dept{ left:495px; z-index:200;} /* Department Drop Down */
div#dropNav div#dropNav_spcl{ left:595px; z-index:200;} /* Specials Drop Down */
div#dropNav div#dropNav_news{ left:810px; z-index:200;} /* News Drop Down */


