@charset "UTF-8";
/* CSS Document */

/* Universal Selectors */

* {
	margin:0;
	padding:0;
	}

html {
	background-image:url(project_images/Background.gif)}

body { 
  behavior: url(csshover1.htc);} /* WinIE behavior call */
  /* Holly Hack. IE Requirment \*/*
* html ul li { float: left; height: 1% }
* html ul li a { height: 1% }
/* End */


body {background-image:url(project_images/Background.gif);   	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#67625c;
	line-height: 2em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}
	
/* Element Selectors */

/* Specify pairs of quotes for two levels in two languages */
q:lang(en) { quotes: '"' '"' "'" "'" }
q:lang(no) { quotes: "«" "»" "<" ">" }

/* Insert quotes before and after Q element content */
q:before { content: open-quote }
q:after  { content: close-quote }

a {
	text-align: center;
	height: 28px;
	width: 111.4285px;
	position: relative;
	color:#003366;
	font-weight: normal;
	letter-spacing: 0.1em;
	top: 0px;
	font-size: 1em;
}

*.links {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	display: inline;	
}

a:link {color: #003366}     /* unvisited link */

a:visited {
	color: #003366;
	border-color:#FFFFFF;
	display: none;
	height: 28px;
	width: 111.4285px;}  /* visited link */
	  

a:active {color:#FF00FF}   /* selected link */

a:hover {				/* mouse over link */
	color:#003366;
	font-weight: bolder;
	letter-spacing: 0.1em;
	top: 1px;
	font-size: 1em;
}	

li {
	height: 32px;
	width: 108px;
	top: -12px;
	left: -7px;
		}
		
p {padding-bottom: 1em;
}

/* Class, Attribute and Pseudo Selectors */

.bluestrong {
	font-weight: bolder;
	color: #044177;
}

.brownstrong {font-weight: bolder;
	color:#441f03; }

.brownstrong2 {font-weight: bolder;
	color:#441f03;
	text-align: center; }
	
.contest a {
	background-image:url(project_images/Enter.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 120px;
	height: 120px;	
	left: 22px;
	padding: 0px;
	margin-bottom: 0px;
	top: 200px;
}

.news h3 {
	background-image:url(project_images/kirlian_cacao_sml.jpg);
	height: 141px;
	width: 133px;
	color:#FFFFFF;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	font-size: .7em;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-right: 10px;
	margin-top: 8px;
	margin-bottom: -20px;
}

.products h3 {
	background-image:url(project_images/the_truth.jpg);
	height: 375px;
	width: 300px;
	color:#FFFFFF;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	font-size: .7em;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-right: 10px;
	margin-top: 12px;
	margin-bottom: 10px;
}

.superhero h3 {
	background-image:url(project_images/superhero.jpg);
	height: 375px;
	width: 300px;
	color:#FFFFFF;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	font-size: .7em;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-right: 10px;
	margin-top: 12px;
	margin-bottom: 10px;
}


.classes li {
margin-bottom: 0;}

.contest a span {
	display: none;}	
	
.title h1 {
	position:absolute;
	margin-top: -50px;
	color:#F9FAEB;
	margin-left: -30px;
	font-style: italic;
	font-weight: lighter;
	font-variant: normal;
	letter-spacing: 0.1em;
	font-size: 3.5em;
	z-index:600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	text-align: left;
	padding: 0px;
}	

*.first {
	padding-top: 15px;
	}	
	
		
.fltrt { /* this class can be used to float an element right in your page.
				 The floated element must precede the element it should be next to on the page. */
		float: right;
		margin-left: 8px;
		}
.fltlft { /* this class can be used to float an element left in your page */
		float: left;
		margin-right: 8px;
		}
.clearfloat { /* this class should be placed on a div or break element and should be the 
			final element before the close of a container that should fully contain a float */
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
		}  
	

/* ID Selectors */	
	

#contest h3 {
	position:absolute;
	top: 100px;
	background-image:url(project_images/Enter.jpg);
	height: 125px;
	width: 150px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	left: 342px;
}

#printlogo {display: none}
	
.index #container {
	width: 760px;
	text-align: left; /* this overrides the text-align: center on the body element. */ 
	background-image:url(project_images/div_container_image.jpg);
	background-repeat: no-repeat;
	background-position: 0px 201px;
	z-index:400;
	margin-top: 46px;
	margin-right: auto;
	margin-bottom: 46px;
	margin-left: auto;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #b38074;
	border-right-color: #b38074;
	border-bottom-color: #b38074;
	border-left-color: #b38074;
	} 
	
.about #container {
	width: 760px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(project_images/aqua_sea.jpg);
	background-repeat: no-repeat;
	background-position: 0px 201px;
	z-index:400;
	margin-top: 46px;
	margin-right: auto;
	margin-bottom: 46px;
	margin-left: auto;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #b38074;
	border-right-color: #b38074;
	border-bottom-color: #b38074;
	border-left-color: #b38074;
	} 					

.classes #container {
	width: 760px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(project_images/forest_path.jpg);
	background-repeat: no-repeat;
	background-position: 0px 201px;
	z-index:400;
	margin-top: 46px;
	margin-right: auto;
	margin-bottom: 46px;
	margin-left: auto;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #b38074;
	border-right-color: #b38074;
	border-bottom-color: #b38074;
	border-left-color: #b38074;
	} 
	
.events #container {
	width: 760px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(project_images/blue_earth.jpg);
	background-repeat: no-repeat;
	background-position: 0px 201px;
	z-index:400;
	margin-top: 46px;
	margin-right: auto;
	margin-bottom: 46px;
	margin-left: auto;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #b38074;
	border-right-color: #b38074;
	border-bottom-color: #b38074;
	border-left-color: #b38074;
	} 
	
.products #container {
	width: 760px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(project_images/wave.jpg);
	background-repeat: no-repeat;
	background-position: 0px 201px;
	z-index:400;
	margin-top: 46px;
	margin-right: auto;
	margin-bottom: 46px;
	margin-left: auto;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #b38074;
	border-right-color: #b38074;
	border-bottom-color: #b38074;
	border-left-color: #b38074;
	} 
	
.news #container {
	width: 760px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(project_images/SpringMeadow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 201px;
	z-index:400;
	margin-top: 46px;
	margin-right: auto;
	margin-bottom: 46px;
	margin-left: auto;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #b38074;
	border-right-color: #b38074;
	border-bottom-color: #b38074;
	border-left-color: #b38074;
	} 
	
.contact #container {
	width: 760px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(project_images/spiralbeach.jpg);
	background-repeat: no-repeat;
	background-position: 0px 201px;
	z-index:400;
	margin-top: 46px;
	margin-right: auto;
	margin-bottom: 46px;
	margin-left: auto;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #b38074;
	border-right-color: #b38074;
	border-bottom-color: #b38074;
	border-left-color: #b38074;
	} 
	
.superhero #container {
	width: 760px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(project_images/dna_hero.jpg);
	background-repeat: no-repeat;
	background-position: 0px 201px;
	z-index:400;
	margin-top: 46px;
	margin-right: auto;
	margin-bottom: 46px;
	margin-left: auto;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #b38074;
	border-right-color: #b38074;
	border-bottom-color: #b38074;
	border-left-color: #b38074;
	}	
	
.superfoods #container {
	width: 760px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(project_images/kirlian_cacao.jpg);
	background-repeat: no-repeat;
	background-position: 0px 201px;
	z-index:400;
	margin-top: 46px;
	margin-right: auto;
	margin-bottom: 46px;
	margin-left: auto;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #b38074;
	border-right-color: #b38074;
	border-bottom-color: #b38074;
	border-left-color: #b38074;
	}	
	
/*.superfoods #pay {
	background-image:url(project_images/Superfoods_Pay.gif);
	background-repeat:no-repeat;
	width: 310px;
	height: 153px;
	position: absolute;
	z-index: 200;
	left: 420px;
	top: -182px;
	}			*/
	
.thrColFixHdr #header { 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 200px;
} 
.thrColFixHdr #header h1 {
	padding-top: 17px;
	padding-bottom: 10px;
	background-image:url(project_images/lodestar_banner.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 168px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#header h4 {
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 2.2em;
	color: #441f03;
	text-align: right;
	z-index: 601;
	height: 100px;
	width: 80px;
	top: 72px;
	left: 703px;
	padding-right: 0px;
	font-weight: lighter;
	text-transform: lowercase;
	letter-spacing: 0.1em;
	word-spacing: normal;
}


#header h5 {
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 2.2em;
	color: #441f03;
	text-align: right;
	z-index: 601;
	height: 36px;
	width: 180px;
	top: 152px;
	left: 605px;
	padding-right: 0px;
	font-weight: lighter;
	text-transform: lowercase;
	letter-spacing: 0.1em;
	word-spacing: normal;
}

#header h6 {
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 2.2em;
	color: #441f03;
	text-align: right;
	z-index: 601;
	height: 100px;
	width: 80px;
	top: 82px;
	left: 703px;
	padding-right: 0px;
	font-weight: lighter;
	text-transform: lowercase;
	letter-spacing: 0.1em;
	word-spacing: normal;
}

#header h1 span {
	display: none;}
        

#nav ul {
	background-image: url(project_images/Nav_gradient.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 760px;
	position: relative;
	top: -25px;
}

div#nav {
	float: left;
	/* margin: -1px 0 1em 1em; */
	margin-right: auto;
	margin-left: auto;
} 
 
div#nav ul {
	margin: 0;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width: 108px;
	line-height: 32px;
	padding-bottom: 0em;
}

 div#nav li a {
	display: block;
	text-decoration: none;
	width: 108px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}


#mainContent {
	position: relative;
	margin: 210px 20px 20px 20px;
}

	
#innerwrapper {
	background-color:#FFFFFF}


/* #mainContent h1 {
	padding-top:30px;
	padding-bottom: 20px;
	margin-top: 20px;
	color:#297ea5;
	margin-left: 0px;
	font-style: italic;
	font-weight: lighter;
	font-variant: normal;
	letter-spacing: 0.1em;
} */



#mainContent h2 {
	padding-top: 20px;
	padding-bottom:10px;
	color:#297ea5;
}

#mainContent h2 {
	padding-top: 20px;
	padding-bottom:10px;
	color:#297ea5;
}

#mainContent li {
	width: 400px;
	text-indent: 20px;
	padding-top: .5em;
	list-style-type: disc;
	list-style-position: inside;
	font-style: oblique;
	font-weight: bold;
	margin-bottom: 0px;
}


#mainContent a {
	color:#003366;
	font-weight: normal;
	font-size: 1em;
	display: inline;}

#mainContent .links {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	display: inline;	
}

#mainContent a:link {color:#003399}     /* unvisited link */

#mainContent a:visited {
	display: inline;
	color:#006699;
	 /* visited link */}
	  

#mainContent a:active {color:#990033;
	display: inline;}   /* selected link */

#mainContent a:hover {				/* mouse over link */
	color:#CC3300;
	font-weight: bolder;
	display: inline;;
}	

#mainContent a:link {
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
	width: 400px;
} 

#ad {
	height: 150px;
	width: 400px;
	/* background-image: url(project_images/Superfoods-ad.gif); */
	position: absolute;
	top: -390px;
	left: 282px;
	background-repeat: no-repeat;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.thrColFixHdr #mainContent {
	background:url(project_images/trygif.gif) repeat-x left top white;
	margin-top: 212px;
	margin-right: 0px;
	margin-bottom: -24px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
	} 
.thrColFixHdr #footer {
	background-image:url(project_images/Bottom_gradient.gif);
	width: 760px;
	height: 40px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-bottom: -22px;
	background-repeat: repeat-y;
	z-index: 400;
	left: 100px;
	bottom: -20px;
} 


.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	text-align: center;
}
/* CSS for forms */

/* CSS for forms  */

/*.first {
	position: relative;
	width: 300px;
	margin-top: 10em;
	margin-right: auto;
	margin-bottom: 10em;
	margin-left: auto;
}*/
label {
width: 20em;
float: left;
text-align: right;
margin: 0 1em 10px 0;
clear: both;
}

appeals.label {
position: absolute;
top: 400px;
width: 10em;
float: left;
text-align: right;
margin: 0 1em 10px 0;
clear: both;
}



.input1 {
float: left;
margin-bottom: 10px
color: #26a;
background: #feb;
border: #26a solid 1px
}

.input2 {
width: 1em;
float: left;
1text-align: right;
margin-bottom: 0px;
color: #26a;
background: #feb;
border: #26a solid 1px
}

*.button1 {
	position:absolute;
	left: 290px;
	top: 164px;
}

*.button2 {
	position:absolute;
	left: 290px;
	top: 197px;
}

*.button3 {
	position:absolute;
	left: 290px;
	top: 230px;
}

.submit-button {
	position:absolute;
	margin-left: 5em;
	clear: both;
	color:#000033;
	background: #fb0;
	border: 2px #9cf outset;
	left: 194px;
	top: 462px;
}

fieldset {
border: #26a solid 1px;
width: 20em
}
legend {
background: #fb0;
border: #26a solid 1px;
padding: 1px 10px
}

*.newsletter {
width: 3em;
float: left;
text-align: right;
margin: 0 1em 10px 0
clear: both;
}
