body {
	background: #B0B07C url(http://gslc-cu.org/img/bodybg.gif) repeat-x fixed; 
	margin: 20px 0; 
	padding: 0; 
	font: 12px garmound, 'Lucida Grande', 'Lucida Sans Unicode', verdana, lucida, Helvetica, arial, sans-serif;
	text-align: center; /* for IE5x - see wrapper */
}

* {margin:0; padding:0; /* - Resets all margins and padding - */} 
p {font-family: 'Lucida Grande', 'Lucida Sans Unicode', verdana, lucida, Helvetica, arial, sans-serif; padding-left:5px; padding-right:5px;}
h1, h2, h3, h4 {font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;}
img {border: none;}

hr {display: none; clear: both;}

.rule {
	height: 12px;
	width: 384px;
	background: url(http://gslc-cu.org/img/hr_bg.gif) no-repeat;
	margin: 1em 0;
	padding: 0;
}

/*<group=forms>*/

form {padding: 0 0 10px 0; margin: 0;}

form, textarea {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

fieldset {width: 455px; padding: 0; border: 0; font-size: 12px;}

label {font-size: 11px; color: #5D0B0A; cursor:pointer;}

input, select {border: 1px solid #525232; background: #EDEDE2; color: #6E6E44; padding: 2px; margin: 0 3px 0 3px; font-size: 12px;}

textarea {border: 1px solid #525232; background: #EDEDE2; font-size: 12px; color: #6E6E44; padding: 4px;}

textarea:focus, select:focus, input:focus {background:#F8F8F2;}

input.buttonv, input.button1, input.button2, input.button3, input.button4 {
	cursor: pointer;
}

input.buttonv, input.button1, input.button2, input.button3, input.button4 {
	width: auto;
	border: 1px solid #B7B89E;
	border-top-color: #F6F6ED; /* #ffd */
	border-left-color: #F6F6ED;
	padding: 1px;
	background: #CFCFB7 url(http://gslc-cu.org/img/submit_bg.gif) repeat-x;
	color: #4D4D30;
	font: normal 11px arial, verdana, Helvetica, Arial, sans-serif;
}

input.buttonv:active, input.button1:active, input.button2:active, input.button3:active, input.button4:active {
	border-color: #B7B89E;
	border-bottom-color: #F6F6ED;
	border-right-color: #F6F6ED;
	background: #CFCFB7 url(http://gslc-cu.org/img/submit_bg.gif) repeat-x;
}

input.button4 {
	font-weight: bold;
}


a, a:link, a:active {color: #5D0B0A; border-bottom: 1px solid #5D0B0A; text-decoration: none;}
a:visited {color: #A06F6F; border-bottom: 1px dotted #A06F6F; text-decoration: none;}
a:hover {color: #6B6B62; border-bottom: 1px solid #6B6B62; text-decoration: none;}
#navbar a, #side a, #foot a {border-bottom: 0;}

abbr {
	cursor: help;
	font-style: normal;
	text-decoration: none;
	border-bottom: 0;
}

/*<group=IDs>*/

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 676px;
	text-align: left;
}

#header {position: realitive; top: 0px; left: 0; margin: 0; padding: 0; width: 676px; height: 140px; background: url(http://gslc-cu.org/img/headerbg.gif) no-repeat;}

#navbar {
	position: absolute; 
	top: 140px; 
	left: 0; 
	margin: 0; 
	padding: 0; 
	/* width: 676px; */
	height: 34px; 
	background: url(http://gslc-cu.org/img/navbg.gif) no-repeat;
	z-index: 2;
}
#right-nav{
	top:174px;
	float:right;
	width: 195px; /* was 213px */
	padding: 0;
}

#content {
	position: absolute; 
	top: 174px; 
	left: 0; 
	margin: 0; 
	background: url(http://gslc-cu.org/img/contentbg.gif) repeat;
}

#storymain {float: left; width: 463px; margin: 0; padding: 0;}
	
/*</group>*/

/*<group=Navigation>*/

#navbar ul {
	margin: 1px 0 0 3px; 
	padding: 0; 
	list-style: none; 
	width: 676px;
	font-size: 13px; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navbar li {
	margin: 0; 
	padding: 0; 
	float: left; 
	width: 110px;
	position: relative;
}

#navbar li a {
	height: 16px; 
	display: block; 
	padding: 8px; 
	margin: 0; 
	color: #FBFBF2; 
	text-align: center; 
	text-decoration: none; 
	background: url(http://gslc-cu.org/img/mainnavbg.gif) repeat 0 0;
}

#navbar li a:hover {
	color: #FFF; 
	text-align: center; 
	background: url(http://gslc-cu.org/img/mainnavbg.gif) repeat 0 32px;
}

#navbar li#contact a {
	width: 81px; 
	text-align: center; 
	background: url(http://gslc-cu.org/img/navend.gif) no-repeat 0 0;
}

#navbar li#contact a:hover {
	width: 81px; 
	text-align: center; 
	background: url(http://gslc-cu.org/img/navend.gif) repeat 0 32px;
}


#navbar #nav li a.nav_on{
	color: #FBFBF2; 
	text-align: center; text-decoration: none; 
	background:#435636;
	background: url(http://gslc-cu.org/img/navpageon.gif) repeat 0 32px;
}


li ul {display: none; position: absolute; width: 100px;}
li>ul {top: auto; left: auto;}
li:hover ul, li.over ul {display: block; top: 31px; left: -99px;}
	

#left{
	width: 460px; /* was 460px */
	margin: 0 0 0 3px; 
}

#leftContent {
	padding: 0 15px 0 17px;
	top:-3px;
}


* html #left {  /* the Tan hack */
	width: 457px;
	w\idth: 425px;
}

#left h1 {
	/* Put mini shepherd logo later - background: url(http://gslc-cu.org/img/h1bg.gif) no-repeat 0 3px; */
	padding-left: 17px; 
	font-size: 20px; 
	font-weight: normal; 
	color: #5D0B0A; 
	margin: 10px 0 4px 0;
}

#left h2 {
	font-size: 15px;
	padding-left: 13px;  
	color: #5D0B0A; 
	margin: 5px 0 4px 0; 
	font-weight: normal;
}

#left p, #left ul li, #left table {
	margin: 0 0 12px 0; 
	color: #686840; 
	font-size: 12px;
}

#left blockquote {
	margin-left: 17px;
}

#left ul {
	margin-left: 17px;
	list-style: none;
}

#left ul li {
	background: url(http://gslc-cu.org/img/bullet_diamond.gif) no-repeat 0 4px;
	padding-left: 10px;
	padding-right:5px;
	
}

#left table li {
	margin-left: 17px;
}

#left strong, #left b, #left th {
	font-weight: bold;
	color: #5d0b0a;
}

#left p strong {
	color: #686840;
}

#left table td {
	padding: 1px;
}


#left tr.odd {
	background: #EEEEE2;
}

#left tr.even {
	background: #E2E2CE;
}

#left tr.odd td, #left tr.even td {
	padding: 6px 3px 6px 5px;
}

#left .large {
	font-size: large;
}
	
/*</group>*/

/*<group=Side Content>*/

/*<group=cart - checkout btns>*/

/*</group>*/

#side h1, #side h3.waterfilters, #side h3.books, #side h3.premixedremedies, #side h3.herbs {
	clear: both;
	margin: 8px 0 0 0; /* was 16 left */
	overflow: hidden;
	font-size: 15px; 
	font-weight: normal; 
	color: #5D0B0A; 
}

* html #side h1 {  /* the Tan hack for IE 5.0 */
	float: left;
}

#side ol {
	margin-left: 18px;
}

#side ul {
	list-style: none; 
	margin: 0 0 10px 0; /* was 18 left */
	width: 165px; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, Helvetica, sans-serif; 
	font-size: 11px;
}

#side ul li {margin: 0; padding: 0; display: inline;}

#side ul li a, 
#side ul li a:link, 
#side ul li a:active,
#side ul li a:visited {
	height: 24px; 
	margin: 0; 
	padding: 6px 0 0 11px; 
	display: block; 
	color: #FFF; 
	text-decoration: none; 
	background: url(http://gslc-cu.org/img/sideulbg.gif) repeat 0 30px;
}

#side ul li a:hover {
	margin: 0; 
	padding: 6px 0 0 23px; 
	color: #5D0B0A; 
	text-decoration: none; 
	background: url(http://gslc-cu.org/img/sideulbg.gif) repeat 0 0;
}

* html #side li a,
* html #side li a:link, 
* html #side li a:active,
* html #side li a:visited{  
/* the Tan hack for IE 5.0 */
	height: 30px;
	he\ight: 24px;
}

#side h3 {
	/* color: #5D0B0A;
	margin-right: 15px;
	border-bottom: 1px solid #686840; */
}

#side p, #side ol {
	font-size: 11px;
	line-height: 15px;
	padding: 7px 0;
}

#side p a:hover, #side ol li a:hover {
	color: #5D0B0A;
	text-decoration: underline;
}

#side p a:visited, #side ol li a:visited {
	color: #f6f6ed;
}

/*</group>*/

/*<group=Footer>*/

#foot {
	clear: both;
	width: 676px;
	height: 77px;
	padding-top: 6px;
	text-align: center;
	background: #B0B07C url(http://gslc-cu.org/img/footbg_ver2.gif) no-repeat;
}

#foot ul {margin: 0; padding-top: 12px; font-size: 12px;}

#foot ul li {
	margin: 0;
	padding: 0 7px;
	color: #D8D8BE;
	display: inline;
	border-right: 1px solid #999;
}

#foot ul li.last {border-right: none;}

#foot a, #foot a:link, #foot a:active, #foot a:visited {
	color: #FFF; 
	text-decoration: none;
}

#foot a:hover {
	color: #B7C3AF; 
	text-decoration: none;
}

p.imageLink a, p.imageLink a:visited, p.imageLink a:hover, p.imageLink a:active{
	border:0;
	padding:0;
}	

img{ float:right; padding-left:5px; margin-right:5px; }
img.fl { float:left; padding-right:5px; margin-left:5px; }

#left{ 	color: #686840; }

#tabmenu {
	color: #000;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px }
	
#left #youthNav ul li{ list-style:none;	background:none; }

#tabmenu li { display: inline; overflow: hidden; list-style-type: none; }

#tabmenu a, a.active {
	color: #DEDECF;
	background: #898B5E;
	border: 1px solid black;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none; }

#tabmenu a.active {
	background: #FFFFEE;
	border-bottom: 2px solid #FFFFEE; 
	color:#5D0B0A;
	}

#tabmenu a:hover {
	color: #fff;
	background: #ADC09F; }

#tabmenu a.active:hover {
	background: #ABAD85;
	color: #DEDECF; }