@charset  "UTF-8";

/* CSS Document */
/*====== GLOBAL OVERRIDES FOR MAJOR ITEMS AND DIFFERING BROWSER DEFAULTS =====*/
body, table, img, button, iframe, ul, li
{
	margin: 0;
	padding: 0;
	border: 0;
}

table { text-align: left; }

.tightlist li { margin-bottom: 0.25em; }

/* tighter list for simple bullets */
/*================= STYLES FOR THE GRC MASTHEAD & CONTROLS ==================*/
.menuminwidth0
{
	/* for all browsers (non-IE) that obey min-width */
	position: absolute;
	width: 500px;
	min-width: 500px;
	height: 34px;
	padding: 73px 0 0 155px;
	margin: 0;
	z-index: 1000;
}

/* suppress our whole menu when not an interactive mode (when printing, etc.) */

@media print, projection
{
	.menuminwidth0 { d\isplay: none; }
}

* html .menuminwidth1
{
	/* this allows IE5/6 to simulate min-width capability */
	position: relative;
	/* we can simulate a minimum width by creating a large */
	float: left;
	/* border in this first div, then placing our content */
	height: 1px;
	/* into a second nested div (see 2nd nested div next */
	border-left: 560px solid #fff;
	/* CSS box-model borders are a fixed size */
}

* html .menuminwidth2
{
	/* used to simulate min-width capability for IE5/6 */
	position: relative;
	margin-left: -660px;
	height: 1px;
}

/*========================= TOP OF THE MENU CASCADE =========================*/
.menu
{
	position: relative;
	/* establish a menu-relative positioning context */
	float: left;
	/* play nicely with others */
	margin: 0;
	padding: 0;
	border: 0;
	height: 34px;
	/* the menu's overall height */
	width: 100%;
	/* we always want our menu to fill the available space */
	font-family: Georgia, New York, Palatino, Times New Roman, Times, serif;
	font-size: 1.1em;
	/* this (and also below) sets the menu's font size */
}

.menu img
{
	vertical-align: top;
	/* prevent images from being pushed down by text */
}

.menu ul
{
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	/* we don't want to view the list as a list */
	line-height: 1.75em;
	/* globally set the menu's item spacing. note */
}

/* this must be 1.0 or 1.5 or 2.0 for Mozilla */
.menu li
{
	float: left;
	/* this creates the side-by-side array of top-level buttons */
	position: relative;
	/* create local positioning contexts for each button */
	margin: 0;
	padding: 0 0 0 20px;
}

.menu ul li table
{
	margin: -1px 0;
	/* IE5 needs -1px top and bottom table margins */
	m\argin: 0;
	/* re-zero the table margins for everyone but IE5 */
	border-collapse: collapse;
	/* IE5 needs this for the sub-menus to work */
	font-size: 1.1em;
	/* this sets the base font size for our entire menu */
}

.drop
{
	display: block;
	padding: 0px 0.33em;
	/* this sets the l/r margins for our menu item */
	margin: 0;
	text-align: right;
	/* this right alignment goes with the float:left below */
	/* IE tries to switch back to an I-beam, don't let it */
	cursor: hand;
	/* IE5 only knows about "hand", so set it both ways */
}

.drop span
{
	/* this simultaneously left and right aligns the text and */
	float: left;
	/* the >> in the drop-down menus which link to sub-menus */
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/
.menu ul li ul
{
	display: none;
	/* initially hide the entire list hierarchy */
	padding: 1px;
	/* this is our box border width */
}

.menu ul li a,
.menu ul li a:visited
{
	/* unselected top-level menu items */
	display: block;
	float: left;
	text-decoration: none;
	height: 34px;
}

.menu ul li:hover a,
.menu ul li a:hover
{
	/* selected top-level menu items */
	height: 34px;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/
.menu ul li:hover ul,
.menu ul li a:hover ul
{
	/* 2nd level drop-down box */
	display: block;
	position: absolute;
	margin: 0;
	top: 33px;
	/* place us just up underneath the top-level images */
	left: 1px;
	/* left-align our drop-down to the previous button border */
	height: auto;
	/* the drop-down height will be determiend by line count */
	width: 13.5em;
	color: #EFF2FB;
	/* this sets the unselected-text color */
}

.menu ul li:hover ul.leftbutton,
.menu ul li a:hover ul.leftbutton
{
	/* our first dropdown should not be skewed */
	left: 0px;
}

.menu ul li:hover ul.skinny,
.menu ul li a:hover ul.skinny
{
	/* 2nd level skinny drop-down box */
	width: 8.08333em;
	/* with a 12px default font, this is 97px width (97/12) */
}

.menu ul.rightmenu li:hover ul,
.menu ul.rightmenu li a:hover ul
{
	/* 2nd level neighborhood drop-down box */
	left: auto;
	right: 0;
	/* nudge the right menu right to line up under the border */
}

* html .menu ul.rightmenu li a:hover ul
{
	/* IE5/6 needs a tweak here */
	right: -1px;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a
{
	/* 2nd level unselected items */
	margin: 0;
	padding: 0 0 0 10px;
	height: auto;
	color: white;
	/* this sets the unselected drop-down text color */
	background: #7f9499;
	/* this sets the drop-down menu background color */
	width: 12em;
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #eeeeee;
	font-weight: bold;
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover
{
	/* 2nd level selected item */
	color: #b5370e;
	background: white;
	text-decoration: underline;
}

#text
{
	/* the Mac's standard Safari browser will not see this code */
	height: 1.215em;
	/* ...  but every other browser will and should */
	#: ;
}

/* Safari barfs on the illegal pound sign (#) after the rule's property val */
#menu8
{
	width: 160px;
	padding-top: 1px;
	padding-bottom: 15px;
	padding-left: 36px;
	text-indent: -8px;
	outline: none;
	font-family: Georgia, New York, Palatino, Times New Roman, Times, serif;
	font-size: 1.1em;
	font-weight: bold;
}

#menu8 ul
{
	padding-left: 1px;
	margin-left: 1px;
	border: none;
	outline: none;
	list-style-image: url(/images/bullet_subnav.gif);
}

#menu8 li a
{
	text-decoration: none;
	height: 18px;
	outline: none;
}

#menu8 li a:link, #menu8 li a:visited
{
	color: #55595c;
	display: block;
	padding: 8px 0 0 5px;
	outline: none;
}

#menu8 li a:hover
{
	color: #b5370e;
	padding: 8px 0 0 5px;
	outline: none;
	text-decoration:underline;
}

body.bakery #menu8 li.bakery,
body.bathbody #menu8 li.bathbody,
body.beerwine #menu8 li.beerwine,
body.booksgifts #menu8 li.booksgifts,
body.bulkfoods #menu8 li.bulkfoods,
body.bulkherbs #menu8 li.bulkherbs,
body.cheese #menu8 li.cheese,
body.housewares #menu8 li.housewares,
body.packaged #menu8 li.packaged,
body.produce #menu8 li.produce,
body.refrigerated #menu8 li.refrigerated,
body.sundries #menu8 li.sundries,
body.teas #menu8 li.teas,
body.vitamins #menu8 li.vitamins,
body.mission #menu8 li.mission,
body.history #menu8 li.history,
body.whatsacoop #menu8 li.whatsacoop,
body.ecology #menu8 li.ecology,
body.publicrelations #menu8 li.publicrelations,
body.grantsdonations #menu8 li.grantsdonations,
body.hourslocation #menu8 li.hourslocation,
body.contactus #menu8 li.contactus,
body.joinus #menu8 li.joinus,
body.rainbownews #menu8 li.rainbownews,
body.foodnews #menu8 li.foodnews,
body.blogs #menu8 li.blogs,
body.newsletters #menu8 li.newsletters,
body.eventcalendar #menu8 li.eventcalendar,
body.photogallery #menu8 li.photogallery,
body.rssfeeds #menu8 li.rssfeeds,
body.giftcertificates #menu8 li.giftcertificates,
body.nutritionallibrary #menu8 li.nutritionallibrary,
body.reciperoundup #menu8 li.reciperoundup,
body.coopresources #menu8 li.coopresources,
body.glossary #menu8 li.glossary,
body.linksofinterest #menu8 li.linksofinterest,
body.sitemap #menu8 li.sitemap
{
	background-image: url(../images/menu8.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #EDF5F4;
	display: block;
	padding: 8px 0 0 5px;
	outline: none;
	font-family: Georgia, New York, Palatino, Times New Roman, Times, serif;
	font-size: 1em;
	font-weight: bold;
	height: 18px;
	list-style-image: url(../images/bullet_subnav.gif);
	margin-left: -24px;
	text-indent: 16px;
}

#search_box
{
	margin: 0;
	display: inline;
	float: right;
	position: absolute;
	left: 627px;
	top: 72px;
	width: 178px;
	height: 34px;
	background: url(../images/nav_search.jpg);
}

#search_box #s
{
	float: left;
	margin: 9px 0 0 10px;
	border: 0;
	width: 115px;
	background: none;
}

#search_box #go { float: right; }
