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

/* meyerweb.com CSS Reset */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* MAIN STYLES */

html, body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
/*	background-attachment: scroll;*/
	background-color: #fff;
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;
	width: 1000px;
	margin: 0px auto;
	padding-bottom: 58px;
}

#header {
	overflow: hidden;
	height: 100%; /* Needed for IE 6 */	
	margin: 0px 27px;
	border: none;
}

#header img {
	float: right;
}

#header #nav_item li {
	display: inline;
}

#nav_item a:link, #nav_item a:visited {
	text-align: center;
	float: left;
	width: 92px;
	height: 34px;
	position: relative;
	top: 107px;
	margin: 0px;
	margin-right: 2px;
	padding: 0px;
	border: none;
}

#content_container {
	margin: 17px 66px 33px 66px;
	padding-bottom: 29px;
	position: relative;
}

#subnav_tabs {
	overflow: hidden;
	float: right;
	height: 100%; /* Needed for IE 6 */	
	margin-top: 17px;
	padding-right: 91px;
}

#subnav_tabs a {
	margin-left: 0px;
}

#content_container_blue {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 802px;
	min-height: 374px;
	margin: 34px 66px;
	padding: 40px 29px;
	background-color: #d1d1d1;
}

#footer {
	position: relative;
	bottom: 0px;
    height: 29px;
    width: 1000;
	text-align: center;
	background-color: #4b4b4b;
}
#index_content {
	margin-top: 17px;
	margin-right: 55px;
	margin-bottom: 50px;
	margin-left: 48px;
	padding-top: 80px;
	overflow: visible;
}

#index_content #image {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 0px;
	width: 227px;
}

#index_content #desc {
	float: right;
	margin-bottom: 80px;
	padding-top: 0px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #000;
	width: 490px;
	line-height: 19px;
	text-align: justify;
}

#content_container_blue  #container_col1 {
	width: 372px;
	float: left;
}

#container_col1 ul.donation_levels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #000;
	padding-top: 29px;
	padding-right: 57px;
	line-height: 14px;
	float: left;
}

#container_col1 ul.contact_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #4b4b4b;
	padding-top: 29px;
	padding-right: 22px;
	padding-bottom: 10px;
	line-height: 14px;
	float: left;
}

#container_col1 ul.donation_levels li {
	padding-bottom: 18px;
}

.small_caption {
	color: #4b4b4b;
	font-size: 0.75em;
	text-align: center;
}

#container_col1 ul.contact_list li {
	padding-bottom: 18px;
}

#content_container_blue  #container_col2 {
	padding: 0px 76px;
	width: 274px;
	min-height: 320px;
	float: right;
	border-left: 2px solid #4b4b4b;
}

#container_col2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #4b4b4b;
	padding-top: 29px;
	padding-right: 57px;
	line-height: 16px;
	float: left;
}

#container_col2 .donation_levels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.button  {
	float: right;
	margin-top: 9px;
}

.staff_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em; /* from 16px = 12px */
	font-weight: normal;
	color: #4b4b4b;
	line-height: 1.25em;
	margin: 25px 0;
	text-align: justify;
}

.staff_pic {
	margin: 0px 9px 7px 0px;
	float: left;
	width: 97px;
	height: 106px;
}

.staff_name{
	font-size: 1.17em;  /* from 12px = 14px */
	font-weight: bolder;
}

p.page_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #4b4b4b;	
	line-height: 1.25em;
	margin: 25px 0px 0px 0px;
}

ul.donation_levels {
	list-style-type: disc;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #000;	
	line-height: 1.25em;
	margin: 0px 0px 0px 1.25em;
}

ul.unordered_list {
	list-style-type: disc;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #4b4b4b;	
	line-height: 1.25em;
	margin: 0px 0px 0px 3em;
}

ol.ordered_list {
	list-style-type: decimal;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #4b4b4b;	
	line-height: 1.25em;
	margin: 18px 0px 0px 3em;
}


img.horiz_divider {
	margin: 19px 0px 0px 208px;
}

p.indent_one {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #fff;	
	line-height: 1.25em;
	margin: 0px 0px;
	padding-left: 33px;
}

p.indent_two {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #fff;	
	line-height: 1.25em;
	margin: 0px 0px;
	padding-left: 72px;
}

.blue_text {
	color: #6dc7ff;
	text-decoration: none;
}

.red_text {
	color: red;
}

p.nutrient_blend_msds_list {
	color: #58a0cd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	margin-top: 24px;
}

a:link, a:visited, a:active{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;	
	line-height: 1.25em;
	text-decoration: underline;
}

.page_content a:hover {
	text-decoration: underline;
}

#photo_gallery_content {
	background-image: url(../images/microscope.png);
	background-repeat: no-repeat;
	height: 463px;
	padding-top: 77px;
}

#gallery_title {
	position: relative;
	left: 307px;
	width: 400px;
}

#photo_gallery_content #thumbnail_list {
	width: 418px;
	overflow: hidden;
	position: relative;
	left: 307px;
}

#photo_gallery_content img.thumb {
	margin: 4px;
}

#photo_gallery_content #photo_gallery_nav {
	position: relative;
	width: 92px;
	height: 180px;
	float: right;
	top: 0px;
	right: 40px;
	padding-top:5px;
}

.span_after {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #fff;	
	line-height: 1.25em;
}
	

/* rule for print vs screen */

.screen {
	display: block;
}

.print {
	display: none;
}


.highlight {
	font-style: italic;
	text-decoration: underline;
}

