/* General Page */
body {
	font-family:"Trebuchet MS",Arial,Geneva,helvetica,sans-serif;
	font-size:12px;
	margin-top:0em;
	background-color: #283C09;
	text-align:left;
	color:#000;
}
	  
div.banner { 
	position:relative;
	width:auto;
	height:165px;
	top:2em;
	left:0em;
	z-index:1;
}

div.top_buttons { 
	position:absolute;
	display:block;
	top:4px;
	height:30px;
	width:750px;
	text-align:right;
	z-index:1;
}

div.top_buttons a img {
	border:none;
	}

#imageContainer {
	position:absolute;
	left:3px;
	width:auto;
	height:189px;
}

#imageContainer img {
	position:absolute;
	display:none;
	top:0em; 
	left:0em;
}

div.container {
	position:relative;
	width:1144px;
	max-width:1144px;
	height:auto;
	top:2em;
	z-index:0;
	background:#283C09;
}

div.side
{
	margin-top:0em;
	width:158px;
	float: left;
	padding-left:3px;
	z-index:2;
}
	
div.newsflash {
	width:auto;
	height:auto;
	float:left;
	background: #3E1A3D;
	text-align:left;
	border:0px solid #842990;
}

div.main
{
	width:735px;
	float:left;
	background-color:#fff;
	border:1px solid #842990;
}

/* Text Formatting */
p.main {
	font-family:"Trebuchet MS",Arial,Geneva,helvetica,sans-serif;
	font-size:12px;
	color:#000;
	clear:both;
	padding:0em 1em 0 2em;
  }

div.form_submit_menu {
	width:auto;
	color:#000;
  }

div.form_submit_menu p {
	font-family:"Trebuchet MS",Arial,Geneva,helvetica,sans-serif;
	font-size:12px;
	padding:0em 3em 0 3em;
	text-align:center;
  }

div.form_submit_menu span.selected {
	font-family:"Trebuchet MS",Arial,Geneva,helvetica,sans-serif;
	font-size:14px;
	font-align:center;
	font-weight:bold;
	color:#ffcc00;
	background:#283C09;
	clear:both;
}

p.login_menu a:link {
	color:#ffcc00;
	background:#283C09;
	text-decoration:none;
  }
  
p.login_menu a:visited {
	color:#ffcc00;
	background:#283C09;
	text-decoration:none;
  }
  
p.login_menu a:hover {
	color:#283C09;
	background:#ffcc00;
  	text-decoration:underline;
  }

p.login_menu a:active {
	color:#ffcc00;
	background:#283C09;
  	text-decoration:none;
  }

div.footer
{
	margin-left:auto;
	text-align:center;
	color:#fff;
	clear:both;
	position:static;
}

/* Table Formatting */
div.tbl table {
	border-width:0px;
	margin-left: 2em;
	margin-right: 1em;
	width:auto;
	border-width:0px;
}

div.tbl td {
	border-width:0px;
	vertical-align:top;
	text-align:center;
	margin-left:1em;
	margin-right:1em;
}

div.tbl td img{
	border-width:1px;
	border-color:#000;
}

div.tbl td:a{
	text-decoration:none;
}

div.tbl td.header {
  background-color:#FFEA9C;
  color:#213D1A;
  font-weight:bold;
  border:3px #000000;
 }
 
.formerror {
  	font:bold smaller sans-serif;
  	border: 1px solid red;
	color:#ffcc00;
	background-color:#283C09;
	width:auto;
	padding:.5em 1em .2em 0em;
	padding-top:expression(0+'em');
	padding-right:expression(1+'em');
	padding-bottom:expression(0+'em');
	padding-left:expression(0+'em');

}

h1.page_title {
	font-size: 20px;
	font-family: "Trebuchet MS",Arial,Geneva,helvetica,sans-serif;
 	text-transform: uppercase; 
	color:#283C09;
	text-align:left;
	padding-top:1em;
	padding-left:2em;
	padding-right:3em;
	text-align:center
}

h1.section_title {
	font-size:18px;
	font-family: "Trebuchet MS",Arial,Geneva,helvetica,sans-serif;
	color:#283C09;
	margin-top:0em;
	margin-bottom:1em;
	margin-left:1.3em;
	margin-right:2em;
 	text-transform: uppercase; 
 }
  
h1.subsection_title_center {
	font-size:14px;
	text-transform: uppercase; 
	font-family: "Trebuchet MS",Arial,Geneva,helvetica,sans-serif;
	color:#283C09;
	margin-top:1em;
	margin-bottom:1em;
	margin-left:1.5em;
	margin-right:2.5em;
	text-align:center;
  }

h1.subsection_title_left {
	font-size:14px;
	text-transform: uppercase; 
	font-family: "Trebuchet MS",Arial,Geneva,helvetica,sans-serif;
	color:#283C09;
	margin-top:1em;
	margin-bottom:1em;
	margin-left:1.5em;
	margin-right:2.5em;
	text-align:left;
  }

p.attention {
	font-size:18px;
	font-family: "Trebuchet MS",Arial,Geneva,helvetica,sans-serif;
	color:#FFF;
	text-align:center;
	margin-left:2em;
	margin-right:2em;
	background-color:#094853;
  }
  
span.attention_red_caps {
	color:#FF0000;
	text-transform:uppercase;
}

span.attention_red {
	color:#FF0000;
}

span.small_text {
	font-size:9px;
}

div.main ul{
	margin-left:3em;
	padding-right:5em;
}

span.red_star{
	color:#FF0000;
	font-size:12px;
}

/* Link Formatting */
p.main a:link {
	color: #000;
	text-decoration:none;
	border-bottom:1px solid #000;
  }
  
p.main a:visited {
  color: #000;
  text-decoration:none;
  border-bottom:1px solid #000;
  }
  
p.main a:hover {
  color: #ffcc00;
  background-color:#3E1A3D;
  text-decoration:none;
  border-bottom:1px solid #D4F7F7;
  }

p.main a:active {
	color: #ffcc00;
    background-color:#3E1A3D;
	text-decoration:none;
  	border-bottom:1px solid #D4F7F7;
  }
  
div.newsflash p
{
  color: #fff;
  padding:1em;
  line-height:20px;
  }

div.newsflash p a:link 
{
  color: #fff;
  text-decoration:none;
  border-bottom:1px solid #ffcc00;
  }

div.newsflash p a:visited {
  color: #fff;
  text-decoration:none;
  border-bottom:1px solid #ffcc00;
  }

div.newsflash p a:active 
{
  color: #fff;
  text-decoration:none;
  border-bottom:1px solid #fff;
  }

div.newsflash p a:hover 
{
  color: #fff;
  text-decoration:none;
  border-bottom:1px solid #fff;
}

span.green{
	color:#DCFF66;
}

img {
	border-size:1px;
	border-color:#000;
}

img a:hover {
	text-decoration:none;
	}

img a:visited {
	text-decoration:none;
	}

span.img_float_left {
	float:left;
	clear:both;
	margin-right:10px;
	margin-left:0px;
	}
	
/* Menu */
div.menu { 
	height:auto;
	width:100%;
	margin-bottom:0px;
	margin-left:0em;
	margin-right:5px;
	text-align:left;
	z-index:1;
}

div.menu ul {
	padding:0em;
	margin: 0em;
	list-style-type:none;
	position:relative;
	width:auto;
}

div.menu li { /* all list items */
	float:left;
	position: relative;
	width:100%;
	left:0em;
}

/* Fix IE. Hide from IE Mac \*/
* html div.menu ul li { float: left; height: 1%; }
* html div.menu ul li a { height: 1%; }
/* End */

div.menu li:hover ul { display:block; }

div.menu li:hover>ul { visibility:visible; }

div.menu ul ul { visibility:hidden; }		

/* Styles for Menu Items */
div.menu ul a {
	padding-top:.7em;
	padding-bottom:.7em;
	display: block;
	font-weight:bold;
	color: #ffcc00;
	padding-left:2em;
	padding-right:1em;
	text-decoration:none;
	background:#283C09 url("http://www.plantsofconcern.org/images/small/bullet.png") no-repeat left;
	border-bottom: 1px solid #3E1A3D;
}

/* Hover Styles */
div.menu ul a:hover { 
	color: #283C09; 
	background: #ffcc00 url("http://www.plantsofconcern.org/images/small/bullet-hover.png") no-repeat left;
	text-align:left;
	text-decoration:none;
	border-bottom: 1px solid #3E1A3D;
	z-index:1;
}

.popup{
position: relative;
z-index: 0;
}

.popup:hover{
background-color: transparent;
z-index: 50;
}

.popup span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 5px;
width:350px;
left: -1000px;
border: 1px dashed black;
visibility: hidden;
color: black;
text-decoration: none;
text-align:left;
}

.popup span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.popup:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 15px;
left: 0px; /*position where enlarged image should offset horizontally */
}

