body{
	background:#FFFFCC;
	font-size:11px;
	font-family:georgia;

}


a:link, a:visited, a:active
{
	color: #670133;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

.employ{
	background:#FFFFCC;
	border-color:rgb(51,51,0);
	border-width:1px;
}

th{
	font-size:11px;
	color: rgb(99,57,33);
}


.shift{
	padding:1em;
}

h2{
	font-size:24px;
}

h3{
	font-size:18px;
}

.mqDirmanTd{ display:none}
.mqDirmanTr{ display:none} 

h1, h2, h3, h4, h5, h6
{
	color: #660033;
	margin: 10px 0 10px;

}

img.header {
	border-width: 1px;
	border-color: #650133;
}


div.back{
	background:#D1C8A3;
	position:relative;

	padding: 1em;

}

.plantDesc{
	border: #D1C8A3 solid 1px;
	color: rgb(99,57,33);
	background:#D1C8A3;
	overflow:hidden;
	font-family:georgia;
}

.plantName{
	font-family:georgia;
	font-weight:bold;
	font-size:24px;
	border: #D1C8A3 solid 1px;
	color: rgb(99,57,33);
	background:#D1C8A3;
	overflow:hidden;
	text-align:center;
}

td.header{
	color:white;
	font-size:42px;
	font-weight:bold;
	font-family: georgia;
}

td, td td{
	font-size:12px;
	color: #660033
}

br.small_break{
	font-size:5px;
}
br.small_break2{
	font-size:1px;
}

p{
	font-size:12px;
	width: 600px;
	color: rgb(99,57,33);
}

p.treeball
{
  width:400px;
font-size:14px;
}

p.footer{
	font-size:11px;
	width:660px;
	text-align:center;
}



/*
Plant Info CSS Items - view_plant.php
*/
.plant_info_plant_title
{
	font-weight: bold;
	font-size: 24px;
}
.plant_info_plant_image
{
	border: 1px solid #635132;
	cursor: pointer;
}
.plant_info_plant_image_div
{
	background-color: #F8F5EF;
	position: absolute; 
	display: none;
	margin-left: 50px; 
	border: 3px solid #635132;
}
#plant_info_close_image_dialogue
{
	position: absolute; 
	top: 0px; 
	left: 0px;
	color: #FFFFFF;
	padding: 5px;
	background-color: #635132;
	font-weight: bold;
}


/*
Plant Catalog CSS Items
*/

td.plant_catalog_plant_title
{
	border-bottom: 1px solid #635132;
	font-weight: bold;
}

td.plant_catalog_plant_image_td
{
	border: solid #635132;
	border-width: 0px 0px 1px 1px;
	padding: 5px;
}

.plant_catalog_plant_image
{
	border: 1px solid #635132;
	padding: 1px;
}

td.plant_catalog_plant_info
{
	border: solid #635132;
	border-width: 0px 1px 1px 1px;
	padding: 5px;
}

td.plant_catalog_species_td
{
	padding: 3px;
	border: solid #635132;
	border-width: 0px 1px 1px 1px;
}

.plant_catalog_genus_title
{
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	padding-left: 0px;
}

td.plant_catalog_plant_size
{
	padding: 5px;
	border: solid #635132;
	border-width: 1px 0px 1px 0px;
}




/*top menu*/

a.menu_link:link, a.menu_link:visited, a.menu_link:active, a.menu_link:hover
{
	color: #CCCA97;
	font-weight: bold;
	text-decoration: none;
}

#menu .child_ul
{
}

#menu .parent_li
{
	padding-right: 25px;
	color: #CCCA97;
	font-weight: bold;
}

#menu .child_li
{
	border-bottom: 1px solid #18272D;
}

#menu 
{
	width: 100%;
	float: left;
	padding-top: 1px;
}

#menu ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	left: 0px;
}

#menu ul ul a 
{
	display: block;
	padding: 2px;
	margin: 0px;
	color: #670133;
	text-decoration: none;
}

#menu li 
{
	position: relative;
}

#menu ul ul 
{
	position: absolute;
	z-index: 500;
	border: 1px solid #670133;
	background-color: #EFEEE0;
	width: 150px;
	margin-top: 0px;
}

#menu ul ul a:hover
{
	background-color: #CCCA97;
	color: #670133;
}

#menu ul ul ul 
{
	position: absolute;
	top: 0px;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}