body {
	background: url(/img/bkgrnd_tile.gif) repeat-x scroll left top;
	text-align:center;
	margin: 0 auto;
}

body,
#theGrowingEdgeLogo *,
#magRolloverHolder *,
#mainNavigation,
.blackSep,
#mainNavigation *,
#headerGrfkHolder *,
#navBarHolder * {
	margin: 0;
	padding: 0;
}

p	{font-family: Verdana, Helvetica, sans-serif; color: #000;}

h2{font-size: large;}
h3{font-size: 85%;}



form  { font-size: x-small; font-family: Verdana, Helvetica, sans-serif }
ol  { font-size: medium; font-family: Verdana, Helvetica, sans-serif }
ul   { font-size: small; font-family: Verdana, Helvetica, sans-serif }
li   { font-size: small; font-family: Verdana, Helvetica, sans-serif }
td  { font-size: medium; font-family: Verdana, Helvetica, sans-serif }
input {font-size: small; border: 1px solid #333333; background-color: #EFEFEF }
textarea {font-size: medium; border: 1px solid #333333; background-color: #EFEFEF }
select {font-size: medium; border: 1px solid #333333; background-color: #EFEFEF }

#theGrowingEdgeLogo {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 130px;
	z-index: 1;
}
.blackSep {
	font-size: 20px;
	line-height: 20px;
	background-color: #000;
	height: 20px;
}
html>body #theGrowingEdgeLogo {
	background: url(/img/logo.png) no-repeat scroll left top;
}
* html #theGrowingEdgeLogo {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo.png',sizingMethod='scale');
}
/*
** CSS filters are generally unsafe - except when used correctly to separate "dead" browsers from the "living".
** IE6 and previous versions are "dead", and can be filtered out safely. The below CSS filter is safe for IE5+/Win and not affect IE7.
** This filter, which targets versions less than IE7, can be used in 'styles in page head' and 'external stylesheets'.
** Filter only valid if the complete @media rule is applied, and put after all other styles so not to interfere with other @media rules (if there are any).
** No further separation needed. Below is a safe filter if later versions than IE6 are set to run in 'standard mode', according to the Microsoft IE7 team:
*/
@media all {
	* html #theGrowingEdgeLogo {
		/* Now we got to fee a gif to IE5.0: */
		background: url(/img/logo.gif) no-repeat scroll left top; /* IE5.0 + 5.5 + 6 win */;
		background/**/: none /* IE5.5 win */;
		backgr\ound: none /* IE6 win */;
	}
}
#theGrowingEdgeLogo a img {
	border: 0;
}
#magRolloverHolder {
	background-color: #693;
	border-style: solid;
	border-width: 4px 0;
	border-color: #000;
	margin: 20px 0 0 0;
	width: 100%;
}
#magRolloverHolder .theeHolder {
	background: url(/img/order_mag_02.gif) no-repeat scroll left top;
	width: 410px;
	height: 53px;
	display: block;
	margin: 0 0 0 270px;
}
#magRolloverHolder .theeHolder a {
	width: 410px;
	height: 53px;
	display: block;
}
#magRolloverHolder .theeHolder a img {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
* html a:hover { visibility: visible }
#magRolloverHolder .theeHolder a:hover img { visibility: hidden }
#headerGrfkHolder {
	text-align: center;
	background-color: #336633;
	border-top: 1px solid #000;
	height: 60px;
}
#headerGrfkHolder img {
	margin: 0 auto;
	border: 0;
}
#navBarHolder {
	font: normal .7em Verdana, Helvetica, sans-serif;
	color: #030;
	text-align: center;
	white-space: nowrap;
	background-color: #9C9;
	padding: 5px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #000;
}
a {
	text-decoration: none;
	color:#004a00;
}
a:visited {
	text-decoration: none;
	color:#004a00;
}
a:hover {
	text-decoration: underline;
	color:#003300;
}
a:active {
	text-decoration: underline;
	color:#003300;
}
/* Begin main navigation styles. */
#mainNavigation {
	font: normal .8em 'lucida Grande', 'lucida sans unicode', Lucida, sans-serif;
	letter-spacing: .2em;
	margin: 0 0 0 270px;
	height: auto;
	display:inline-block;
}
#mainNavigation ul {
	white-space: nowrap; /* mh */
	list-style: none;
	float: left;
}
#mainNavigation li {
	background-color: #fff;
	display: inline-block;
	margin: 0 0 0 -1px;
	line-height: normal;
}
#mainNavigation li a {
	text-decoration: none;
	background-color: #DFFFDF;
	border-right: 1px solid #000 !important;
	border-left: 1px solid #000 !important;
	padding: 2px 15px;
}
/*\*/
* html #mainNavigation { height: 1% }
#mainNavigation:after {
	content: '[.]';
	clear: both;
	visibility: hidden;
	display: block;
	height: 0;
}
#mainNavigation,
#mainNavigation ul,
#mainNavigation li,
#mainNavigation li a { display: block }
#mainNavigation ul { float: left;}
#mainNavigation li { float: left;}
/* End filter */
* html #mainNavigation li a {
	display: inline-block;
}
#mainNavigation li a:link,
#mainNavigation li a:visited {
	color: #4B644B;
	text-decoration: none;
	border: none;
}
#mainNavigation li a:focus,
#mainNavigation li a:hover {
	color: #000;
	border: none;
	background-color: #B8CC99;
}
#mainNavigation li a:link#current,
#mainNavigation li a:visited#current {
	color: #000;
	background-color: #9C9;
}
/* Dealing with Opera 7.2 -7.5 */
/* First line is ignored by Opera 6; inline-block causes problems with Opera 6, hiding altogether */
@media all and (min-width: 0px) {	
	#mainNavigation ul {
		float: none;
		text-align: right;
		line-height: 1px;
	}
	head:first-child+body #mainNavigation li {
		display: inline-block;
		float: none;
		vertical-align: bottom;
	}
	#mainNavigation:after { display: none; }
}
/* Opera 6 inores the 1st line after the media querie, not important in this case */
* html>body #mainNavigation li a {
	width: 1px;
	white-space:nowrap
}
/* End main navigation styles. */
/* Begin .theClearFix styles: */
.theClearFix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.theClearFix { display: inline-table; }
/* Begin filter. Hides from IE-mac \*/
* html .theClearFix { height: 1%; }
.theClearFix { display: block; }
/* End filter. End hide from IE-mac. */
/* End .theClearFix styles. */


/* Begin main navigation styles. */
#mainNavigation {
	font: normal .8em 'lucida Grande', 'lucida sans unicode', Lucida, sans-serif;
	letter-spacing: .2em;
	margin: 0 0 0 270px;
	height: auto;
	display:inline-block;
}
	
#mainNavigation ul {
	white-space: nowrap; /* mh */
	list-style: none;
	float: left;
}
#mainNavigation li {
	background-color: #fff;
	display: inline-block;
	margin: 0 0 0 -1px;
	line-height: normal;
}
#mainNavigation li a {
	text-decoration: none;
	background-color: #DFFFDF;
	border-right: 1px solid #000 !important;
	border-left: 1px solid #000 !important;
	padding: 2px 15px;
}
/*\*/
* html #mainNavigation { height: 1% }
#mainNavigation:after {
	content: '[.]';
	clear: both;
	visibility: hidden;
	display: block;
	height: 0;
}
#mainNavigation,
#mainNavigation ul,
#mainNavigation li,
#mainNavigation li a { display: block }
#mainNavigation ul { float: left;}
#mainNavigation li { float: left;}
/* End filter */
* html #mainNavigation li a {
	display: inline-block;
}
#mainNavigation li a:link,
#mainNavigation li a:visited {
	color: #4B644B;
	text-decoration: none;
	border: none;
}
#mainNavigation li a:focus,
#mainNavigation li a:hover {
	color: #000;
	border: none;
	background-color: #B8CC99;
}
#mainNavigation li a:link#current,
#mainNavigation li a:visited#current {
	color: #000;
	background-color: #9C9;
}
/* Dealing with Opera 7.2 -7.5 */
/* First line is ignored by Opera 6; inline-block causes problems with Opera 6, hiding altogether */
@media all and (min-width: 0px) {	
	#mainNavigation ul {
		float: none;
		text-align: right;
		line-height: 1px;
	}
	head:first-child+body #mainNavigation li {
		display: inline-block;
		float: none;
		vertical-align: bottom;
	}
	#mainNavigation:after { display: none; }
}
/* Opera 6 inores the 1st line after the media querie, not important in this case */
* html>body #mainNavigation li a {
	width: 1px;
	white-space:nowrap
}
/* End main navigation styles. */
/* Begin .theClearFix styles: */
.theClearFix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.theClearFix { display: inline-table; }
/* Begin filter. Hides from IE-mac \*/
* html .theClearFix { height: 1%; }
.theClearFix { display: block; }
/* End filter. End hide from IE-mac. */
/* End .theClearFix styles. */

a, a:visited, a:link {
	text-decoration: none;
	color:#009900;
}

#testimonials a {
	color: #FFF5F5;
	text-align: center;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: underline;
	color:#003300;
}
a:active {
	text-decoration: underline;
	color:#003300;
}


p	{font-family: Verdana, Helvetica, sans-serif; color: #000;}
body{font-family: Verdana, Helvetica, sans-serif; font-size: 90%;}
h2{font-size: large;}
h3{font-size: 85%;}
.body {font-size: small; font-family: Verdana, Helvetica, sans-serif; margin-right: 0; margin-left: 0; margin-top: 0}

.ahead {font-weight: bold; font-size: large; font-family: Verdana, Helvetica, sans-serif; color: #669966;}

.bhead {
	font-weight: bold;
	font-size: medium;
	font-family: Verdana, Helvetica, sans-serif;
	color: #669966;
}

.headline    {
	font-weight: bold;
	font-size: 110%;
	font-family: Verdana, Helvetica, sans-serif;
	color: #669933;
	padding: 0 .25em .25em .25em;
	border-bottom: 2px solid #669933;	
}
.authorCredit {
	font-weight: bold;
	text-align: right;
	float:right;
	font-size:60%;
	vertical-align: text-bottom;
	color: #99CC99;
	padding-top: 0.5em;	
}
.subhead { font-weight: bold; font-size: 90%; font-family: Verdana, Helvetica, sans-serif}
.navbar  { font-size: x-small; font-family: Verdana, Helvetica, sans-serif; color:#666;}
.expired {
	color: #990000;
	font-weight: bold;
}
#navbar
{
	position: absolute;
	top: 180px;
	left: 0px;
	right: 0px;
	height: 28px;
	z-index: 1;
	padding: 0px;
	border-width: 0px;
	background-color: #9C9;
}
.smallerhead {font-size: medium; font-family: Verdana, Geneva, Swiss, SunSans-Regular, sans-serif}


form  { font-size: x-small; font-family: Verdana, Helvetica, sans-serif }
ol  { font-size: medium; font-family: Verdana, Helvetica, sans-serif }
ul   { font-size: small; font-family: Verdana, Helvetica, sans-serif }
li   { font-size: small; font-family: Verdana, Helvetica, sans-serif }
a   {text-decoration: none; color:#004a00 }
a:visited {text-decoration: none; color:#004a00 }
a:hover  {text-decoration: underline; color:#003300}
a:active  {text-decoration: underline; color:#003300}
td  { font-size: medium; font-family: Verdana, Helvetica, sans-serif }
input {font-size: small; border: 1px solid #333333; background-color: #EFEFEF }
textarea {font-size: medium; border: 1px solid #333333; background-color: #EFEFEF }
select {font-size: medium; border: 1px solid #333333; background-color: #EFEFEF }
.footerlinks a, .footerlinks a:visited {font-size: 14px; font-weight: bold; text-decoration: none; color:#004a00 }
.footerlinks a:hover, .footerlinks a:active { text-decoration: none; color:#002200 }
#footerArticle{}
#footer {font-size: x-small; text-decoration: none; color:#FFFFFF}
#footer a{text-decoration: none; color:#FFFFFF}
#footer a:hover{text-decoration: underline; color:#FFFF00}
.search_label {
	font-size: x-small;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0;
}


	
#navFooter
{
	position: relative;
	clear: both;
	background: #FFFFFF;
	line-height: normal;
}

#navContainer
{
	position: absolute;
	top: 82px;
	left: 252px;
	line-height: normal;
	background-color: white;
	z-index:20;
}

 #navlist
{
margin: 0;
padding: 0 0 20px 10px;
line-height: 14px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style: none;
font-size: 13px; font-family: Verdana, Helvetica, sans-serif;
}

#navlist a:link, #navlist a:visited
{
float: left;
margin: 0 7px 4px 7px;
text-decoration: none;
color: #000;
border-right: 1px solid #555;
padding-right: 14px;
background: transparent;
}

#navlist a:link#current, #navlist a:visited#current
{
background: transparent;
color: #060;
}

#navlist a:hover { color: #060; }

#navlogo
{
	position: absolute;
	left: 14px;
	top: 0px;
	z-index: 10;
}
#navadcontainer
{
	position: absolute;
	background-color: #693;
	top: 14px;
	margin-left: -3px;
	margin-right: -3px;
	width: 100%;
	height: 56px;
	z-index: 1;
	border-color: black;
	border-width: 3px 0px 2px 0px;
	border-style: solid;
}
#navad
{	position:absolute;
	background-color: #693;
	top: 0px;
	left:288px;
	height: 56px;
	z-index: 4;
	border-width: 0px;
}
#sectionbanner
{	position:absolute;
	background-color: #363;
	top: 120px;
	left:0px;
	right:0px;
	width: 100%;
	height: 60px;
	z-index: 2;
	padding-left: 15px;
	border-width:0px;
}

#blockList {
	height: auto;
	}
#blockList ul {
	list-style: none;
	float: left;
}

#blockList li {
	display: inline-block;
	margin: 0;
	line-height: normal;
}

#blockList li a {
	display: inline-block;
	padding: 0px 30px 0px 0px;
	text-align:center;
}
#blockList ul img {
	padding: 0 0 0 0;
}
#footerArticle {
	padding: 10px;
	clear: both;
	position: relative;
}
.topPad {
}
