*
{
	margin: 0;
	padding: 0;
	font-family: "Gill Sans", Helvetica, "Lucida Grande", sans-serif;
}
* html #container{
  height:1%; /* So IE plays nice */
}

body
{
	background-image: url('http://manuplants.org/images/bg_stripe.png');
	font-size: 62.5%;
}
#header
{
	color: black;
	background-color: #D3D3D3;
	margin: 0 1% 0 1%;
	background-image: url('/images/leaf_01.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}
#header a, #footer a
{
	text-decoration: underline;
}
#container
{
	background-color: #E8E8E8;
	background-image: url('/images/leaf_02.gif');
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0 1em 0 1em;
	margin: 0 1% 0 1%;
	overflow: visible;
	min-height: 560px;
}
#srch_bar
{
	margin: 0% 1% 0 1%;
	padding: 0.5em 2em 0.5em 2em;
	background-color: #C1BCBA;
	position: relative;
	bottom: 20px;
}

#footer
{
	color: black;
	margin: 0;
	padding: 0.5em 2em 0.5em 2em;
	background-color: #B2B0B0;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 20px;
	z-index: 2;
}

#footer table
{
	width: 90%;
}

/*### forms ###*/
form
{
	padding: 6px;
	position: relative;
	display: inline;
}

div#form-field
{
	position: relative;
	float: left;
	margin-right: 3px;
}

label.overlabel
{
	color: #999;
}

label.overlabel-apply
{
	position: absolute;
	top: 3px;
	left: 5px;
	z-index: 1;
	color: #999;
}

/* TABLE FORMATTING */
#content
{
	border: 0;
	width: 90%;
	text-align: center;
}

th
{
	font-size: 1.7em;
	font-variant: small-caps;
	font-weight: normal;
	text-transform: lowercase;
	padding: 0 4px 0 4px;
}

#results td
{
	font-size: 1.4em;
	line-height: 2em;
	text-align: left;
	padding: 0 4px 0 4px;
}

#results img
{
	border: 0px;
}

#results tbody tr:hover
{
	background-color: #B4B4B4;
}

#results #cell
{
	display: none;
	position: fixed;
	top: 120px;
	right: 40px;
	z-index: 1;
}

#results tr:hover #cell
{
	display: block;
}

#image_preview
{
	z-index: 0;
	border: 1px gray solid;
	width: 280px;
	height: 280px;
	position: fixed;
	right: 50px;
	text-align: center;
}

#image_preview p
{
	margin-top: 135px;
	color: black;
}

#cell
{
	float: left;
	padding: 1px;
	margin: -1px;
	border: 1px transparent solid;
}

#cell p
{
	display: none;
	position: absolute;
	margin-top: -303px;
	margin-left: 0px;
	width: 287px;
	text-indent: 1em;
	color: black;
	text-align: left;
	background-color: #7E7E7E;
	}

#cell:hover p
{
	display: block;

}

#cell img
{
	border: 0;
	padding: 0;
}

/* TEXT FORMATTING */
p
{
	font-size: 10pt;
	padding: 0 0.5em 0 0.5em;
	line-height: 12pt;
}

h1
{
	font-weight: normal;
}

h2
{
	font-weight: normal;
	font-size: 1.7em;
}

h3
{
	text-align: left;
	font-size: 2.4em;
	line-height: 1em;
	font-weight: normal;
}
#page_title
{
	color:white;
	text-align: left;
	font-size: 2.4em;
	line-height: 1em;
	font-weight: normal;
	text-indent: 1em;
	
}
#page_num
{
	text-align: center;
	font-size: 1.3em;
	line-height: 1.5em;
	min-width: 1.5em;
	border: 1px gray solid;
	float: left;
	margin-right: 3px;
	margin-top: 3px;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}
#page_num:hover
{
	border: 1px #999 solid;
	background-color: #F0F0F0;
}

form
{
	margin: 0;
	padding: 0;
	display: inline;
}

/* WHERE IS THIS ELEMENT USED???*/
#nav_element:hover
{
	border-color: black;
	border-width: 1px;
}

/*NAVIGATION BAR - FOR OVERALL SITE NAV*/
.qmclear
{
	font-size: 1px;
	height: 0px;
	width: 0px;
	clear: left;
	line-height: 0px;
	display: block;
	float: none !important;
}

.qmmc, .qmmc ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	bottom: 0px;
	position: relative;
}

.qmmc li
{
	float: left;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px 0px 0 0px;
	background-image: url('../images/menu.png');
	background-repeat: repeat-x;
	background-position: 0 0;
}
.qmmc li:first-child
{
	border-left: 1px #4A4A4A solid;

}
.qmmc li:active
{
	background-position: 0 -100px;
}


.qmmc .view
{
	border-top: 1px #4A4A4A solid;
	border-right: 1px #4A4A4A solid;
	border-bottom: 1px #636363 solid;
	border-left: 0px;
	background-color: white;
}

.qmmc .not_view
{
	border-width: 1px 1px 1px 0;
	border-color: #4A4A4A;
	border-style: solid;
}

#nav_bar a
{
	color: white;
	padding: 8px 7px 8px 7px;
	margin: 0px;
	display: block;
}


/*"""""""" (SUB) Container""""""""*/
#nav_bar ul a
{
	z-index: 2;
	position: relative;
	top: 0;
}
 
    
